home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PROL12B1.ZIP / PROLON.CNF < prev    next >
Encoding:
Text File  |  1992-04-15  |  4.1 KB  |  97 lines

  1. ;
  2. ; PROLON.CNF - ProLogon 1.0ß configuration file (1-5-90 and later)
  3. ;
  4. ; Com port driver - INTERRUPT or BIOS
  5. INTERRUPT
  6. ;
  7. ;
  8. ; Option Keywords
  9. ;
  10. DETECT_ANSI ON
  11. AUTO_LOGON_MENU ONLY
  12. AUTO_LOGON BETA OPEN PROBETA $o$PASSWORD
  13. AUTO_LOGON ORDER OPEN ORDER $o$PASSWORD
  14. AUTO_LOGON COMMENT OPEN PROMESG $o$PASSWORD
  15. AUTO_LOGON PCBOARD OPEN PCBOARD $o$PASSWORD
  16.                         ;if user says 'ORDER', the command line
  17.                         ;'OPEN ORDER PASSWORD' will automatically be executed,
  18.                         ;allowing special direct logons without need for
  19.                         ;password or user name entry.
  20.  
  21. SYSTEM_LEVEL 200
  22.  
  23. MONITOR_COM 2           ;check for possible laplink connections on COM2
  24.  
  25. EXPIRE_DAYS 0           ;number of days before expiration for new users
  26.  
  27. ; COMMON_DIR T:\PCB2      ;common directory for display files
  28.                         ;default is to use current directory
  29.  
  30. DISPLAY_NEWS OFF        ;DISPLAY_NEWS ON causes internal display of
  31.                         ;conference news, but defeats the initial "scan
  32.                         ;for personal mail" prompt.
  33.                         ;DISPLAY_NEWS OFF causes prologon to trigger a
  34.                         ;news display when ProDoor is first opened.
  35.  
  36. FORCE_MONITOR OFF       ;FORCE_MONITOR ON causes ProLogon to stay in the
  37.                         ;Node Monitor display instead of the normal
  38.                         ;control panel.
  39. ;
  40. ;
  41. ; Door control lines:  Format of each door control line is:
  42. ;    LEVEL DOORMENU DOORLIST {*}INIT_DEFAULT {*}RET_DEFAULT
  43. ;
  44. ; Where:
  45. ;    LEVEL          is the user's security level for this control line
  46. ;
  47. ;    DOORMENU       is the full path and filename of the door menu
  48. ;    DOORLIST       is the full path and filename of the doors.dat file
  49. ;
  50. ;    INIT_DEFAULT   is the initial default door command after logon.
  51. ;                   begin with '*' to force this option without prompting.
  52. ;                   begin with '**' to force option and prevent user from
  53. ;                   over-riding with command stack.
  54. ;
  55. ;    RET_DEFAULT    is the default door command after return from a door.
  56. ;                   begin with '*' to force this option without prompting.
  57. ;                   begin with '**' to force option and prevent user from
  58. ;                   over-riding with command stack.
  59. ;
  60. ; If no matching security level is found, the LAST door control line will
  61. ; be used.  This allows you to have a "default" door system for most users,
  62. ; and additional special door control lines for specific levels.
  63. ;
  64. ; Examples:
  65. ;    50 c:\pcb\gen\doors c:\pcb\main\doors.dat *1 *G
  66. ;       This door control line applies to security level 50 users.
  67. ;       It displays the c:\pcb\gen\doors door menu, uses the
  68. ;       file c:\pcb\main\doors.dat to control actual doors,
  69. ;       forces the caller initially into door 1.  On return from
  70. ;       door 1, the 'G'oodbye command is forced.
  71. ;
  72. ;    2 U:\pcb\gen\doors2 U:\pcb\main\doors.dat **S 1
  73. ;       forces into system for scripts, disables user over-riding
  74. ;       's' option with command stack, later gives default of door 1
  75.  
  76. ; new users - forces into door#15 for registration script, disables user
  77. ;             over-riding '15' option with command stack, later forces
  78. ;             caller offline if not upgraded by door 15.
  79. 2 U:\pcb\gen\doors2 U:\pcb\main\doors.dat **15 *G
  80.  
  81. ;; private node users are allowed to run order door only
  82. 10 *U:\PCB\GEN\CLOSED U:\pcb\main\doors.dat **ORDER *G
  83. 50 *U:\PCB\GEN\CLOSED U:\pcb\main\doors.dat **ORDER *G
  84.  
  85. ;the special auto-logon user has level 111 and will be routed to the AORDER door
  86. 111 U:\pcb\gen\doors U:\pcb\main\doors.dat **AORDER *G
  87. 112 U:\pcb\gen\doors U:\pcb\main\doors.dat **PROBETA *G
  88. 113 U:\pcb\gen\doors U:\pcb\main\doors.dat **PROMESG *G
  89. 114 U:\pcb\gen\doors U:\pcb\main\doors.dat **RUNPCB *G
  90.  
  91. 120 U:\pcb\gen\doors U:\pcb\main\doors.dat 1 1
  92.  
  93. ; all other users - forces door 1 initially, then defaults to (g)oodbye
  94. ; (since this is the last door control line it applies to all other levels)
  95. 10 U:\pcb\gen\doors U:\pcb\main\doors.dat *1 1
  96.  
  97.