home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / HATCH / WWLN104.ZIP / LASTNET.DOC < prev    next >
Text File  |  1996-06-09  |  4KB  |  99 lines

  1. ┌───────────────────[ A Cerebrum Programming Production ]────────────────────┐
  2. │                                                                            │
  3. │                              LastNet v1.04                                 │
  4. │                        WWIV Network Summary Lister                         │
  5. │                   Copyright (c) 1993-1996 by Frank Reid                    │
  6. │                            All Rights Reserved                             │
  7. │                                                                            │
  8. └────────────────────────────────────────────────────────────────────────────┘
  9.  
  10. I. Introduction.
  11.  
  12. Do your users log on and complain about constant busy signals, not realizing
  13. you just finished processing a 2MB network packet or 10MB of files from the
  14. Fidonet filebone?  LastNet lets them know what the network activity's been!
  15.  
  16. II. Installation.
  17.  
  18. LastNet can be run either as a logon event or a standalone program.  No matter
  19. which method you use, it must be run from your BBS main directory.  It accepts
  20. only two commandline parameters (both optional):
  21.  
  22.         LASTNET <chain.txt> <path to mailer history files>
  23.  
  24.         <chain.txt> is the path and filename to the dropfile created by WWIV.
  25.         Most often, this is passed as "%1" from a batch file.
  26.  
  27.         <mailer history> is the path where your mailer's history files are
  28.         stored (INBOUND/OUTBOUND.HIS or INBnnn/OUTBnnn.HIS for FD multiline).
  29.  
  30. The simplest way to run LastNet is as a logon event.  Add the following line
  31. to your LOGON.BAT (defined in INIT):
  32.  
  33.         LASTNET %1 <path to Fido mailer history files>
  34.  
  35. If you would rather create the LASTNET.ANS/LASTNET.MSG files in your GFILES\
  36. directory and display them yourself (using a source code modification), just
  37. add this to your RUN.BAT mailer batch file:
  38.  
  39.         LASTNET <path to mailer history files>
  40.  
  41. III. Registration.
  42.  
  43. LastNet is yet another fine Cerebrum product.  Cerebrum is a group of loosely
  44. affiliated, but very skilled programmers working to provide creative solutions
  45. for WWIV sysops.  (Several of Cerebrum's staff are WWIV support Sites!)  Show
  46. your support and keep these high quality Cerebrum products coming!
  47.  
  48. Registration is only $5.00!
  49.  
  50. Fill out the enclose ORDER.FRM and send your registration to:
  51.  
  52.     Frank Reid
  53.     9350 Harvest Way
  54.     Laurel, MD 20723
  55.  
  56. IV. Disclaimer.
  57.  
  58. The author makes no warranties, expressed or implied, as to the quality or
  59. performance of this program.  Your use of this program constitutes your
  60. release of the author from liability or litigation for any indirect or
  61. consequential damages arising from the use of this program or its associated
  62. files.
  63.  
  64. In no event will the author be liable to you for any damages, including any
  65. lost profits, lost savings or other incidental or consequential damages
  66. arising out of your use or inability to use the program, or for any claim by
  67. any other party.
  68.  
  69. V.  Support.
  70.  
  71. I can be contacted on several WWIV networks, Fidonet and Internet, at one of
  72. the following addresses:
  73.  
  74.         WWIVnet    :   1@8213
  75.         IceNET     :   1@3104
  76.         TerraNet   :   1@3104
  77.         FILEnet    :   1@1160
  78.         Fidonet    :   1:109/568
  79.         Internet   :   Frank.Reid@f568.n109.z1.fidonet.org
  80.  
  81. You can always find the latest release (and more than 1GB of Sysop-specific
  82. utilities, doors and source modifications!) on:
  83.  
  84.                               Eagle's Dare
  85.                              (301) 498-1984
  86.                              33.6k/24 Hours
  87. VI. History.
  88.  
  89. Version 1.00 (06/24/95)
  90.   - Initial release
  91.  
  92. Version 1.02
  93.   - Added an LNConfig routine to customize colors/styles
  94.  
  95. Version 1.04
  96.   - Added support for FrontDoor multiline (history files INBn.HIS/OUTBn.HIS)
  97.   - Now skips failed connects in NET.LOG ("BAD PW" or "NOISE" entries)
  98.   - Configuration utility not included in this release
  99.