home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / UBBSTU11.ZIP / UBBSTU.DOC < prev    next >
Text File  |  1991-07-17  |  4KB  |  86 lines

  1.  
  2.                           Ultra BBS Top Users v1.1
  3.                         Written for Ultra BBS v2.xx
  4.  
  5.  
  6. UBBSTU will read your users base file and create a bulletin listing
  7. for your users who are top up/downloaders, callers, message posters, and
  8. have the highest post to call ratio. Seeing their name in 'lights' has
  9. at times encouraged users to give a little more to get to the top, which
  10. certainly helps your board.
  11.  
  12.  
  13. UBBSTU should be included as part of your nitely event. 
  14.  
  15.  
  16. First thing you need to do is create a file called UBBSTU.CFG (or you can 
  17. simply edit the sample file that came in this archive. Here is the sample
  18. UBBSTU.CFG file that is included:
  19.  
  20.  
  21. Corporate Headquarters BBS <- Name of your BBS 
  22. D:\UBBS\FILES\USERS.DAT    <- Location and name of the file base data file
  23. BOB NEAL/TOM SMITH         <- Names to be excluded from top users bulletins
  24.                               Seperate names with the '/' character.
  25. D:\UBBS\BLTS\TOPFX         <- Path/filename of top Up/Downloaders bulletin
  26. D:\UBBS\BLTS\TOPCALL       <- Path/filename of top Callers bulletin
  27. D:\UBBS\BLTS\TOPPCR        <- Path/filename of top Post to Call bulletin
  28. D:\UBBS\BLTS\TOPMSG        <- Path/filename of top Message poster bulletin
  29.                                Make sure filenames are less than 7 characters
  30.                                in length as a 'G' will be appended to
  31.                                the filename for the name of the color
  32.                                bulletin file.
  33. 10                         <- Number of users to include in each bulletin
  34.                                Non-registered version is limited to 10
  35. 0                          <- Registration number (leave 0 if non-registered)
  36.  
  37.  
  38. To run UBBSTDB, enter the following from the command line or your batch file:
  39.  
  40.    UBBSTU
  41.  
  42. You may run UBBSTU from any directory as long as you put the full path of
  43. where your file base is contained in the config file.
  44.  
  45. UBBSTU is released as shareware.  You are free to use UBBSTU regardless 
  46. if you register the program or not. Your registration though will permit 
  47. you to select the number of files to include in the bulletin and it will
  48. also help to encourage me to continue to write utilities for UBBS. I've 
  49. writen utilities in the past for another BBS program and look to use my 
  50. experience to write some interesting utils for UBBS as well. 
  51.  
  52.  
  53. To register, send $10.00 to:  Robert Neal
  54.                               317 Hickory
  55.                               Romeoville, IL  60441
  56.  
  57. Include the name of your BBS so that your registration number can be
  58. processed and sent to you.
  59.                              
  60.  
  61. Feel free to give my BBS a call at (815) 886-3233, operating at 1200, 
  62. 2400 and 9600 (v.32) baud, 24 hours with your comments and suggestions.
  63. You may also reach me on Prodigy (PNSP01A) or America Online (RobertN70),
  64. though my use of those systems is irregular so for immediate response my 
  65. BBS should be called. I can also be found on the UBBS Support message area.
  66.  
  67.  
  68. Version History:
  69.  
  70. v1.0 - Initial Release
  71.  
  72. v1.1 - Added line in configuration file for SysOp to set the number of
  73. (7/17) users for the program to list in the bulletins. This can be
  74.        any number in the registered version, but is restricted to
  75.        1-10 in the non-registered version.
  76.  
  77.        Modified several of the bulletins so that additional information
  78.        is now included. For example the "K" up/downloaded is now shown
  79.        in the top up/downloader report.
  80.  
  81.        For those operating a multi-node system, I have now modified 
  82.        code so that all I/O activity is now opened in SHARED ACCESS
  83.        mode (including the writing of bulletin files in case a user 
  84.        is reading a bulletin at exactly the same time UBBSTU is 
  85.        updating the listing. 
  86.