Skip to content

Ser engine file

Hi,
Trying hard to understand how ser engine files works.


Debug panel gives me:

...newsletter.php..      form match data for REGISTER_STEP2

with :
[+] match: 000, name: FORM 4 - Confirmer, id: formulaire, url: http://www.XXXXXXX.fr/newsletter.phpþemailAddress=Eschenweg+34

But engine file contain:

[REGISTER_STEP2]
form name=*free*|register*|*Gönder*
form url=*register.php?do=addmember|*?mlvl=-1*
form id=registerform

How could it possibly match ?

Could you please tell me how that "match" process works ?



Comments

  • SvenSven www.GSA-Online.de
    if you want to get a perfect match for that FORM4 then it would be...

    form name=FORM 4 - Confirmer|*Confirmer
    form id=formulaire
    form url=*/newsletter.php*
Sign In or Register to comment.