home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-05-20 | 3.2 KB | 85 lines |
- [doormat def file]
-
- ; NOTE:
- ; Lines preceded with a ';' are commented out. To enable that line remove
- ; the ';' from the beginning.
-
- ; When the following line (DISPLAY_TEXT=) is set to YES, one of the files
- ; from NORMAL_TEXT or ANSI_TEXT will be displayed. When set to NO, neither
- ; of the files will not be displayed, and only the timing routines, age
- ; routines, and naming routines will be used.
- ; Default: YES
- DISPLAY_TEXT=yes
-
- ; This is the line for the ANSI file if the user has ANSI enabled.
- ANSI_TEXT=attract.ans
-
- ; This line is for a non-ANSI text file to be displayed if the user
- ; does not have ANSI enabled. Also, if ANSI_TEXT is not specified
- ; then this line is used exclusively.
- ; NOTE: both files ANSI_TEXT and NORMAL_TEXT *can* be used to display any
- ; type of text...
- NORMAL_TEXT=attract.txt
-
- ; What color you want the NORMAL_TEXT to be displayed as.
- ; NOTE: This will only work if the caller is using ANSI
- ; Default: GREY
- COLOR=cyan
-
- ; Pause the output at the screen length for the user to read and continue.
- ; Default: YES
- MORE=no
-
- ; Pause at the end of the file and wait for the user to press a key.
- ; NOTE: This function will not work if DISPLAY_TEXT=NO
- ; Default: YES
- END_ASK=yes
-
- ; Notify users of when this door is closed.
- ; Default: YES
- NOTIFY=yes
-
- ; If this line and DOOR_OPEN lines are ommited then there the door is open
- ; all the time. Also, if DOOR_CLOSE = DOOR_OPEN then the door is open all
- ; the time. 00:00 = minimum 24:00 = maximum
- ; NOTE: This function is ONLY AVAILABLE when you REGISTER.
- ; Default: NONE
- ;DOOR_CLOSE=24:00
- ;DOOR_OPEN=24:00
-
- ; If the following line is enabled with a file name, then during the times
- ; the door is closed for time reasons, the CLOSE_FILE name will be shown
- ; otherwise a generic message will be shown.
- ;CLOSE_FILE=timeclos.txt
-
- ; MINIMUM_AGE= sets the minimum age to enter the door. If this line is
- ; commented out, then all users may enter the door.
- ; NOTE: This routine is restricted to age 16 or below without being REGISTERED.
- ; Default: NONE
- ;MINIMUM_AGE=18
-
- ; The following line is a message that you want displayed to the user if
- ; they are under age. If not specified, then a default message will be
- ; used.
- ;MINIMUM_AGE_MESSAGE=tooyoung.txt
-
- ; To restrict certain users from entering a door, set the following line
- ; (LIST_OF_NAME=) to the path and the name of the TEXT file to be used.
- ; This file can be shared by more than one door if all doors specify the
- ; one file in a particular area.
- ; NOTE: This routine is **limited to a list of 3 names** without
- ; being REGISTERED.
- ;LIST_OF_NAMES=NAMES.LST
-
- ; The following line is the list type, if the list type is set to EXCLUDE
- ; then the list of names are EXCLUDED from the entering the door. If the
- ; type is set to INCLUDE then the list of names are the only ones allowed
- ; into the door.
- ; DEFAULT: EXCLUDE
- ;LIST_TYPE=exclude
-
- ; If you want to specify a file name to be displayed is the users is on the
- ; exclude list, enable the following line and enter the text file you wish
- ; to be displayed; otherwise there will be a default message displayed.
- ;NAME_LIST_MESSAGE=access.txt
-