Thread: TBDev 2009
View Single Post
  #14  
Old 31st May 2010, 06:11
hywel hywel is offline
Member
 
Join Date: Apr 2010
P2P
Posts: 5
Default
@Tiger33 if you want to remove

NO SPAM! Wait 10 seconds and then refresh page

then in login.php and signup.php just find this either remove it or uncomment it :

Code:
// Begin the session
    session_start();
    if (isset($_SESSION['captcha_time']))
    (time() - $_SESSION['captcha_time'] < 10) ? exit("{$lang['login_spam']}") : NULL;
Thats it
Reply With Quote
The Following User Says Thank You to hywel For This Useful Post:
Clauu (9th June 2010)