How to Solve This Captcha.?

  • Автор темы Автор темы purush84
  • Дата начала Дата начала

purush84

Client
Регистрация
07.11.2011
Сообщения
259
Реакции
38
Баллы
0
Hi,

I have a trouble in this site to solve captcha http://zoints.com/register.z :confused:

Please give me a clear idea to solve this type of captcha automatically..!

Thanks in advance..!:D
 
Nice challenge:) First of all I'd try to learn how many questions they have in that base and do some custom solution for each one of for group if they are similar.

1. Parse question from DOM/source/page text.
2. Find that question or a part from already familiar
3. Act according to question

1.jpg
For instance this one:

in a loop
1. Take outertext of each <td>
2. Lowercase it if necessary
3. Parse with regexp from outertext of <td> in word between quotes
4. If result is not empty - tick a checkbox with match number of counter

Anyway I don't see a trivial solution right now.
 
  • Спасибо
Реакции: purush84
1. Parse question from DOM/source/page text.
2. Find that question or a part from already familiar
3. Act according to question

Посмотреть вложение 2030
For instance this one:

in a loop
1. Take outertext of each <td>
2. Lowercase it if necessary
3. Parse with regexp from outertext of <td> in word between quotes
4. If result is not empty - tick a checkbox with match number of counter

Thank you for give me a good idea.!:beer:
 
You are welcome :ph34r:
Have luck with that.
 

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