home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / F / FN_SCBC.ZIP / SCANNER.CFG < prev    next >
Text File  |  1995-09-02  |  4KB  |  106 lines

  1. ;
  2. ;  Configuration file for the Frontnet Scanner v1.00
  3. ;
  4. ;  1. Enable logfile (YES/NO)
  5. ;  2. Use Enhanced logfile mode (YES/NO)
  6. ;  3. Number of users to make place for in EMS memory.
  7. ;  4. Number of users to exclude
  8. ;  5. Name of person to exclude
  9. ;     (Repeat until no more exclusions)
  10. ;  6. Number of people to modify
  11. ;     Name of person to modify
  12. ;     (Repeat until no more users to modify)
  13. ;  7. Name of users to edit
  14. ;  8. Bytes to add/dec to users upload bytes
  15. ;  9. Bytes to add/dec to users download bytes
  16. ;     Repeat until no more edits
  17. ;  10+ Keywords to search for in the PCB Logfiles
  18. ;     If you changed any strings in your PCTEXT,
  19. ;     make sure you change them here as well.
  20. ;       1. USERNET.XXX) is missing                   (record:    )
  21. ;       2. No Security Level Match                   (record: 457)
  22. ;       3. Carrier Lost                              (record: 215)
  23. ;       4. NO CONNECT                                (record:  34)
  24. ;       5. exceed your byte                          (record: 670)
  25. ;       6. exceed your file                          (record: 669)
  26. ;       7. Excessive Password Failures               (record:   7)
  27. ;       8. Directory Scan for                        (record: 430)
  28. ;       9. Left:                                     (record: 336,337)
  29. ;      10. Node CHAT entered                         (record: 231)
  30. ;      11. Node CHAT ended                           (record: 230)
  31. ;      12. Sysop CHAT active                         (record: 175)
  32. ;      13. Sysop CHAT ended                          (record: 219)
  33. ;      14. Modem:                                    (record: 590)
  34. ;      15. Batch Dnld:                               (record: 619)
  35. ;      16. Batch Upld:                               (record: 618)
  36. ;      17. Operator Paged                            (record: 409)
  37. ;
  38. ;  The 'adding bytes to user' thing might sound quite lame,
  39. ;  but it's there cause of pcboards limit of max 2,1 gig
  40. ;  uploads/downloads. If you have a user who exceeds 2 gigs,
  41. ;  then just add 2 gig to this config file, and zero the userdatas.
  42. ;  2 gigs will then be added to the users in the scanners output
  43. ;  data files.
  44. ;
  45. ;  Example:
  46. ;
  47. ;  Line #04: 1
  48. ;  Line #05: DRONT
  49. ;  Line #06: 3
  50. ;  Line #07: MINDBENDER
  51. ;  Line #08: +2000000000
  52. ;  Line #09: -20
  53. ;  Line #10: PHREAKSMITH
  54. ;  Line #11: +2000000000
  55. ;  Line #12: -10
  56. ;  Line #13: LAMER
  57. ;  Line #14: -600000000
  58. ;  Line #15: 0
  59. ;
  60. ;  Line #04 excludes 1 user.
  61. ;  Line #05 excludes "DRONT" from all lists.
  62. ;  Line #06 tells frntop that 3 users should be modified.
  63. ;  Line #07 Modifies "MINDBENDER"
  64. ;  Line #08 Adds 2 gigabytes to Mindbenders Uploads
  65. ;  Line #09 Substracts 20 bytes from Mindbenders Downloads
  66. ;  Line #10 Modifies "PHREAKSMITH"
  67. ;  Line #11 Adds 2 gigabytes to Phreaksmiths Uploads
  68. ;  Line #12 Substracts 10 bytes from Phreaksmiths Downloads
  69. ;  Line #13 Modifies "LAMER"
  70. ;  Line #14 Substracts 600mb from Lamers Uploads
  71. ;  Line #15 No Change to Lamers Downloads.
  72. ;
  73. ;  If Line #04 or #06 in the above example were 0 (zero), then
  74. ;  the scanner would have skipped the lines below.
  75. ;
  76. ; ------------------------------------------------------------------
  77. YES
  78. YES
  79. 2000
  80. 1
  81. MINDBENDER
  82. 2
  83. ROYCE
  84. +2100000000
  85. 0
  86. MADCAP
  87. 0
  88. +2100000000
  89. USERNET.XXX) is missing!
  90. No Security Level Match
  91. Carrier Lost
  92. NO CONNECT
  93. exceed your byte
  94. exceed your file
  95. Excessive Password Failures
  96. Directory Scan for
  97. Left:
  98. Node CHAT entered
  99. Node CHAT ended
  100. Sysop CHAT active
  101. Sysop CHAT ended
  102. Modem:
  103. Batch Dnld:
  104. Batch Upld:
  105. Operator Paged
  106.