How to solve Recaptcha V2 and verify email on this website?

tharrkun

Client
Регистрация
05.09.2016
Сообщения
64
Благодарностей
5
Баллы
8
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 :(
 

tharrkun

Client
Регистрация
05.09.2016
Сообщения
64
Благодарностей
5
Баллы
8
Same thing with Gamespot - regex copies everything including the HTML at the end of the link :/
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 182
Баллы
113
Hi. About recaptcha on those sites there ready made module for solving will not work. You have to look on this snippet and modify it to get it to work http://zennolab.com/wiki/en:addons:capmonster:rc2

About email verification You just have to make correct regex expression to regex out only needed link, If you could post HTML content from email I could help, otherwise I have to work too much to help with this LOL
 

tharrkun

Client
Регистрация
05.09.2016
Сообщения
64
Благодарностей
5
Баллы
8
@lokiys I figured out everything but e-mail verification for this link:
Код:
http://www.jeuxvideo.com/sso/confirm.php?id=6428707&h=6a09ec9b1cfc8e795ce1d7a48435797a
Because of the & it gives me "Invalid URL" on e-mail verification. Is there a way to extract the link from the mailbox without it? Regex with shortest match doesn't work for me :(

EDIT: Nevermind, used the Text Processing -> Replace tool to replace amp; with nothing :v
 
Последнее редактирование:
Регистрация
02.07.2010
Сообщения
387
Благодарностей
101
Баллы
43

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)