home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / rs153upd / config.con < prev    next >
Text File  |  1991-04-12  |  6KB  |  200 lines

  1. 153 04/12/91
  2. #
  3. # *** CAUTION ALWAYS START WITH THIS FILE AND EDIT IN YOUR STUFF ***
  4. #    These developemental versions constantly undego change and removal
  5. #    of lines in this file
  6. #
  7. # --------------------------------------------
  8. # Local Console Port
  9. # --------------------------------------------
  10. PORT L HCE 0 20 0 0000
  11. Connected
  12. # ANSI Color keys - background
  13. # 0-black, 1-red, 2-green, 3-brown, 4-blue, 5-magenta, 6-cyan, 7-lt gray
  14. #
  15. # ANSI Color keys - Text
  16. # 0-dk gray, 1-orange, 2-green, 3-yellow, 4-blue, 5-magenta, 6-cyan, 7-white
  17. #
  18. # Color strings for port  [Text Color],[Background Color]
  19. #
  20. 7,1
  21. ENDPORT L
  22. # --------------------------------------------
  23. # A,B,C,D,... etc ports could be in here
  24. # --------------------------------------------
  25. # This EOF is the end of ports in general
  26. *** EOF
  27. # ----------------- end of port configurations ----------------------------
  28. #
  29. #Color String of BBS output
  30. 6,1
  31. #Color String of Local Status Display
  32. 3,5
  33. # String sent out to TNCs when other port busy
  34. BT [ BBS in use on other port ]
  35. B E 0
  36. *** EOF
  37. # Normal BBS prompt
  38. $Tz, $N msgs @$O MailBox>
  39. # Remote Sysop string
  40. Next?$H
  41. # Local CONSOLE prompt
  42. $T, $N msgs>$H
  43. # LOCAL COnsole status display for remote users
  44.  <  $T | [$7] $U - $I | $Q KB free | $N msgs | $S > $H
  45. # Setup into normal logged user
  46. PACT A 14
  47. *** EOF
  48. # Setup into remote sysop
  49. PACT A 8
  50. *** EOF
  51. # TNC shutdown string
  52. conok off
  53. mon off
  54. *** EOF
  55. # Hostname/Domain specification, sysop call derived from this, NO SSIDs!!!!
  56. # the call to left of period is used to go into the USER file to get that 
  57. # record and derive system qth and zip
  58. KA2BQE.VT.USA.NA
  59. # Mnemonic or explicit call SSID for nearest network node
  60. UCV
  61. # name for unmatched ROUTEs
  62. NONE
  63. #---------------------------------------------------------------------------
  64. # edit strings for ROUTE Parsing, look at most comples to least complex
  65. # when setting yours up simply edit the state,country,continets shown here
  66. # as approriate. For US just change state, for Canada state to province
  67. # and USA to CAN, for others edit all three, if no state/prov/prefecture used
  68. # remove first 5 lines. The ORDER is important! You may have up to 16 lines!
  69. #---------------------------------------------------------------------------
  70. \#NWVT.VT.USA.NOAM
  71. \#NWVT.VT.USA.NA
  72. \#NWVT.VT.USA
  73. \#NWVT.VT
  74. \#NWVT
  75. VT.USA.NOAM
  76. VT.USA.NA
  77. VT.USA
  78. VT
  79. USA.NOAM
  80. USA.NA
  81. USA
  82. NOAM
  83. NA
  84. AMPR.ORG
  85. *** EOF
  86. #---------------------------------------------------------------------------
  87. # CALL VALIDATION PATTERNS 'a' - alpha character, 'n' numeric character
  88. #---------------------------------------------------------------------------
  89. # HAM CALLS TABLE
  90. anaa
  91. aana
  92. anaaa
  93. aanaa
  94. aanaaa
  95. ana
  96. nana
  97. nanaa
  98. annaa
  99. aanna
  100. nanaaa
  101. annaaa
  102. aannaa
  103. *** EOF
  104. #---------------------------------------------------------------------------
  105. # OTHER SERVICE CALL PATTERNS
  106. aan
  107. aann
  108. aannn
  109. aannnn
  110. aaannn
  111. aaana
  112. aaanaa
  113. aaann
  114. nna
  115. nnaa
  116. *** EOF
  117. #-------------------------------------------------------
  118. # these next are drive and directory path specifications
  119. #-------------------------------------------------------
  120. # path to system directory files
  121. sys\
  122. # path to user directory files
  123. usr\
  124. # path to user accessible files area
  125. files\
  126. # use upload\ as name for the directory - if it does not exist uploads go
  127. #  to files\ path of tree specified by user, if it does all uploads
  128. #  go here
  129. files\
  130. # directory that messages texts will reside
  131. mail\
  132. # directory that temporary file/mailmessage upload will reside, usually
  133. #  the same as the directory for the final texts, but may be specified
  134. #  as an alternate in case you have a RAM disk available. This would
  135. #  increase the speed of MAIL and RMAIL enormously.
  136. mail\
  137. #--------------------------------------------------------------------
  138. # where 'nul' is specified it means no file name, and any routine
  139. # trying to pend the file will simply get an EOF immediately, without
  140. # generating an error. This is used in CONSOLE only versions mostly
  141. # where call files, monitor files etc are more or less useless
  142. #--------------------------------------------------------------------
  143. # these next are filenames only, they are files that are read
  144. # by the system. If you specify pathes they will suppressed. 
  145. # these files will be expected to be in the 'system directory'
  146. #--------------------------------------------------------------------
  147. # name of help file
  148. help.rs
  149. # name of general system info file
  150. info.rs
  151. # name of event file
  152. event.rs
  153. # name of connect script file
  154. nul
  155. #--------------------------------------------------------------------
  156. # name and path to remote sysop password file - this is absolute path
  157. #--------------------------------------------------------------------
  158. password.rs
  159. #--------------------------------------------------------------
  160. # these next are filenames with pathes and drives allowed. They 
  161. # are files which get created by the system and consume space, 
  162. # they will need to be located in a place where they have room 
  163. # to grow.
  164. #--------------------------------------------------------------
  165. # name and path to log file
  166. log.rs
  167. # name and path to monitor file
  168. mon.rs
  169. # name and path to mail.dat file
  170. mail.dat
  171. # name and path to user.dat file
  172. user.dat
  173. #-------------------------------------------------------
  174. # END of Directory - Files specifications
  175. #-------------------------------------------------------
  176. #--------------- initialization commands to BBS --------------------------
  177. AUTO-EVENT
  178. M 0100 SETPARM AUTOFLOOD ON
  179. M 0100 SETPARM BELL OFF
  180. M 0100 SETPARM BULLEXP 28
  181. M 0100 SETPARM CHAT OFF
  182. M 0100 SETPARM FLOODKILL OFF
  183. M 0100 SETPARM FORCETYPE ON
  184. M 0100 SETPARM FORWARDKILL OFF
  185. M 0100 SETPARM HOLDSYSOPMAIL ON
  186. M 0100 SETPARM LOGGING ON
  187. M 0100 SETPARM LOGLOCAL ON
  188. M 0100 SETPARM LOGMSGSONLY OFF
  189. M 0100 SETPARM LONGIHEADER ON
  190. M 0100 SETPARM LONGRHEADER OFF
  191. M 0100 SETPARM MAXERROR 6
  192. M 0100 SETPARM MAXLIST 30
  193. M 0100 SETPARM MINDISK 500
  194. M 0100 SETPARM NOBIDFL OFF
  195. M 0100 SETPARM OPENLOGIN ON
  196. M 0100 SETPARM PONG 4
  197. M 0100 SETPARM REPLYTO OFF
  198. M 0100 SETPARM REQFILMAX 0
  199. M 0100 EVENT -S 0 0 0
  200.