home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 095 / pu10.arc / PU10.CFG next >
Encoding:
Text File  |  1987-04-18  |  3.7 KB  |  105 lines

  1. ;
  2. ;        PC-Board 11 - Process User System - Configuration File
  3. ;
  4. ;      A Harvard BBS Utility -- (617) 498-4379  -- (3/12/2400 Baud)
  5. ;                               (617) 498-4383  -- Subscriber Node
  6. ;
  7. ;    Concept and Cosmetic Programming and Documentaion - John Moon
  8. ;         The majority of the actual programing! -- Paul King
  9. ;
  10. ;      Format of configuration-file is:
  11. ;
  12. ;      1) Name of users file
  13. ;      2) File where Userlist goes
  14. ;      3) Sec. Level not to change if <= or >= to
  15. ;      4) Sec. Levels not to change no matter what
  16. ;      5) # or topuploaders, Sec to update to, report file, footer
  17. ;      6) Upload/Download ratios, Security levels
  18. ;
  19. ;      Thus there are 5 one line data lines -- Items #1 through #5
  20. ;      and also item #6 that can be any length (it must be at least 1
  21. ;      line though, as all the others must also be).
  22. ;
  23. ;
  24. ; Every line with a ';' before it is ignored, these
  25. ; lines are all considered comments.
  26. ; A ';' after information on a data line may also be used
  27. ; to clarify what the line is meant for.
  28. ;
  29. ; The following are the command line switches for the program.
  30. ;
  31. ;                       /U -- /T -- /S
  32. ;
  33. ; /U -- Userlist - create a userlist
  34. ; /T -- Create a op uploaders bulletin 
  35. ; /S -- Update people's security based on their UL/DL ratio
  36. ;       If topuploaders is selected with the '/T' option, their 
  37. ;       sec. level will be raised to top uploaders levels as 
  38. ;       specified in the topuploaders config line.
  39. ; Here's Where the real stuff begins....
  40. ;
  41. ; The following line is the users file  (Item #1)
  42. ;
  43. c:\pcb\main\users ; This is the PC-Board Users file.
  44. ;
  45. ;
  46. ; The following line is the filename and location
  47. ; where you want the Userlist sent to.  (Item #2)
  48. ;
  49. c:\pcb\gen\blt7  ; This will be where the Userlist is output
  50. ;
  51. ;
  52. ; The following line is the level that nothing > or = to 
  53. ; that level should be changed.  Note that PU will never alter
  54. ; a security level greater then or equal to 100.  It will
  55. ; also never change a security level of 0, since a 0 represents
  56. ; deleted and/or locked out users.  These values are hardcoded into
  57. ; the program and may not be changed.  (Item #3)
  58. ;
  59. 5 80 ; Do not alter sl <= #1, or >= #2
  60. ;
  61. ; The next line is for levels not to alter, you may have
  62. ; as many numbers as you want in this line, but must have 
  63. ; at least 1 number. (Item #4)
  64. ;
  65. 18 34 39 23 ; Security levels not to change no matter what
  66. ;
  67. ; The next line is for the topuploaders, it is in the format
  68. ;
  69. ;  # of Top uploaders, Security level to Update to, Report Name, Report footer
  70. ;  The actual data line should be seperated by spaces.
  71. ;
  72. ; You should enter a "0" in the "Update to level" field, if
  73. ; you wish to not give your top uploaders a special sec. level.
  74. ; If you enter a "0" only a bulletin will be created no level
  75. ; adjustments will be made.  (Item #5)
  76. ;
  77. 10 61 C:\pcb\gen\blt3 c:\pcb\gen\footer ; # UL, New Level, Report, Footer
  78. ;
  79. ; All the following lines are for the security UL/DL ratios
  80. ; The format is:
  81. ;
  82. ; Download/Upload Ratio, Security level to assign
  83. ; These two fields should be seperated by spaces.
  84. ;
  85. ; You may have as many lines as you want, but you must have at
  86. ; least 1 line here, even if you aren't going to use the feautre. (Item #6)
  87. ;
  88. -45 10 ; 45 Downloads to 1 or less uploads -- Security Level of 10
  89. -40 15 ; 40 Downloads to 1 or less uploads -- Security Level of 15
  90. -35 17 ; Any comments you wish can go after the ';'
  91. -25 25
  92. -20 30
  93. -15 40
  94. -10 45 ; Note 0 ul, 0 dl would get this level...
  95. 1.2 50
  96. 1.5 55
  97. 1.8 56
  98. 2.0 57 ; Two uploads to every 1 download -- Sec. Level of 57
  99. 2.5 58 ; 2.5 UL to 1 or less DL -- Security Level of 58
  100. 3.0 59 ; 1 DL or less to 3 or more UL -- Security Level of 59
  101. ;
  102. ; End of PU configuration file
  103. ;
  104.