home *** CD-ROM | disk | FTP | other *** search
- ; **********************************************************************
- ; NEWS FLASH CONFIGURATION FILE
- ; **********************************************************************
- ;
- ; NOTE: THE FILE NAME OF THIS CONFIGURATION FILE MUST NOT BE CHANGED.
- ; NOTE: THIS FILE MOST BE IN THE DIRECTORY THAT NEWSFLASH WILL BE RUN
- ; FROM.
- ;
- ; All configuration options must be put as single line records,
- ; terminated by usual carriage return/linefeed. This configuration
- ; file may be changed with any standard ASCII editor.
- ; There are several rules which must be followed in the
- ; creation/modification of this file. The first rule is that any
- ; lines which you wish to use as comments should have the ; (semicolin)
- ; as the first character on the line. NewsFlash will ignore these
- ; lines. Lines which actually belong to the configuration should remain
- ; with nothing more than the keyword and the option on the line. The
- ; keyword and option should be separated by at least one space. Keywords
- ; MUST start at the utmost left position (column 1) NO COMMENTS should be on
- ; these lines.
- ;
- ; Extra note from programmer's view: The way NewsFlash reads in the
- ; configuration file is such that it will ignore all lines either
- ; start with a semicolon or that do not start with a NewsFlash
- ; keyword (using the semicolin speeds the parsing of the config up
- ; considerably). It is also programmed so that keywords may appear
- ; in any order. It is advisable to leave the configuration in its
- ; original order simple for structure, convenience and easy
- ; understanding.
-
- ; The following keyword is for registered users only. Please be sure
- ; to enter the name exactly how you gave it to the author at time of
- ; registration (careful of upper and lower case). It is this name
- ; that will be displayed instead of "Unregistered Evaluation Copy"
-
- regname Unregistered Evaluation Copy
-
- ; Please enter your registration number carefully below. If you have
- ; not yet registered, ignore this keyword.
-
- regno 000000
-
- ; The following keyword points to the directory that contains
- ; the LASTUS??.BBS file. This file contains all the information about the
- ; user that is required. Please only enter the path (make sure to end it in
- ; a backslash). If you run a multinode BBS, pls. read documentation for
- ; details on how to load News Flash
-
- Lastuser c:\max\
-
- ; The following keyword contains both the PATH AND FILENAME to the Maximus
- ; compatible log that you wish NewsFlash to write to.
-
- Log c:\max\max.log
-
- ; NewsFlash is capabable of logging at two levels, the first level is
- ; indicated by the option "ERRORS". In this mode the program only records
- ; any errors that occur during execution. If you select mode "EVERYTHING"
- ; then the program logs everything the user does, including which bulletins
- ; have not been read, etc.
-
- LogMode Errors
-
- ; You may wish to allow sysops that are not local to have access to enable or
- ; disable bulletins. (They can use the "o"verride path in Maximus to upload
- ; the bulletin.) If this option is set to "NO" then the program will not
- ; allow the sysop mode to be engaged when NewsFlash has been executed under
- ; Maximus.
-
- RemoteSysOp YES
-
- ; The following is the security level that is required to access sysop mode
- ; if the previous keyword has been set to "YES". The security level
- ; you give here also specifies the minimum security level required to
- ; override the [pausetime=xxx] token. A chart of security
- ; levels has been provided below.
- ;
- ; Values associated with Security Levels:
- ; 0 - Disgrace 1 - Limited 2 - Normal
- ; 3 - Worthy 4 - Privil. 5 - Favoured
- ; 6 - Extra 7 - Clerk 8 - Assist. SysOp
- ; 9 - SysOp
-
- SysOpAccessLevel 8
-
- ; The following keyword is the time (in minutes) that may pass before
- ; the user is logged out due to keyboard inactivity. Keyboard inactivity
- ; applies to both local and remote users.
-
- Timeout 2
-
-
- ; Below is a chart containing available colours for the keywords
- ; "BULLINFO", "PROMPT" and "INPUT" to bet set to. The keyword "bullinfo"
- ; indicates the colour you wish most information lines that are displayed to
- ; be. "Prompt" is the colour of any prompt or question asked of the user
- ; and "input" is the colour of the user's response.
- ;
- ; The colour definition numbers are:
- ;
- ; 30 = Black 40 = Dark Grey
- ; 31 = Red 41 = Light Red
- ; 32 = Green 42 = Light Green
- ; 33 = Brown 43 = Yellow
- ; 34 = Blue 44 = Light Blue
- ; 35 = Purple 45 = Light Purple
- ; 36 = Cyan 46 = Light, Bright Cyan
- ; 37 = grey 47 = White
- ;
- ; Please Indicate the the number that corresponds to the colour that
- ; you wish the menu part to be. Most Keywords are self-explanatory
- ; or location can be found on above sample menu.
-
- BULLINFO 44
-
- PROMPT 44
-
- INPUT 36
-
- ; **********************************************************************
- ; END OF CONFIGURATION
- ; **********************************************************************
-
-