home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RANOBOOK.ZIP / DOOR.CFG next >
Encoding:
Text File  |  1997-10-03  |  15.7 KB  |  354 lines

  1. ; DOOR.CFG - Sample OpenDoors door configuration file
  2. ;
  3. ; This configuration file can be used by the sysop to customize an OpenDoors
  4. ; door for use on their own system. The information in this file is NOT usually
  5. ; needed, and the file can be left as is, or even erased, without effecting the
  6. ; door's performance. OpenDoors is designed to run on almost any BBS system
  7. ; automatically, without requiring anything but to the door's .EXE file.
  8. ; However, there are many cases where the sysop may wish to customize a door's
  9. ; operation using this configuration file. The configuration file system is
  10. ; provided to allow the customization of options such as paging hours, maximum
  11. ; time permitted within the door, etc., and to allow OpenDoors doors to be run
  12. ; under even the most non-typical BBS setups.
  13. ;
  14. ; Any text following a semi-colon (;), and blank lines, are ignored.
  15. ;
  16. ;------------------------------------------------------------------------------
  17. ;
  18. ;  BBS system directory. Indicates where the door information file (drop file)
  19. ;  can be found. Remove the semi-colon (;) to activate this option.
  20. ;
  21. BBSDir    M:\ra_jz\node2
  22.  
  23. ;
  24. ;------------------------------------------------------------------------------
  25. ;
  26. ;  The door's working directory. This is where the door's system files are
  27. ;  located. Remove the semi-colon (;) to activate this option.
  28. ;
  29. DoorDir    D:\TC\RANOBOOK
  30. ;
  31. ;------------------------------------------------------------------------------
  32. ;
  33. ;  Local mode override. Forces door to always operate in local test mode.
  34. ;  Remove the semi-colon (;) to activate this option. When this mode is
  35. ;  activated, no door information file is required and default settings are
  36. ;  used for the user's name, location, etc.
  37. ;
  38. LocalMode
  39. ;
  40. ;------------------------------------------------------------------------------
  41. ;
  42. ;  Door personality setting. This setting selects one of a number of sysop
  43. ;  interface personalities. Each personality setting emulates the status line
  44. ;  format and sysop function keys of a particular BBS package. Valid
  45. ;  personality settings are:
  46. ;
  47. ;                     Standard            (OpenDoors style, simplified from RA)
  48. ;                     PCBoard
  49. ;                     RemoteAccess
  50. ;                     Wildcat
  51. ;
  52. ;Personality    RemoteAccess
  53. ;
  54. ;------------------------------------------------------------------------------
  55. ;
  56. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  57. ;  door should record log information. To disable the log file altogether,
  58. ;  remove the semi-colon (;) from the "DisableLogging" line.
  59. ;
  60. ;LogFileName    DOOR.LOG
  61. ;DisableLogging
  62. ;
  63. ;------------------------------------------------------------------------------
  64. ;
  65. ;  BBS node number that door is running on. Only used if OpenDoors is unable
  66. ;  to determine the node number by some other means.
  67. ;
  68. Node    1
  69. ;
  70. ;------------------------------------------------------------------------------
  71. ;
  72. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  73. ;  time, up until, but not including, the end time. Times should be in 24-hour
  74. ;  format. To disable paging on a particular day, set the paging start and end
  75. ;  times to the same time. To make paging always available, set the start time
  76. ;  to 0:00 and the end time to 23:59.
  77. ;
  78. ;                      Start Time    End Time
  79. ;SundayPagingHours         9:00        22:00
  80. ;MondayPagingHours         8:30        22:00
  81. ;TuesdayPagingHours        8:30        22:00
  82. ;WednesdayPagingHours      8:30        22:00
  83. ;ThursdayPagingHours       8:30        22:00
  84. ;FridayPagingHours         8:30        22:00
  85. ;SaturdayPagingHours       9:00        22:00
  86. ;
  87. ;------------------------------------------------------------------------------
  88. ;
  89. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  90. ;  sysop page alarm, with one beep sounded per second.
  91. ;
  92. PageDuration    10
  93. ;
  94. ;------------------------------------------------------------------------------
  95. ;
  96. ;  Maximum length of time a user is permitted to access the door. If the user's
  97. ;  total remaining time on the BBS is less than this value, the user will only
  98. ;  be permitted to access the door for this shorter length of time. This option
  99. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  100. ;  When this option is disabled, the user will be permitted to use the full
  101. ;  of their remaining time on the BBS within the door.
  102. ;
  103. ;MaximumDoorTime    15
  104. ;
  105. ;------------------------------------------------------------------------------
  106. ;
  107. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  108. ;  without the user pressing any key, before the user will be automatically
  109. ;  disconnected. A value of 0 disables inactivity timeouts.
  110. ;
  111. InactivityTimeout    200
  112. ;
  113. ;------------------------------------------------------------------------------
  114. ;
  115. ;  Name of the sysop. OpenDoors can usually determine the sysop's name from the
  116. ;  information passed to the door by the BBS. However, some BBS software does
  117. ;  not supply this information to doors. In such cases, if the sysop's name is
  118. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  119. ;  activate this option.
  120. ;
  121. SysopName    Viano Wu
  122. ;
  123. ;------------------------------------------------------------------------------
  124. ;
  125. ;  Name of the BBS. OpenDoors can usually determine the name of the BBS from
  126. ;  the information passed to the door by the BBS. However, some BBS software
  127. ;  does not supply this information to door programs. In such cases, if the
  128. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  129. ;  semi-colon (;) to activate this option.
  130. ;
  131. SystemName   -= ║ú └½ ╠∞ ┐╒ =-
  132. ;
  133. ;------------------------------------------------------------------------------
  134. ;
  135. ;  Door colour options. These options specify the various text colours that
  136. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  137. ;  Colours are specified in the format:
  138. ;
  139. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  140. ;
  141. ;  Where foreground and background colours are one of:
  142. ;
  143. ;         Black
  144. ;         Blue
  145. ;         Green
  146. ;         Cyan
  147. ;         Red
  148. ;         Magenta
  149. ;         Yellow / Brown
  150. ;         White / Grey
  151. ;
  152. ;  Note that some of these options (such as those that pertain to files
  153. ;  listings) are not used for all doors.
  154. ;
  155. ChatUserColour               Bright white on black
  156. ChatSysopColour              Bright red on black
  157. FileListTitleColour          Bright yellow on black
  158. FileListNameColour           Bright yellow on black
  159. FileListSizeColour           Bright magenta on black
  160. FileListDescriptionColour    Cyan on black
  161. FileListOfflineColour        Bright red on black
  162. PagePromptColour             Bright white on black
  163. PopupMenuTitleColour         Bright white on grey
  164. PopupMenuBorderColour        Black on grey
  165. PopupMenuTextColour          Black on grey
  166. PopupMenuKeyColour           Red on grey
  167. PopupMenuHighlightColour     Grey on black
  168. PopupMenuHighKeyColour       Red on black
  169. ;
  170. ;------------------------------------------------------------------------------
  171. ;
  172. ;  Memory swapping options. These options are generally not needed, but can be
  173. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  174. ;  to specify which directory or directories should be used for swapping.
  175. ;  Multiple directory paths can be seperated using a semi-colon.
  176. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  177. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  178. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  179. ;
  180. SwappingDir    C:\DOS\
  181. ;SwappingNoEMS
  182. ;SwappingDisable
  183. ;
  184. ;------------------------------------------------------------------------------
  185. ;
  186. ;  Serial port options. These options are generally not needed, as these
  187. ;  settings can usually be determined from the BBS door information file.
  188. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  189. ;  with the modem. "SerialPort" specifies the port port number that the modem
  190. ;  is connected to. Unless you have reassigned the port numbers through your
  191. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  192. ;  so on. Remove the semi-colon (;) to activate either of these options.
  193. ;
  194. LockedBPS    57600
  195. SerialPort    2
  196. ;
  197. ;
  198. ;  Under DOS, a FOSSIL driver is normally used for serial I/O if one is
  199. ;  available. If a FOSSIL driver has not been loaded, the door communicates
  200. ;  directly with the modem. Removing the semi-colon (;) from the "NoFossil"
  201. ;  option causes the door to always communicate directly with the modem,
  202. ;  bypassing any FOSSIL driver.
  203. ;
  204. NoFossil
  205. ;
  206. ;------------------------------------------------------------------------------
  207. ;
  208. ;  The following options only apply for the MS-DOS version of this program,
  209. ;  and only if a FOSSIL driver is NOT being used for serial communications.
  210. ;  If a FOSSIL driver IS being used, these options are normally set on the
  211. ;  FOSSIL driver command line. Under Windows, these options are set in the
  212. ;  control panel.
  213. ;
  214. ;  Hexidecimal address of the serial port. This address can usually be
  215. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  216. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  217. ;  (;) to activate this option.
  218. ;
  219. PortAddress 3E8
  220. ;
  221. ;
  222. ;  Interrupt request line that the serial port is using. May be any IRQ line
  223. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  224. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  225. ;  to activate this option.
  226. ;
  227. PortIRQ 4
  228. ;
  229. ;
  230. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  231. ;  the serial I/O receive buffer. You may want to increase this buffer size
  232. ;  if you find that characters being sent from the user's modem are being lost.
  233. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  234. ;  buffer. You may want to increase this buffer size for improved performance
  235. ;  in some multitasking environments. A transmit buffer size smaller than 3072
  236. ;  bytes is not recommended.
  237. ;
  238. ReceiveBuffer 4096
  239. TransmitBuffer 4096
  240. ;
  241. ;
  242. ;  UART FIFO buffers. Normally, OpenDoors will use 16550A UART FIFO buffers
  243. ;  if they are available. You can prevent OpenDoors from using the FIFO
  244. ;  buffers, even if they are available, by removing the semi-colon before
  245. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  246. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  247. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  248. ;  bytes.
  249. ;
  250. ;NoFIFO
  251. FIFOTriggerSize 14
  252. ;
  253. ;------------------------------------------------------------------------------
  254. ;
  255. ;  The following options control if and how the Windows version of this program
  256. ;  disables DTR response by the modem prior to exiting. Normally, the sequence
  257. ;  of modem commands specified by DisableDTR is sent before exiting, to prevent
  258. ;  the modem from hanging up. To disable this feature, remove the semi-colon
  259. ;  (;) at the beginning of the NoDTRDisable line.
  260. ;
  261. ;  DisableDTR specifies a series of commands to be sent to the modem, and
  262. ;  responses to be received by the modem. Each command and response is
  263. ;  separated by a space. A tilde (~) character denotes a one second pause, and
  264. ;  a pipe (|) denotes a CR.
  265. ;
  266. ;NoDTRDisable
  267. DisableDTR ~+++ OK AT&D0| OK ATO|
  268. ;
  269. ;------------------------------------------------------------------------------
  270. ;
  271. ;  Custom door information file support. OpenDoors automatically recognizes
  272. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  273. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  274. ;  to permit OpenDoors doors to operate on BBS systems that produce a different
  275. ;  format file, you may define a custom door information file format. A custom
  276. ;  door information file format is defined using the "CustomFileName" command,
  277. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  278. ;
  279. ;  The "CustomFileName" option specifies the filename used to distinguish this
  280. ;  file format from other file formats. This filename should not include a
  281. ;  path. To specify the path where the door information file is located, use
  282. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  283. ;  custom format is the same as that of one of the built-in formats, the custom
  284. ;  format will override the built-in format.
  285. ;
  286. ;  The actual format of the custom file is specified using a number of lines
  287. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  288. ;  correspond to a single line in the door information file, with the option
  289. ;  following the "CustomFileLine" keyword specifying the information that can
  290. ;  be found on that line. This can be one of the following keywords:
  291. ;
  292. ;                    Ignore - Causes the next line in the door information
  293. ;                             file to be ignored. Use on lines for which none
  294. ;                             of the options below apply.
  295. ;                   ComPort - COM? port the modem is connected to
  296. ;                             (0 indicates local mode)
  297. ;                FossilPort - Fossil port number the modem is connected to
  298. ;                  ModemBPS - BPS rate at which to communicate with modem
  299. ;                             (0 or non-numerical value indicates local mode)
  300. ;                 LocalMode - 1, T or Y if door is operating in local mode
  301. ;                  UserName - Full name of the user
  302. ;             UserFirstName - First name(s) of the user
  303. ;              UserLastName - Last name of the user
  304. ;                     Alias - The user's psuedonym / handle
  305. ;                 HoursLeft - Hours user has left online
  306. ;               MinutesLeft - Minutes user has left online, or time left online
  307. ;                             in format hh:mm
  308. ;               SecondsLeft - Seconds user has left online, or time left online
  309. ;                             in format hh:mm:ss or format mm:ss
  310. ;                             (If more than one of the above time options are
  311. ;                             used, the user time left is taken to be the total
  312. ;                             of all of these values.)
  313. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  314. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  315. ;                       RIP - 1, T or Y for RIP graphics mode
  316. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  317. ;              ScreenLength - Number of lines on user's screen
  318. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  319. ;                  Security - The user's security level / access level
  320. ;                      City - City the user is calling from
  321. ;                      Node - Node number user is connected to
  322. ;                 SysopName - Full name of the sysop
  323. ;            SysopFirstName - The sysop's first name(s)
  324. ;             SysopLastName - The sysop's last name
  325. ;                SystemName - Name of the BBS
  326. ;
  327. ;
  328. CustomFileName    EXAMPLE.DEF                     ; Same format as DORINFO?.DEF
  329. CustomFileLine    SystemName
  330. CustomFileLine    SysopFirstName
  331. CustomFileLine    SysopLastName
  332. CustomFileLine    ComPort
  333. CustomFileLine    ModemBPS
  334. CustomFileLine    Ignore
  335. CustomFileLine    UserFirstName
  336. CustomFileLine    UserLastName
  337. CustomFileLine    City
  338. CustomFileLine    ANSI
  339. CustomFileLine    Security
  340. CustomFileLine    MinutesLeft
  341. ;
  342. ;╒╛═°╡╪╓╖
  343. Address 6:655/304
  344.  
  345. ;╘┤│÷╨╨
  346. Origin - ╧α╗ß╘┌╓Θ║ú - 756-2283346 24╨í╩▒
  347.  
  348. ;═¿╓¬JAM╨┼┐Γ╚½┬╖╛╢╝░╓≈╬─╝■├√
  349. JAMName N:\JAM\▒╛╒╛╦╜╚╦
  350.  
  351. ;RA╙├╗º╫╩┴╧╬─╝■╚½┬╖╛╢╝░╚½╬─╝■├√
  352. USERS_BBS_Name M:\RA_JZ\MSGBASE\USERS.BBS
  353. ;------------------------------------------------------------------------------
  354.