Log in

View Full Version : setting a delay


AN-net
03-04-2004, 07:58 PM
you know there is like a posting delay when posting a new thread or post, how can i achieve that?

AN-net
03-05-2004, 05:54 PM
anyone know how to i can add the delay?

AN-net
03-06-2004, 06:09 PM
can someone plz tell me how i can set up a delay like vb's posting/search delay?

AN-net
03-07-2004, 07:59 PM
please can someone give me some info on how to setup a delay so people can post every 5 seconds in my hack?

AN-net
03-17-2004, 10:37 PM
anyone?

NTLDR
03-18-2004, 08:51 AM
I assume you mean the floodcheck to prevent more than 1 post/search within X seconds.

Taken from search.php:

if (TIMENOW - $prevsearch['dateline'] < $vboptions['searchfloodtime'] AND $vboptions['searchfloodtime'] != 0 AND !($permissions['adminpermissions'] & CANCONTROLPANEL) AND !can_moderate())
{
eval(print_standard_error('error_searchfloodcheck' ));
}

AN-net
03-18-2004, 07:40 PM
thank you:)