home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / IPADMGR.ZIP / IMGR.DOC < prev    next >
Text File  |  1995-12-20  |  10KB  |  195 lines

  1.        Ipad Manager expects to run on a TBBS 2.3 system which is a client of
  2.         to a server that has access to the IPAD control files.
  3.  
  4. Make    a backup directory under your IPAD Control directory and copy
  5.         all the files from the /Ipad/Control directory to the backup directory
  6.  
  7. REMEMBER  That this is beta software..MAKE BACKUPS
  8.  
  9.  
  10. *****************************************************************************
  11. *     In most situations Ipad Manager will create a backup of the           *
  12. *     of the subscription database called IPADBACK.DBF. If you              *
  13. *     experience an error, and you think you have lost your database        *
  14. *     check for the existance of IPADBACK.DBF. You can copy this file       *
  15. *     to IPADMGR.DBF and you should be relatively current.                  *
  16. *****************************************************************************
  17.  
  18.  
  19. First   Run the install.exe  program so that Ipadmgr can find your
  20.         IPAD files. Edit your menus so that a BBS caller can subscribe
  21.         to the services via the bbs. In your runbbs.bat file, add a line
  22.         in it to run the stats.exe program.
  23.  
  24.         Next execute the Ipadmgr.tpg control panel and verify your network
  25.         paths in the system configuration section.
  26.  
  27.         Next you must set up at least 1 subscription fee level.
  28.  
  29.         Next import your existing Ipad control files into the Ipad Manager
  30.         database. If you presently have existing customers, you will need
  31.         to edit the customer database to add the subscriber names, addresses,
  32.         etc and edit their expiration dates and other things.
  33.  
  34. Install.exe
  35.        A dos based program to extract the control file names and paths
  36.        from the IPAD.ctl file and update the IPADMGR system configuration
  37.        database. The IMPORT.EXE also builds the Mail_auth.hdr file. The
  38.        header(.hdr) file allows the sysop to keep UUCP and other information
  39.        in the file and the POP mail information in the database. The POP
  40.        mail information is appended onto the header file and then placed
  41.        into the control file by the normal running of IPADMGR.TPG program.
  42.  
  43. Stats.exe
  44.        A dos based program that will gather all the stats from the various
  45.        log files used by the IPAD. This program will also rename the existing
  46.        logfiles based upon the date (ie:IPAD.LOG becomes IPAD1225.95 if the
  47.        date is December 25, 1995). This program should be run when TBBS comes
  48.        down for the nightly batch file and run only once a day. The Stats
  49.        program also reindexes the databases before execution. Make sure that
  50.        in your runbbs.bat file that you change directory to your Ipad Manager
  51.        directory before running Stats.exe.
  52.  
  53. Dotbbs 200 Ipadmgr /Q
  54.        The Ipad Manager control panel. This is for sysops and allows the
  55.        operator to set up the fee structor, browse subscribers, view stats etc
  56.  
  57. Dotbbs 200 Logchk /Q
  58.        Put in your menu0000 menus to notify you when you have credit card
  59.        transactions to process.
  60.  
  61. Dotbbs 200 Ipadmgr /Q &&/Update
  62.        Updates a callers TBBS Userlog entry. Only needed for Systems that
  63.        set TBBS A flags & Priv's for TBBS Menus. Normally this is changed
  64.        for the caller when they update via the bbs. But it is needed if the
  65.        Administrator updates the caller.
  66.  
  67. Dotbbs 200 Ipadmgr /Q &&/Author
  68.        Allows a caller to authorize themselves for PPP, FTP or Pop mail
  69.        by selecting a sysop prepared level. Upon proper input into the
  70.        credit card entry and selecting proper levels, the IPAD control
  71.        files are updated. The customer may also select to turn on the
  72.        auto billing function. The configuration menu allows a tbbs menu type
  73.        to be called upon successful purchase of the account.
  74.  
  75. Dotbbs 200 Ipadmgr /Q &&/Nightly
  76.        Runs in a Ghost event to automatically re-bill credit card customers
  77.        who have selected to auto renew their subscriptions. This updates the
  78.        database, generates a new record in the Ipadmgr.log credit card log
  79.        and then runs the CONTROL program to update the IPAD control files.
  80.  
  81. Dotbbs 200 Ipadmgr /Q &&/Control
  82.        Runs in a Ghost event when ever the sysop selects to update the
  83.        Ipad user control files from the database. This will also turn off
  84.        service for expired customers. The /Control functions will copy
  85.        the existing Ipad Control files to backup files with a suffix of
  86.        .000.
  87.  
  88. Dotbbs 200 Ipadmgr /Q &&/Rolloff
  89.        Runs in a ghost event to rolloff customers from the database that have
  90.        expired. The /Rolloff will also reindex the Ipadmgr.nx* indexes.
  91.        The /Rolloff will run the /Control program after the rolloff.
  92.  
  93.  
  94.  
  95.  
  96. All database files are generated by the program as needed. IpadMgr Generates a
  97. credit card file called Ipadmgr.log when there are charges present that need to
  98. be processed. Simply print and delete this file and process the charges.
  99.  
  100.  
  101. NOTE DEMO USERS:  The demo program is limited to 10 records in the subscribers
  102.        database. The programs will not run when 10 or more callers are in
  103.        the database.
  104.  
  105.  
  106. NOTES: Check your /Ipad/Control directory for a mailauth.hdr file. This
  107.        must exist. This file is the portion of your MAIL_AUTH.CTL file
  108.        that does not include the POP3 information. The IpadMgr will append
  109.        the POP3 information onto this header file for proper operation.
  110.        If for some reason the .HDR file is lost. When you installed IpadMgr
  111.        the first time a header file (Header.org) is placed in your IpadMgr
  112.        operating directory. Also each time you run Install a header file
  113.        Header.bak is placed in your IpadMgr operating directory. If your
  114.        header file in the Ipad/Control directory is lost, just copy header.bak
  115.        or header.org from your Ipadmgr directory to the Ipad/Control Directory
  116.        with the same name as your header file.
  117.  
  118. v 1.0.G   12-18-95
  119.        Changed the coding of the purge function so that it would not bomb with
  120.        low values of SHARE.EXE. Added number 8 under the subscriber editing to
  121.        allow the adding of POP mail services to an existing customer that did
  122.        not have POP mail service. Added an "L" to the hot key editing of
  123.        customers. The "L" key will allow you to change the subscribers level to
  124.        default levels. I also made the "HOLD" be red in color when it is
  125. active.
  126.        The Logchk.tpg program now defaults to "N" instead of YES. The Fees
  127.        editor now allows for 16 entries for the System Administrators use,
  128.        however, only the first 6 can be used by customers subscribing via TBBS.
  129.        The additional 10 can be used for such things as WWW services, leased
  130.        lines etc.
  131.  
  132. v 1.0.F   12-13-95
  133.        You may now place a file CARDS.ANS or CARDS.TXT in your Ipad Manager
  134.        directory. This file will be displayed instead of the default display
  135.        of the types of credit cards. This will allow the display of various
  136.        store type cards that verify with the Discover format.
  137.        Added an ascii file DELETE.LOG which contains information on all
  138. accounts
  139.        that were deleted with the PURGE command. This file may be deleted at
  140.        will and it will be created next time the purge command is run.
  141.        Also added statistics for the IPAD WWW_Lite function. This will gather
  142.        the GETS by the WWW Lite function. Also corrected and error in STATS.EXE
  143.        it was corruting the stats database.
  144.  
  145. v 1.0.E   12-12-95
  146.        Base Minutes are now in the edit fields in the customers edit screen.
  147.        Keep will now keep an account from being expired upon expiration and
  148.        deleted. Hold will disallow the use of the account but will not allow
  149.        it to be deleted. Fixed some problems in the printing of varables.
  150.        It is now possable to run multiple POP3 domains and edit them from the
  151.        customer edit console.
  152.  
  153. v 1.0.D   12-09-95
  154.        Increased the route field that holds the subscribers ip address to 19.
  155.        This was done so that the nnn.nnn.nnn.nnn/nnn could be supported
  156.  
  157. v 1.0.C   12-08-95
  158.        Added the ability to force subscribers credit card purchases to turn on
  159.        the auto renew function. Also added "T" to the main console so that the
  160.        system administrator to transmit the data base structure and other data
  161.        to Jeff Johnsom via internet e-mail for diagnosis. The Administrator
  162.        will be able to select what information to transmit. At the present time
  163.        only the database structure is sent.
  164.  
  165. v 1.0.B   12-07-95
  166.        Added the ability to store and use the IPAD sunscriber FILTER command in
  167.        the ANS_AUTH control file.
  168.  
  169. v 1.0.A   12-03-95
  170.         Added hold feature to subscribers edit screen. The H(old) will place
  171.         a semi-colon before the subscribers name in the control files. The
  172.         H(old) will prevent the person from being purged as the Keep will do.
  173.  
  174. v 1.0.9   11-31-95
  175.         Added the ability to have hourly "overtime" accumulation be done on a
  176.         daily basis as well as on a monthly basis. An administrator would
  177.         enter in the fee schedule how many minutes are in the daily or monthly
  178.         base rate. If using daily, the slip usage time over the base amount
  179.         will be totalled until either the subscription is renewed via credit
  180.         card or a statement is mailed.
  181.  
  182. v 1.0.8   11-29-95
  183.         Added the ability to have a $0 level in the subscription level.
  184.         I do not reccommend doing this, as callers have been know to keep
  185.         calling back as different names. But the ability is there. Ipad
  186.         Manager will not allow the same subscriber name to use the free level
  187.         more than once.
  188.  
  189. v 1.0.7   11-27-95
  190.         Added the ability to do hourly billing and added the ability to
  191.         print form letters and do billing with insertion parameters from
  192.         the Ipad Manager database. The letter bodies for the form letters/
  193.         bills can be generated by almost any tex
  194.  
  195.