home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UPCHECK / PROWHO18.ZIP / PROWHO.DOC < prev    next >
Text File  |  1993-02-19  |  3KB  |  99 lines

  1.  
  2. ProWho - Another DOOR for "ProKit"              (Two doors in 1!
  3. ----------------------------------               See XFILE.DOC)
  4.  
  5. The "WHO UPLOADED THAT FILE?" door for PCBoard!
  6.  
  7. This door will scan the system download/upload log and list all entries
  8. that mention a specific name.
  9.  
  10.  
  11. You may select any full filename for scanning.  The search is done
  12. based on matching keywords (like the Zippy scan function).
  13.  
  14. You can enter searches like this:
  15.    GOODIE.ARC           ;all access to this file
  16.    JOE JONES            ;all activity by this user
  17.    02-09-1988           ;all activity on this date
  18.  
  19. These searches can take a few minutes to complete, so please be patient!
  20.  
  21.  
  22.  
  23. Here is a sample configuration file:
  24.    HANDSHAKE
  25.    c:\pcb\main\download.txt
  26.    wwelcom
  27.    wmenu
  28.    wclose
  29.  
  30.    --------------------------
  31.    Configuration file format:
  32.  
  33.    line 1 = Driver type (HANDSHAKE, INTERRUPT, BIOS, PCBTRAP)
  34.    line 2 = Download listings filename (download.txt file)
  35.    line 3 = Welcome message filename      \
  36.    line 4 = Main menu filename             \___ "G" added to end
  37.    line 5 = Closing door message filename  /    for graphics mode
  38.  
  39.  
  40. Note that this is a generic "text search" door, and it can be applied to
  41. just about any text file.  For example, you could customize the messages
  42. and use it to search a master file cross-listing (such as XFILES) to find
  43. which boards have a specific file.  See XFILE.DOC for more info on this.
  44.  
  45.  
  46.  
  47.                           DISCLAIMER
  48.                           ==========
  49.  
  50. IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY
  51. LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL
  52. DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM,
  53. OR FOR ANY CLAIM BY ANY OTHER PARTY.
  54.  
  55.  
  56.    This is a FREE program; full source code is included.
  57.  
  58.    If you have any questions, bugs, or suggestions, please contact 
  59.    me at: 
  60.        The Tool Shop BBS
  61.       (602) 264-3969 (HST)
  62.       (602) 279-2673 (2400)
  63.  
  64.    The latest version is always available for downloading. 
  65.  
  66.    Enjoy!     Samuel H. Smith
  67.               Author and Sysop of The Tool Shop.
  68.  
  69.  
  70. Revision history
  71. ----------------
  72.  
  73. 2-19-88 v1.0
  74.    Initial coding and release.
  75.  
  76. 2-20-88 v1.01
  77.    Changed messages to be more generic.  Removed case sensitivity.
  78.    Added sample files for the XFILE door.
  79.  
  80. 5-21-88 v1.1
  81.    Recompiled with ProDoor beta 30 libraries.  Added a warning message
  82.    when wildcards are used in the search key (only keyword matching is 
  83.    allow).
  84.  
  85. 4-22-89 v1.6
  86.    Recompiled with prokit 2.9 libraries.  Corrected bug that caused "."
  87.    display to wrap cursor around to previous line.  Slight speedup.
  88.  
  89. 6-7-89 v1.7
  90.    Recompiled with prokit 3.0 libraries.  Added calls to boyer-moore
  91.    search routines for 50-75% faster searches.
  92.  
  93. 4-8-90 v1.8ß
  94.    Recompiled with ProKit 3.2 beta libraries; this version adds support
  95.    for nonstandard COM ports COM3..COM8 as well as the COMBASE and
  96.    COMIRQ environment variables.
  97.  
  98.  
  99.