Skip to content

Problem with captcha rerty

Hello,

I've got problem with captcha. I'm writing some new engines, but I've got only 1 chance to fill captcha, then I've got error and that's it. In options I've got custom retry on 5 and in captcha options 2 (solve manually).
This engine after bad captcha just reload the image.

The filed name is the same after reload.
Tagged:

Comments

  • SvenSven www.GSA-Online.de
    if the captchas is entered wrong, it will usually go to retry from STEP1 including clearing cache, cookies and so on. Than the captcha should be different in all cases.
  • So i don't understand why it isn't. Can you please check this for me in your free time?

    Here is the code (it's big polish forum, official forum for the biggest games magazine i poland, you can add this to GSA if you want to or use to add ip.board script :) ):

    [setup]
    enabled=1
    default checked=0

    url must have=*://*forum.cdaction.pl*

    engine type=Moje TR
    description=Profil na forum.cdaction.pl

    dofollow=1
    anchor text=0
    creates own page=1
    uses pages=0

    extract keywords=0

    skip ext links on=0
    skip content on=0
    skip url content on=0
    posted domain check=1
            
    [Your E-Mail]
    static=1
    type=email

    [URL]
    type=url

    [Login]
    type=login
    must be filled=1
    hint=The login for websites that need an account. Use numbers and letters only.
    min length=5
    static=1

    [Password]
    type=password
    must be filled=1
    hint=A password used for websites that need an account. Use numbers and letters only.
    min length=6
    static=1

    [profile_url]
    type=extract
    find link=%login%|Mój profil
    find url=*/showuser=[0-9]*

    [REGISTER_STEP1]

    submit success=Dziękujemy %login%. Twoja rejestracja została wysłana.|E-mail został wysłany do %your e-mail%.
    submit failed=Błędy znalezione podczas rejestracji. Proszę poprawić podświetlone pola poniżej.|Wystąpiły następujące błędy|Kod rejestracji jest niepoprawny

    form name=*Zarejestruj

    verify submission=1
    verify interval=10
    verify timeout=30
    first verify=0
    verify by=email
    verify on unknown status=1

    set unknown variable=%leave%

    members_display_name=%login%
    EmailAddress=%your e-mail%
    PassWord=%password%
    PassWord_Check=%password%
    captcha_string=%captcha%
    agree_tos=1

    [LOGIN_STEP1]

    submit success=%login%|Wyloguj się
    submit failed=Login lub hasło niepoprawne.

    verify on unknown status=1

    form name=*Zaloguj się

    set unknown variable=%leave%

    ips_username=%login%
    ips_password=%password%
    rememberMe=0

    [STEP1]
    link type=Profile-URL


    ;submit success=
    ;submit failed=

    verify submission=1
    verify interval=1
    verify timeout=1
    verify url=%profile_url%
    verify search for=%url%
    first verify=0
    verify on unknown status=1
    verify search detail url=0

    form name=*Zapisz zmiany

    set unknown variable=%leave%
    variable must be used=field_7

    field_7=%url%
    ;%leave%
  • SvenSven www.GSA-Online.de
    will check it when I got time. Thanks for sharing.
  • Try a 'captcha failed=' line along with the submit success/failed lines
    eg
    captcha failed={the text it shows when a captcha is entered wrongly}
  • SvenSven www.GSA-Online.de
    next version has this engine added (Forum->IPBoard).
Sign In or Register to comment.