Limits on postingwaittime = 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);
Limits on PM'ing (private messaging):
Activity | Max recipients | Max recipients if whitelisted | Max PMs per hour | Max PMs per hour if whitelisted | Max PMs per day | Max PMs per day if whitelisted |
0 | 2 | 10 | 1 | 40 | 2 | 120 |
15 | 3 | 10 | 10 | 40 | 15 | 120 |
30 | 5 | 10 | 10 | 40 | 30 | 120 |
100 | 7 | 14 | 20 | 80 | 150 | 600 |
250 | 15 | 30 | 120 | 120 | 300 | 1200 |
500 | 30 | 30 | 120 | 120 | 1200 | 1200 |
You are automatically whitelisted if you buy a
copper membership. You don't need to wear the copper membership, just own it. You can also be whitelisted for free by any staff member and a few non-staff ~
A whitelisted user can send more PMs, and has a much smaller delay in between posts.
But: that only lasts until the user ranks up! When a user reaches the next rank, he's down to the above list without whitelisting. Users can only be whitelisted once, so it can't be fixed anymore.
I don't know if Copper members also lose their whitelist-privileges when they rank up.
I guess most of this is custom code, but it kinda is a bug that needs patching.