home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSTOP
/
DC1_3.ZIP
/
DC.CFG
< prev
next >
Wrap
Text File
|
1995-12-05
|
3KB
|
129 lines
;
; Dropped Carrier for RemoteAccess
;
; Copyright 1995 Colin Birch
;
; The Dog House BBS 01443 400327
;
; 24 Hours - 2400 to 28800 VFast
;
; Fidonet 2:442/618
; RANet 73:7443/107
;
;
; All lines starting with ; are ignored by DC.EXE
;
;
;
; If you use FLM put the path and file name of your FLM log file in
; the following line then remove the leading ;
;
;FLM f:\flm.log
;
;
; File name for .ANS/.ASC drop carrier screens - DO NOT ADD EXTENSION
;Default - DC.ANS/.ASC
;
FILENAME DC
;
; Show name of last caller ( Y/N )
;
LASTON Y
;
; Show drop carriers for two days ? ( Y/N )
; ~N~ will just show todays carrier droppers
; ~Y~ will show yesterday + today
;
TWODAYS Y
;
; List of callers you do not want to be named as carrier droppers
; You may list up to 20 names
; Remember to remove the ; from the start of the line
;
; MISSNAME callers name#1
; MISSNAME callers name#2 etc.
MISSNAME Ann Other
MISSNAME Arthur Brownlow
;
;
;
; The following is for registered copies only
;
;
; User definable colours
;
; Colour chart
;
; 0 - Black 8 - Dark Grey
; 1 - Blue 9 - Brt Blue
; 2 - Green 10 - Brt Green
; 3 - Cyan 11 - Brt Cyan
; 4 - Red 12 - Brt Red
; 5 - Magenta 13 - Brt Magenta
; 6 - Brown 14 - Yellow
; 7 - Light Grey 15 - White
;
BACKGROUND 0
HEADERTEXT 2
BBSTEXT 12
DROPCAR 14
SPEED 3
NAME 11
TIME 9
UNDERLINE 14
PRESS 7
ENTER 14
;
; Text to replace the line :- Carrier droppers on ~BBS name~ Today/Last 2 days
; use $BBS in the text where you want your BBS name to be
;
NEWTEXT
;
; File name for highest carrier dropper chart - DO NOT ADD EXTENSION
; Default DROPTOT.ANS/.ASC
;
DROPTOT DROPTOT
;
; How long to keep a log of carrier droppers
; 0 = permanent
;
DAYSOLD 15
;
; Archive type to use in RA.LOG maint section
; allowable archivers are:-
;
; ARJ ZIP LZH LHA RAR
;
; NOTE - The archive you wish to use MUST be in a DOS PATH
;
ARC ARJ
;
; Security level drop after x carrier drops
; NUMBER ~no of carrier drops~ - ~new sec level~
; NUMBER 3 - 20
; This would set a users security level to 20 after 3 carrier drops
; Up to 10 different levels may be used
;
;
NUMBER 10 - 19
;NUMBER 5 - 18
;
;
; Create a log file in your LOGS directory of users whos SEC level has been
; dropped ?
;
NEWLOG Y
;
;
; USER flag to be set to ~X~ when a user drops carrier
;
SETFLAG A8
;
;
; POSTCODE - This is used by your DC.KEY file
;
POSTCODE CF37 2AA
;
;
; End of CTL file