home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / u_ed_103 / useredit.txt < prev   
Text File  |  1992-09-13  |  5KB  |  155 lines

  1. Userlog Editor v1.02
  2. August 1, 1992
  3. by David Blanchard
  4. SysOp of 'The MySTery BBS'
  5. 1:372/200.0@fidonet.org
  6. 51:1/6.0@atarinet.ftn
  7. 90:3000/1010.0@nest.ftn
  8. 91:803/200.0@icn.ftn
  9. 99:9007/200.0@eggnet.ftn
  10. (803) 556-9730 BBS
  11.  
  12.  
  13.                            UserEdit version 1.02
  14.  
  15.                for use with BBS Express! ST v1.60 & up only!
  16.  
  17. Included in this archive:
  18.  
  19.                 USEREDIT.PRG      <- The Main Program
  20.                 USEREDIT.RSC      <- The Resource
  21.                 USEREDIT.TXT      <- Your reading it!
  22.                 USEREDIT.STR      <- Userlog.dat structure C source
  23.  
  24. Features:
  25. ---------
  26.  
  27. o  Uses tempfile for editing, you have the option of aborting without writing
  28.    over your original userlog.dat file.
  29.  
  30. o  A working 'Delete by date' function.
  31.  
  32. o  Mass Security Level Change includeds command level, message bases, files,
  33.    and surveys.
  34.  
  35. o  Mass Change of Time per call, time per day, download ratio, and post limit.
  36.  
  37. o  Extend Userlog up to 32767 users.
  38.  
  39. o  Support for validation masks and Miscellaneous flags.
  40.  
  41. o  Support for changing terminal type, including IG.
  42.  
  43. o  Hot Keys for fast access to menu functions.
  44.  
  45. o  Print userlist to Disk
  46.  
  47. o  Many more...
  48.  
  49.  
  50. Usage Notes:
  51. ------------
  52.  
  53. o  Program & Resource take up 100k of disk space, and it also needs at least
  54.    the same amount free as the size of your userlog.dat file so it can create
  55.    the userlog.tmp file.
  56.  
  57. o  To tell the editor that a certain record is a user validation mask, go
  58.    into that record by user number, and under misc. flags, click on the button
  59.    to turn the Validation Mask bit on.  Version 1.00 and up will check for
  60.    this flag so that you don't accidentally enter the wrong number (non-mask)
  61.  
  62. o  Fields copied by Validation Mask are:  Command level,time per day,
  63.    time per call, download ratio, post limit, misc flags(auto email & stuff)
  64.    survey flags, qscan flags, read flags, post flags, edit message flags,
  65.    delete message flags, print message flags, access sig flags, validate
  66.    files flags, edit desc flags, erase file flags, & qscan file flags.
  67.  
  68. o  You may 'Lock' the user record under the Misc Flags button.  Doing so
  69.    will cause the 'Delete by Date' to skip that record and continue searching
  70.    for Last Call dates to delete by.
  71.  
  72. o  Under 'Statistics' it will show the version as being 1.70.  Do not
  73.    become alarmed!  Even though the old User Editer says it is 1.60, it is
  74.    stored in the Userlog.dat file as 0011 Hex, which is 17 in decimal.
  75.    (17/10=1.70)  I have confirmed this with Rich Sanchez (Express's Owner)
  76.    and we have determined that 1.70 is the correct version number for the
  77.    user database.
  78.  
  79. o  New Feature:  'Print Locked Users' prints out a short listing of users
  80.    that are locked under misc. flags.
  81.    
  82.  
  83. Improvements since 0.90:
  84. ------------------------
  85.  
  86. o  When program loads, a title screen is displayed. (suggested by R. Sanchez)
  87.  
  88. o  In the Edit by User List function, two buttons were added.  One to 
  89.    go to the first user, and one to go to the last. (suggested by R. Sanchez)
  90.  
  91. o  Fixed bug in Slider Bar that caused it to move up when you were going
  92.    down.
  93.  
  94. o  Fixed bug in Edit by User Number that would let you display user 0.
  95.    (reported by R. Sanchez)
  96.  
  97. o  Properly checks for printer online.
  98.  
  99. o  Properly checks for disk space for the temp file. (R. Sanchez)
  100.  
  101. o  Added Mass flag on/off routine in the message & file areas...
  102.  
  103.  
  104. Improvements Since 0.95:
  105. ------------------------
  106.  
  107. o  Displays a "Loading USERLOG.DAT" when loading, and a message
  108.    when saving as well. (Suggested by R. Sanchez)
  109.  
  110. o  Fixed a bug in the Save routine...  After you saved, you couldn't go
  111.    back and open a new database. (R. Sanchez)
  112.  
  113. o  Added "Locked User" feature under misc. flags... Toggle the flag on,
  114.    and 'Delete by Date' will not attempt to delete that record, displaying
  115.    a message to that effect too.
  116.  
  117. o  If there are no New User found under 'Edit/by New User Flag' a message
  118.    is displayed stating so.  (Suggested by R. Sanchez)
  119.  
  120. o  'Edit User/From User List' now shows deleted users as << DELETED 
  121.     RECORD >>.  (Suggested by R. Sanchez)
  122.  
  123. o  Edit by Data Search now implemented.
  124.  
  125. o  Convert Upper/Lower now implemented.
  126.  
  127.  
  128. Improvements Since 1.00:
  129. ------------------------
  130. v 1.01
  131.  
  132. o  Fixed Mass-security-change-turn-on-bits bug... (7/3/92)
  133.    (reported by: Easy Putter.)
  134.  
  135. v 1.02
  136.  
  137. o  Change resolution routine to prohibit use of TT low resolution (7/12/92)
  138.    (reported by James Armstrong)
  139.  
  140. o  Added Hot Keys for menu bar commands.
  141.  
  142. o  Added print to Disk Option.  The program will print to the disk
  143.    in the same format as the 'Long Listing'  It writes it to 'USERLOG.TXT'
  144.    in the same directory as your USERLOG.DAT file.
  145.  
  146. v 1.03
  147.  
  148. o  Added 'Reset High Message read' selection (suggested by R. Sanchez)
  149.  
  150. This program is Copyrighted (c) 1992, by A+ Software & Consulting, all
  151. rights reserved.  No part of this program may be altered in any way without
  152. the express, written consent of David Blanchard/A+ Software & Consulting.
  153. The files contained within the distribution archive may not be modified.
  154.  
  155.