home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / BOTAV101.ZIP / DOOR.CFG < prev    next >
Text File  |  1995-04-01  |  11KB  |  216 lines

  1. ; DOOR.CFG - Battle of The Arts Door Configuration file
  2. ;
  3. ; BOTA (Battle of The Arts)
  4. ; This configuration file can be used by the sysop to customize Battle of The
  5. ; Arts for use on their own system. The information in this file is NOT usually
  6. ; needed, and the file can be left as is, or even erased, without effecting the
  7. ; door's performance. BOTA is designed to run on almost any BBS system
  8. ; automatically, without requiring anything but to the door's .EXE file.
  9. ; However, there are many cases where the sysop may wish to customize a door's
  10. ; operation using this configuration file. The configuration file system is
  11. ; provided to allow the customization of options such as paging hours, maximum
  12. ; time permitted within the door, etc., and to allow BOTA doors to be run
  13. ; under even the most non-typical BBS setups.
  14. ;
  15. ; Any text following a semi-colon (;), and blank lines, are ignored.
  16. ;
  17. ;------------------------------------------------------------------------------
  18. ;
  19. ;  The door's working directory. This is where the door's system files are
  20. ;  located. Remove the semi-colon (;) to activate this option.
  21. ;
  22. ;DoorDir    C:\TRIBBS\BOTA
  23. ;
  24. ;------------------------------------------------------------------------------
  25. ;
  26. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  27. ;  door should record log information. To disable the log file altogether,
  28. ;  remove the semi-colon (;) from the "DisableLogging" line.
  29. ;
  30. ;LogFileName    DOOR.LOG
  31. ;DisableLogging
  32. ;
  33. ;------------------------------------------------------------------------------
  34. ;  Maximum length of time a user is permitted to access the door. If the user's
  35. ;  total remaining time on the BBS is less than this value, the user will only
  36. ;  be permitted to access the door for this shorter length of time. This option
  37. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  38. ;  When this option is disabled, the user will be permitted to use the full
  39. ;  of their remaining time on the BBS within the door.
  40. ;
  41. ;MaximumDoorTime    80
  42. ;
  43. ;------------------------------------------------------------------------------
  44. ;
  45. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  46. ;  without the user pressing any key, before the user will be automatically
  47. ;  disconnected. A value of 0 disables inactivity timeouts.
  48. ;
  49. InactivityTimeout    200
  50. ;
  51. ;------------------------------------------------------------------------------
  52. ;
  53. ;  Name of the sysop. OpenDoors can usually determine the sysop's name from the
  54. ;  information passed to the door by the BBS. However, some BBS software does
  55. ;  not supply this information to doors. In such cases, if the sysop's name is
  56. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  57. ;  activate this option.
  58. ;
  59. ;SysopName    The Sysop
  60. ;
  61. ;------------------------------------------------------------------------------
  62. ;
  63. ;  Name of the BBS. OpenDoors can usually determine the name of the BBS from
  64. ;  the information passed to the door by the BBS. However, some BBS software
  65. ;  does not supply this information to door programs. In such cases, if the
  66. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  67. ;  semi-colon (;) to activate this option.
  68. ;
  69. ;SystemName    Unnamed BBS
  70. ;
  71. ;------------------------------------------------------------------------------
  72. ;
  73. ;  Memory swapping options. These options are generally not needed, but can be
  74. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  75. ;  to specify which directory or directories should be used for swapping.
  76. ;  Multiple directory paths can be seperated using a semi-colon.
  77. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  78. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  79. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  80. ;
  81. ;SwappingDir    C:\
  82. ;SwappingNoEMS
  83. ;SwappingDisable
  84. ;
  85. ;------------------------------------------------------------------------------
  86. ;
  87. ;  Serial port options. These options are generally not needed, as these
  88. ;  settings can usually be determined from the BBS door information file.
  89. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  90. ;  with the modem. "SerialPort" specifies the port port number that the modem
  91. ;  is connected to. Unless you have reassigned the port numbers through your
  92. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  93. ;  so on. Remove the semi-colon (;) to activate either of these options.
  94. ;
  95. ;LockedBPS    38400
  96. ;SerialPort    3
  97. ;
  98. ;------------------------------------------------------------------------------
  99. ;
  100. ;  The following options only apply if a FOSSIL driver is NOT being used for
  101. ;  serial communications. If a FOSSIL driver IS being used, these options
  102. ;  are normally set on the FOSSIL driver command line.
  103. ;
  104. ;  Hexidecimal address of the serial port. This address can usually be
  105. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  106. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  107. ;  (;) to activate this option.
  108. ;
  109. ;PortAddress 2E8
  110. ;
  111. ;
  112. ;  Interrupt request line that the serial port is using. May be any IRQ line
  113. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  114. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  115. ;  to activate this option.
  116. ;
  117. ;PortIRQ 3
  118. ;
  119. ;
  120. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  121. ;  the serial I/O receive buffer. You may want to increase this buffer size
  122. ;  if you find that characters being sent from the user's modem are being lost.
  123. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  124. ;  buffer. You may want to increase this buffer size for improved performance
  125. ;  in some multitasking environments.
  126. ;
  127. ReceiveBuffer 512
  128. TransmitBuffer 1024
  129. ;
  130. ;
  131. ;  UART FIFO buffers. Normally, OpenDoors will use 16550A UART FIFO buffers
  132. ;  if they are available. You can prevent OpenDoors from using the FIFO
  133. ;  buffers, even if they are available, by removing the semi-colon before
  134. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  135. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  136. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  137. ;  bytes.
  138. ;
  139. ;NoFIFO
  140. FIFOTriggerSize 4
  141. ;
  142. ;------------------------------------------------------------------------------
  143. ;
  144. ;  Custom door information file support. OpenDoors automatically recognizes
  145. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  146. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  147. ;  to permit OpenDoors doors to operate on BBS systems that produce a different
  148. ;  format file, you may define a custom door information file format. A custom
  149. ;  door information file format is defined using the "CustomFileName" command,
  150. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  151. ;
  152. ;  The "CustomFileName" option specifies the filename used to distinguish this
  153. ;  file format from other file formats. This filename should not include a
  154. ;  path. To specify the path where the door information file is located, use
  155. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  156. ;  custom format is the same as that of one of the built-in formats, the custom
  157. ;  format will override the built-in format.
  158. ;
  159. ;  The actual format of the custom file is specified using a number of lines
  160. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  161. ;  correspond to a single line in the door information file, with the option
  162. ;  following the "CustomFileLine" keyword specifying the information that can
  163. ;  be found on that line. This can be one of the following keywords:
  164. ;
  165. ;                    Ignore - Causes the next line in the door information
  166. ;                             file to be ignored. Use on lines for which none
  167. ;                             of the options below apply.
  168. ;                   ComPort - COM? port the modem is connected to
  169. ;                             (0 indicates local mode)
  170. ;                FossilPort - Fossil port number the modem is connected to
  171. ;                  ModemBPS - BPS rate at which to communicate with modem
  172. ;                             (0 or non-numerical value indicates local mode)
  173. ;                 LocalMode - 1, T or Y if door is operating in local mode
  174. ;                  UserName - Full name of the user
  175. ;             UserFirstName - First name(s) of the user
  176. ;              UserLastName - Last name of the user
  177. ;                     Alias - The user's psuedonym / handle
  178. ;                 HoursLeft - Hours user has left online
  179. ;               MinutesLeft - Minutes user has left online, or time left online
  180. ;                             in format hh:mm
  181. ;               SecondsLeft - Seconds user has left online, or time left online
  182. ;                             in format hh:mm:ss or format mm:ss
  183. ;                             (If more than one of the above time options are
  184. ;                             used, the user time left is taken to be the total
  185. ;                             of all of these values.)
  186. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  187. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  188. ;                       RIP - 1, T or Y for RIP graphics mode
  189. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  190. ;              ScreenLength - Number of lines on user's screen
  191. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  192. ;                  Security - The user's security level / access level
  193. ;                      City - City the user is calling from
  194. ;                      Node - Node number user is connected to
  195. ;                 SysopName - Full name of the sysop
  196. ;            SysopFirstName - The sysop's first name(s)
  197. ;             SysopLastName - The sysop's last name
  198. ;                SystemName - Name of the BBS
  199. ;
  200. ;
  201. ;CustomFileName    EXAMPLE.DEF                     ; Same format as DORINFO?.DEF
  202. ;CustomFileLine    SystemName
  203. ;CustomFileLine    SysopFirstName
  204. ;CustomFileLine    SysopLastName
  205. ;CustomFileLine    ComPort
  206. ;CustomFileLine    ModemBPS
  207. ;CustomFileLine    Ignore
  208. ;CustomFileLine    UserFirstName
  209. ;CustomFileLine    UserLastName
  210. ;CustomFileLine    City
  211. ;CustomFileLine    ANSI
  212. ;CustomFileLine    Security
  213. ;CustomFileLine    MinutesLeft
  214. ;
  215. ;------------------------------------------------------------------------------
  216.