home *** CD-ROM | disk | FTP | other *** search
- ; DayStat v1.0
- ; Calls/Messages-Per-Day Graph Generator
- ; For RemoteAccess 2.0x
- ;
- ; (c)1994 Jan Kulozik
- ; HomeWorld, Inc.
- ; 1:362/970
- ;
- ; **** Sample Config File ****
- ; Lines starting with a ';' are ignored
- ;
- ;*********************** System Configuration Setup *************************
- ;
- ;BOARDNAME=Sets the name of your BBS
- BOARDNAME=HomeWorld, Inc.
- ;
- ;REGKEY= Your Registration code. Leave '0' if you haven't called/Netmailed
- ; me to get one yet.
- REGKEY=0
- ;
- ;RAPATH= Sets the path to your home RA directory
- RAPATH=e:\ra\
- ;
- ;
- ;USERS= Sets the path to your USERS.BBS file. It is only opened with READ
- ; access, so have no fear.
- USERS=e:\ra\msgbase\
- ;
- ;
- ;TEXTFILES=Sets the path to your RA textfiles directory
- TEXTFILES=e:\ra\txtfiles\
- ;
- ;SHOWSYSOP=Sets whether you would like yourself included in the various
- ; graphs and options.
- SHOWSYSOP=No
- ;
- ;*********************** Calls/Messages Per Day Setup ************************
- ;
- ;ANSCALL= Sets the path and filename to the ANSI version of your Calls-Per-Day
- ; bulletin. Set it equal to NONE if you don't want one.
- ANSCALL=e:\ra\txtfiles\racpd.ans
- ;
- ;
- ;ASCCALL= Sets the path and filename to the ASCII version of your Calls-Per-Day
- ; bulletin. Set it equal to NONE if you don't want one.
- ASCCALL=NONE
- ;
- ;
- ;ANSMESS= Sets the path and filename to the ANSI version of your Messages-Per-
- ; Day bulletin. Set it equal to NONE if you don't want one.
- ANSMESS=e:\ra\txtfiles\rampd.ans
- ;
- ;
- ;ASCMESS= Sets the path and filename to the ANSI version of your Messages-Per-
- ; Day bulletin. Set it equal to NONE if you don't want one.
- ASCMESS=NONE
- ;
- ;
- ;CALLGOAL= This is the number to set your goal to for your Calls-Per-Day
- CALLGOAL=30
- ;
- ;
- ;MESSGOAL= This is the number to set your goal to for your Messages-Per-Day
- MESSGOAL=20
- ;
- ;
- ;Color Selection. All colors are in FORE,BACK format. Please refer to the
- ; chart below if you're unfamiliar to TheDraw color codes.
- ;
- ;BORDER= Sets the color for the outside border
- BORDER=1,0
- ;
- ;GRAPH= Sets the color for the actual bargraph.
- GRAPH=12,0
- ;
- ;NUMBER= Sets the color for the height markers to the left. The number
- ;on the same line as your goal is always high-intensity white.
- NUMBER=14,0
- ;
- ;GOAL= Sets the color for the goal line and associated text
- GOAL=9,0
- ;
- ; ┌──── Normal Color (Low Intensity)
- ; │ ┌───── Bright Color (High Intensity)
- ;
- ;┌───────┬───┬────┬────┬────┐
- ;│Black │ 0 │ 8 │ 16 │ 24 │
- ;│Blue │ 1 │ 9 │ 17 │ 25 │
- ;│Green │ 2 │ 10 │ 18 │ 26 │
- ;│Cyan │ 3 │ 11 │ 19 │ 27 │
- ;│Red │ 4 │ 12 │ 20 │ 28 │
- ;│Magenta│ 5 │ 13 │ 21 │ 29 │
- ;│Yellow │ 6 │ 14 │ 22 │ 30 │
- ;│White │ 7 │ 15 │ 23 │ 31 │
- ;└───────┴───┴────┴────┴────┘
- ;
- ; │ └──── Bright Blinking (High Intensity Blinking)
- ; └── Normal Color Blinking (Low Intensity & Blinking)
- ;
- ;Background color can _ONLY_ be 0-7.
- ;
- ;************************* FrontDoor Setup *********************************
- ;(Activated by using the /F switch)
- ;
- ;FRODOLOG= Sets the path & filename to your FrontDoor log
- FRODOLOG=e:\frodo\frodo.log
- ;
- ;FRODOPATH= Sets the path to your home FrontDoor directory
- FRODOPATH=e:\frodo\
- ;
- ;FDHIS= {Yes/No} Sets whether you want to write last-caller info to the
- ; FrontDoor Inbound History file
- FDHIS=Yes
- ;
- ;FDLOG= {Yes/No} Sets whether you want to write last-caller into to the
- ; FrontDoor Log
- FDLOG=Yes
- ;
- ;FDLAST= {Yes/No} Sets whether you want to write last-caller info to the
- ; FrontDoor Last In/Out status box.
- FDLAST=Yes
- ;
- ;*********************** Today's Callers Setup *****************************
- ;(Activated by using the /CT or /CY switches)
- ;
- ;CALLERS= Sets whether ANSI/ASCII files will be created
- ; 1 = ANSI Only
- ; 2 = ASCII Only
- ; 3 = Both ANSI/ASCII
- CALLERS=3
- ;
- ;CALLHANDLES= {Yes/No} Selects whether or not to use handles in the today/
- ; yesterday's callers list
- CALLHANDLES=yes
- ;
- ;***************************************************************************
- ;
- ;If you have any questions/problems/whatever, drop me a line at the address
- ;listed at the top. I'll do my best to help you out, don'cha know.
- ;
- ;And BTW, sorry for being longwinded... someday I _WILL_ break down and write
- ;a menued setup program. But not right now. ;^)
-