Help with captcha solving please

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
If the captcha service input the wrong captcha how i want to modified the template start again until the correct captcha is entered.:confused:
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
You should check presence text on the page with error. i.e.: wrong captcha
and if it is presence than loop a template to send a captcha again (connect with captcha branch)
 
  • Спасибо
Реакции: prosperer888

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
Thanks for the fast reply ...can you show how to do it please? or any guide that i can follow step by step in this forum
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
Thanks for the example, i try it with my template and it work but if my captcha is correct also it will get the new captcha image again until i get massage "Error occurred while executing template"....can you create an easy example with
Код:
https://secure.diigo.com/sign-up
site and keep the username and passwords for that site...
 

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
Here is my templates...can you see what wrong with it
 

Вложения

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
Any1 can help me please:mellow:
 

archel

Client
Регистрация
02.05.2011
Сообщения
175
Благодарностей
22
Баллы
18
Dude, your setup is wrong.
Imo, it's best to first check if there is a captcha error or not and then go to another branch (if captcha error is there) or go further down (if captcha error is not there) and finish the template.
 

archel

Client
Регистрация
02.05.2011
Сообщения
175
Благодарностей
22
Баллы
18
  • Спасибо
Реакции: prosperer888

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
Thanks...let me check what i'm doing wrong...
 

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
What is != and == stand for?
 

archel

Client
Регистрация
02.05.2011
Сообщения
175
Благодарностей
22
Баллы
18
== -> equals to
!= -> not equal to

So if you eg put in your logic: '1'=='1'
Then the template will go further via the succesful exit of your step branch (since 1 equals 1).

In the template, it's not '1'=='1' but '{-FieldData.FieldData-|-●2●1●5●1●8●1●-|-tp-8365-}'==''
So the template will go further via the succesful exit if the output of your parsing step equals to blank(''),
in other words, when the text "captcha error" was not found during parsing. When it is found (parsing step is not equal to blank), the template goes via the unsuccesful exit back to enter the captcha again...

Think you can find these things in the zenno guide though.
 
  • Спасибо
Реакции: prosperer888

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Благодарностей
4
Баллы
18
Thanks man....now i can start working creating my template again....
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 769
Благодарностей
1 179
Баллы
113

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