home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / ANTI111.ZIP / ANTIAD.CFG next >
Text File  |  1993-06-17  |  4KB  |  87 lines

  1. ;
  2. ;
  3. ;    ┌──────────┬───────────┐
  4. ;    │   BBS    ┼           │
  5. ;    │   ╓───╖  │ ╓         │          AntiAd Configuration File
  6. ;    │   ║   ║  ┼ ║         │
  7. ;    │   ╟───╢ ╓┼─║ ╓──     │                Version 1.11
  8. ;    ├┼──╫─┼─╫─╫■─╫─╨┼─╥───┼┤
  9. ;    │   ╙   ╙ ╙┼─╜ ───╜    │   (c) Copyright 1992-1993 - Stacy Smith
  10. ;    │          ┼           │
  11. ;    └──────────┴───────────┘
  12. ;
  13. ;
  14. ;      The latest version of AntiAd can always be obtained from my BBS:
  15. ;
  16. ;                        The Bloom Beacon-Picayune BBS
  17. ;          Node 1: (804) 525-9760 (USRobotics Courier Dual Standard)
  18. ;             Node 2: (804) 525-5372 (USRobotics Courier V.32bis)
  19. ;                    FidoNet 1:276/112 (magic tag ANTIAD)
  20. ;
  21. ; *** Beginning of AntiAd configuration file ***
  22. ;
  23. ; The registration code, BBS name and sysop name EXACTLY as provided to you on
  24. ; your registration letter. If this is an unregistered version, comment out
  25. ; these lines, or don't change them. Note that these are case-sensitive!
  26. REG_CODE     0000000000
  27. BBS_NAME     UNREGISTERED
  28. SYSOP_NAME   SYSOP
  29. ;
  30. ; The path/filename of the log file for AntiAd to record its activities.
  31. ; Comment out if you don't want disk logging.
  32. LOG_FILE     c:\antiad\antiad.log
  33. ;
  34. ; If you want AntiAd to use a specific directory for storage of BBS ads
  35. ; detected and removed from archives, enter the full pathname (including the
  36. ; trailing backslash). If you do not want the file saved for later inspection,
  37. ; comment it out.
  38. STORAGE_DIR  c:\antiad\storage\
  39. ;
  40. ; This parameter defines how AntiAd dispositions files detected as BBS ads
  41. ; via the CRC-32 signature method. If you want AntiAd to delete the ad file,
  42. ; enter DELETE or comment the line out; if you want AntiAd to store the
  43. ; ad file in the storage directory (and delete it from the archive being
  44. ; processed), enter STORE.
  45. DB_DISP     delete
  46. ;
  47. ; This parameter defines how AntiAd dispositions files detected as BBS ads
  48. ; via the keyword algorithm. If you want AntiAd to delete the ad file, enter
  49. ; enter DELETE; if you want AntiAd to store the file in the storage
  50. ; directory (and delete it from the archive being processed), enter STORE or
  51. ; comment the line out.
  52. KEYWORD_DISP store
  53. ;
  54. ; The directory path and name for the BBS ads CRC database.
  55. ADS_DB       c:\antiad\antiad.db
  56. ;
  57. ; The errorlevel that AntiAd is to return to DOS if no BBS ads were found
  58. ; by AntiAd while processing the subdirectory specified (valid values 0 to
  59. ; 255).
  60. NO_AD_ERRLEV 0
  61. ;
  62. ; The errorlevel that AntiAd is to return to DOS if one or more BBS ads were
  63. ; found by AntiAd (valid values 0 to 255).
  64. AD_ERRLEV    0
  65. ;
  66. ; The keyword sets (separated by commas) to search potential BBS ad files for.
  67. ; Note that these keywords are case-sensitive! If a potential ad file contains
  68. ; ALL of the keywords or phrases, it will be dispositioned as a BBS ad. I
  69. ; suggest using the BBS name, area code and exchange, modem brand and other
  70. ; key terms in their ads that seem static. Between 5 and 10 keywords are
  71. ; allowed per line; one line comprises a keyword set (a keyword set may not be
  72. ; more than 128 characters long). Note that BBS ad scanning time increases
  73. ; with the number of keywords and keyword sets.
  74. KEYWORDS     Rusty,Edie's,216,726,Robotics,LINES,FRIENDLIEST
  75. KEYWORDS     ROSE,MEDIA,Rose,Media,416,733,Robotics,McAfee
  76. ;
  77. ; AntiAd is capable of executing another program before returning to the
  78. ; upload processor. If this is desired enter the command line to be
  79. ; executed by AntiAd, otherwise, comment the line out. If this option is
  80. ; used, AntiAd will return the errorlevel returned by this program to the
  81. ; upload processor.  Place the variable @FILES@ where the filespec is to be
  82. ; placed on the command line.
  83. ; CHK_CMD_LINE  c:\util\scan /a /nomem /nopause @FILES@
  84. ;
  85. *** End of AntiAd configuration file ***
  86. ;
  87.