Do ZPMP report bad captcha to captcha service?

prosperer888

Client
Регистрация
15.09.2011
Сообщения
157
Реакции
4
Баллы
18
i like to know that do zp4 report the bad captcha back to captcha service provider?
 
Sure it does. You need to check for text presence for captcha error and if it founds anything open the URL

{-Variable.WrongCaptcha0-}
 
  • Оценить
Реакции: prosperer888
nice...is that mean i didn't have to pay for the bad captcha?
 
If you set up it correct , sure
 
can you explain how to setup it :) i only can do parsed text for wrong captcha enter when i click submit and then submit the second captcha for another attempt until success...but i dont know whether i pay for the first wrong captcha or not
 
You parse for error after captcha input
If error found in text - Open new tab - Go to URL {-Variable.WrongCaptcha0-} - Close this new Tab
Next attempt to enter captcha
 
i know how to parse error after captcha input....and resubmit the next captcha but i lose at

"Open new tab - Go to URL {-Variable.WrongCaptcha0-} - Close this new Tab"

what should i do at Go to URL {-Variable.WrongCaptcha0-} ?
which url should i go?
is it the page url ?
 
Page url:

{-Variable.WrongCaptcha0-}
 
  • Оценить
Реакции: prosperer888
Не комильфо писать по-русски в англоязычном форуме.
(Please dont write on russian in this forum section)
 
I can't figure out how to do the loop captcha check in ZP4. Are there any examples that show it?
After that I will need to work on submitting the bad captcha's but I am stuck on this template until I can get this figured out.

I hope to god when the ZP4 stable version is released it comes with example templates to cover all these essentials.
It would be so much easier to learn and save a lot of hassle for support etc
 
Fill form on the page -> Page is loaded -> Check page source code for captcha error text

1) Error is found -> Open a tab -> Go to URL {-Variable.WrongCaptcha0-} -> Close new tab -> Go back to steps to fill the initial form.
2) Error is not found -> Go futher
 
Logically I know exactly what you mean it's just visually I can't do it.

WtDib.png

In this template the invalidcaptcha branch checks the page for a error message and saves it to a variable. The logical if then checks if that variable == the error message. If it does then I want it to loop back up and fill in the form passwords again and continue down to try the captcha again. It doesn't work for me.

Am I going about this the right way? Thanks for your help
 
Make sure your logic construction is within "

I mean "{Variable.fdsf}"=="{Varblabla}"
 
html branch
vCZPN.png

logical if
8F0lR.png

Mine are in between '' as you can see. Is that ok as well?
 
Construction is right.
That means that you made an error in somewhere else.

Maybe in parsing step.
 
  • Оценить
Реакции: Boxcutter

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