home *** CD-ROM | disk | FTP | other *** search
- ;
- ; IDCCOM.LVL - access level mapping file for IDCCOM (tm)
- ; Copyright 1990 Infinity Design Concepts Inc - All rights reserved
- ; 1052 Parkway Drive
- ; Louisville, Kentucky 40217-2333
- ; Voice: (502) 636-1234 Modem: (502) 635-5471
- ;
- ; FOR COMPLETE HELP SEE THE DOCUMENTATION SECTION ON HOST MODE
- ; UNDER IDCCOM.LVL FILE HEADING
- ;
- ; all lines starting with semi-colons are comment lines
- ; format for each line is as follows,
- ;
- ; [ACCESS_LVL] KEYWORD (CALLS/DAY,DAILY MINUTES) OPTIONS
- ;
- ; where,
- ; ACCESS LEVEL = the valid access levels are A-Z
- ; KEYWORD = NEW or VALID and each may be used only once
- ; CALLS/DAY,DAILY MINUTES - max calls per day for caller
- ; and max minutes per day for caller
- ; OPTIONS = any of the following, separated by commas
- ; DO = dos access, user may shell to DOS
- ; UP = upload access, user may upload files
- ; DN = download access, user may download files
- ; MS = message base access, user may enter message system
- ; FI = display files (FILES.BBS)
- ; CH = chat access, user may page sysop
- ; ZV = ZIPVIEW (tm) access
- ; TF = type file access, user may TYPE files to screen
- ; CD = change directory accesss
- ; FF = find file
- ; DR = door system access
- ; BU = bulletin system access
- ; PR = create private mail
- ;
- ; NOTE that [A] is ALWAYS SYSOP level and may not be changed, even if the
- ; line is included in this file. The line is listed below, only to
- ; show what functions are available to sysops (e.g. all of them).
- ;
- ; NOTE there are no spaces allowed between the OPTIONS, only commas
- ; e.g. this is ok-> "DN,UP,ZV" this is wrong-> "DN ,UP , VZ"
- ;
- ; NOTE there are no spaces allowed in the calls/day and minutes/day pairs
- ; e.g. this is ok-> (10,123) this is wrong-> ( 10, 123 )
- ;
- ; SYSOP: THESE ARE ONLY EXAMPLES
- ; the mappings themselves
- ;
- [A] (200,200) DO,UP,DN,MS,PR,FI,CH,ZV,TF,CD,FF,DR,BU,PR ; not needed nor used
- [B] (4,60) DN,UP,MS,PR,FI,CH,ZV,TF,CD,FF,DR,BU,PR ; another level
- [X] VALID (4,60) UP,DN,MS,PR,FI,CH,ZV,TF,CD,FF,DR,BU ; validated level
- [Z] NEW (4,30) MS,CH,TF,BU ; new users
- ;
- ; FOR EXAMPLE:
- ; The "B" level above, has a maximum of 4 calls per day for a total of
- ; 60 minutes per day and has DOWNLOAD,UPLOAD,MESSAGES,FILES,CHAT,ZIPVIEW
- ; TYPE FILE, CHANGE DIRECTORY, FIND FILE, DOOR, BULLETIN and PRIVATE MAIL
- ; functions available.