home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-385-Vol-1of3.iso
/
r
/
robo10.zip
/
ROBOMAIN.EXE
/
ACCESS1.DEF
next >
Wrap
Text File
|
1992-07-16
|
2KB
|
44 lines
; This file allows you give different access levels
; special attributes, such as time, ratio, credit,
; custom main menu, and access names.
;
; TIME: This is the amount of time users of
; the current access level or above are
; given online per day.
; UP:DOWN This is the upload to download ratio
; that users of this access level or
; above must maintain.
; UPCREDIT: This is the time multiplier that users
; are compensated as a bonus when they
; upload files. 1.5 would give a user
; their original time plus half that
; back. A setting of 1 would give a user
; all of their transfer time back.
; MAINMENU: This is the main menu given to users
; of the current access or above. The
; default main menu is just called MAIN,
; but if you prefer you can give all or
; just special access levels new main
; menus. If you do change your main menu
; name all references to MAIN in the
; goto command of your menus will be
; changed to the main menu name you
; specify below. If this field = "NIL"
; then users of that access will be
; logged off with a notice.
; NAME: This is the name that is displayed for
; by certain text string codes explained
; in DISPLAY AND CONTROL FILES.
;
;LINE BY LINE FORMAT:
;ACCESS,TIME,UP:DOWN RATIO,UPCREDIT,MAINMENU,NAME
;
1, 15, 1, 1, 0, TWITMAIN, Twit
4, 45, 1, 3, 1.5, NEWMAIN, UnVerified
5, 60, 1, 6, 1.5, MAIN, Verified
255, 200, 0, 0, 2.5, MAIN, Boss
;
; NOTE: All fields must be filled and cannot be
; skipped or left empty.
;