goddameit Posted September 25, 2014 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted September 25, 2014 (edited) Little Preview : --------------------------------------------------------------------------------------------- Script :recaptcha.txt SQL :recaptcha.sql PHP :recaptchalib.phpexample-captcha.php --------------------------------------------------------------------------------------------- Setup : 1. Go to https://www.google.com/recaptcha/admin/createhttp://i.imgur.com/NspKgmY.png 2. Type your domainhttp://i.imgur.com/5d7pFCe.png 3. Click it for showing infohttp://i.imgur.com/DVjwHs4.png 4. There are your public key and private keyhttp://i.imgur.com/6Np67km.png 5. Open example-captcha.php and set your key $publickey = "your_public_key"; $privatekey = "your_private_key"; 6. Set your mysql access $link = mysqli_connect('your_mysql', 'your_mysql_account', 'your_mysql_password', 'your_mysql_db') 7. Set your table $query = "DELETE FROM `hercules`.`recaptcha` 8. Upload example-captcha.php and recaptchalib.php to your server 9. Open script and change this to what it should be http://127.0.0.1/recaptcha/example-captcha.php 10. Now you can login server and click NPC and see is everything all right.http://i.imgur.com/VjUBpaB.jpghttp://i.imgur.com/sysbsnH.jpghttp://i.imgur.com/OWTia2R.png Edited September 25, 2014 by goddameit 3 Quote Link to comment Share on other sites More sharing options...
Akbare Posted September 25, 2014 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted September 25, 2014 DAMM....this is cool /no1 triple thumb Quote Link to comment Share on other sites More sharing options...
Radian Posted September 25, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted September 25, 2014 Nice Released! +1 Quote Link to comment Share on other sites More sharing options...
brunoshp Posted September 25, 2014 Group: Members Topic Count: 64 Topics Per Day: 0.01 Content Count: 180 Reputation: 7 Joined: 12/19/12 Last Seen: November 21, 2024 Share Posted September 25, 2014 Gooood wowwwww Quote Link to comment Share on other sites More sharing options...
t3quila Posted October 4, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 36 Reputation: 4 Joined: 04/16/12 Last Seen: December 9, 2018 Share Posted October 4, 2014 (edited) i follow your step by step..and nothing wrong i input their codes in example-captcha.php but i got this error.. what should i do? Lol i just input my ip to https://www.google.com/recaptcha/admin, actually i should enter the name of the web, not ip address.. thank you goddameit, its workly fine now ^^ Edited October 4, 2014 by t3quila Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted November 1, 2014 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted November 1, 2014 Wait, is it really safe to put your information on the php file itself? o_O Quote Link to comment Share on other sites More sharing options...
goddameit Posted November 1, 2014 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted November 1, 2014 (edited) Wait, is it really safe to put your information on the php file itself? o_O no, and I don't understand php well. Edited November 1, 2014 by goddameit Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.