Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
Thread Tools
  #1  
Old 8th October 2010, 17:28
aniowe aniowe is offline
Member
 
Join Date: Oct 2010
P2P
Posts: 6
Default How Can remove no spam security
Quote:
NO SPAM! Wait 10 seconds and then refresh page
???
Reply With Quote
  #2  
Old 19th October 2010, 23:12
d6bmg d6bmg is offline
Senior Member
 
Join Date: Aug 2010
P2P
Posts: 36
Default
this thing is good, right?
so why do you want to remove it?
Reply With Quote
  #3  
Old 23rd October 2010, 23:07
aniowe aniowe is offline
Member
 
Join Date: Oct 2010
P2P
Posts: 6
Default
irritant is
Reply With Quote
  #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)
  #5  
Old 24th October 2010, 19:56
cherwonk cherwonk is offline
Senior Member
 
Join Date: Mar 2008
Posts: 15
Default
you can even just remove that bit, dont you play with your code? You need to experiment to see what does what. If you've already got a running site , I hope you have a test site set up to work out bugs.
Reply With Quote
  #6  
Old 14th November 2010, 09:21
d6bmg d6bmg is offline
Senior Member
 
Join Date: Aug 2010
P2P
Posts: 36
Lightbulb
Quote:
Originally Posted by Timisoreanul View Post
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 .
best thing to do is just to comment out that part i.e.
Code:
/* if (isset($_SESSION['captcha_time']))
    (time() - $_SESSION['captcha_time'] < 10) ? exit("{$lang['login_spam']}") : NULL; */
Reply With Quote
Reply

Tags
remove , security , spam


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 23:30. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.