Why do I get 75 second warning trying to post in my thread after 5 minutes....
And this crap is not deleted after 3 DAYS?
MODS???!?
that 75 seconds is the wait time restriction for newly created accounts. newly created accounts have wait time restrictions that will gradually decrease as your activity increases. that restriction was put in place to prevent spam from newly created accounts.
you can check this quoted formula to see how many seconds you need to wait before you can post based on your activity.
How long do I need to wait between forum posts?Waiting time between forum posts is calculated with the following formula:
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);