Hi, I am trying to create a registration + account activation template on this website:
https://www.jeuxvideo.com/sso/register.php
My problem is that I am not able to recognize recaptcha v2 with anti-gate.dll here - it simply fails to find the recaptcha v2. I tried searching for sitekey but there's none in the source code of the page.
Also, when I want to find the activation link using regex, it simply finds the link but attaches a lot of text that comes after it and I have no idea how to get rid of it
https://www.jeuxvideo.com/sso/register.php
My problem is that I am not able to recognize recaptcha v2 with anti-gate.dll here - it simply fails to find the recaptcha v2. I tried searching for sitekey but there's none in the source code of the page.
Also, when I want to find the activation link using regex, it simply finds the link but attaches a lot of text that comes after it and I have no idea how to get rid of it