home *** CD-ROM | disk | FTP | other *** search
- ;===================================================================
- ; RnR US Config File
- ;-------------------
- ;* the nocprght avoid displaying all the copyright notice in all the
- ; files created by RNRFL (Registred version only)
- ;* If you want to speed up RnRUS while reading the config file
- ; you can retrieve all lines beginning with ';' but make sure to
- ; keep of the original one :-)
- ;===================================================================
- [INIT]
- bbs =Blue Suede Shoes BBS
- sysop =Bertrand Le Guen
- regcode =0
- path =C:\TRIBBS\
- path2nod=C:\TRIBBS\
- display =C:\TRIBBS\DISPLAY\
- nocprght=NO
-
- ;===================================================================
- ;The LASTUS section
- ; * will make the bullet or/and logon note to display your
- ; last users.
- ; * if you don't want any of the bulletin or logon screen, you just
- ; have to let it blank
- ; * user =@USER@ must be the last option of the section !! it's
- ; this option that tells RnRUS to start processing !!
- ;!!!!!!! MUST BE RUN IN GOODBYE.BAT !!!!!!!!
- ;===================================================================
- [LASTUS]
- clrhead =@X1F
- clrcallt=@X0B
- clrcalld=@X09
- clrname =@X0C
- clrdate =@X0E
- clron =@X0E
- clroff =@X0E
- clrspeed=@X0A
- ;
- minsec =0
- maxsec =200
- maxuser =15
- ;
- bullet =BULLET6
- logon =LOGON4
- ;
- user =@USER@
-
- ;===================================================================
- ;The NEWUS section
- ; * will make the bullet or/and logon note to display your
- ; last new users.
- ; * if you don't want any of the bulletin or logon screen, you just
- ; have to let it blank
- ; * user =@USER@ must be the last option of the section !! it's
- ; this option that tells RnRUS to start processing !!
- ;!!!!!!! MUST BE RUN IN GOODBYE.BAT !!!!!!!!
- ;===================================================================
- [NEWUS]
- clrhead =@X1F
- clrname =@X0A
- clrcity =@X0B
- clrspeed=@X0E
- clrdate =@X0C
- ;
- maxuser =15
- ;
- bullet =BULLET4
- logon =LOGON3
- ;
- user =@USER@
-
- ;===================================================================
- ;The DROPCAR section
- ; * will check your callers.log to detect if your last user has
- ; drop carrier. If yes, it will send him a logon note.
- ; In this case you must have a DROP.BBS in your
- ; C:\TRIBBS\UT\RNRUS directory, I personnaly use the DRACDROP.ZIP
- ; that can be found on the Lobster!
- ; * user =@USER@ must be the last option of the section !! it's
- ; this option that tells RnRUS to start processing !!
- ;MUST BE RUN IN GOOBYE.BAT
- ;===================================================================
- [DROPCAR]
- minsec =20
- maxsec =60
- sendnote=C:\TRIBBS\UT\RNRUS\DROP
- user =@USER@
-
- ;===================================================================
- ;The BULLET section
- ; will make a statistical bulletin of :
- ; - your users sort by age
- ; - your users sort by number of calls
- ; - your users sort by security levels (No yet implemented in v10.02)
- ; Can be run in an nightly event
- ; It will create bulletins or logon display
- ;===================================================================
- [BULLET]
- clrhead =@X1F
- clrname =@X0A
- clrnum =@X0E
- clrbarg =@X0C
- calbyage=BULLET10
- calbycal=BULLET11
- calbysec=BULELT12
-
-
- ;===================================================================
- ;The BESTOF section
- ;------------------
- ;Makes the bulletin of the xx best users or worst users of your bbs
- ;depending of the points you give to each parts
- ;This one is my "best of" bulletin
- ; * bullet= must be the last option of the section !! it's this
- ; option that tells RnRUS to start processing !!
- ;===================================================================
- [BESTOF]
- clrhead =@X1F
- clrrank =@X0E
- clrname =@X0A
- clrmsgs =@X0B
- clrdnld =@X0B
- clrupld =@X0B
- clrcall =@X0B
- clrpnts =@X0C
- ;
- callpnt =1
- msgspnt =5
- dnldpnt =0
- upldpnt =3
- ;
- minsec =20
- maxsec =200
- ;
- maxuser =100
- ;
- logon =
- bullet =BULLET19
-
- ;===================================================================
- ;This one is my "worst of" bulletin
- ;just need to give negative values to good actions
- ; * bullet must be the last option of the section !! it's this
- ; option that tells RnRUS to start processing !!
- ;===================================================================
- [BESTOF]
- clrhead =@X1F
- clrrank =@X0E
- clrname =@X0A
- clrmsgs =@X0B
- clrdnld =@X0B
- clrupld =@X0B
- clrcall =@X0B
- clrpnts =@X0C
- ;
- callpnt =-1
- msgspnt =-5
- dnldpnt =5
- upldpnt =-5
- ;
- minsec =20
- maxsec =200
- ;
- maxuser =100
- ;
- logon =
- bullet =BULLET25
-
- ;===================================================================
- ;The BDAY section (Not Yet implemented in v10.02)
- ;----------------
- ;Makes the bulletin of the users whose birthday is in the current
- ; month
- ; * bullet must be the last option of the section !! it's this
- ; option that tells RnRUS to start processing !!
- ;===================================================================
- [BDAY]
- daysago =
- logon =
- bullet =
-
- ;===================================================================
- ;The USERDEL section
- ;-------------------
- ; Go threw your users data file and find those who has'nt logged on
- ; since a certain number of days
- ; Can optionnaly mark them for deletion
- ; logon will specifies the name of the logon note to create in which
- ; RnRUS will write the users that match. if you specify here '1'
- ; RnRUS will create a logon note for the sysop !! (= 1.BBS)
- ; * daysago must be the last option of the section !! it's this
- ; option that tells RnRUS to start processing !!
- ;===================================================================
- [USERDEL]
- markdel =YES
- minsec =10
- maxsec =210
- logon =1
- ;
- daysago =240
-
- ;===================================================================
- ;No more ? ok that's all folks !
- ;===================================================================
- [END]
-