home *** CD-ROM | disk | FTP | other *** search
/ Freelog 24 / Freelog024.iso / Popup / Junkbuster / sblock.ini < prev    next >
Text File  |  1998-10-30  |  2KB  |  51 lines

  1. #    Illustrative Blockfile for the Internet Junkbuster
  2. #
  3. # Copyright 1997-8 Junkbusters Corp.  For distribution, modification and use
  4. # under the GNU General Public License. These files come with NO WARRANTY.
  5. # See http://www.junkbusters.com/ht/en/gpl.html or README file for details.
  6. # For more detail, see http://www.junkbusters.com/ht/en/ijbfaq.html#blocking
  7. #
  8. # More comprehensive blockfiles are available elsewhere, ask a search engine
  9. # for documents that mention "junkbuster" and are called "blocklist" e.g.
  10. # http://www.altavista.com/cgi-bin/query?pg=q&what=web&fmt=.&q=%2Bjunkbuster+%2Burl%3Ablocklist
  11.  
  12. # Empty lines and comment lines beginning with a # is ignored.
  13.  
  14. # The following line illustrates how to block a port (port 23 is telnet)
  15. :23
  16. # for more detail see http://www.junkbusters/com/ht/en/ijbfaq.html#attack
  17.  
  18. # To block a particular URL, you can list it in full (omit the http://):
  19. www.junkbusters.com/images/space.gif
  20.  
  21. # Almost all the following examples are commented out. To make them work,
  22. # remove the comment so that this:
  23. # www7.suckerfinder.com/cgi-bin/compost_tumbler/strayed-in-from=14387
  24. # looks like this:
  25. www7.suckerfinder.com/cgi-bin/compost_tumbler/strayed-in-from=14387
  26.  
  27. # You can chop off parts on the left and right to get a broader block:
  28. suckerfinder.com/cgi-bin/compost_tumbler/
  29.  
  30. # To block an entire site, simply include its domain name:
  31. # ad.manipumedia.net
  32. # patentlyoffensive.com
  33.  
  34. # With no hostname, a pathname blocks regardless of the domain name:
  35. # /images/banners/mindless/
  36. # /bandwidth-hogs/
  37.  
  38. # Provided pattern matching option was used in the Makefile (now the default)
  39. # you can use patterns such as
  40. #  the /*.* allows matches anywhere in the URL
  41. # /*.*banner
  42. # /*.*/DespisedProductName.*.gif
  43. # you can put * in the domain part only, not the path.
  44. # ad*.*.*
  45. # For more details see http://www.junkbusters.com/ht/en/ijbfaq.html#regex
  46.  
  47. # The ~ character in column one stops blocking if a previous pattern matched.
  48. # The last match wins, so these exceptions are usually placed at the end.
  49. # ~mycompany.com
  50.