View Single Post
  #4  
Old 23rd October 2010, 23:25
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
Open login.php then find this :
Code:
    // Begin the session
    session_start();
    if (isset($_SESSION['captcha_time']))
    (time() - $_SESSION['captcha_time'] < 10) ? exit("{$lang['login_spam']}") : NULL;
you see 10 ? yes? , lower to 2 (replace 10 to 2)..end try .Post if working ....
Ps: not sure , just try .
Reply With Quote
The Following 2 Users Say Thank You to Timisoreanul For This Useful Post:
d6bmg (14th November 2010), Daz (31st October 2010)