home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_door / echo311.arj / CTLFILES.ZIP / ECHODOR.CTL < prev    next >
Text File  |  1992-03-29  |  15KB  |  335 lines

  1. ;Echodor.Ctl
  2. ;
  3. ;Parameter file and area table for the message reader
  4. ;
  5. ;
  6. ;Parameters follow below.
  7. ;
  8. ;   Put your full zone, net, node, and point address in the line that follows.
  9. ;
  10. ADDRESS 1:116/1000.0
  11. ;
  12. ;             Change this line to your origin line as it appears
  13. ;             in your areas.bbs file.
  14. ;
  15. ;             Also, don't include your net/node number at the end of
  16. ;             the ORIGIN line.  EchoDor will automatically append a
  17. ;             space followed by the NET/NODE number in the form:
  18. ;
  19. ;             (1:116/1000.0)
  20. ;
  21. ORIGIN The NEW WorkBench BBS - 615-333-1458 -
  22. ; The above will appear as:
  23. ;  * ORIGIN: The NEW WorkBench BBS - 615-333-1458 - (1:116/1000.0)
  24. ;
  25. ;             set this parameter to limit the maximum minutes
  26. ;             allowed per session
  27. MAXUSERTIME 45
  28. ;
  29. ;             This is the command string that will be displayed at the
  30. ;             bottom of the main menu.  You are allowed up to 80 characters.
  31. COMMANDSTRING Main Command ?
  32. ;
  33. ;             Uncomment the mono command if you are using a monochrome system
  34. ;             and still wish for your users to see ansi color.
  35. ;MONO
  36. ;
  37. ;Ansi screen colors:
  38. ;
  39. ;MsgTextColor  - Color set when displaying/entering message text
  40. ;ScanBarColor  - Set on the top bar of the scan command (Msg#.....From....To...)
  41. ;ScanLinecolor - Set on each line displayed with scan
  42. ;
  43. PROMPTCOLOR 10
  44. MSGTEXTCOLOR 14
  45. HILIGHTCOLOR 15
  46. SCANBARCOLOR 14
  47. SCANLINECOLOR 13
  48. ;
  49. ;                This is the 8 letter file name (without extension!)
  50. ;                for the main menu files.  This is what is displayed to
  51. ;                users that do not run in Expert mode.
  52. MENUFILE ECHOMEN
  53. ;
  54. ;                This is the 8 letter file name (without extension!)
  55. ;                for the "user setup" menu files.  This is what is displayed
  56. ;                to users that select [U] from the main menu.
  57. USERMENU USERMENU
  58. ;
  59. ;                Help Files. The echomail door allows you to set up a
  60. ;                help system to inform your users of the commands
  61. ;                available to them as well as information on how echomail
  62. ;                works, what it's good for, etc. There are two types of
  63. ;                help files:
  64. ;
  65. ;                1) the help menu. The help menu is a sort of table-of-contents
  66. ;                   of all of the help files
  67. ;                2) the actual help files. The help menu is simply the help
  68. ;                   path/prefix and the help files are the path\prefix with a
  69. ;                   number added on. (i.e. if the prefix was c:\binkley\echohlp)
  70. ;                   then help menu would be "C:\binkley\echohlp" and the help
  71. ;                   files would be "C:\binkley\echohlp1",
  72. ;                   "C:\binkley\echohlp2", etc.
  73. ;
  74. ;HelpFilePrefix - The help file path/prefix (do not include extension)
  75. ;NumHelpFiles   - Number of help files (not including menu)
  76. ;
  77. HELPFILEPREFIX ECHOHLP
  78. NUMHELPFILES 5
  79. ;
  80. ;Sysopname -   Enter one statement for each person who you wish to have access
  81. ;              to the sysop conference. For more than one sysop, enter multiple
  82. ;              statements. There was a problem in prior versions of EchoDor
  83. ;              where the sysop name here and that generated when running as a
  84. ;              door could be different.  This has been corrected.
  85. ;
  86. ;Commentname - Enter one and only one name for the person who will receive
  87. ;              comments to the sysop.
  88. ;
  89. ;Commentarea - This is the area where the comments will go.
  90. ;
  91. ;NoComment   - Disables the comment feature (useful for rbbs sysops)
  92. ;
  93. SYSOPNAME Robert McCullough
  94. COMMENTNAME Robert McCullough
  95. COMMENTAREA 99
  96. ;NOCOMMENT
  97. ;
  98. ;NoIgnore   - This will disable the ignore command. The ignore command is used
  99. ;             to exclude certain areas from the message check. This is useful
  100. ;             if you have a lot of echos in which checking all of them may take
  101. ;             a very long time.
  102. ;
  103. ;NoSetNational - On Default, echodor will set everyones ignore status to
  104. ;                ignore the national echos. This option will disable that.
  105. ;NOIGNORE
  106. NOSETNATIONAL
  107. ;
  108. ;Welcome - The name of the welcome file that is to be displayed every time a
  109. ;          user accesses the echomail door. The filename should be 7
  110. ;          characters with no extension. A "G" or "C" will be appeneded to the
  111. ;          end of the name if the user is using graphics or ansi modes. If the
  112. ;          graphics version of the file does not exist, then it will default
  113. ;          to the non-graphics file.
  114. ;
  115. WELCOME ECHOWEL
  116. ;
  117. ;NODELISTPATH - This is the location of the node list files.  The files may
  118. ;               be either version 6 node list files (NodeList.IDX and
  119. ;               NodeList.Dat), or if your running a registered version of
  120. ;               EchoDor, it may be the EchoNlCp compiled node list files.
  121. ;
  122. ;               The "V6" option specifies a version 6 nodelist.
  123. ;
  124. ;               Replace "V6" with "ED" to run the EchoDor EchoNLCP compiled
  125. ;               node lists.
  126. ;
  127. ;               The second parameter is the directory where the node list
  128. ;               files can be found.
  129. ;
  130. NODELISTPATH V6 G:\Nodelist\
  131. ;
  132. ;NEWQUOTE - This turns on the "Fast" quote option in the visual editor.
  133. ;
  134. NEWQUOTE
  135. ;
  136. ;VISUALESC - This makes the visual editor display the <ESC> menu when
  137. ;            any of the listed characters are typed as the first character
  138. ;            of a line.
  139. ;
  140. VISUALESC ./\
  141. ;
  142. ;SCANLOGNAME - This is the name of the file created by EchoDor to indicate
  143. ;              the names of the echos which have new messages entered.  If
  144. ;              the user enters a message only in a net mail area, the file
  145. ;              will be created but will contain no entries.
  146. ;
  147. SCANLOGNAME scanlog.ctl
  148. ;
  149. ;Area table follows. Each area must be listed one per line, in the order
  150. ;you wish them to be displayed.
  151. ;
  152. ;Here is a listing of the parameters that must be present on the line:
  153. ;
  154. ;Num: This field is used to specify the number that will be assigned to the
  155. ;     conference. Each conference should be assigned a different number. The
  156. ;     area number is used to keep track of the user's last-read pointer and
  157. ;     to keep track of the area membership if it is to be a private area and
  158. ;     you wish to use the sigop utility. The numbers can be in any order you
  159. ;     want. I usually set 1 as my main base, 2-20 as my bbs-only confernces,
  160. ;     50-55 as my local echos, and 60-100 as my echos. Do not exceed 255 for
  161. ;     the number.
  162. ;
  163. ;Area tag: This is that tag that is used to identify what will be put into
  164. ;          the "AREA:" statement of your message. currently, it is done by
  165. ;          confmail/QM/TossScan for you, so it has no real use here.
  166. ;
  167. ;Listed tag: This tag is listed on each command line in the door. It may
  168. ;            be anything you like and need not be the same as the "area tag".
  169. ;            it is used simply to inform the user of which area he is in.
  170. ;
  171. ;Path: This is a dos path telling where messages for this area are to be
  172. ;      stored. It should include a drive specifier and path with no trailing
  173. ;      backslash (i.e. C:\binkley\messages)
  174. ;
  175. ;T: This is the type of the area and is VERY important to the door. It is used
  176. ;   determine weather the area is echomail, netmail, or local.  Type codes are
  177. ;   as stated below:
  178. ;
  179. ;          E - an echomail area              N - The netmail area (only 1)
  180. ;          B - a local message area          I - An national echo area
  181. ;          A - automessage (read the docs)
  182. ;
  183. ;M: This determines the types of messages that the user will be able to enter
  184. ;   into the area.  This is expanded from the older versions of EchoDor which
  185. ;   used this field to allow private messages.  The following message type
  186. ;   codes are available:
  187. ;
  188. ;          P - allow private messages
  189. ;          Y - allow private messages (for compability with older versions)
  190. ;          N - do not allow private messages
  191. ;          A - allow alias names in area (this can be combined with P/Y/N/A/G)
  192. ;          F - anonynous messages (user name not listed, can be combined
  193. ;              with P/Y/N/A/G)
  194. ;          G - GT-Style ANSI messages (can be combined with P/Y/N/A/F).
  195. ;
  196. ;F: File transfers - this is a new feature that will soon be developed
  197. ;   allowing users to upload a file, attach it to a message, and send it
  198. ;   to another user. The file will be deleted after it has been sent.
  199. ;
  200. ;   If the F flag is set to Y in a NetMail section, EchoDor will ask if the
  201. ;   user wants to do a file request or file attach when sending netmail.
  202. ;
  203. ;S: Security.  This is the security level required to access the conference
  204. ;   this information is retrieved from DORINFOx.DEF file or from the user
  205. ;   record.  This field can also contain a Y to indicate SYSOP ONLY or a N
  206. ;   to indicate an open area.
  207. ;
  208. ;WRACC: Access level required to write a message
  209. ;
  210. ;DO NOT ENTER SPACES IN ANY OF THE FIELDS. You must enter spaces to seperate
  211. ;the fields, but you cannot enter them in the middle of any field.
  212. ;
  213. ;It is usually preferable to enter the sysop areas at the end of the list in
  214. ;order to make sure the numbers in the num column of the area table area the
  215. ;same as the numbers in the desctable.
  216. ;
  217. AREATABLE
  218. ;
  219. ;Num Area Tag          Listed tag          Path              T   M  F  S  WRACC
  220. ;--- -----------       -------------       ----------------- -  --- -  -  -----
  221.    1 GAMING            Gaming              G:\CONF\GAMING    B   N  N  1   1
  222.    2 HUMOR             Jokes               G:\CONF\HUMOR     I   N  N  1   1
  223.    3 POLITICS          Politics            G:\CONF\POLITICS  I   N  N  1   1
  224.    4 RBBS_DEV          Rbbs-Dev            G:\CONF\RBBS_DEV  I   N  N  1   1
  225.    5 RBBS-NET          Rbbs-net            G:\CONF\RBBS-NET  I   N  N  10  1
  226.    6 RBBS-SYSOP        RBBS-Sysops         G:\CONF\RBBS-SYS  I   N  N  1   1
  227.    7 RBBS-PC           RBBS-Pc             G:\CONF\RBBS-PC   I   N  N  1   1
  228.    8 DOORWARE          Doors               G:\CONF\DOORS     I   N  N  1   1
  229.    9 DBASE             dbase               G:\CONF\DBASE     I   N  N  1   1
  230.   10 ADULT             Adult_Area          G:\CONF\ADULT     I  YFA N  1   1
  231.   11 GT-ANSI           GT-ANSI_Area        G:\CONF\ANSI      E  NG  N  5   5
  232.   99 PRIVATE           NETMAIL             G:\BINKLEY\MSGS   N   Y  N  10  1
  233. ;
  234. ENDAREATABLE
  235. ;
  236. ;This area contains the descriptions used for each echo area.  These desc-
  237. ;riptions will be used only if there is no UserAreaList and/or SysopAreaList.
  238. ;Each description is a one line entry.  The first part must be the area number.
  239. ;The number must be followed by a space.  Next comes the description.  The
  240. ;desciption must be less than 70 characters long.  You might also want to
  241. ;include the area name in the description in case the user wants to use that
  242. ;in place of a number.
  243. ;
  244. DESCTABLE
  245. 1 GAMING - Gamers Echo
  246. 2 HUMOR - Humor Echo
  247. 3 POLITICS - Politics Echo
  248. 4 RBBS_DEV - RBBS Development Echo
  249. 5 RBBS-NET - RBBS Net Echo
  250. 6 RBBS-SYSOP - RBBS Sysop Echo
  251. 7 RBBS-PC - RBBS-PC Users Echo
  252. 8 DOORWARE - Sysop Door Ware Echo
  253. 9 DBASE - Dbase Users Echo
  254. 10 ADULT - Adults only area
  255. 11 GT-ANSI - Messages that contain ANSI artwork
  256. 99 PRIVATE - Netmail
  257. ENDDESCTABLE
  258. ;
  259. ;UserArealist - A text file that will be output when the user seletcs
  260. ;               the list areas feature.  If the UserAreaList parameter
  261. ;               is not specified, the descriptions from the AREADESC
  262. ;               table will be shown to the user.
  263. ;
  264. ;SysopAreaList - A text file that will be output when the sysop selects
  265. ;                the list areas feature.  If the SysopAreaList parameter
  266. ;                is not specified, the descriptions from the AREADESC
  267. ;                table will be shown to the user.
  268. ;
  269. ;Uncomment the following to use the text files instead of the desctable.
  270. ;USERAREALIST USEAREA
  271. ;SYSOPAREALIST SYSAREA
  272. ;
  273. ;Deleteuser - The number of days of inactivity before a user will be removed
  274. ;             from the door's lastread pointer list.  This parameter is used
  275. ;             by EchoUtil.
  276. ;
  277. DELETEUSER 90
  278. ;
  279. ;NodoorMode - Disables/enables certain features if you are using the door
  280. ;             as your PRIMARY message system (i.e. in Scottbbs systems)
  281. ;             instead of as a door. Your bbs should, when the message
  282. ;             system is invoked, drop to dos and run the door in remote
  283. ;             mode if you wish to have echodor as your primary message system.
  284. ;             As far as I know, Today, scottbbs is the only system that
  285. ;             allows this feature.
  286. ;
  287. ;CLOSINGSTRING - This is displayed to the user as EchoDor exits
  288. CLOSINGSTRING Bye Bye Y'all
  289. ;
  290. ;---------------------------------------------------------------------------
  291. ;  The next options are for the download mail option. These options will
  292. ;will allow your users to pack up mail in an area either To them, From them,
  293. ;Public, or all. The mail is put into a text file specified by the MAILFILE
  294. ;option. Users may download the text file from your bbs's files section
  295. ;(you should enter it into your file directory for one of the areas).  You
  296. ;can also enable the built in download functions so the users can download
  297. ;their mail within EchoDor.
  298. ;
  299. ;You may also wish to arcrive this into .ARC or .ZIP file to speed downloading.
  300. ;
  301. ;Mailfile - The filename (and path) of where you wish mail packed for
  302. ;           download to be placed. It should be in a directory that your
  303. ;           files section can access. You will also have to enter the file
  304. ;           names into your bbs file directory for that area.
  305. ;
  306. ;           If you use the built in download function you should place the
  307. ;           file where the download functions can find them.
  308. ;
  309. ;           If you run multiple nodes, you should name this file differently
  310. ;           in each echodor.ctl file so that the different nodes won't bump
  311. ;           into each other.
  312. ;
  313. MAILFILE Usermail.txt
  314. ;
  315. ;PackMailText - This is a name of a file that is displayed to the user
  316. ;               when he/she finishes packing the mail.  You can tell them
  317. ;               the file is available from the files section, or you can
  318. ;               tell them to use the [D] command to download the mail.
  319. ;
  320. PACKMAILTEXT PackMail
  321. ;
  322. ;PackMailMenu - This is the name of the Pack Mail Menu file.  This is much
  323. ;               like the main menu file except it is displayed when the user
  324. ;               selects the [P] option on the main menu.
  325. ;
  326. PACKMENUFILE PackMenu
  327. ;
  328. ;Nopackmail - Disables the packmail feature
  329. ;NOPACKMAIL
  330. ;
  331. ;Always put "end of script" at the end of the script or you may experience
  332. ;problems.
  333. ;
  334. End of script
  335.