home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / com / bbs / simplex / menus.doc < prev    next >
Text File  |  1992-08-16  |  4KB  |  85 lines

  1.  
  2.  
  3. Sample Simplex Menus
  4. --------------------
  5.  
  6.  
  7. Here are some sample Simplex menus which should help you to build your
  8. own.  They demonstrate the use of the privilege levels of menu options 
  9. to limit access to certain features.  In our sample, the following
  10. privilege levels are in effect:
  11.  
  12.   New user --------- 1
  13.   Confirmed user --- 100
  14.   Sysop ------------ 200
  15.  
  16. The basic precept is that a new user can look at screens and
  17. information files, can yell for the Sysop, can change his/her
  18. configuration, but cannot access file or message areas.
  19.  
  20. A normal user can access message areas (except for the Sysop's message
  21. area) and can access file areas, including one entitled "Files for
  22. Sysop's Eyes Only" where he/she may upload files, but cannot see the
  23. contents of the file area, nor download anything from there.  The
  24. normal user cannot do a Raw Directory, Move Files, or Kill Files in any
  25. file area either.
  26.  
  27. The Sysop, of course, has access to everything, including his/her
  28. passworded (second line of protection) message area (the password is
  29. "password").  The Sysop also has the capability of generating file
  30. requests in the Fidonet mail area (for a system which is on the
  31. network).
  32.  
  33. The structure of the menus presented here are as follows:
  34.  
  35.  
  36.      +----------------+----- main.mnu ----+---------------+
  37.      |                |                   |               |    
  38.  msgarea.mnu      change.mnu           info.mnu      filearea.mnu
  39.      |                                                    |
  40.      +-- ad.mnu                               files.mnu --+
  41.      |                                                    |
  42.      +-- msgsysop.mnu                         sysop.mnu --+
  43.      |                                                    |
  44.      +-- msgfido.mnu                                      |
  45.      |                                                    |
  46.      +-- msglocal.mnu                                     |
  47.      |                                                    |
  48.      +-------------------- fattach.mnu -------------------+
  49.  
  50. and each menu can call logoff.mnu.
  51.  
  52. These menus require the following message areas:
  53.  
  54.   1.  Messages to the Sysop  -- Local area -- Private messages only
  55.   2.  Local Messages ---------- Local Area -- Public/Private messages
  56.   3.  Local Fileattach -------- Fileattach -- Private messages only
  57.   4.  Fidonet Mail ------------ Netmail ----- Public/Private messages
  58.  
  59. and the following file areas:
  60.  
  61.   1.  General File Area  ------ Access priv level 100
  62.   2.  Files for Sysop's Eyes -- Access priv level 200
  63.  
  64.  
  65. Sample Simplex Menus                                                   Page 2
  66. -----------------------------------------------------------------------------
  67.  
  68. You should acquire a familiarity with the use of the various menu
  69. options described in SIMPLEX.DOC before you look at the menus.  Each
  70. one has been set up to call the others as diagrammed above.  Notice the
  71. use of the actual view priv levels to keep users out of options that
  72. they are not allowed to access!  For example, a user below 100 will
  73. neither see the option to go to the file areas nor be able to access
  74. it.  This means that options in the file area menu do not all have to
  75. be set to priv level 100, but can remain at level 0.  Why?  Well, it
  76. saves you a lot of trouble if you decide later to make level 50 access
  77. file areas.  Only place you will have to change will be the option on
  78. the main menu, giving people with a level of 50 or higher the option to
  79. get to the file areas.  Since folks cannot get there in any other way,
  80. the file area menus are safe being left with view privilege level 0.
  81.  
  82.  
  83.  
  84.  
  85.