Text captcha...

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

justhere

Новичок
Регистрация
21.02.2011
Сообщения
13
Реакции
0
Баллы
0
How can I work with a text captcha?

So say the code is;

Код:
Развернуть Свернуть Копировать
<td><div id="captcha">MTEXTCAPTCHA</div></td>

Any ideas how can I work it? Thank you
 
I'm having a problem getting Zenno to copy and paste this text captcha.

The captcha is in an iframe with the html of the captcha being: <span id="slog" style="top: 39.5px;">CAPTCHA</span>

Each new captcha has a new style, but the id is the same.

How can I use the regexp parse macro to copy that text?

I tried this code: (? <= \ <span id="slog"\> ).*?(?= \ <\ / span \>)
but it's not working.

Any help?
 
try something likes
Код:
Развернуть Свернуть Копировать
(?<= id\=\"slog\".*\"\>).*(?=\<\/span\>)
 
Hello,

I'm having trouble with a text question (not math). I'm successfully parsing the question with this regex : (?<=\s*<label for\=\"humanverify\"\>Random Question:\<\/label\>\r\n\s*<div class\=\"rightcol\"\>\r\n\s*<p class\=\"description\"\>).*(?=\<\/p\>)

Now I don't know where to put the execution result to have in the captcha window so I can answer it. How can I do this?

Thanks in advance.

EDIT : Nevermind I figured out how to do it. I set the attribute name to "InnerText" in the captcha box and my execution result as the value. ;)
 
Последнее редактирование:

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