Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Including reCAPTCHA
Hello All!
i have problem with using reCAPTCHA. I have a puplic key, but i don't now, what is my next step.
I read this manual:
http://code.google.com/intl/hu-HU/apis/recaptcha/docs/php.html
I dont now, where to insert this code:
Thank you for your replies, and sorry, my poor english.
Papa
i have problem with using reCAPTCHA. I have a puplic key, but i don't now, what is my next step.
I read this manual:
http://code.google.com/intl/hu-HU/apis/recaptcha/docs/php.html
I dont now, where to insert this code:
require_once('recaptchalib.php');
$publickey = "your_public_key"; // you got this from the signup page
echo recaptcha_get_html($publickey);
Thank you for your replies, and sorry, my poor english.
Papa
Tagged:
0
Comments
Thank you for your help!! It is ok! I'm happy!
I upgraded to 2.0.17.9 and it's gone