home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RUE_200.ZIP / RUE.CFG < prev    next >
Text File  |  1992-07-28  |  6KB  |  237 lines

  1. ; RUE (SuperBBS Remote User Editor) CONFIG FILE
  2.  
  3.  
  4. ; Your name, your BBS's name and registration code (if you have registered)
  5. ; default=none,none,0
  6. SYSOPNAME Pasi Talliniemi
  7. BBSNAME El Paso
  8. REGCODE 0
  9.  
  10.  
  11. ; Local screen mode:
  12. ;                    'B&W' or 'MONO' = no colors
  13. ;                    'COLOR'         = colors
  14. ; default=color
  15. MODE COLOR
  16.  
  17.  
  18. ; SBBS System Directory
  19. ; default=directory_specified_by_sbbs_environment_variable
  20. SBBSDIR C:\MODEM\SBBS
  21.  
  22.  
  23. ; SBBS Message Directory
  24. ; default=none
  25. SBBSMSGDIR C:\MODEM\SBBS\MSGS
  26.  
  27.  
  28. ; New user security level
  29. ; default=5
  30. NEWUSERSEC 8
  31.  
  32.  
  33. ; String that separates users in questionnaire answer files
  34. ; default="answered"
  35. ASWSEPARATOR answered
  36.  
  37.  
  38. ; Capitalize first letters when editing city and alias:
  39. ; 'ON', 'TRUE' or 'YES' to capitalize first letters
  40. ; 'OFF', 'FALSE' or 'NO' to normal edit
  41. ; default=off,off
  42. CAPITALIAS ON
  43. CAPITCITY ON
  44.  
  45.  
  46. ; In the beginning, jump to:
  47. ;                            <NUM>  = user <NUM>
  48. ;                            'USER' = current user
  49. ;                            'LAST' = last user
  50. ; default=user
  51. JUMPTOUSER LAST
  52.  
  53.  
  54. ; Cannot edit users with higher security level than
  55. ; default=32000
  56. MAXSECTOEDIT 32000
  57.  
  58.  
  59. ; Can edit other users' passwords:
  60. ;                                  'ON', 'TRUE' or 'YES'  = Yes, you can
  61. ;                                  'OFF', 'FALSE' or 'NO' = No, you can't
  62. ; default=on
  63. EDITPASSWORD ON
  64.  
  65.  
  66. ; Cannot give higher security level to user than
  67. ; default=32000
  68. MAXSECTOPUT 32000
  69.  
  70.  
  71. ; Save all user changes in log file:
  72. ;                                    'ON', 'TRUE' or 'YES'  = Complete logs
  73. ;                                    'OFF', 'FALSE' or 'NO' = Normal logs
  74. ; default=off
  75. FULLLOGS ON
  76.  
  77.  
  78. ; Passwords to enter RUE (three levels)
  79. ; default=none
  80. PASSWORD1
  81. PASSWORD2
  82. PASSWORD3
  83.  
  84.  
  85. ; Invidual Flag Comments (max. 40 chars)
  86. ; default=none
  87. FLAGCOMMENT A1 This is comment to Flag A1
  88. FLAGCOMMENT A2
  89. FLAGCOMMENT A3
  90. FLAGCOMMENT A4
  91. FLAGCOMMENT A5
  92. FLAGCOMMENT A6
  93. FLAGCOMMENT A7
  94. FLAGCOMMENT A8
  95. FLAGCOMMENT B1
  96. FLAGCOMMENT B2
  97. FLAGCOMMENT B3
  98. FLAGCOMMENT B4
  99. FLAGCOMMENT B5
  100. FLAGCOMMENT B6
  101. FLAGCOMMENT B7
  102. FLAGCOMMENT B8
  103. FLAGCOMMENT C1
  104. FLAGCOMMENT C2
  105. FLAGCOMMENT C3
  106. FLAGCOMMENT C4
  107. FLAGCOMMENT C5
  108. FLAGCOMMENT C6
  109. FLAGCOMMENT C7
  110. FLAGCOMMENT C8
  111. FLAGCOMMENT D1
  112. FLAGCOMMENT D2
  113. FLAGCOMMENT D3
  114. FLAGCOMMENT D4
  115. FLAGCOMMENT D5
  116. FLAGCOMMENT D6
  117. FLAGCOMMENT D7
  118. FLAGCOMMENT D8
  119.  
  120.  
  121. ; Use EMS memory to swap when shelling to operating system
  122. ;                                  'ON', 'TRUE' or 'YES'  = Yes, use it!
  123. ;                                  'OFF', 'FALSE' or 'NO' = No, swap to disk!
  124. ; default=on
  125. USEEMS ON
  126.  
  127.  
  128. ; Swap directory when shelling to operating system
  129. ; default=none
  130. SWAPDIR C:\MODEM\SBBS
  131.  
  132.  
  133. ; Filepathname to file that contains templates = groups.
  134. ; default=none
  135. TEMPLATEFILE C:\PROG\RUE\TEMPLATE.CFG
  136.  
  137.  
  138. ; NOTE!!! ALL CONFIG COMMANDS BETWEEN "KEYWORD" AND "END" ARE USED
  139. ;         ONLY IF YOU DEFINE -K<KEYWORD> ON COMMAND LINE. "ELSE"
  140. ;         ALSO SUPPORTED (SEE END OF THIS CONFIG FILE)
  141.  
  142.  
  143. KEYWORD NORMALMENUS
  144.  
  145.  
  146.                 ; "Your Command" string
  147.                 ; default="Your Command: "
  148.                 YOURCOMMAND Your Command:
  149.  
  150.  
  151.                 ; Cursor to edit menu types with key #254. First cursor
  152.                 ; char in double quotes and then color (note: three numbers)
  153.                 ; default=">"014," "014
  154.                 MOVECRSRON  ">"014
  155.                 MOVECRSROFF " "014
  156.  
  157.  
  158.                 ; To show or not to show (c) & registration info at the
  159.                 ; beginning (works only with registered versions)
  160.                 ; 'ON', 'TRUE' or 'YES' to show copyright and registration
  161.                 ;                          information
  162.                 ; 'OFF', 'FALSE' or 'NO' to go straight to the top menu
  163.                 ; default=on
  164.                 ABOUTSCREEN ON
  165.  
  166.  
  167.                 ; Filename of default menu file
  168.                 ; (Note: no path!)
  169.                 ; (To RUE this is same as INCLUDE1.MNU to SBBS.)
  170.                 ; default=none
  171.                 DEFMENUFILE DEFAULT.MNU
  172.  
  173.  
  174.                 ; Filename of top menu file
  175.                 ; (Note: no path!)
  176.                 ; default=top.mnu
  177.                 TOPMENUFILE RUE-TOP.MNU
  178.  
  179.  
  180.                 ; RUE Directory (.MNU & .ANS)
  181.                 ; default=current_directory
  182.                 RUEDIR C:\PROG\RUE\NORMAL
  183.  
  184.  
  185. END
  186.  
  187.  
  188. KEYWORD MEGAEDITMENUS
  189.                 YOURCOMMAND
  190.                 MOVECRSRON  ">"014
  191.                 MOVECRSROFF " "014
  192.                 ABOUTSCREEN ON
  193.                 DEFMENUFILE DEFAULT.MNU
  194.                 TOPMENUFILE RUE-MEGA.MNU
  195.                 RUEDIR C:\PROG\RUE\MEGAEDIT
  196. END
  197.  
  198.  
  199. KEYWORD SUEMENUS
  200.                 YOURCOMMAND
  201.                 MOVECRSRON  ""012
  202.                 MOVECRSROFF ""011
  203.                 ABOUTSCREEN ON
  204.                 DEFMENUFILE RUEDEF.MNU
  205.                 TOPMENUFILE RUE.MNU
  206.                 RUEDIR C:\PROG\RUE\SUE
  207. END
  208.  
  209.  
  210. KEYWORD COMBINED
  211.                 ABOUTSCREEN OFF
  212.                 TOPMENUFILE COMBINED.MNU
  213.                 RUEDIR C:\PROG\RUE\COMBINED
  214.                 JUMPTOUSER USER
  215. END
  216.  
  217.  
  218. KEYWORD LOCAL
  219.  
  220.  
  221.                 ; COM port:
  222.                 ;           <NUM>          = COM port <NUM>
  223.                 ;           'LOCAL' or '0' = Local mode only
  224.                 ; default=1
  225.                 COMPORT LOCAL
  226.  
  227.  
  228.                 ; Node directory (specified only on multiline BBSs)
  229.                 ; default=none
  230.                 NODEDIR C:\MODEM\SBBS\LINE2
  231.  
  232.  
  233. ELSE
  234.                 COMPORT 1
  235.                 NODEDIR C:\MODEM\SBBS\LINE1
  236. END
  237.