Skip to content

How to verify more than one url?

edited January 2014 in Need Help
Here is my code:

verify submission=1
verify by=url
verify url=http://domain.com/user/%Login%
verify interval=1
verify timeout=10
first verify=0
verify on unknown status=1


How could I verify more than the url in verify url?
It could be nice to check it like this:

verify submission=1
verify by=url
verify url=http://domain.com/user/%Login%
verify url=http://domain2.com/user/%Login%
verify url=http://domain3.com/user/%Login%
verify url=http://domain4.com/user/%Login%
verify url=http://domain5.com/user/%Login%
verify url=http://domain6.com/user/%Login%
verify url=http://domain7.com/user/%Login%
verify interval=1
verify timeout=10
first verify=0
verify on unknown status=1


But this code don't work:(
Is there any other way to do that?

Regards

Comments

  • SvenSven www.GSA-Online.de
    you mean as alternative or addition?
  • Addition. I need to check all these domains and see if my %url% exists on all of them.
  • SvenSven www.GSA-Online.de

    So it's not a real script but some engine adding urls to be verified?

    Why not simply import the urls in "show verified urls" and reverify them?

  • Some engines adds url to few domains at once. Importing needs to take manual actions and takes time.
  • SvenSven www.GSA-Online.de
    what engines?
  • I'm writting my own.
Sign In or Register to comment.