home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RADCD104.ZIP / SAMPLE.CFG < prev    next >
Text File  |  1995-09-24  |  9KB  |  224 lines

  1. ; RADCD configuration file
  2. ; SOME KEYWORDS MAY BE CHANGED! NOTED WITH [CHANGED]
  3. ; SOME ITEMS ONLY AVAILABLE IN REGISTERED MODE, {+}
  4. ;
  5. ; You can use this, with modifications, to get started.
  6. ; You may wish to delete all comment lines once you are sure of setup, 
  7. ; the config will be read that much faster then.
  8. ;
  9. ; Comments are designated with the semi-colon in column one.
  10. ; Use to comment out any value not used.
  11. ;
  12. ; UserMsgBase :
  13. ; Either path to HUDSON message base, or if JAM, then JAM base name
  14. ; with full path.
  15. ;
  16. UserMsgBase=f:\ra\msgbase
  17. ;
  18. ;===========================================================================
  19. ; UserBaseType would be H for Hudson or J for JAM
  20. ;
  21. UserBaseType=H
  22. ;
  23. ;===========================================================================
  24. ;UserBoard - If posting to HUDSON, then you need to give the message
  25. ;        area number. It MUST be ZERO padded to 3 digits.
  26. ;        It may be left active, with JAM, as it is ignored.
  27. ;
  28. UserBoard=002
  29. ;===========================================================================
  30. ; NO LONGER SUPPORTED!
  31. ;
  32. ; MsgFile=
  33. ;===========================================================================
  34. ;
  35. ; SysopName - Your name as sysop, to be inserted via message macro
  36. ;
  37. SysopName=Rand Nowell
  38. ;===========================================================================
  39. ;
  40. ;
  41. ;UsePrgName
  42. ; If defined, RADCD will insert the Program Name ie: RADCD 1.04 in the
  43. ; message FROM field. If left commented out, the Sysop Name will be placed in 
  44. ; the field.
  45. ;===========================================================================
  46. ;
  47. ;
  48. ; System - your BBS Name
  49. ;
  50. System=The RaLin Software BBS
  51. ;===========================================================================
  52. ;
  53. ;
  54. ; NoDrop - Some Door's allow hanging up while in the door, the Mail Door
  55. ; JC-QWK comes to mind, and some of them, as does JC-QWK, write a line to
  56. ; the RA.LOG. You can specify string fragments here to scan for, if found,
  57. ; the Dropped Carrier flag will be set to false. As the Carrier Lost string 
  58. ; always the last, or next to last line in the LOG, the doors string will be 
  59. ; found after the Carrier Lost. Theoreticaly. :)
  60. ;  List strings, one per line in the format NoDrop=string
  61. ;  "string" being what RADCD is supposed to search for.
  62. ;   CASE IS CRITICAL!  Must MATCH!
  63. ;   You may list up to 10 door strings, one per line, up to 25 characters
  64. ;   See RADCD.DOC for more info.
  65. ;
  66. NoDrop=JC-QWK
  67. ;NoDrop=Security level 100
  68. ;
  69. ;===========================================================================
  70. ; [ CHANGED ]
  71. ; DCDLogFile - Allows you to specify the location and name of the log file 
  72. ; RADCD will create/write.  If you do not specify one, the default is
  73. ; RADCD.LOG in the same directory as RADCD.EXE
  74. ;
  75. DCDLogFile=C:\PROG\RADCD\RADCD.LOG
  76. ;========================================================================
  77. ; [ NEW ]
  78. ; RALogFile=
  79. ; This is if you wish to specify the RA Log to be used, REGARDLESS of what
  80. ; Environment variables are set, ie: %TASK% - %NODE%  The filename given
  81. ; here will ALWAYS be read for caller drop information.
  82. ; This Keyword is most useful when using a DIFFERENT config file for RADCD.
  83. ;
  84. ;RaLogFile= C:\PROG\RADCD\RATST.LOG
  85. ;==========================================================================
  86. ; [NEW]  {+}
  87. ; ClipLogo
  88. ; If defined, and you are running in Registered Mode, the Created By and
  89. ; Copyright notice will not be included in the User Messages.
  90. ; By default, this notice is included at end of message.
  91. ;
  92. ClipLogo
  93. ;==========================================================================
  94. ; [NEW] {+} Only works when SCAN runs, ie: Registered
  95. ; MaxDrops=
  96. ; How many times a caller may drop carrier before their security
  97. ; level and access is lowered by RADCD. Range: 0 to 255
  98. ;
  99. MaxDrops=3
  100. ;==========================================================================
  101. ; [NEW] {+}  Only works when SCAN runs, ie: Registered
  102. ; DropSec=
  103. ; Here you define the security level you want applied to a user who
  104. ; has exceeded the MaxDrops given above.   Range: 0 to 65535
  105. ;
  106. DropSec=10
  107. ;==========================================================================
  108. ; ExpandedLog
  109. ; RA can generate a COMPACT or EXPANDED format logfile. RADCD is designed to
  110. ; work with the COMAPACT format.  You can specify here, that you are using
  111. ; EXPANDED, and RADCD will do some adjusting on where it obtains the
  112. ; log entry date and time, as it is written differently  by RA in this format.
  113. ; You do not need to specify Compact, as this is the default.
  114. ; Also tells RADCD to use a different method to determine when the current
  115. ; session has been completly read.
  116. ;
  117. ;ExpandedLog
  118. ;===========================================================================
  119. ;
  120. ;
  121. ; CopyColumn
  122. ; This works in conjunction with ExpandedLog.....
  123. ; When running in multi-line mode, RA will write RA01/RA02 etc to the
  124. ; logfile line.  This will throw of the username copying procedure in RADCD,
  125. ; as it is coded to use a specific position, based on COMPACT format
  126. ; log, ie: Column #13 (this is the default, if not configured)
  127. ; Load your RA.LOG(s) into an editor, and count over from column one, to the
  128. ; first letter of the user name. Multi-Node and Expanded format, this will
  129. ; probably be 24.  Enter this value after the CopyColumn keyword.
  130. ;
  131. ;CopyColumn=24
  132. ;===========================================================================
  133. ;
  134. ;
  135. ; UseHandle
  136. ; Tells RADCD to write the users Handle instead of name, to Screen Files
  137. ; and Sysops report.  The Message is still addressed to the User Name;
  138. ;
  139. UseHandle
  140. ;===========================================================================
  141. ;
  142. ; DoScreen
  143. ; Tells RADCD to create/add to the ANSI and ASCII Dropped Caller screens
  144. ; as specified in the next item.
  145. ;
  146. DoScreen
  147. ;===========================================================================
  148. ;
  149. ; ScreenFile=
  150. ; Supply a Path\Dir\Filename "NO EXTENSION" as name for the Ansi and Ascii
  151. ; screens RADCD will create and update. The extensions are supplied by RADCD
  152. ; at runtime.
  153. ; You can specify TWO screen names to be created/updated. Simply supply the
  154. ; first screenname after the equals sign, then, put a pipe sign (|) directly
  155. ; after that name, then type the path+name of screen #2
  156. ;
  157. ; EXAMPLE:  Screenfile=G:\RA\TXTFILES\DROPPED|C:\SCREENS\RADROPS
  158. ;                                            ^..... See that ??
  159. ; There should be NO! SPACES! in the line contaning the two screen names
  160. ; Format should be identical to the Example above.
  161. ;
  162. ;
  163. ScreenFile=c:\prog\radcd\dropped
  164. ;===========================================================================
  165. ;
  166. ;***********************************************************************
  167. ; The following items are used if you wish RADCD to produce a report
  168. ; of dropped carriers, to you, when you run RADCD /Z to delete the
  169. ; data file.  You can also configure RADCD to send you this message
  170. ; as a netmail.  IF you do not specify netmail, it will post a regular
  171. ; message in the board you specify.
  172. ;
  173. ; ZapMsg - Tells RADCD to create a report to sysop, if there are drops
  174. ; to report on.
  175. ;
  176. ZapMsg
  177. ;===========================================================================
  178. ;
  179. ;
  180. ; Net - Means write a netmail message to mail dir, addressed to sysop.
  181. ; You must specify the mail directory and the node below, or netmail will
  182. ; be disabled.  If you want the message written to a message base (H or J)
  183. ; then leave out the Net keyword, and just setup the message board.
  184. ;
  185. ; Net
  186. ;===========================================================================
  187. ;
  188. ; Node - Give your netmail address for the sysop message
  189. ; This is not used if the report is going to Local Message Base
  190. ;
  191. Node=1:215/710
  192. ;===========================================================================
  193. ;
  194. ; MailPath - Directory where your mail expects to find *.MSG files
  195. ; Not used unless generating a Netmail Report Message
  196. ;
  197. MailPath=E:\FD\MAIL
  198. ;===========================================================================
  199. ;
  200. ;
  201. ; SysopMsgBase - Just like MsgBase above, for the user message,
  202. ; either the pasth to the Hudson Message Base, or full path and filename,
  203. ; "without" extension, to the JAM file.
  204. ; Examples:  F:\RA\MSGBASE (HUDSON)
  205. ;            F:\JAM\SYSTEM (JAM - SYSTEM.*)
  206. ;
  207. SysopMsgBase=f:\ra\msgbase
  208. ;===========================================================================
  209. ;
  210. ;
  211. ; SysopMsgBoard - Hudson or JAM message board to wite your report, if
  212. ; not going to Netmail. This is ignored if Net is activated.
  213. ; Just like the "UserBoard" above, zero pad to 3 digits.
  214. ;
  215. SysopMsgBoard=005
  216. ;===========================================================================
  217. ;
  218. ; SysopBaseType - This will be H for HUDSON or J for JAM
  219. ;
  220. SysopBaseType=H
  221. ;===========================================================================
  222. ;
  223. ; eof RADCD.CFG
  224.