Post
Topic
Board Micro Earnings
Re: AdCaptchas.com - get captcha security and revenue for your website
by
Gojgarea
on 19/02/2019, 02:59:57 UTC
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.
Code:
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!

i have changed all links to https but still the captcha wiget makes nothing.
http://i.imgur.com/7W6vbkT.png

i have same problem on your demo.


regards

Hi,

I checked your website and it's working for me
https://i.imgur.com/3W7aTZH.png
Also 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!