home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / maxal104.zip / MAXALL.CTL next >
Text File  |  1993-05-17  |  9KB  |  202 lines

  1. %
  2. % Control File for MaxAll.
  3. %
  4. %       Lines starting with % sign are ignored, along with blank lines.
  5. %       Spaces, Tabs, Newlines are all considered white space between tokens.
  6. %
  7. %       Do not comment the tokens out!
  8. %
  9. %
  10. % BBSName       Title of your BBS. (Notice the underscore used for a space!)
  11.  
  12. BBSName         White_Lightning
  13.  
  14. % CallOptions   This line defines the today/yesterday's callers reports.
  15. %               Options can be listed in any order, and each option uses at
  16. %               least 1 space plus the width specified. If the line is greater
  17. %               than 72 characters then it will be truncated and remaining
  18. %               options ignored.
  19. %
  20. %               Option:         Width:  Description:
  21. %
  22. %               No:<n>          n+1     Call number of user. Call number is
  23. %                                       ordered by the time the user called.
  24. %                                       Recommened width = 2. If you have a
  25. %                                       multiline system which can take more
  26. %                                       than 100 calls a day, then width should
  27. %                                       equal 3.
  28. %
  29. %               Name:<n>        n+1     Caller's name. Recommended width = 22,
  30. %                                       unless you want to fit more options on
  31. %                                       the report.
  32. %
  33. %               Line:<n>        n+1     The line (node) number the caller was
  34. %                                       on. Recommended width = 2.
  35. %
  36. %               Baud:<n>        n+1     Baud rate of caller. Recommened width
  37. %                                       = 4 or 5. (If 4, then high speeds shown
  38. %                                       in K otherwise shown in bytes/second,
  39. %                                       example: 14.4 or 14400)
  40. %
  41. %               Time            6       Time the caller called. Note that in
  42. %                                       a multiline system, the callers report
  43. %                                       will be sorted by time of call for
  44. %                                       consistancy.
  45. %
  46. %               OnFor           6       The amount of time (minutes) caller was
  47. %                                       on for. This figure is shown in hr:min
  48. %                                       format.
  49. %
  50. %               Calls:<n>       n+1     Number of previous calls this caller
  51. %                                       has made to the system.
  52. %
  53. %               Dnls:<n>        n+1     The total number of Kb's downloaded
  54. %                                       during the callers session.
  55. %
  56. %               Priv:<n>        n+1     The priviliage level of the caller.
  57. %
  58. %               City:<n>        n+1     The callers location (city).
  59.  
  60. CallOptions     No:2 Name:17 Line:2 Baud:4 Time OnFor Calls:4 Dnls:4 Priv:6 City:14
  61.  
  62. % UseAlias      This is either Yes or No depending on if you wish Aliases to
  63. %               be displayed on the reports. If a user doesn't have an alias
  64. %               defined (blank) then their real name will be used.
  65.  
  66. UseAlias        No
  67.  
  68. %               Next two tokens aren't implemented yet.
  69. %
  70. % HoursLastCalls  24
  71. % TimeOut         180
  72. %
  73. % Lines         This is the number of nodes your system is running if a multi-
  74. %               line system. This does NOT include any local nodes. This
  75. %               affects the usage reports and thus are total usage for the
  76. %               whole system. Ie. If the system runs 5 nodes/lines, then Lines
  77. %               must equal 5 as MaxAll collects usage information from all 5
  78. %               lines and generates one report (so they reflect the usage for
  79. %               the entire BBS)
  80.  
  81. Lines           2
  82.  
  83. % UsageLines    This is the total number of lines (on screen) that the usage
  84. %               graphs will take up. 15 is the default so as to fit the graph
  85. %               on one page of 80x25.
  86.  
  87. UsageLines      15
  88.  
  89. %               More tokens not in use. Haven't got round to putting them in
  90. %               Does anyone want them?
  91. %
  92. % UsageTitle1     Weekly_Usage/Hour
  93. % UsageTitle2     Monthly_Usage/Hour
  94. % UsageTitle3     Quarterly_Usage/Hour
  95. % UsageDays1      7
  96. % UsageDays2      30
  97. % UsageDays3      90
  98. %
  99. % Privil levels The following lists each privilage level and the label which
  100. %               will be used in the today's callers option 'Privil'. Note that
  101. %               if the label is longer than the width of option 'Privil' then
  102. %               it will be truncated. (Note that in the example 'CallOptions'
  103. %               I use a width of 6 for this column thus all these labels are
  104. %               6 characters or less in width.)
  105.  
  106. Local           Locl
  107. Twit            !Twit!
  108. A1              ?
  109. Disgrace        Disgrc
  110. Limited         Limitd
  111. Normal          Normal
  112. Worthy          Vt.Sys
  113. Privil          Reg.
  114. Favored         Reg.
  115. Extra           VIP
  116. Clerk           Clerk
  117. AsstSysOp       As.Sys
  118. A2              ?
  119. SysOp           SysOp
  120. Hidden          Hidden
  121.  
  122. % The following tokens list the colours to be used on the reports. Colours
  123. % must be in the format:        <foreground> [on <background>] ["blink"]
  124. %
  125. % Where <forground> & <background> are one of the following colours:
  126. %
  127. %       black  blue  green  cyan  red  magenta  brown  lgrey
  128. %
  129. %       grey  lblue  lgreen  lcyan  lred  lmagenta  yellow  white
  130. %
  131. % and, [on <background>] is optional.
  132. %
  133. % and, ["blink"] following the colour is also optional.
  134. %
  135. % See below for examples:
  136.  
  137. RepBBS                          white on cyan
  138. RepTitle                        yellow on cyan blink
  139. RepSubTitle                     lgreen on cyan
  140. RepNo                           grey on cyan
  141. RepName                         black on cyan
  142. RepData                         black on cyan
  143. RepDots                         lgrey on cyan
  144. RepBorder                       blue on cyan
  145. RepShadow                       blue
  146.  
  147. UsageBBS                        white on cyan
  148. UsageTitle                      yellow on cyan blink
  149. UsageSubTitle                   lgreen on cyan
  150. UsageBorder                     blue on cyan
  151. UsageShadow                     blue
  152. UsageAxis                       blue on cyan
  153. UsageEvenBars                   blue on cyan
  154. UsageOddBars                    lblue on cyan
  155. UsageAvgInd                     white on cyan
  156. UsageLabSides                   black on cyan
  157. UsageLabBottom                  black on cyan
  158.  
  159. % These are colour settings for the Today/Yesterday's Callers reports
  160.  
  161. CallBBS                         white on cyan
  162. CallTitle                       yellow on cyan blink
  163. CallSubTitle                    lgreen on cyan
  164. CallBorder                      blue on cyan
  165. CallShadow                      blue
  166. % CallTotals                      white on cyan
  167.  
  168. % Special highlight for new users. If you do not wish to highlight new users
  169. % then use the same colour here as you do for token 'CallName' below.
  170.  
  171. CallNewuser                     white on cyan
  172.  
  173. % Tokens here include a title string before the colour. The titles here are
  174. % used for the title of each column in the Today/Yesterday's Callers reports.
  175. % These titles should not be longer than the width used in the CallOptions,
  176. % otherwise they will be truncated. Colours used here are used for the columns
  177. % of data. Note the underscore used in front of each title, this is because
  178. % each column is seperated by a space so the underscore spaces the title to
  179. % line up with the column of info. This allows titles to be joined together,
  180. % but you have to know what your doing to get that right.
  181.  
  182. CallNo          __#              black on cyan
  183. CallName        _Caller's_Name   black on cyan
  184. CallCity        _Caller's_City   black on cyan
  185. CallLine        _N#              black on cyan
  186. CallBaud        _Baud            black on cyan
  187. CallTime        _Called          black on cyan
  188. CallOnFor       _OnFor           black on cyan
  189. CallCalls       _Call            black on cyan
  190. CallPrivil      _Access          black on cyan
  191. CallDnls        _KbDl            black on cyan
  192.  
  193. % More tokens not in use, wonder if Scott will put these kind of stats in the
  194. % user file? (Just suggesting)
  195.  
  196. % CallUpls        KbUl            black on cyan
  197. % CallWrote       Posted          black on cyan
  198. % CallNoDls       #_Dnls          black on cyan
  199. % CallNoUls       #_Upls          black on cyan
  200. % CallLeechs      Leechs          black on cyan
  201. % CallDrops       Droped          black on cyan
  202.