Guest User

Untitled

a guest
Oct 13th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. [setup]
  3. ;url to open - can tave tage like %search%
  4. url=http://search.yahoo.com/search?p=%search%
  5.  
  6. ;accept as a valid result even if not "HTTP 1.x/ 200" as returned
  7. accept result=
  8.  
  9. ;set to failed if one of the following IPs match (would connect to the webpage and not proxy)
  10. skip IPs=
  11.  
  12. ;from where should the request come?
  13. ;referer=
  14.  
  15. ;string that has to appear on page to successfully test it
  16. success=Yahoo Search Results</title>
  17.  
  18. ;string that should not appear
  19. ;failed=
  20.  
  21. ;should it follow redirets (1, 0, or matching string)
  22. follow redirect=0
  23.  
  24. ;if set to 0, it will change https://* to http:// on a redirect
  25. allow https=1
  26.  
  27. ;try to look like a read browser, else it is just sending the minimal headers
  28. simulate full browser=1
  29.  
  30. ;in caase the test is done with a proxy as search, we try to extract links and parse them later
  31. ;for this we need a mask of links to take
  32. extract links=!yahoo !srpcache !ebooktake !mainkeys.net !.msn.com !.flickr.com
  33.  
  34. ;should this test be performed only if anonymous?
  35. must be anonymous=0
  36. Referer=
  37. Failed=
  38.  
  39. ;tags to assign if the string is found and the tag is called the same as in here
  40. [Tags]
  41.  
  42. [Anonymous]
Advertisement
Add Comment
Please, Sign In to add comment