home *** CD-ROM | disk | FTP | other *** search
- ;This is the login control file. It controls the prompts callers will see
- ;when calling the Host. All lines starting with semi-colons are ignored
- ;by Host. UPPER CASE words at the beginning of lines are KEYWORDS which
- ;control what Host is to do next. The text following may be the prompt
- ;sent to the caller, or it may be the name of a file to send to the
- ;caller.
-
- ;names of the files which the caller will see when first connected,
- ;Welcome.ASC is the pure text version for mono systems or callers
- ;with only TTY emulation.
- ;Welcome.ANS is the ANSI version for callers with color screens and ANSI
- ;terminal emulation.
-
- ;You may remove or "comment out" or edit any or all of the lines below.
- ;Remember though, for messaging to work, Names and passwords are mandatory
- ;and if these two prompts are removed, messaging will be disabled.
-
- ;Sequence of keywords directly affects the order in which they appear
- ;to callers.
-
- ;do not relocate the following line.
- LOG_NEW_USER;Re-enter Name or Continue as New User [r/C] ?
-
- ;This would be a good place to let 'em know who they're talking to
- ;"Un-Comment" and edit the following line if you wish.
- ;SENDLINE;Connected to My Little BBS
-
- ;ask if the caller's terminal can handle the ANSI screen files.
- GRAPHICS;Do you want Graphics [Y/n] ?
-
- ;send a WELCOME screen. Note the "|" symbol separates the two versions
- ;of the screen. The first is the text version for TTY terminals, the second
- ;is the ANSI version for ANSI terminal. Host will send the first is the
- ;previous answer is no, otherwise it will send the second file.
- ;You may modify the supplied welcome screens or design your own.
- ;Another use for the SENDFILE command would be to send bulletins to callers.
- ;You can send any text file to the caller's screen with SENDFILE.
- SENDFILE; HelloM.HOS|HelloC.HOS
-
- ;set the following to No to disable login requirements.
- USE_NAMES;Yes
- USE_PASSWORDS;Yes
-
- ;get the caller's name and password.
- NAME;Please enter your FULL name, (No aliases) :
-
- ;set password retries to 0 to allow unlimited retries
- PASSWORD_RETRIES;5
- RETRIES_EXCEEDED;Sorry, access denied.
- PASSWORD;Enter your Password :
-
- ;here we can send a bulletin to callers. All such files are stored in
- ;the SYSTEM subdirectory.
- SENDFILE;WelcomeM.BLT