home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / TAG / MATE090G.ZIP / TAGMATE.CFG < prev    next >
Text File  |  1994-04-18  |  10KB  |  258 lines

  1. ; TAGMate v1.00 Standard Default Configuration File
  2. ; ═════════════════════════════════════════════════
  3. ;
  4. ; This file explains ALL available options to ALL available functions in
  5. ; TAGMate, before each section/function marker ("[<function name>]").
  6. ;
  7. ; "Global" Options
  8. ; ────────────────
  9. ;
  10. ; All of these options _must_ be defined in this section.  These options affect
  11. ; all programs within TAGMate and HAVE TO BE specified HERE.
  12. ;
  13. ; NoSemaphores  - Disable all semaphore operations/usage for all of TAGMate.
  14. ; SemaphorePath - Path to write semaphore file. Not needed if "NoSemaphores".
  15. ; MainBBSPath   - Path to your node 1 Main BBS directory (STATUS.DAT).
  16. ; UserLstPath   - Path to your BBS' user data base file (USER.LST).
  17. ; MaxRetries    - Maximum number of times to retry the program if another copy
  18. ;                 is already running.  Not needed if "NoSemaphores" is on.
  19. ;
  20. ; Please refer to the documentation for more information about semaphores.
  21. ;
  22. [Global]
  23. ;NoSemaphores
  24. SemaphorePath C:\BBS\
  25. MainBBSPath C:\BBS\
  26. UserLstPath C:\BBS\DFILES\
  27. MaxRetries 10
  28. ;
  29. ; "Log" Options
  30. ; ─────────────
  31. ;
  32. ; "Log" is the equivelant of NewLog v3.15, with some more enhancements and bug
  33. ; fixes. The options work basically the same was as in NEWLOG.CFG, except, on a
  34. ; few of them, I modified the name. I've also added a couple of new options.
  35. ;
  36. ; MultiString - The configurable string used to notify other nodes of logons.
  37. ; MultiLog    - Notifies users on ALL other nodes about the user logging in!
  38. ; AnotherLine - Place a second line of "═" characters after the column headers.
  39. ; NoDate      - Don't put the date at the top of the caller's log.
  40. ; ExtraField  - Type of extra information you want shown (calls today/node #'s).
  41. ; LogMode     - Columns (formatted) or Normal (unformatted) logging style.
  42. ; Skip255SL   - Skip logging of all callers that have a security level of 255.
  43. ; SkipKB      - Skip logging of all keyboard logons.
  44. ; AbortOff    - Insert "#ABORT OFF" to make the caller's log un-abortable.
  45. ; AltString   - The number of the Extra String to use for alternate strings.
  46. ; AltChar     - The character of the Extra Characters to use for alt. strings.
  47. ; TitleString - Title string (typically "Callers log for <BBS name>", etc).
  48. ; BannerFile  - ASCII (or ^C# color-coded) file to place before the log.
  49. ; OutputFile  - Full path/filename to write the caller's log output file to.
  50. ; OldLog      - Optional path/filename for "yesterday's" caller's log bulletin.
  51. ;
  52. ; "Log" Color Configuration
  53. ; ─────────────────────────
  54. ;
  55. ; From&AtStrings  - Color number for "from" and "at" words in normal mode.
  56. ; Header          - Color number for column headers at top of log.
  57. ; UserName        - Color number for the user name logged.
  58. ; City/State      - Color number for the city/state the user is from.
  59. ; Time            - Color number for the time of the user's call.
  60. ; BPSRate         - Color number for the BPS rate/speed of the user's call.
  61. ; Calls/Node      - Color number for the "ExtraField" field specified.
  62. ; AltStrColor     - Color number for the alternate string logged.
  63. ; CallerNumber    - Color number for the user's caller number.
  64. ; Comments/Events - Color number for "/L"-logged events/comments.
  65. ; VersionInfo     - Color number for version information at top of log.
  66. ; New/Guest       - Color number for "<New>" and "<Guest>" strings in log.
  67. ; StringStart     - Color number for the "User String:" before alt. strings.
  68. ; TitleColor      - Color number for "TitleString" at top of log.
  69. ; DateColor       - Color number for the date string (if active).
  70. ;
  71. [Log]
  72. ;MultiString 4[0User Logging On4]
  73. ;MultiLog
  74. ;AnotherLine
  75. ;NoDate
  76. ExtraField Nodes
  77. LogMode Columns
  78. ;Skip255SL
  79. ;SkipKB
  80. ;AbortOff
  81. ;AltString 1
  82. ;AltChar 1
  83. TitleString The Galaxy BBS - TNT Software HQ
  84. ;BannerFile C:\BBS\BANNER.MSG
  85. ;OldLog C:\BBS\AFILES\BULLETD1.MSG
  86. OutputFile C:\BBS\AFILES\CALL_LOG.MSG
  87. From&AtStrings 3
  88. Header 2
  89. UserName 7
  90. City/State 7
  91. Time 0
  92. BPSRate 9
  93. Calls/Node 5
  94. New/Guest 8
  95. AltStrColor 0
  96. CallerNumber 2
  97. Comments/Events 7
  98. StringStart 4
  99. VersionInfo 2
  100. TitleColor 2
  101. ;
  102. ; "Trak" Options
  103. ; ──────────────
  104. ;
  105. ; "Trak" is the exact equivelant of DoorStat, except for a few bug fixes here
  106. ; and there. The DoorStat data file is fully-compatible, and all of the options
  107. ; are the exact same, although you have to remove "DS_" from them.
  108. ;
  109. ; TitleStr     - Title to place at top of the output file.
  110. ; StartingDate - Enable this if you want to show the date the data file began.
  111. ; LogIfZero    - Enable this if you want to show doors with no activity.
  112. ; AbortOff     - Enable this if you want the output file to be un-abortable.
  113. ; DoorLimit    - The maximum number of doors that will be in the output file.
  114. ; NoAutoCreate - Enable this if you DO NOT want doors to be auto-created.
  115. ; AutoRestart  - The style of auto-restarting (if any). Year, Monthly, Daily.
  116. ; ASCIIFile    - Complete path/filename to write an ASCII output file.
  117. ; OutputFile   - Complete path/filename to write T.A.G. BBS output file.
  118. ; DataFile     - Complete path/filename to read/write door data file from/to.
  119. ;
  120. ; "Trak" Color Configuration
  121. ; ──────────────────────────
  122. ;
  123. ; BorderColor      - Color number of the border around the output table.
  124. ; DoorColor        - Color number of the doornames.
  125. ; HeaderColor      - Color number of the column headers of the output table.
  126. ; PercentColor     - Color number of the percent active.
  127. ; TitleColor       - Color number of the title string specified.
  128. ; RankBracketColor - Color number of the "[", "]"'s surrounding the rank.
  129. ; RankColor        - Color number of the ranking of the door.
  130. ; TodayColor       - Color number of the number of times executed today.
  131. ; TimesColor       - Color number of the total number of times executed.
  132. ; DateColor        - Color number of the last date executed.
  133. ;
  134. [Trak]
  135. TitleStr The Galaxy's Top 25 Doors
  136. ;StartingDate
  137. ;DoorLimit 25
  138. ;AutoRestart Monthly
  139. OutputFile C:\BBS\AFILES\DOORSTAT.MSG
  140. ;AbortOff
  141. ;LogIfZero
  142. ;NoAutoCreate
  143. ;ASCIIFile C:\BBS\DOORS.TXT
  144. DataFile C:\BBS\DOORSTAT\DOORSTAT.DAT
  145. BorderColor 9
  146. DoorColor 2
  147. HeaderColor 3
  148. PercentColor 2
  149. TitleColor 0
  150. RankBracketColor 4
  151. RankColor 0
  152. TodayColor 2
  153. TimesColor 2
  154. DateColor 0
  155. ;
  156. ; "Send" Options
  157. ; ──────────────
  158. ;
  159. ; "Send" is the equivelant of "AutoMail". All options should be the exact same.
  160. ;
  161. ; EchoTag     - EchoTag of the message base (only needed for Fido/Echo).
  162. ; BoardNumber - Hudson board number of the base (only needed for Hudson).
  163. ;*FlagXXXXX   - Enable these accordingly if you want the "XXXXX" flag to be on.
  164. ; MessageType - Type of the message ── E)cho or N)ormal.
  165. ; InputFile   - ASCII input file. T.A.G. SDR codes almost-fully supported!
  166. ; Format      - F)ido or H)udson format to write in.
  167. ; MsgPath     - Path to message base/message base files.
  168. ;*MsgBaseFile - Filename (NO extension) for JAM area to post in (if active).
  169. ; Origin      - Origin line to use (only needed for echos).
  170. ; NoExport    - Do NOT export message to tosser/scanner, if posted in echo.
  171. ; Subject     - Subject to use in the message.
  172. ; NoSDRCodes  - Disable the support for T.A.G. BBS SDR codes in the input file.
  173. ; HeaderFile  - ASCII file to include prior the InputFile.
  174. ; FooterFile  - ASCII file to include after the InputFile.
  175. ; Address     - Address appended onto origin line (e.g. 1:2410/480).
  176. ;
  177. [Send]
  178. EchoTag TNT_BETA
  179. FlagLocal
  180. ;FlagCrash
  181. ;FlagKillSent
  182. ;FlagSent
  183. ;FlagFileAttach
  184. ;FlagReqRct
  185. ;FlagReqAud
  186. ;FlagRetRct
  187. ;FlagFileReq
  188. ;FlagRcvd
  189. ;FlagPriv
  190. MessageType Echo
  191. InputFile C:\BBS\RULES.TXT
  192. Format F
  193. MsgPath C:\BBS\MSGS\ECHO\TNT_BETA\
  194. ;MsgBaseFile GENERAL
  195. Origin The Galaxy BBS | (313)928-0522 | v.32bis/v.42bis
  196. ;NoExport
  197. Subject Rules of this conference.
  198. ;NoSDRCodes
  199. ;HeaderFile C:\BBS\HEADER.TXT
  200. ;FooterFile C:\BBS\FOOTER.TXT
  201. Address 1:2410/480
  202. ;
  203. ; "Files" Options
  204. ; ───────────────
  205. ;
  206. ; "Files" is the equivelant of Top 15, but with MANY bug fixes and optimi-
  207. ; zations. The area exclusion now _works_ and with even-more options.
  208. ;
  209. ; TitleString - Title to place at top of output file.
  210. ; OutputFile  - Path/filename to write T.A.G. ^C# color-coded output file.
  211. ; CDROMAreas  - De-comment this if you want to scan CD-ROM .DIR files as well.
  212. ; NoPassword  - De-comment this if you do NOT want to scan passworded-bases.
  213. ; TurboMode   - De-comment this if you don't want progress displayed on-screen.
  214. ; AreaNumbers - De-comment this if you want to include board numbers, no names.
  215. ; UseFlag x   - Scan file boards that require flag "x" to access (up to 26).
  216. ; MinDSL xxx  \ Scan file boards that require a minimum of xxx DSL to access,
  217. ; MaxDSL yyy  / up to and including file boards that require yyy.
  218. ;
  219. ; "Files" Color Configuration
  220. ; ───────────────────────────
  221. ;
  222. ; Bars         - Color number of the "═" bars in the output file.
  223. ; Headers      - Color number of the column headers in the table.
  224. ; RankBrackets - Color number of the "[", "]"'s surrounding the rank.
  225. ; RankColor    - Color number of the rank of the file (1-15).
  226. ; FileNames    - Color number of the file names in the table.
  227. ; FileSizes    - Color number of the file sizes in the table.
  228. ; FileDates    - Color number of the dates the files were uploaded.
  229. ; NumTimes     - Color number of the number of times-downloaded in the table.
  230. ; #Symbol      - Color number of the pound sign before the area in the table.
  231. ; AreaColor    - Color number of the area number in the table.
  232. ; TitleColor   - Color number of the "TitleString" before the table.
  233. ;
  234. [Files]
  235. TitleString The Galaxy's Most-Popular Files
  236. OutputFile C:\BBS\AFILES\TOP15.MSG
  237. ;CDROMAreas
  238. ;NoPassword
  239. ;TurboMode
  240. ;AreaNumbers
  241. UseFlag @
  242. ;UseFlag A
  243. ;UseFlag B
  244. MinDSL 0
  245. MaxDSL 255
  246. Bars 9
  247. Headers 3
  248. RankBrackets 4
  249. RankColor 0
  250. FileNames 3
  251. FileSizes 3
  252. FileDates 3
  253. NumTimes 3
  254. #Symbol 4
  255. AreaColor 0
  256. TitleColor 2
  257. ;                                -End of File-
  258.