home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
PREUSR40.ZIP
/
PU_CFG.HLP
< prev
next >
Wrap
Text File
|
1993-01-11
|
4KB
|
113 lines
; Previous User Version 4.0 Sample Configuration file.
; Commented lines begin with a ";" (semicolon).
; All parameters (variables) are keyworded.
; ----------------------------------------------------
; List of Keywords
; Reg The registration number for your copy of PREUSR
; Name Your BBS Name as you wish it to appear to your users
; Callers The Drive:\Path\Filename to your CALLERS file
; OutPut Output filename or if preceeded with "@" a list of filenames
; Title The title as you wish it to appear in your displays
; CLS The RBBS Clear-screen Smartext that you are using
; TitleColor The color of your title in either ANSI or Smartext
; NameColor The color of the names you want in your displays (style 4)
; CityColor The color of the City/State field (style 4)
; DateColor The color of the Date in the display
; TimeColor The color of the Time in your displays
; BoxColor The color the box will be in the display
; ColorOff ANSI or Smartext to turn color off
; Pause The RBBS Smartext for Page-Break
; Blanks The number of trailing blank lines (CR/LF) at end of display
; Style The display style 1 through 4
; City Display City and State Field? 1=YES 0=NO
; TopLeft Top lefthand corner of boxed displays
; TopRight Top righthand corner of boxed displays
; BottomLeft Bottom lefthand corner of boxed displays
; BottomRight Bottom righthand corner of boxed displays
; Horizontal Horizontal characters for boxed display
; Vertical Vertical characters for boxed display
; Plain Border character for plain vanilla displays
; Users Number of users to display for style 4 output files
;-----------------------------------------------------------------------------
;
Reg=0
;
Name=The BBS-Widows RBBS
;
Callers= C:\RBBS\CALLERS
;
;Output Filename
; If this filename is preceeded with a "@" (at) sign then
; this is a file containing a list of filenames for output.
OutPut=@PREUSR.LST
;
Title=Last % Callers to BBS-Widows Were
;
CLS={CS
;
TitleColor=
;
NameColor=
;
CityColor=
;
DateColor=
;
TimeColor=
;
BoxColor=
;
ColorOff=
;
Pause={PB
;
Blanks=1
;
Style=4
;
;Display City/State field?
; 1=YES 0=NO
City=1
;
;
;Box styles and colors for output styles 3 and 4
; in the ascii code NOT the actual character.
;
TopLeft=214
;
TopRight=183
;
BottomLeft=211
;
BottomRight=189
;
Horizontal=196
;
Vertical=186
;
Plain=42
;
Users=10
;
;------------------------------------------------------------------------------
;Here is a useful list of ANSI color codes which can be seen with a text editor
;
;
BRIGHT YELLOW
BRIGHT YELLOW BLINKING
;
AMBER
AMBER BLINKING
;
BRIGHT MAGENTA
BRIGHT MAGENTA BLINKING
;
MAGENTA
MAGENTA BLINKING
;
BRIGHT RED
BRIGHT RED BLINKING
;
RED
RED BLINKING
;
BRIGHT CYAN
BRIGHT CYAN BLINKING
;
CYAN
CYAN BLINKING
;
BRIGHT GREEN
BRIGHT GREEN BLINKING
;
GREEN
GREEN BLINKING
;
BRIGHT BLUE
BRIGHT BLUE BLINKING
;
BLUE
BLUE BLINKING
;
GRAY
GRAY BLINKING
;
BRIGHT WHITE
BRIGHT WHITE BLINKING
; WHITE
WHITE BLINKING
;
;
; ANSI Codes Courtesy of Steven Greenfield of SMP Systems