Current time: 05-24-2012, 09:08 AM Hello There, Guest! (LoginRegister)

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Captcha removal?
08-10-2010, 02:16 PM
Post: #1
Captcha removal?
I removed captcha and now I removed it, It says Human Test Failed every time. I used the tutorial to remove it.
Find all posts by this user
Quote this message in a reply
08-10-2010, 05:48 PM
Post: #2
RE: Captcha removal?
You might have forgotten to remove the part where it checks the human test again a second time. This happens at Step 5.

Kevin Mark - TheHostingTool Lead Developer
Visit this user's website Find all posts by this user
Quote this message in a reply
08-11-2010, 06:26 PM
Post: #3
RE: Captcha removal?
Look at the class_sever.php in the /includes folder and erase this line

Code:
        if(($main->getvar['human'] != $_SESSION["pass"])) {
           echo "Human test failed!";
           return;
        }
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)