home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / QSLVR133.ZIP / QSILVER.CFG < prev    next >
Text File  |  1994-03-19  |  7KB  |  265 lines

  1. ; Configuration File For Quick Silver v1.30
  2. ;
  3. ; Your name
  4. ;
  5. SYSOP Roger Clark
  6. ;
  7. ; Your node number
  8. ;
  9. NODE 1:382/105.0
  10. ;
  11. ; Your BBS Name
  12. ;
  13. NAME The Hotel California
  14. ;
  15. ; Task priority to run Quick Silver
  16. ;
  17. PRIORITY 4
  18. ;
  19. ; *****************************************************************************
  20. ;
  21. ; Path to the Accounting directory
  22. ;
  23. ACCTPATH  Mail:QSilver/Accounts
  24. ;
  25. ; Tell Quick Silver to keep track of system accounting totals
  26. ;
  27. SYSACCT
  28. ;
  29. ; *****************************************************************************
  30. ;
  31. ; Path to the Database files
  32. ;
  33. DATABASE  Mail:QSilver/QSilver.Database
  34. ;
  35. ; Path to Firsttime Caller letter
  36. ;
  37. FIRSTCALL Mail:QSilver/FirstTime.TXT
  38. ;
  39. ; Path to netmail header
  40. ;
  41. HEADER    Mail:QSilver/QSilver.Header
  42. ;
  43. ; Path to your Inbound directory
  44. ;
  45. INBOUND   Mail:Inbound
  46. ;
  47. ; Path to Quick Silver's logfile
  48. ;
  49. LOGFILE   Mail:QSilver/QSilver.Log
  50. ;
  51. ; Path to your Nodelist directory
  52. ;
  53. NODELIST  Mail:Nodelist
  54. ;
  55. ;******************************************************************************
  56. ;
  57. ; Generate a local netmail for successful file requests
  58. ;
  59. LOCALMSG
  60. ;
  61. ; *****************************************************************************
  62. ;
  63. ; Allow points to make file requests
  64. ;
  65. POINTS
  66. ;
  67. ; Generate a local netmail for failed requests due to NOPOINT option
  68. ;
  69. POINTMSG
  70. ;
  71. ; Path to textfile to send for failed requests due to NOPOINT option
  72. ;
  73. FAILPOINT QSilver:Textfiles/Point.TXT
  74. ;
  75. ; *****************************************************************************
  76. ;
  77. ; Allow unlisted systems to make file requests
  78. ;
  79. UNLISTED
  80. ;
  81. ; Generate a local netmail for failed requests due to NOUNLISTED option
  82. ;
  83. UNLISTEDMSG
  84. ;
  85. ; Path to textfile to send for failed requests due to NOUNLISTED option
  86. ;
  87. FAILUNLISTED QSilver:Textfiles/Unlisted.TXT
  88. ;
  89. ; *****************************************************************************
  90. ;
  91. ; Only allow nodes listed with ALLOWNODES to make fiile requests
  92. ;
  93. SECURE
  94. ;
  95. ; Generate a local netmail for failed requests due to SECURE option
  96. ;
  97. SECUREMSG
  98. ;
  99. ; Path to textfile to send for failed requests due to SECURE option
  100. ;
  101. FAILSECURE QSilver:Textfiles/Security.TXT
  102. ;
  103. ; *****************************************************************************
  104. ;
  105. ; Exclude certain specific nodes from making requests.  Supports wildcards.
  106. ;
  107. EXCLUDE 1:234/567.8
  108. EXCLUDE 55:100/*.*
  109. ;
  110. ; Generate a local netmail for failed requests due to EXCLUDE option
  111. ;
  112. EXCLUDEMSG
  113. ;
  114. ; Path to textfile to send for failed requests due to EXCLUDE option
  115. ;
  116. FAILEXCLUDE QSilver:Textfiles/Exclude.TXT
  117. ;
  118. ; *****************************************************************************
  119. ;
  120. ; Define public screen name to open status window on (WB 2.04+)
  121. ;
  122. SCREEN TrapDoor
  123. ;
  124. ; Define location of upper left corner of status window
  125. ;
  126. SCREENPOS 100 75
  127. ;
  128. ; *****************************************************************************
  129. ;
  130. ; Define default file comment to use if the AmigaDos filenote is not set
  131. ;
  132. DEFCOMMENT No File Description Available
  133. ;
  134. ; For DLG users: Have Quick Silver use the DLG style file comments.  Omit or
  135. ; set to NODLGDESC if you are not running a DLG BBS.
  136. ;
  137. DLGDESC
  138. ;
  139. ; For Excelsior! BBS users: Have Quick Silver use the Excelsior! file
  140. ; comments.  Omit or set to NOEXECLDESC if you are not running an
  141. ; Excelsior! BBS.
  142. ;
  143. EXCELDESC
  144. ;
  145. ; *****************************************************************************
  146. ;
  147. ; Define the file to send if no matches were found for any requested files
  148. ;
  149. NOMATCHFILE BBS:MagicFiles.TXT
  150. ;
  151. ; Define a file to send with all successful file requests.
  152. ;
  153. DEFAULTSEND BBS:Newfiles.LHA
  154. ;
  155. ; *****************************************************************************
  156. ;
  157. ; Set the maximum bytes allowed per file request. 0 = Unlimited.
  158. ;
  159. MAXBYTES 0
  160. ;
  161. ; Set the maximum files allowed per file request. 0 = Unlimited.
  162. ;
  163. MAXFILES 0
  164. ;
  165. ; Set the maximum wildcard matches allowed per file. 0 = Unlimited.
  166. ;
  167. MAXMATCH 0
  168. ;
  169. ; *****************************************************************************
  170. ;
  171. ; Define nodes that are allowed to request files when SECURE mode is active.
  172. ; Also allows you set access levels for nodes for use with or without SECURE
  173. ; mode.
  174. ;
  175. ALLOWNODE 1:123/456.0 LEVEL 5
  176. ALLOWNODE 1:234/567.0 LEVEL 10
  177. ALLOWNODE 1:345/678.0 LEVEL 20
  178. ALLOWNODE 1:456/789.0 LEVEL 15
  179. ;
  180. ; *****************************************************************************
  181. ;
  182. ; Define file extensions for files that Quick Silver should not send to
  183. ; requesting systems.
  184. ;
  185. IGNORE .INFO
  186. IGNORE ._#?
  187. IGNORE Posts
  188. ;
  189. ; *****************************************************************************
  190. ;
  191. ; Define magic filenames.  Optional password and access levels may be assigned.
  192. ; Wildcarding is allowed in the filename.
  193. ;
  194. MAGIC FILES       BBS:Files.LHA
  195. MAGIC FILES       BBS:FullFiles.LHA LEVEL 10
  196. MAGIC NEW         BBS:NewFiles.LHA
  197. MAGIC QSILVER     QSilver:QSilver*.LHA
  198. MAGIC ROBOFILER   File:Ami_General/RoboFiler*.LHA
  199. MAGIC TRAPCONFIG  File:BitPlane/TCONF*.LHA
  200. MAGIC TIF         File:Ami_Comm/TIF101.LHA
  201. MAGIC TERMPB      File:Ami_Comm/TermPB*.LHA
  202. MAGIC NEWTRAPCALL Rexx:TrapCall.rexx
  203. MAGIC AR.LHA      File:ADSText/AR*.LHA
  204. MAGIC NODEDIFF    File:NodeDiff/NODEDIFF.*
  205. MAGIC NODELIST    File:NodeDiff/NODELIST.*
  206. MAGIC TC2BETA     DH0:Programming/TrapConfig/TrapConfig LEVEL 10
  207. ;
  208. ; *****************************************************************************
  209. ;
  210. ; Define directories for Quick Silver to search through for files to send.  You
  211. ; may add passwords or access levels as needed.
  212. ;
  213. DIRECTORY File:Ami_General/
  214. DIRECTORY File:Ami_Anim/
  215. DIRECTORY File:Ami_Archive/
  216. DIRECTORY File:Ami_Games/
  217. DIRECTORY File:Ami_Art/
  218. DIRECTORY File:Ami_Music/
  219. DIRECTORY File:Ami_Comm/
  220. DIRECTORY File:E_Updates/ PASSWORD GuessIt
  221. DIRECTORY File:E_Utilities/
  222. DIRECTORY File:E_CLI/
  223. DIRECTORY File:E_ARexx/
  224. DIRECTORY File:E_Paragon/
  225. DIRECTORY File:Backbone/
  226. DIRECTORY File:NodeDiff/
  227. DIRECTORY File:FidoNews/
  228. DIRECTORY File:Betas/ PASSWORD Secret LEVEL 20
  229. DIRECTORY File:ADSAnims/ LEVEL 10,15
  230. DIRECTORY File:ADSARexx/ LEVEL 10,15
  231. DIRECTORY File:ADSArtG/  LEVEL 10,15
  232. DIRECTORY File:ADSBBUtl/ LEVEL 10,15
  233. DIRECTORY File:ADSComm/  LEVEL 10,15
  234. DIRECTORY File:ADSDLG/   LEVEL 10,15
  235. DIRECTORY File:ADSFido/  LEVEL 10,15
  236. DIRECTORY File:ADSGames/ LEVEL 10,15
  237. DIRECTORY File:ADSInfo/  LEVEL 10,15
  238. DIRECTORY File:ADSMisc/  LEVEL 10,15
  239. DIRECTORY File:ADSSTMod/ LEVEL 10,15
  240. DIRECTORY File:ADSMusic/ LEVEL 10,15
  241. DIRECTORY File:ADSNetDv/ LEVEL 10,15
  242. DIRECTORY File:ADSText/  LEVEL 10,15
  243. DIRECTORY File:ADSUtils/ LEVEL 10,15
  244. DIRECTORY File:ADSWork/  LEVEL 10,15
  245. DIRECTORY File:ADSWork2/ LEVEL 10,15
  246. DIRECTORY File:ADSTrans/ LEVEL 10,15
  247. DIRECTORY File:SkyBBS/   LEVEL 10,15
  248. DIRECTORY File:SkyCNet/  LEVEL 10,15
  249. DIRECTORY File:SkyComms/ LEVEL 10,15
  250. DIRECTORY File:SkyFido/  LEVEL 10,15
  251. DIRECTORY File:SkyFish/  LEVEL 10,15
  252. DIRECTORY File:SkyGames/ LEVEL 10,15
  253. DIRECTORY File:SkyInfo/  LEVEL 10,15
  254. DIRECTORY File:SkyMod/   LEVEL 10,15
  255. DIRECTORY File:SkyProgs/ LEVEL 10,15
  256. DIRECTORY File:SkyText/  LEVEL 10,15
  257. DIRECTORY File:SkyUNet/  LEVEL 10,15
  258. DIRECTORY File:SkyUtils/ LEVEL 10,15
  259. ;
  260. ; *****************************************************************************
  261. ;
  262. ; That's all folks!  Support SHAREWARE - Please register.
  263. ;
  264. ; *****************************************************************************
  265.