goddameit Posted September 25, 2014 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
Akbare Posted September 25, 2014 Posted September 25, 2014 DAMM....this is cool /no1 triple thumb Quote
t3quila Posted October 4, 2014 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
nanakiwurtz Posted November 1, 2014 Posted November 1, 2014 Wait, is it really safe to put your information on the php file itself? o_O Quote
goddameit Posted November 1, 2014 Author 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
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.