25-Jan-2016, 07:26 PM
i have a problem with recaptcha.
i already have the site key and private key.
but in recaptchalib.php on line 38-40 define server is litle bit different with google suggests.
google's step on side-server integration writes the address http://www.google.com/recaptcha/api/siteverify
do i have to edit recaptchalib.php to define server?
my other question is related with google's recaptcha.
how to add snippet from google at the end of the form?
thank you
i already have the site key and private key.
but in recaptchalib.php on line 38-40 define server is litle bit different with google suggests.
Code:
define("RECAPTCHA_API_SERVER", "http://www.google.com/recaptcha/api/verify");
define("RECAPTCHA_API_SECURE_SERVER", "https://www.google.com/recaptcha/api/verify");
define("RECAPTCHA_VERIFY_SERVER", "http://www.google.com");
do i have to edit recaptchalib.php to define server?
my other question is related with google's recaptcha.
how to add snippet from google at the end of the form?
thank you