home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / dd2_lite.zip / DOOR.CFG < prev    next >
Text File  |  1997-01-02  |  7KB  |  161 lines

  1. ; DOOR.CFG - Sample Data Downs door configuration file
  2. ;
  3. ; This configuration file can be used by the sysop to customize Data Downs
  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. Data Downs 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.
  10. ;
  11. ; ANY TEXT FOLLOWING A SEMI-COLON (;), AND BLANK LINES, ARE IGNORED.
  12. ;
  13. ;------------------------------------------------------------------------------
  14. ;
  15. ;  BBS system directory. Indicates where the door information file (drop file)
  16. ;  can be found. Remove the semi-colon (;) to activate this option.
  17. ;
  18. ;BBSDir    C:\BBS
  19. ;
  20. ;------------------------------------------------------------------------------
  21. ;
  22. ;  The door's working directory. This is where the door's system files are
  23. ;  located. Remove the semi-colon (;) to activate this option.
  24. ;
  25. ;DoorDir    C:\BBS\MYDOOR
  26. ;
  27. ;------------------------------------------------------------------------------
  28. ;
  29. ;  Local mode override. Forces door to always operate in local test mode.
  30. ;  Remove the semi-colon (;) to activate this option. When this mode is
  31. ;  activated, no door information file is required and default settings are
  32. ;  used for the user's name, location, etc.
  33. ;
  34. ;LocalMode
  35. ;
  36. ;------------------------------------------------------------------------------
  37. ;
  38. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  39. ;  door should record log information. To disable the log file altogether,
  40. ;  remove the semi-colon (;) from the "DisableLogging" line.
  41. ;
  42. ;LogFileName    DOOR.LOG
  43. ;DisableLogging
  44. ;
  45. ;------------------------------------------------------------------------------
  46. ;
  47. ;  BBS node number that door is running on. Only used if Data Downs is unable
  48. ;  to determine the node number by some other means.
  49. ;
  50. Node    1
  51. ;
  52. ;------------------------------------------------------------------------------
  53. ;
  54. ;  Maximum length of time a user is permitted to access the door. If the user's
  55. ;  total remaining time on the BBS is less than this value, the user will only
  56. ;  be permitted to access the door for this shorter length of time. This option
  57. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  58. ;  When this option is disabled, the user will be permitted to use the full
  59. ;  of their remaining time on the BBS within the door.
  60. ;
  61. ;MaximumDoorTime    15
  62. ;
  63. ;------------------------------------------------------------------------------
  64. ;
  65. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  66. ;  without the user pressing any key, before the user will be automatically
  67. ;  disconnected. A value of 0 disables inactivity timeouts.
  68. ;
  69. InactivityTimeout    200
  70. ;
  71. ;------------------------------------------------------------------------------
  72. ;
  73. ;  Name of the sysop. Data Downs can usually determine the sysop's name from
  74. ;  the information passed to the door by the BBS. However, some BBS software
  75. ;  does not supply this information to doors. In such cases, if the sysop's
  76. ;  name is required by the door, it may be supplied here. Remove the semi-colon
  77. ;  (;) to activate this option.
  78. ;
  79. ;SysopName    The Sysop
  80. ;
  81. ;------------------------------------------------------------------------------
  82. ;
  83. ;  Name of the BBS. Data Downs can usually determine the name of the BBS from
  84. ;  the information passed to the door by the BBS. However, some BBS software
  85. ;  does not supply this information to door programs. In such cases, if the
  86. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  87. ;  semi-colon (;) to activate this option.
  88. ;
  89. ;SystemName    Unnamed BBS
  90. ;
  91. ;------------------------------------------------------------------------------
  92. ;
  93. ;  Serial port options. These options are generally not needed, as these
  94. ;  settings can usually be determined from the BBS door information file.
  95. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  96. ;  with the modem. "SerialPort" specifies the port port number that the modem
  97. ;  is connected to. Unless you have reassigned the port numbers through your
  98. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  99. ;  so on. Remove the semi-colon (;) to activate either of these options.
  100. ;
  101. ;LockedBPS    38400
  102. ;SerialPort    0
  103. ;
  104. ;
  105. ;  Under DOS, a FOSSIL driver is normally used for serial I/O if one is
  106. ;  available. If a FOSSIL driver has not been loaded, the door communicates
  107. ;  directly with the modem. Removing the semi-colon (;) from the "NoFossil"
  108. ;  option causes the door to always communicate directly with the modem,
  109. ;  bypassing any FOSSIL driver.
  110. ;
  111. ;NoFossil
  112. ;
  113. ;------------------------------------------------------------------------------
  114. ;
  115. ;  The following options only apply for the MS-DOS version of this program,
  116. ;  and only if a FOSSIL driver is NOT being used for serial communications.
  117. ;  If a FOSSIL driver IS being used, these options are normally set on the
  118. ;  FOSSIL driver command line. Under Windows, these options are set in the
  119. ;  control panel.
  120. ;
  121. ;  Hexidecimal address of the serial port. This address can usually be
  122. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  123. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  124. ;  (;) to activate this option.
  125. ;
  126. ;PortAddress 2F8
  127. ;
  128. ;
  129. ;  Interrupt request line that the serial port is using. May be any IRQ line
  130. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  131. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  132. ;  to activate this option.
  133. ;
  134. ;PortIRQ 4
  135. ;
  136. ;
  137. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  138. ;  the serial I/O receive buffer. You may want to increase this buffer size
  139. ;  if you find that characters being sent from the user's modem are being lost.
  140. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  141. ;  buffer. You may want to increase this buffer size for improved performance
  142. ;  in some multitasking environments. A transmit buffer size smaller than 3072
  143. ;  bytes is not recommended.
  144. ;
  145. ReceiveBuffer 256
  146. TransmitBuffer 3072
  147. ;
  148. ;
  149. ;  UART FIFO buffers. Normally, Data Downs will use 16550A UART FIFO buffers
  150. ;  if they are available. You can prevent Data Downs from using the FIFO
  151. ;  buffers, even if they are available, by removing the semi-colon before
  152. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  153. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  154. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  155. ;  bytes.
  156. ;
  157. ;NoFIFO
  158. FIFOTriggerSize 4
  159. ;
  160. ;------------------------------------------------------------------------------
  161.