home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1997 January / CD_shareware_1-97.iso / DOS / COMUNICA / RNRUS105.ZIP / RNRUS.CFG < prev    next >
Encoding:
Text File  |  1996-03-25  |  5.8 KB  |  206 lines

  1. ;===================================================================
  2. ; RnR US Config File
  3. ;------------------- 
  4. ;* the nocprght avoid displaying all the copyright notice in all the
  5. ;  files created by RNRFL (Registred version only)
  6. ;* If you want to speed up RnRUS while reading the config file
  7. ;  you can retrieve all lines beginning with ';' but make sure to
  8. ;  keep of the original one :-)
  9. ;===================================================================
  10. [INIT]
  11. bbs     =Blue Suede Shoes BBS
  12. sysop   =Bertrand Le Guen
  13. regcode =0
  14. path    =C:\TRIBBS\
  15. path2nod=C:\TRIBBS\
  16. display =C:\TRIBBS\DISPLAY\
  17. nocprght=NO
  18.  
  19. ;===================================================================
  20. ;The LASTUS section
  21. ; * will make the bullet or/and logon note to display your
  22. ;   last users.
  23. ; * if you don't want any of the bulletin or logon screen, you just
  24. ;   have to let it blank
  25. ; * user =@USER@  must be the last option of the section !! it's
  26. ;   this option that tells RnRUS to start processing !!
  27. ;!!!!!!! MUST BE RUN IN GOODBYE.BAT !!!!!!!!
  28. ;===================================================================
  29. [LASTUS]
  30. clrhead =@X1F
  31. clrcallt=@X0B
  32. clrcalld=@X09
  33. clrname =@X0C
  34. clrdate =@X0E
  35. clron   =@X0E
  36. clroff  =@X0E
  37. clrspeed=@X0A
  38. ;
  39. minsec  =0
  40. maxsec  =200
  41. maxuser =15
  42. ;
  43. bullet  =BULLET6
  44. logon   =LOGON4
  45. ;
  46. user    =@USER@
  47.  
  48. ;===================================================================
  49. ;The NEWUS section
  50. ; * will make the bullet or/and logon note to display your
  51. ;   last new users.
  52. ; * if you don't want any of the bulletin or logon screen, you just
  53. ;   have to let it blank
  54. ; * user =@USER@  must be the last option of the section !! it's
  55. ;   this option that tells RnRUS to start processing !!
  56. ;!!!!!!! MUST BE RUN IN GOODBYE.BAT !!!!!!!!
  57. ;===================================================================
  58. [NEWUS]
  59. clrhead =@X1F
  60. clrname =@X0A
  61. clrcity =@X0B
  62. clrspeed=@X0E
  63. clrdate =@X0C
  64. ;
  65. maxuser =15
  66. ;
  67. bullet  =BULLET4
  68. logon   =LOGON3
  69. ;
  70. user    =@USER@
  71.  
  72. ;===================================================================
  73. ;The DROPCAR section
  74. ; * will check your callers.log to detect if your last user has
  75. ;   drop carrier. If yes, it will send him a logon note.
  76. ;   In this case you must have a DROP.BBS in your
  77. ;   C:\TRIBBS\UT\RNRUS directory, I personnaly use the DRACDROP.ZIP
  78. ;   that can be found on the Lobster!
  79. ; * user =@USER@  must be the last option of the section !! it's
  80. ;   this option that tells RnRUS to start processing !!
  81. ;MUST BE RUN IN GOOBYE.BAT
  82. ;===================================================================
  83. [DROPCAR]
  84. minsec  =20
  85. maxsec  =60
  86. sendnote=C:\TRIBBS\UT\RNRUS\DROP
  87. user    =@USER@
  88.  
  89. ;===================================================================
  90. ;The BULLET section
  91. ; will make a statistical bulletin of :
  92. ;  - your users sort by age
  93. ;  - your users sort by number of calls
  94. ;  - your users sort by security levels (No yet implemented in v10.02)
  95. ; Can be run in an nightly event
  96. ; It will create bulletins or logon display
  97. ;===================================================================
  98. [BULLET]
  99. clrhead =@X1F
  100. clrname =@X0A
  101. clrnum  =@X0E
  102. clrbarg =@X0C
  103. calbyage=BULLET10
  104. calbycal=BULLET11
  105. calbysec=BULELT12
  106.  
  107.  
  108. ;===================================================================
  109. ;The BESTOF section
  110. ;------------------
  111. ;Makes the bulletin of the xx best users or worst users of your bbs
  112. ;depending of the points you give to each parts
  113. ;This one is my "best of" bulletin
  114. ; * bullet= must be the last option of the section !! it's this
  115. ;   option that tells RnRUS to start processing !!
  116. ;===================================================================
  117. [BESTOF]
  118. clrhead =@X1F
  119. clrrank =@X0E
  120. clrname =@X0A
  121. clrmsgs =@X0B
  122. clrdnld =@X0B
  123. clrupld =@X0B
  124. clrcall =@X0B
  125. clrpnts =@X0C
  126. ;
  127. callpnt =1
  128. msgspnt =5
  129. dnldpnt =0
  130. upldpnt =3
  131. ;
  132. minsec  =20
  133. maxsec  =200
  134. ;
  135. maxuser =100
  136. ;
  137. logon   =
  138. bullet  =BULLET19
  139.  
  140. ;===================================================================
  141. ;This one is my "worst of" bulletin
  142. ;just need to give negative values to good actions
  143. ; * bullet must be the last option of the section !! it's this
  144. ;   option that tells RnRUS to start processing !!
  145. ;===================================================================
  146. [BESTOF]
  147. clrhead =@X1F
  148. clrrank =@X0E
  149. clrname =@X0A
  150. clrmsgs =@X0B
  151. clrdnld =@X0B
  152. clrupld =@X0B
  153. clrcall =@X0B
  154. clrpnts =@X0C
  155. ;
  156. callpnt =-1
  157. msgspnt =-5
  158. dnldpnt =5
  159. upldpnt =-5
  160. ;
  161. minsec  =20
  162. maxsec  =200
  163. ;
  164. maxuser =100
  165. ;
  166. logon   =
  167. bullet  =BULLET25
  168.  
  169. ;===================================================================
  170. ;The BDAY section (Not Yet implemented in v10.02)
  171. ;----------------
  172. ;Makes the bulletin of the users whose birthday is in the current
  173. ; month  
  174. ; * bullet must be the last option of the section !! it's this
  175. ;   option that tells RnRUS to start processing !!
  176. ;===================================================================
  177. [BDAY]
  178. daysago =
  179. logon   =
  180. bullet  =
  181.  
  182. ;===================================================================
  183. ;The USERDEL section
  184. ;-------------------
  185. ; Go threw your users data file and find those who has'nt logged on
  186. ; since a certain number of days
  187. ;  Can optionnaly mark them for deletion
  188. ; logon  will specifies the name of the logon note to create in which
  189. ;  RnRUS will write the users that match. if you specify here '1'
  190. ;  RnRUS will create a logon note for the sysop !! (= 1.BBS)
  191. ; * daysago must be the last option of the section !! it's this
  192. ;   option that tells RnRUS to start processing !!
  193. ;===================================================================
  194. [USERDEL]
  195. markdel =YES
  196. minsec  =10
  197. maxsec  =210
  198. logon   =1
  199. ;
  200. daysago =240
  201.  
  202. ;===================================================================
  203. ;No more ? ok that's all folks !
  204. ;===================================================================
  205. [END]
  206.