Skip to content

Regular expressions and engine recognition priority

Me again :P
Fast 2 questions,
1. I can use regular expressions in engines right?
for example to fill input that allways have different name but its lenght is 33 signs so i can use:
.{33}=%captcha%
for example right?

2. if I have 2 engines, and one script can be recognized by both of them, can I set priority for first engine to process that site?

Comments

  • SvenSven www.GSA-Online.de

    1. No, it's not supported sorry

    2. Yes by just duplicating one line of "page must haveX".

  • ok last question for today ;p
    how can i specify few names for some input?

    is it correct?:

    *message*|*nachricht*=%blog_comment%
  • SvenSven www.GSA-Online.de

    best is to name them directly

    message=...

    if that is not present SER tries masks and then you should set it per mask not join them with |.

  • I have script that have few different names for same field, can I do it like:

    *nachricht*=%blog_comment%
    *message*=%blog_comment%

    ?
  • SvenSven www.GSA-Online.de
    yes
  • grate thanks !!
Sign In or Register to comment.