DEFAULT.CFG

2.7 KB f0d0b907fb8e6475…
; TopBases v2.2 Standard Configuration File
; -----------------------------------------
;
; OutputFile - The path and file name where you want TopBases to write the file.
OutputFile C:\TAG\AFILES\TOPBASES.MSG
;
; MainBBSDir - The path that contains your STATUS.DAT file (single node only!).
;              If running multinode, please comment this line out.
MainBBSDir C:\TAG\
;
; NodeXBBSDir - Where X = node number.  TopBases supports up to 5 nodes
;               currently for reading in logs for all 5 nodes and compiling
;               all the statistics into the list. It looks for the STATUS.DATs
;               from the nodes.
;Node1BBSDir C:\TAG1\
;Node2BBSDir C:\TAG2\
;Node3BBSDir C:\TAG3\
;Node4BBSDir C:\TAG4\
;Node5BBSDir C:\TAG5\
;
; TopSL - The highest security level of message bases to include in the list.
TopSL 200
;
; UseLocal - Uncomment if you want to include Local Bases in the list.
;UseLocal
;
; UseEcho - Uncomment if you want to include Echomail Bases in the list.
;UseEcho
;
; UseGroup - Uncomment if you want to include Groupmail Bases in the list.
;UseGroup
;
; UseNet - Uncomment if you want to include Netmail Bases in the list.
;UseNet
;
; NoGlobalFlag - Uncomment if you don't want to include any message bases that
;                have the AR flag of '@'.
;NoGlobalFlag
;
; UseFlag - To use message bases with AR flags, include those AR flags here.
;           For example on using UseFlag to include the AR flags 'A' and 'B',
;           look below:
;UseFlag A
;UseFlag B
;
; FirstLog - The first log you want it to start scanning from
;            **NOTE: If it is set to 0, it reads the SYSOP.LOG file first!**
FirstLog 0
;
; LastLog - The last sysop log you want it to end the scanning at.
LastLog 14
;
; UseDate - Include last date created in the list.
UseDate
;
; UseTime - Whether you want the time the file was last updaated included in
;           in the bulletin.
;UseTime
;
; Linecolor - The CTRL-P color to make the "═" lines in the list.
LineColor 9
;
; HeaderColor - The CTRL-P color to make the header in the list.
HeaderColor 0
;
; TitleColor - The CTRL-P color to make the title at the top of the list.
TitleColor 0
;
; RankBracketColor - The CTRL-P color to make the brackets around the ranks.
RankBracketColor 4
;
; RankColor - The CTRL-P color to make the rank numbers.
RankColor 0
;
; PostNumberColor - The CTRL-P color to make the post numbers.
PostNumberColor 3
;
; TitleStr - The title string that you want listed in the list.
TitleStr The Emergency Scene's 10 Most-Active Message Bases
;
; NumBases - The TOTAL number of message bases you want included in the list.
NumBases 15
;
;
;                                      -End of File-