when i click on done close page
i return in my form
when i clic sur button register I have alway this message
You need to verify Ad Captcha first.
Hi,
I think you did not integrated correct PHP verfication function into your script.
if(isset($_POST['ad-captcha-response'])) {
$url = "http://adcaptchas.com/api/?response=".$_POST['ad-captcha-response'];
$result = json_decode(file_get_contents($url), true);
if($result['status'] !== 1) {
echo 'You need to verify Ad Captcha first.';
}
else {
/* Proceed with the form */
}
}
Best Regards!
Hi,
I checked your website and it's working for me
https://i.imgur.com/3W7aTZH.pngAlso is possible as error coming from your browser or from an plugin of your browser.
However, I saw your earnings account grow up, so captcha is installed and used by your website members.
Best regards!
hi
How do you prevent spam and robot?
Hi,
By second page opened where visitors must to make another action by closing page via other button.
Best regards!