home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / qcom320e.zip / LOGIN.CTL < prev    next >
Text File  |  1995-08-13  |  2KB  |  54 lines

  1. ;This is the login control file. It controls the prompts callers will see
  2. ;when calling the Host.  All lines starting with semi-colons are ignored
  3. ;by Host.  UPPER CASE words at the beginning of lines are KEYWORDS which
  4. ;control what Host is to do next.  The text following may be the prompt
  5. ;sent to the caller, or it may be the name of a file to send to the 
  6. ;caller. 
  7.  
  8. ;names of the files which the caller will see when first connected,
  9. ;Welcome.ASC is the pure text version for mono systems or callers
  10. ;with only TTY emulation.
  11. ;Welcome.ANS is the ANSI version for callers with color screens and ANSI
  12. ;terminal emulation.
  13.  
  14. ;You may remove or "comment out" or edit any or all of the lines below.  
  15. ;Remember though, for messaging to work, Names and passwords are mandatory
  16. ;and if these two prompts are removed, messaging will be disabled.
  17.  
  18. ;Sequence of keywords directly affects the order in which they appear
  19. ;to callers.
  20.  
  21. ;do not relocate the following line. 
  22. LOG_NEW_USER;Re-enter Name or Continue as New User [r/C] ? 
  23.  
  24. ;This would be a good place to let 'em know who they're talking to
  25. ;"Un-Comment" and edit the following line if you wish.
  26. ;SENDLINE;Connected to My Little BBS
  27.  
  28. ;ask if the caller's terminal can handle the ANSI screen files.
  29. GRAPHICS;Do you want Graphics [Y/n] ? 
  30.  
  31. ;send a WELCOME screen. Note the "|" symbol separates the two versions
  32. ;of the screen. The first is the text version for TTY terminals, the second
  33. ;is the ANSI version for ANSI terminal. Host will send the first is the
  34. ;previous answer is no, otherwise it will send the second file.
  35. ;You may modify the supplied welcome screens or design your own.
  36. ;Another use for the SENDFILE command would be to send bulletins to callers.
  37. ;You can send any text file to the caller's screen with SENDFILE.
  38. SENDFILE; HelloM.HOS|HelloC.HOS
  39.  
  40. ;set the following to No to disable login requirements.  
  41. USE_NAMES;Yes
  42. USE_PASSWORDS;Yes
  43.  
  44. ;get the caller's name and password.
  45. NAME;Please enter your FULL name, (No aliases) :
  46.  
  47. ;set password retries to 0 to allow unlimited retries
  48. PASSWORD_RETRIES;5
  49. RETRIES_EXCEEDED;Sorry, access denied. 
  50. PASSWORD;Enter your Password : 
  51.  
  52. ;here we can send a bulletin to callers.  All such files are stored in
  53. ;the SYSTEM subdirectory.
  54. SENDFILE;WelcomeM.BLT