Jump to content

reCAPTCHA


goddameit

Recommended Posts


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   217
  • Joined:  11/22/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

DAMM....this is cool /no1 /no1  /no1  /no1  triple thumb

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Nice Released! +1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  64
  • Topics Per Day:  0.02
  • Content Count:  180
  • Reputation:   7
  • Joined:  12/19/12
  • Last Seen:  

Gooood  wowwwww

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   4
  • Joined:  04/16/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Wait, is it really safe to put your information on the php file itself? o_O

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   217
  • Joined:  11/22/11
  • Last Seen:  

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 by goddameit
Link to comment
Share on other sites

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.

×
×
  • Create New...