home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / newwho20.lha / NewWho.doc < prev   
Text File  |  1992-07-04  |  3KB  |  92 lines

  1.                                NewWho V2.0
  2.  
  3.                                    by
  4.  
  5.                             Harold R. Scadden
  6.  
  7.  
  8.     NewWho's was written to replace the standard WH function.  For sysops
  9. of big multi-line boards this program will prove VERY useful.  The basic
  10. command format is as follows:
  11.  
  12.  WH     - Shows all users online in full display format
  13.  
  14.  WH *   - Does the same thing as WH
  15.  
  16.  WH S   - Shows a short listing with port numbers and User names ONLY
  17.  
  18.  WH ?   - Displays this Help Menu
  19.  
  20.  WH x   - Displays the port requested ONLY ( x = port number)
  21.  
  22.  
  23.     When using the WH or WH * command you will get the same display as you
  24. normally would with the regular Cnet WH command except for the following
  25. display format changes:
  26.  
  27.  Port numbers will be showen in BLUE color if a person is hidden and you 
  28.  have a level 22 or 23 access.  I added level 22 to the view hidden 
  29.  capability to support a high level staff position (Lev 22).
  30.  
  31.  An * will be display by the port number of ANY user who is under the age
  32.  of 18.  This was implemented to assist sysops and their staff with the
  33.  maintenance of the system users if there was a question about age etc..
  34.  
  35.  There is a line that will inform users on how many ports are active out of
  36.  the BBS's total line capability.
  37.  
  38.   Male members will have a User Name with the color GREEN and Female members
  39.   will have a User Name with the color RED.
  40.  
  41.     When using the WH S command you will get a display which consist of 
  42. the Port Number and User Name.  The User Name will be color coded as it
  43. was in the WH or WH * command.
  44.  
  45.     When using the WH x command the user will get a display just like the
  46. one in WH or WH * but only the port requested will be displayed and the
  47. program logo and ports active line will not be shown also.
  48.  
  49.  
  50. Installing NewWho to replace your standard WH command
  51. -----------------------------------------------------
  52.  
  53.    The standard WHO command text is contained in the file BBSTEXT in the CNet:
  54. directory.  In order to replace the WHO, the following changes must be
  55. made:
  56.  
  57. line 899 should read :  \#2PFiles:NewWho\
  58. lines 900 - 908 should be blanked completely.
  59.  
  60. Your file will end up looking like this:
  61.  
  62.  
  63.     \h2\c7**** OLM from %s (port %d)%c\@1
  64.     \b1\c7
  65.     \h2Press RETURN to continue...\gn\n2
  66.     \c7:\c2
  67.     \h1\q1
  68.     \q1
  69.     \#2PFiles:NewWho\
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.     \q1
  80.     \n1Now muffling
  81.     \n1Now listening to
  82.     \n1Now hiding from
  83.     \n1Now visible to
  84.  
  85.  
  86.     Change the BBSMENU file line containing the WHo command to:
  87.  
  88.     WHo, WH*, WHs, WH #, WH S
  89.  
  90.     After you have done all of this ... copy NewWho to your pfiles
  91.     directory and installation is all done.
  92.