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 >
Text File  |  1992-07-16  |  2KB  |  44 lines

  1. ; This file allows you give different access levels
  2. ; special  attributes, such as time, ratio, credit,
  3. ; custom main menu, and access names.
  4. ;
  5. ; TIME:      This is  the amount of time   users of 
  6. ;            the current access level  or above are
  7. ;            given online  per day.
  8. ; UP:DOWN    This is the  upload  to download ratio
  9. ;            that  users of  this  access level  or
  10. ;            above must maintain.
  11. ; UPCREDIT:  This is the time multiplier that users
  12. ;            are compensated  as a bonus  when they
  13. ;            upload files.  1.5  would give  a user
  14. ;            their  original  time plus  half  that
  15. ;            back. A setting of 1 would give a user
  16. ;            all of their transfer time back.
  17. ; MAINMENU:  This is the main  menu given to  users 
  18. ;            of the current  access  or above.  The
  19. ;            default main menu is just called MAIN,
  20. ;            but if you prefer  you can give all or 
  21. ;            just special  access  levels new  main 
  22. ;            menus. If you do change your main menu 
  23. ;            name all  references  to  MAIN in  the 
  24. ;            goto  command  of  your menus will  be
  25. ;            changed  to  the  main  menu name  you 
  26. ;            specify below.  If this  field = "NIL"
  27. ;            then  users of  that  access  will  be
  28. ;            logged off with a notice.
  29. ; NAME:      This is the name that is displayed for
  30. ;            by certain text string codes explained
  31. ;            in DISPLAY AND CONTROL FILES.
  32. ;
  33. ;LINE BY LINE FORMAT:
  34. ;ACCESS,TIME,UP:DOWN RATIO,UPCREDIT,MAINMENU,NAME
  35. ;  
  36. 1,    15, 1, 1,   0, TWITMAIN, Twit
  37. 4,    45, 1, 3, 1.5,  NEWMAIN, UnVerified
  38. 5,    60, 1, 6, 1.5,     MAIN, Verified
  39. 255, 200, 0, 0, 2.5,     MAIN, Boss
  40. ;
  41. ; NOTE: All fields must be  filled  and  cannot  be
  42. ;       skipped or left empty.
  43. ;
  44.