home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / maxal104.zip / UPDATE.DOC < prev   
Text File  |  1993-09-21  |  3KB  |  56 lines

  1. * Changes/Updates ****************************************************** MaxAll
  2.  
  3.  
  4. v1.01   Changed the date function to read directly from CMOS, this should
  5.         solve the problem with having to worry about the TZ variable.
  6.  
  7. v1.02   Fixed bug with nightly maintenance, whereby no LASTUSxx.BBS was passed
  8.         to MaxAll it would not put the today's callers into the yesterday's
  9.         callers when the next day came along. Nightly maintenance batch
  10.         command should now look like this: (Replacing f:\ with your maximus
  11.         directory)
  12.  
  13.         cdd f:\maxall
  14.         maxall rtyul maint f:\user.bbs f:\misc\
  15.  
  16.         Fixed bug with MA_SYS.BBS and removed the time online stats, since it
  17.         was useless information. SysOps should know that the caculation for
  18.         usage of uploads/calls/downloads per week, month etc are based on
  19.         stats recorded on the first run of MaxAll to the current date, thus
  20.         user records which are deleted will give inaccurrate reports. Can't
  21.         have everything I guess and Maximus doesn't record a lot of
  22.         information about user statistics - which also keeps the user file
  23.         small which is the tradeoff.
  24.  
  25. v1.03   To solve the problem that exists with system statistics above, MaxAll
  26.         will now accept more than one user file by stacking them. The deletion
  27.         utility I use UEdit 2.01* can produce another file which contains the
  28.         deleted users. This keeps the main user file down in size for system
  29.         speed but provides system information about old users which is
  30.         relevant in the system stats report. If you wish to include this file
  31.         in the generation of reports include the 2nd user file after the first
  32.         one seperated by a semi-colon. Eg:
  33.  
  34.         cdd f:\maxall
  35.         maxall rtyul maint f:\user.bbs;f:\user.prg f:\misc\
  36.  
  37.         Old users (if significant enough) will appear on the reports with a
  38.         plus sign prefixing their name.
  39.  
  40.         New to 1.03 is an information report, which simply generates a title
  41.         for my utility along with some key information that describes some of
  42.         the not so obvious items which appear on the reports. A new menu item
  43.         will need to be included. Execute RUN.BAT which is included to have
  44.         this report generated, it does not change (except if you change the
  45.         configuration file) so it is not necessary to generate it every time
  46.         MaxAll is run.
  47.  
  48.         Please delete the files MAXALL.DAT, MAXALL2.DAT and MAXALL.CFG in the
  49.         MaxAll directory to reset MaxAll. USAGE.DAT does not need to be
  50.         deleted.
  51.  
  52. * UEdit 2.01 - is written by Colin Wheat & (C) Copyright 1990-1992 by CodeLand
  53.  
  54. v1.04   Fixed another problem with the system stats report.
  55.  
  56.