home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tcb-201.zip / TCB-201.CNF < prev    next >
Text File  |  1993-03-21  |  8KB  |  206 lines

  1. ###############################################################################
  2. ## TCB [Today's Callers Bulletin] version 2.01           February 21st, 1993 ##
  3. ## Another unappreciated version.                           Robert Bingleman ##
  4. ###############################################################################
  5. ##                                                                           ##
  6. ##  Configuration blocks that are read from this file:                       ##
  7. ##                                                                           ##
  8. ##  MAIN (unlabelled), $LABEL, $LEVEL, $SPEED, $EVENT, $CUSTOM, $IGNORE.     ##
  9. ##                                                                           ##
  10. ##  All blocks other than the (again, unlabelled) MAIN block need exist      ##
  11. ##  only if the associated Field Type is in use in the CONFIG line.  For     ##
  12. ##  further details, see TCB-201.DOC or TCB-201.REF.                         ##
  13. ##                                                                           ##
  14. ##  Most reference information has been removed from this file with the      ##
  15. ##  hope that it will make things a bit clearer.  Well, perhaps just a bit   ##
  16. ##  cleaner, if not clearer.  The configuration options are now discussed    ##
  17. ##  in detail in the accompanying DOC file, and are listed in the REF file.  ##
  18. ##                                                                           ##
  19. ###############################################################################
  20.  
  21. ###############################################################################
  22. # A wee bit of reference...                                                  ##
  23. ###############################################################################
  24. ##  Colour Codes                                                             ##
  25. ##                                                                           ##
  26. ##  [Background Values]                 |  [Foreground Values]               ##
  27. ##  0  Black     8  Black, flashing     |  0  Black       8  Dark Grey       ##
  28. ##  1  Red       9  Red, flashing       |  1  Red         9  Light Red       ##
  29. ##  2  Green     A  Green, flashing     |  2  Green       A  Light Green     ##
  30. ##  3  Brown     B  Brown, flashing     |  3  Brown       B  Yellow          ##
  31. ##  4  Blue      C  Blue, flashing      |  4  Blue        C  Light Blue      ##
  32. ##  5  Purple    D  Purple, flashing    |  5  Purple      D  Light Purple    ##
  33. ##  6  Cyan      E  Cyan, flashing      |  6  Cyan        E  Light Cyan      ##
  34. ##  7  Lt. Grey  F  Lt. Grey, flashing  |  7  Light Grey  F  White           ##
  35. ##                                                                           ##
  36. ##  In strings, @xx inserts a colour code (where xx is the code), @" gives   ##
  37. ##  a quotation mark, and @@ represents a single @ symbol.                   ##
  38. ##                                                                           ##
  39. ##  CONFIG Line Format                                                       ##
  40. ##                                                                           ##
  41. ##  CONFIG = [<Leading Spaces><Field Type><Field Width><Align><Colour>] ...  ##
  42. ##                                                                           ##
  43. ##  Field Types are as follows:                                              ##
  44. ##                                                                           ##
  45. ##  A  Username                          L  Number of Uploads                ##
  46. ##  B  Alias                             M  Connect Speed [Numeric]          ##
  47. ##  C  LogOn Time [24-hour]              N  Connect Speed [$SPEED strings]   ##
  48. ##  D  LogOn Time [12-hour + a/p]        O  Sysop Page Attempts [Numeric]    ##
  49. ##  E  LogOff Time [24-hour]             P  Sysop Page Attempt [Yes/No]      ##
  50. ##  F  LogOff Time [12-hour + a/p]       Q  Last File Downloaded             ##
  51. ##  G  Date of Call [YY-MM-DD]           R  Last File Uploaded               ##
  52. ##  H  Duration of Call                  S  Last File Transferred [UL/DL]    ##
  53. ##  I  User Level [Numeric]              T  Number of Messages Written       ##
  54. ##  J  User Level [$LEVEL strings]       U  Special Events [$EVENT strings]  ##
  55. ##  K  Number of Downloads               V  Caller Number                    ##
  56. ## a-z User-defined [$CUSTOM block]      W  Node Number                      ##
  57. ##                                                                           ##
  58. ##  Alignment is is L/R/C/Z = Left/Right/Center/padZero.                     ##
  59. ##                                                                           ##
  60. ##  Special Events are as follows:                                           ##
  61. ##                                                                           ##
  62. ##   A   No special event occurred.                                          ##
  63. ##   B   User paged the sysop.                                               ##
  64. ##   C   Used entered invalid password.                                      ##
  65. ##   D   Name not in userfile.                                               ##
  66. ##   E   Password failure (access denied)                                    ##
  67. ##   F   New user questionnaire completed.                                   ##
  68. ##   G   User dropped carrier.                                               ##
  69. ##   H   Calls/day limit exceeded.                                           ##
  70. ##   I   User inactivity logoff.                                             ##
  71. ##   J   User's allotted time expired.                                       ##
  72. ##   K   Fatal system error                                                  ##
  73. ##   L   Sysop hung up on user [Alt-H].                                      ##
  74. ##   M   User entered invalid name, then re-entered correct name.            ##
  75. ##                                                                           ##
  76. ###############################################################################
  77.  
  78. ## Lower this if you have low memory; raise it if you have plenty.
  79.  
  80. _BUFFER   = 5120
  81.  
  82.  
  83. ## Main Configuration Block
  84.  
  85. SYSOPNAME = "@4FShawn Mazzuto"
  86. BBSNAME   = "@4FThe Prime Directive"
  87.  
  88. MULTINODE = TRUE
  89. LOGNAME   = H:\SBBS\SYSTEM01.LOG
  90. LOGNAME   = H:\SBBS\SYSTEM02.LOG
  91. LOGNAME   = H:\SBBS\SYSTEM03.LOG
  92.  
  93. TCBANSI   = H:\SBBS\TEXT\TCB.ANS
  94. TCBASCII  = H:\SBBS\TEXT\TCB.ASC
  95.  
  96. BLANKLOG  = YES
  97. CALLCOUNT = 0
  98. CALLDATE  = NO
  99. SECURITY  = 32000
  100. LOCAL     = YES
  101.  
  102. HEIGHT    = 23
  103. LABELS    = YES
  104. TOTALS    = YES
  105. FANCY     = YES
  106. IGNOREQWK = YES
  107. ASCIICR   = YES
  108. ANSICR    = YES
  109.  
  110. HEADERC   = 4E
  111. FOOTERC   = 4A
  112. LASTULC   = 0A
  113. TOTALC    = 0B
  114. LABELC    = 0F
  115. ZEROC     = 07
  116. OUTSIDEC  = 04
  117. INSIDEC   = 0C
  118. OUTSIDE   = "╔═╤╗╚═╧╝║╟║╟║║╢║╢║"
  119. INSIDE    = "─┼─┼│││"
  120.  
  121. CONFIG    = 1A20L07 W2Z06 C5R0E H5Z0E N4L0A J5R09 K2Z0E L2Z0E O2Z0D a2Z0F
  122. CONFIG    = S12R0B U4L80
  123.  
  124. RATING    = BL A MCDJIHFGEK
  125.  
  126.  
  127. ## Ignore-Us Block
  128.  
  129. $IGNORE
  130. "Robert Bingleman"
  131.  
  132.  
  133. ## Label Strings Configuration Block
  134.  
  135. $LABEL
  136. A = "        Name"
  137. B = "Alias"
  138. C = "LogOn"
  139. D = "Log On"
  140. E = "Off @@"
  141. F = "LogOff"
  142. G = " Date"
  143. H = "Span"
  144. I = "Level"
  145. J = "Level"
  146. K = "Dl"
  147. L = "Ul"
  148. M = "Speed"
  149. N = "Rate"
  150. O = "Pg"
  151. P = "Pg?"
  152. Q = "  Last DL"
  153. R = "  Last UL"
  154. S = " Last @0BDL@0F/@0AUL "
  155. T = "MW"
  156. U = "Xtra"
  157. V = "##"
  158. W = "Nd"
  159. a = "TW"
  160.  
  161. Z = "@0F  ≡≡≡  Totals  ≡≡≡"
  162.  
  163.  
  164. ## Speed Strings Configuration Block
  165.  
  166. $SPEED
  167. 0     = "@0FLocl"
  168. 300   = "@07300"
  169. 1200  = "@0A1200"
  170. 2400  = "@0A2400"
  171. 9600  = "@0A9600"
  172. 14400 = "@0A14.4"
  173. 16800 = "@0A16.8"
  174.  
  175.  
  176. ## Level Strings Configuration Block
  177.  
  178. $LEVEL
  179.    -1 = "@0F<@0ANew@0F>"
  180.     0 = "@01?????"
  181. 32000 = "@0FSysOp"
  182.  
  183.  
  184. ## Special Event Strings Configuration Block
  185.  
  186. $EVENT
  187. a = "@08····"
  188. b = "@0DPage"
  189. c = "@09Pswd"
  190. d = "@0BWho?"
  191. e = "@89Fail"
  192. f = "@8ANew!"
  193. g = "@8FKlik"
  194. h = "@07Call"
  195. i = "@07Zzzz"
  196. j = "@07Time"
  197. k = "@DFAck!"
  198. l = "@8DAltH"
  199. m = "@07Name"
  200.  
  201.  
  202. ## Custom Field Definition Block
  203.  
  204. $CUSTOM
  205. a = "TW2002.BAT"
  206.