Post
Topic
Board Meta
Re: Can I get whitelisted?
by
EcuaMobi
on 02/06/2015, 12:34:44 UTC
I keep encountering the 5 PM per hour limit and its making it very difficult to talk to escrows and stuff. Can someone whitelist me or take the restrictions off my account? thank you

I'm pretty sure that's not going to happen. The restriction will be reduced overtime while you increase your activity. Everyone goes through that process.

The good news for you is that you're about to reach 15 points of activity which means the restriction will be heavily reduced. Check this:

What are the time limits on posting and the levels??
I know 360 seconds are for new people like me, but was wondering if there was break down somewhere on this.

Code:
waittime = 360;
if(activity >= 15)
        waittime = (int)(90 - activity);
if(activity >= 60)
        waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
        waittime = max((int)(14-(activity/50)), 4);