home *** CD-ROM | disk | FTP | other *** search
- ;-------------------------------------------------------------------------
- ; Remotlog Configuration file
- ; By Orland Carter 1:135/72
- ;-------------------------------------------------------------------------
- ;
- ;-------------------------------------------------------------------------
- ; This is a required entry. It tells the program the [path + filename] of
- ; the Log file to be processed.
- ; DEFAULT : SYSTEM.LOG
- ;-------------------------------------------------------------------------
- ;
- LogFile SYSTEM.LOG
- ;
- ;-------------------------------------------------------------------------
- ; This option is required. It tells the program what the Dos Shell entry
- ; of your External chat program is. This must be the same case as the
- ; BBS writes it to the log file. Required whether you have one or not.
- ; DEFAULT : FX-CHAT.EXE
- ;-------------------------------------------------------------------------
- ;
- ExternalChat FastChat.EXE
- ;
- ;-------------------------------------------------------------------------
- ; This option is required. It tells the program what [path + filename]
- ; the output of the program should be placed in. *.asc/*.ans versions.
- ; DEFAULT : REMOTLOG
- ;-------------------------------------------------------------------------
- ;
- Outputfile c:\RA\Txt\Remotlog
- ;
- ;-------------------------------------------------------------------------
- ; This option is required. It tells the program which color to place the
- ; background of the ansi screen in.
- ; DEFAULT : 40
- ;-------------------------------------------------------------------------
- ;
- Back 40
- ;
- ;-------------------------------------------------------------------------
- ; This option is required. It tells the program what color the numbers
- ; displayed are.
- ; DEFAULT : 1;33
- ;-------------------------------------------------------------------------
- ;
- Numbers 1;33
- ;
- ;-------------------------------------------------------------------------
- ; This option is required. It tells the program what color to use when
- ; highlighting the Beginning and Ending dates of the Log period.
- ; DEFAULT : 1;46;37
- ;-------------------------------------------------------------------------
- ;
- HighLight 1;46;37
- ;
- ;-------------------------------------------------------------------------
- ; This option is required. It tells the program which color to use to
- ; restore the screen to "normal".
- ; DEFAULT : 0
- ;-------------------------------------------------------------------------
- ;
- Normal 0
- ;
- ;-------------------------------------------------------------------------
- ; This option is required. It tells the program which color to use for
- ; Outlining the Box and Dividing lines of the output file.
- ; DEFAULT 1;34
- ;-------------------------------------------------------------------------
- ;
- Outline 1;34
- ;
- ;-------------------------------------------------------------------------
- ; This option is required. It tells the program which color to use for
- ; all the text that is printed.
- ; DEFAULT 0;32
- ;-------------------------------------------------------------------------
- ;
- Text 0;32
- ;
- ;-------------------------------------------------------------------------
- ; This option is required. It tells the program whether or not you wish
- ; the optional page of Multiline usage to be displayed. The statistics
- ; will still be stored if the option is not selected.
- ; DEFAULT : NOMULTILINE
- ;-------------------------------------------------------------------------
- ;
- NoMultiLine
- ;
- ;-------------------------------------------------------------------------
- ; This option is required. It telss the program what type of log file
- ; You are using. Wheter FD [Front Door type] or OPUS.
- ; DEFAULT FD
- ;-------------------------------------------------------------------------
- ;
- FD
- ;
- ;-------------------------------------------------------------------------
- ; This option is not required and at the descretion of the sysop. Using
- ; This will cause another page to be displayed in addition to the current
- ; 2 or 3 pages that are already displayed. This option is where the sysop
- ; Can have remotlog search the logfile for something specific and keep
- ; track of its occurrences.
- ; I.e. *01My_Name Carter - This will cause remotlog to search the log
- ; file for all occurences of "Carter" it will accumulate and store the
- ; amount of time it finds it in variable 01. When it displays it it will
- ; display "My_Name >>> ####" where # is amount of times the item was found
- ; Possible Variables are 00-10. The 0 is significant. The "*" is required
- ; There can be no spaces except to separate the Display item from the
- ; Search item.
- ; Format "*<Variable 00-10><Entry to Make in *.Ans/*.Asc file> <Search For>"
- ; *00My_Name Carter
- ;-------------------------------------------------------------------------
- ;
- ;*00My_Last_Name Carter
- ;*01My_First_Name Orland
- ;
- ;-------------------------------------------------------------------------
- ; These options are not required. But they do provide you with a great
- ; amount of security. For areas you do not want all your users to see.
- ; IE. Adult areas or Sysop areas.
- ; DEFAULT - NONE. 200 MAXIMUM ENTRIES.
- ;-------------------------------------------------------------------------
- ;
- NoShow 8
- NoShow 10
- NoShow 12
- NoShow 19
- NoShow 36
- NoShow 45
- NoShow 49
- NoShow 50
- NoShow 51
- ;
- ;-------------------------------------------------------------------------
- ; This option is not required. It is used to Change the default Sealink
- ; protocol displayed in the 1st output page to a protocol of your choosing.
- ; REPLACESEA - Is the Search String for the new protocol.
- ; REPLACEDSP - Is the Actual Item to be displayed in the Output page.
- ;-------------------------------------------------------------------------
- ;
- ;ReplaceSea SEALink
- ;ReplaceDsp SEALink
- ;
- ;-------------------------------------------------------------------------
- ; This option is also not required. It determines whether or not the local
- ; logons will be shown on the report output. The default for this option
- ; is show local logons. Leave this option out for the default to take
- ; effect.
- ;-------------------------------------------------------------------------
- ;
- ;NoLocal
- ;
- ;-------------------------------------------------------------------------
- ; This option is also not required. It activates or deactivates the
- ; Files.BBS downloaded files counter. The count will be stored and added
- ; to the Files.BBS in the directory the file was taken from. Default for
- ; This option is FILECOUNTER, To deactivate use NOFILECOUNT
- ;-------------------------------------------------------------------------
- ;
- FILECOUNTER
- ;
- ;-------------------------------------------------------------------------
- ; This option is also not required. It activates a chat record. This will
- ; log all chats found in the log file to a file called REMOTLOG.CHT in the
- ; current directory. The default is CHATRECORD, all chats will be logged.
- ; The other option to disable the chat is NOCHATRECORD
- ;-------------------------------------------------------------------------
- ;
- CHATRECORD
- ;
- ;-------------------------------------------------------------------------
- ; This option is also not required. It activates or Deactivates the log
- ; deleting option. The Default is the log will be deleted every 10 days.
- ; The two options are DELTELOG ## (Where ## is days log should be kept.)
- ; and NODELETELOG.
- ;-------------------------------------------------------------------------
- ;
- DELETELOG 10
- ;
- ;-------------------------------------------------------------------------
- ; E N D O F R E M O T L O G . C F G F I L E
- ;-------------------------------------------------------------------------
-