home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / FIXAUSER.ZIP / FIXAUSER.DOC < prev    next >
Text File  |  1994-10-02  |  10KB  |  233 lines

  1.        ---------------
  2.        FixAllUser v1.0
  3.        By Bart Flentje
  4.        October 1, 1994
  5.        ---------------
  6.  
  7.        
  8.        Legal:                                                            
  9.        ------
  10.        FixAllUser is provided "AS IS" without any warranty of any kind,
  11.        either expressed or implied as to the merchantability or fitness
  12.        of purpose.  The risk as to the quality and performance of the
  13.        software is the end user's.  The Author shall have no liability
  14.        or responsibility to the user with respect to the liability, loss
  15.        or damage caused or alleged to be caused by this software,
  16.        including, but not limited to, any interruption of service, loss
  17.        of business or anticipatory profits or consequential damages
  18.        resulting from the use of, or the inability to use the software.
  19.  
  20.        The information in this document is subject to change without
  21.        notice and does not represent a commitment on the part of the
  22.        Author.  Any registration fee sent to the author is non-refundable
  23.        and by registering your SHAREWARE the user acknowleges such.
  24.        However, the author will do what he/she can to make operation or
  25.        setup of such program simple and straight forward.
  26.      
  27.        ALWAYS KEEP YOUR SYSTEM BACKED UP!
  28.  
  29.        
  30.        
  31.        Copying and Distribution:
  32.        -------------------------
  33.        FixAllUser is (c) copyrighted 1994 by Bart Flentje.  It is also 
  34.        registered with United States Library of Congress as such. That 
  35.        means registered versions of FixAllUser cannot be copied and/or
  36.        distributed without the express written consent of the author. 
  37.        However, FixAllUser can be copied and distributed so long as it is 
  38.        an unregistered SHAREWARE version.  No  changes or modifications 
  39.        may be made without the authors approval.  
  40.  
  41.  
  42.        
  43.        Registration:
  44.        -------------
  45.        FixAllUser is NOT  public domain, it is SHAREWARE.  That means that 
  46.        you have to  pay registration fees ($7.00) if you use FixAllUser. 
  47.        Registering your software also supports all new updates that may 
  48.        be developed and gives you other special options that the unregistered
  49.        version does not have.
  50.  
  51.  
  52.        
  53.        Requirements to run this program:
  54.        ---------------------------------
  55.        This program was designed for Wildcat! v4.x and ONLY v4.x.  DO NOT
  56.        try to run this on any version of Wildcat! prior to version v4.x.
  57.  
  58.  
  59.        
  60.        What is FixAllUser?
  61.        -------------------
  62.        FixAllUser is a Wildcat! v4.x utility that will make cosmetic
  63.        changes to your ALLUSERS.DAT file.  It will fix unwanted From
  64.        fields as well as fixing Address1, City, State, and Zip info.
  65.  
  66.  
  67.        
  68.        What exactly does it do?
  69.        ------------------------
  70.        Do you ever get those 12 and 13 year schmucks that fill out the
  71.        NEWUSER questionnaire, and when they get to the "From" field they 
  72.        enter something idiotic like "From Hell" or "Home" and even
  73.        "The Bathroom Pot"?
  74.  
  75.        Fear no more...this utility will change this.  FixAllUser fixes it
  76.        in the sense that it erases the from field and takes the city and
  77.        state information, combines it, and then rewrites the from field.
  78.        Simple..."I can do this with WCCode, why do I need your program" you
  79.        ask yourself??  Because it does the whole damn database in seconds!
  80.        I have a user database of 973+ and it only takes 22 seconds.
  81.  
  82.        Now it does more....like the following...
  83.  
  84.        1)  Beautifies the Address1 information...puts all of the information
  85.            in proper case...
  86.            
  87.            BEFORE: 1718 hIckoRy HILL
  88.            AFTER:  1718 Hickory Hill
  89.  
  90.        2)  Beautifies the City field...puts all information in the proper
  91.            case...
  92.  
  93.            BEFORE: minNeaPolis
  94.            AFTER:  Minneapolis
  95.  
  96.            Also, any City field that starts with a "St" as in St. Paul, will
  97.            correct to "St.".  Also, if the a city field starts with "saint"
  98.            as in Saint Paul, it will do the same.  In the REGISTERED version 
  99.            look for a user definable city change filter as in the following..
  100.  
  101.            BEFORE: mpls
  102.            AFTER:  Minneapolis
  103.             or
  104.            BEFORE: IGH
  105.            AFTER:  Inver Grove Heights
  106.  
  107.        3)  Beautifies the State field and puts the proper two letter state
  108.            code in place of full name style.
  109.  
  110.            BEFORE: miNNesOta
  111.            AFTER:  MN
  112.              or
  113.            BEFORE: mn
  114.            AFTER:  MN
  115.  
  116.            This function works with all 50 states, DC, Ontario, Manitoba,
  117.            New Brunswick, and New South Wales.  This function Assumes the
  118.            long version of the state is spelled properly.  Look for fuzzy
  119.            logic in the REGISTERED version which will guess which state it
  120.            should be if it is spelled improperly.
  121.  
  122.        4)  Beautifies the ZIP code field.  If it senses only a five digit
  123.            zip code with the dash at the end, it will truncate the dash...
  124.  
  125.            BEFORE: 55122-
  126.            AFTER:  55122
  127.             or
  128.            BEFORE: 55122-2410
  129.            AFTER:  55122-2410    no change
  130.  
  131.        5)  Fixes the From field.  It erases the old From field and inserts
  132.            the "City" + "," + "State".  If the city or the state field is
  133.            a null field, it will place "-UNLISTED LOCATION---" in the from
  134.            field.  In the REGISTERED version, look for a user definable
  135.            replacement string.
  136.  
  137.        6)  In the REGISTERED version, it will put the Alias field in the
  138.            proper case as in the following...
  139.  
  140.            BEFORE: bartMan
  141.            AFTER:  Bartman
  142.  
  143.        7)  In the REGISTERED version, it will also modify Address2 and the
  144.            computer type fields.
  145.  
  146.        
  147.        
  148.        How do I install FixAllUser?
  149.        ----------------------------
  150.        There is one easy step!
  151.          Place it in your Wildcat! home directory or place it in a directory
  152.          that is in your DOS search path.
  153.        
  154.        
  155.        
  156.        
  157.        How do I run FixAllUser?
  158.        ------------------------
  159.        Change directory to the directory of your ALLUSERS.DAT file and run
  160.        the program.  ie.  FIXAUSER.EXE
  161.  
  162. *****> ********
  163. ****>  You can run FixAllUser while Wildcat nodes are up, but no one can
  164. ****>  can be logged on.  It will give you an error and halt if this is 
  165. ****>  the case.  To be safe, pull down all nodes before running!
  166. *****> ********
  167.  
  168.        When FixAllUser runs, it will first search in the current directory
  169.        for ALLUSERS.DAT.  If it does not find the file, it will stop.  When
  170.        it does the find the file, it will immediately search for ALLUSERS.BAK.
  171.        If it does NOT find ALLUSERS.BAK (an assumed backup file), it will 
  172.        rename your old ALLUSERS.DAT file to ALLUSERS.BAK, make the changes,
  173.        and then rewrite all new changes to ALLUSERS.DAT keeping a backup at
  174.        all times.  If it originally DOES find ALLUSERS.BAK, it will prompt 
  175.        you to overwrite this file or not.  If you say no, it will immediately
  176.        stop.  If you say yes, it will erase the backup file (ALLUSERS.BAK),
  177.        rename the ALLUSERS.DAT file to ALLUSERS.BAK, make the changes, and
  178.        then rewrite the new data to ALLUSERS.DAT keeping a backup at all
  179.        times.
  180.  
  181.        That's it!
  182.  
  183.        
  184.        
  185.        Any Questions?
  186.        --------------
  187.        Bart Flentje, the author of this program and other fine programs may
  188.        be contacted in the following ways:
  189.  
  190.        Bit Debris Communications
  191.        1718 Hickory Hill
  192.        Eagan, MN 55122-2410
  193.  
  194.        FIDO     1:282/4074  using 1-612-452-8413
  195.        Internet Bart.A.Flentje-1@umn.edu
  196.  
  197.        I also frequently call the MSIHQBBS, at least twice a week, you may
  198.        leave a private message there.
  199.  
  200.  
  201.  
  202.        Look for these other fine programs!
  203.        -----------------------------------
  204.        - CalCat! v5.4 the ultimate holiday screen swapper that knows of 242+
  205.          holidays.  Also does non-holiday swapping of user defined screens.
  206.          Full RIP and ANSI support.
  207.        - ManDown v2.0 force your callers to download the file(s) of your 
  208.          choice before being upgraded.  Change profiles and add time.
  209.          Full ANSI and RIP support.
  210.        - UserRec v1.1 converts Wildcat! v3.x door drop files to Wildcat! v4.x
  211.          drop files and back.  Updates ALL information including UPLOADS and
  212.          DOWNLOADS AND User Profile!
  213.        - Mighty Moe v1.0ß a silly little door game I wrote in QuickBASIC by
  214.          accident.  This door is very simple and has a FREE registration!
  215.        - UtilMenu v1.4 expands your DOS hooks to many.  Wildcat! v4.x made
  216.          this program obsolete, but is useful for those who run any other
  217.          version of Wildcat! or any DOOR.SYS supported BBS.
  218.  
  219.  
  220.        
  221.        Side Notes:
  222.        -----------
  223.        Register CalCat! or Mandown and get FixAllUser or UserRec for FREE!
  224.        You MUST remind me of this deal or I may forget.  (I am a fulltime
  225.        student so my mind may be else where!)
  226.  
  227.  
  228.  
  229.        Thanks for taking the time to read this...(if you get this far!)
  230.        ----------------------------------------------------------------
  231.  
  232.  
  233.