Jump to content

Recommended Posts

Posted (edited)

Little Preview : 


 
---------------------------------------------------------------------------------------------
 
Script :
recaptcha.txt
 
SQL :
recaptcha.sql
 
PHP :
recaptchalib.php
example-captcha.php
 
---------------------------------------------------------------------------------------------
 
Setup :
 
1. Go to https://www.google.com/recaptcha/admin/create
http://i.imgur.com/NspKgmY.png
 
2. Type your domain
http://i.imgur.com/5d7pFCe.png
 
3. Click it for showing info
http://i.imgur.com/DVjwHs4.png
 
4. There are your public key and private key
http://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.jpg
http://i.imgur.com/sysbsnH.jpg
http://i.imgur.com/OWTia2R.png

Edited by goddameit
  • Upvote 3
  • 2 weeks later...
Posted (edited)
i follow your step by step..

and nothing wrong i input their codes in example-captcha.php

but i got this error..

 

110yckw.jpg

 

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 ^^ /lv

fmq5p1.jpg

Edited by t3quila
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...