home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / OS2 / MODEM / GLOS2110 / GOATLIST.CFG < prev    next >
Text File  |  1995-02-28  |  7KB  |  172 lines

  1. ; GOATLIST.CFG - GoatList/2 Door Configuration File
  2. ;
  3. ; GoatList/2 is designed to run on almost any BBS system automatically,
  4. ; without requiring anything but access to GOATLIST.EXE.
  5. ;
  6. ; In other words, you do *NOT* need to edit this file.  In fact, you can
  7. ; run GoatList/2 without error even if you delete this file right off of
  8. ; your hard drive.
  9. ;
  10. ; However, you may wish to zoom through this to customize GoatList/2's
  11. ; behaviour.
  12. ;
  13. ; Any text following a semi-colon (;), and blank lines, are ignored.
  14. ;
  15. ;------------------------------------------------------------------------------
  16. ;
  17. ;  The default settings allow the user to delete the BBS entries that he/she
  18. ;  creates.  The NoUserDeletion keyword, in effect, will enable it so the
  19. ;  average user won't be able to delete *ANY* BBS entries, even if that user
  20. ;  created them him/herself. Remove the semi-colon (;) to activate this option.
  21. ;
  22. ;NoUserDeletion
  23. ;
  24. ;------------------------------------------------------------------------------
  25. ;
  26. ;  The default settings allow the user to edit the BBS entries that he/she
  27. ;  creates.  The NoUserEdit keyword, in effect, will enable it so the average
  28. ;  user won't be able to edit *ANY* BBS entries, even if that user created
  29. ;  them him/herself.  Remove the semi-colon (;) to activate this option.
  30. ;
  31. ;NoUserEdit
  32. ;
  33. ;------------------------------------------------------------------------------
  34. ;
  35. ;  Specifies a user name that will have full deletion and editing power.  The
  36. ;  person specified will be able to delete and edit any and all of the BBS
  37. ;  entries.  This person is usually the System Operator of the BBS.  Remove
  38. ;  the semi-colon (;) to activate this option.
  39. ;
  40. ;DeletionPower Sysop Person
  41. ;
  42. ;------------------------------------------------------------------------------
  43. ;
  44. ;  BBS system directory. Indicates where the door information file (drop file)
  45. ;  can be found. Remove the semi-colon (;) to activate this option.
  46. ;
  47. ;BBSDir    C:\BBS
  48. ;
  49. ;------------------------------------------------------------------------------
  50. ;
  51. ;  The door's working directory. This is where the door's system files are
  52. ;  located. Remove the semi-colon (;) to activate this option.
  53. ;
  54. ;  Note!  Enabling this keyword may cause the door to access the B: drive.
  55. ;  This is a bug and will be fixed as soon as possible.
  56. ;
  57. ;DoorDir    C:\BBS\GOATLIST
  58. ;
  59. ;------------------------------------------------------------------------------
  60. ;
  61. ;  Local mode override. Forces door to always operate in local test mode.
  62. ;  Remove the semi-colon (;) to activate this option. When this mode is
  63. ;  activated, no door information file is required and default settings are
  64. ;  used for the user's name, location, etc.
  65. ;
  66. ;LocalMode
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ;  Door personality setting. This setting selects one of a number of sysop
  71. ;  interface personalities. Each personality setting emulates the status line
  72. ;  format and sysop function keys of a particular BBS package. Valid
  73. ;  personality settings are:
  74. ;
  75. ;                     Standard            (Regular style, similar to RA 1.11)
  76. ;                     PCBoard
  77. ;                     RemoteAccess
  78. ;                     Wildcat
  79. ;
  80. Personality    Standard
  81. ;
  82. ;------------------------------------------------------------------------------
  83. ;
  84. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  85. ;  door should record log information. To disable the log file altogether,
  86. ;  remove the semi-colon (;) from the "DisableLogging" line.
  87. ;
  88. ;LogFileName    DOOR.LOG
  89. ;DisableLogging
  90. ;
  91. ;------------------------------------------------------------------------------
  92. ;
  93. ;  BBS node number that door is running on. Only used if GoatList is unable
  94. ;  to determine the node number by some other means.
  95. ;
  96. Node    1
  97. ;
  98. ;------------------------------------------------------------------------------
  99. ;
  100. ;  Maximum length of time a user is permitted to access the door. If the user's
  101. ;  total remaining time on the BBS is less than this value, the user will only
  102. ;  be permitted to access the door for this shorter length of time. This option
  103. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  104. ;  When this option is disabled, the user will be permitted to use the full
  105. ;  of their remaining time on the BBS within the door.
  106. ;
  107. ;MaximumDoorTime    15
  108. ;
  109. ;------------------------------------------------------------------------------
  110. ;
  111. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  112. ;  without the user pressing any key, before the user will be automatically
  113. ;  disconnected. A value of 0 disables inactivity timeouts.
  114. ;
  115. InactivityTimeout    330
  116. ;
  117. ;------------------------------------------------------------------------------
  118. ;
  119. ;  Door colour options. These options specify the various text colours that
  120. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  121. ;  Colours are specified in the format:
  122. ;
  123. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  124. ;
  125. ;  Where foreground and background colours are one of:
  126. ;
  127. ;         Black
  128. ;         Blue
  129. ;         Green
  130. ;         Cyan
  131. ;         Red
  132. ;         Magenta
  133. ;         Yellow / Brown
  134. ;         White / Grey
  135. ;
  136. ;  Note that some of these options (such as those that pertain to files
  137. ;  listings) are not used for all doors.
  138. ;
  139. ChatUserColour               Cyan on black
  140. ChatSysopColour              Bright yellow on black
  141. ;
  142. ;------------------------------------------------------------------------------
  143. ;
  144. ;  Memory swapping options. These options are generally not needed, but can be
  145. ;  used to customize GoatList's swapping behaviour. "SwappingDir" can be used
  146. ;  to specify which directory or directories should be used for swapping.
  147. ;  Multiple directory paths can be seperated using a semi-colon.
  148. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  149. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  150. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  151. ;
  152. ;SwappingDir    C:\
  153. ;SwappingNoEMS
  154. ;SwappingDisable
  155. ;
  156. ;------------------------------------------------------------------------------
  157. ;
  158. ;  Serial port options. These options are generally not needed, as these
  159. ;  settings can usually be determined from the BBS door information file.
  160. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  161. ;  with the modem. "SerialPort" specifies the port port number that the modem
  162. ;  is connected to. Unless you have reassigned the port numbers through your
  163. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  164. ;  so on. Remove the semi-colon (;) to activate either of these options.
  165. ;
  166. ;LockedBPS    38400
  167. ;SerialPort    0
  168. ;
  169. ;------------------------------------------------------------------------------
  170. ;
  171. ;February 25, 1995
  172.