Skip to content

"submit failed"

Still having issue matching "submit failed" data.
I really tryed to troobleshot myself before to post that help request...







image



Engine code:


[REGISTER_STEP1]
page must have1=inscri|enregist
page must have2=!inscriptions ont été désactivées|administrator has banned your IP
page must have3=!Inregistrare|Registro|Registrarse|Registrazione
url must have1=register.php

find link=Register|S'inscrire|inscrire|Inscription|s'enregistrer|enregistrement|*joignez*|*inscri*
find url=*/register.php|*register.php?do=register*|*/register.php?s=*|*/register.php?*
alternative url=./register.php?mlvl=-1

form name=*Terminer*|*Continuer*|*Poursuivre*|*Inscription*
form url=*register.php?do=addmember|*register.php?do=checkdate
form id=registerform

submit success=Logging you in|commencer à participer aux sujets|inscription à ce forum est désormais effectuée|Merci de vous être enregistré|email a été envoyé|email vient d|Thank you for registering|Votre enregistrement est maintenant terminé|vous pouvez simplement retourner sur les|Vous pouvez désormais modifier votre|An email has been dispatched to|with details on how to activate your account.|You will receive an email in your inbox.|You MUST follow the link in that email before you can post on these forums.|Until you do that, you will be told that you do not have permission to post.|The email address you entered is already in use|That username is already in use or does not meet the administrator|Your registration is now complete|>Log Out<|login.php?do=logout|You will be receiving an activation message at|Welcome, %forum_nick%.|just been sent an email that contains a confirm link|Registration Complete!|Danke für Ihre Anmeldung|Vous serez notifié du résultat par email
submit failed=Registration denied|forum est actuellement en maintenance|Enregistrement refusé|ce forum mène une politique active de ne pas laisser les spammeurs|name="nospamimg"|Sorry, registration has been disabled by the administrator|User Registration system is DOWN|No new members may register|Inscription refus|Wrong Invitation Code|Vous avez choisi de ne pas accepter les règles du forum|public free email domains have been banned|User Name cannot be over|You are not allowed to register multiple accounts|The administrator has banned your email address|The solution of task you submitted was incorrect|registration has been disabled by the administrator|You entered an invalid MSN handle|Sorry, your username is not allowed.|Service Temporarily Unavailable
submit success skip verify=The email address you entered is already in use|That username is already in use or does not meet the administrator|>Log Out<|login.php?do=logout|Welcome, %forum_nick%.

verify submission=1
verify by=email
verify interval=30
verify timeout=30
first verify=5
verify url=./
verify on unknown status=1


agree=1
avatar=%leave%
bd_day=%random_option%
......
set unknown variable=%random_option%

[REGISTER_STEP2]
form name=*Terminer*|*Continuer*|*Poursuivre*|*Inscription*
form url=*register.php?do=addmember|*?mlvl=-1*
form id=registerform
optional form=1
url must have1=register.php

set unknown variable=%random_option%

[REGISTER_STEP3]
form name=*Terminer*|*Continuer*|*Poursuivre*|*Inscription*
form url=*register.php?do=addmember
form id=registerform
optional form=1
url must have1=register.php

set unknown variable=%random_option%





Any idea ?

Comments

  • SvenSven www.GSA-Online.de
    if this happens before the first form submission then you might need to sprit STEP1 up in two steps
    STEP1 for finding the link + "just download=1" in it
    and on STEP2 you put the form * stuff to submit a form.
  • edited August 2014
    The message "Registration denied" (submit failed) was in html source as responsse to the "submission data for the [REGISTER_STEP2]".

    This can been seen at bottom of screenshot.

    Any way to increase debug info level ?

    NOTE:
    => if i move the "Registration denied" to "submit success" section, it works and Ser match it, and triger a Sucess event.... !!!
    If i try with: "submit failed=Registration denied"  , id does not triger the expected "failed" event....

    Definitivly something going wrong with the "submit failed" matching.

  • SvenSven www.GSA-Online.de
    naw not really. Try splitting it up and you ill see it working for sure.
  • You where right, spliting all steps ( converting 3 step to 6), with a "just download" between each step did the trick !
  • Thank you very much Sven for helping me understand that important point.
Sign In or Register to comment.