home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / IPADMGR.ZIP / MINIDOC.DOC < prev    next >
Text File  |  1995-12-06  |  8KB  |  155 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. First   Run the install.exe  program so that Ipadmgr can find your
  11.         IPAD files. Edit your menus so that a BBS caller can subscribe
  12.         to the services via the bbs. In your runbbs.bat file, add a line
  13.         in it to run the stats.exe program.
  14.  
  15.         Next execute the Ipadmgr.tpg control panel and verify your network
  16.         paths in the system configuration section.
  17.  
  18.         Next you must set up at least 1 subscription fee level.
  19.  
  20.         Next import your existing Ipad control files into the Ipad Manager
  21.         database. If you presently have existing customers, you will need
  22.         to edit the customer database to add the subscriber names, addresses,
  23.         etc and edit their expiration dates and other things.
  24.  
  25. Install.exe
  26.        A dos based program to extract the control file names and paths
  27.        from the IPAD.ctl file and update the IPADMGR system configuration
  28.        database. The IMPORT.EXE also builds the Mail_auth.hdr file. The
  29.        header(.hdr) file allows the sysop to keep UUCP and other information
  30.        in the file and the POP mail information in the database. The POP
  31.        mail information is appended onto the header file and then placed
  32.        into the control file by the normal running of IPADMGR.TPG program.
  33.  
  34. Stats.exe
  35.        A dos based program that will gather all the stats from the various
  36.        log files used by the IPAD. This program will also rename the existing
  37.        logfiles based upon the date (ie:IPAD.LOG becomes IPAD1225.95 if the
  38.        date is December 25, 1995). This program should be run when TBBS comes
  39.        down for the nightly batch file and run only once a day. The Stats
  40.        program also reindexes the databases before execution. Make sure that
  41.        in your runbbs.bat file that you change directory to your Ipad Manager
  42.        directory before running Stats.exe.
  43.  
  44. Dotbbs 200 Ipadmgr /Q
  45.        The Ipad Manager control panel. This is for sysops and allows the
  46.        operator to set up the fee structor, browse subscribers, view stats etc
  47.  
  48. Dotbbs 200 Logchk /Q
  49.        Put in your menu0000 menus to notify you when you have credit card
  50.        transactions to process.
  51.  
  52. Dotbbs 200 Ipadmgr /Q &&/Update
  53.        Updates a callers TBBS Userlog entry. Only needed for Systems that
  54.        set TBBS A flags & Priv's for TBBS Menus. Normally this is changed
  55.        for the caller when they update via the bbs. But it is needed if the
  56.        Administrator updates the caller.
  57.  
  58. Dotbbs 200 Ipadmgr /Q &&/Author
  59.        Allows a caller to authorize themselves for PPP, FTP or Pop mail
  60.        by selecting a sysop prepared level. Upon proper input into the
  61.        credit card entry and selecting proper levels, the IPAD control
  62.        files are updated. The customer may also select to turn on the
  63.        auto billing function. The configuration menu allows a tbbs menu type
  64.        to be called upon successful purchase of the account.
  65.  
  66. Dotbbs 200 Ipadmgr /Q &&/Nightly
  67.        Runs in a Ghost event to automatically re-bill credit card customers
  68.        who have selected to auto renew their subscriptions. This updates the
  69.        database, generates a new record in the ipadmgr.log credit card log
  70.        and then runs the CONTROL program to update the IPAD control files.
  71.  
  72. Dotbbs 200 Ipadmgr /Q &&/Control
  73.        Runs in a Ghost event when ever the sysop selects to update the
  74.        ipad user control files from the database. This will also turn off
  75.        service for expired customers. The /Control functions will copy
  76.        the existing Ipad Control files to backup files with a suffix of
  77.        .000.
  78.  
  79. Dotbbs 200 Ipadmgr /Q &&/Rolloff
  80.        Runs in a ghost event to rolloff customers from the database that have
  81.        expired. The /Rolloff will also reindex the Ipadmgr.nx* indexes.
  82.        The /Rolloff will run the /Control program after the rolloff.
  83.  
  84.  
  85.  
  86.  
  87. All database files are generated by the program as needed.
  88. IpadMgr Generates a credit card file called Ipadmgr.log when there are charges
  89. present that need to be processed. Simply print and delete this file and
  90. process the charges.
  91.  
  92.  
  93. NOTE DEMO USERS:  The demo program is limited to 10 records in the subscribers
  94.        database. The programs will not run when 10 or more callers are in
  95.        the database.
  96.  
  97.  
  98. NOTES: Check your /Ipad/Control directory for a mailauth.hdr file. This
  99.        must exist. This file is the portion of your MAIL_AUTH.CTL file
  100.        that does not include the POP3 information. The IpadMgr will append
  101.        the POP3 information onto this header file for proper operation.
  102.        If for some reason the .HDR file is lost. When you installed IpadMgr
  103.        the first time a header file (Header.org) is placed in your IpadMgr
  104.        operating directory. Also each time you run Install a header file
  105.        Header.bak is placed in your IpadMgr operating directory. If your
  106.        header file in the Ipad/Control directory is lost, just copy header.bak
  107.        or header.org from your Ipadmgr directory to the Ipad/Control Directory
  108.        with the same name as your header file.
  109.  
  110. v 1.0.B   12-07-95
  111.        Added the ability to store and use the IPAD sunscriber FILTER command in
  112.        the ANS_AUTH control file.
  113. v 1.0.A   12-03-95
  114.         Added hold feature to subscribers edit screen. The H(old) will place
  115.         a semi-colon before the subscribers name in the control files. The
  116.         H(old) will prevent the person from being purged as the Keep will do.
  117. v 1.0.9   11-31-95
  118.         Added the ability to have hourly "overtime" accumulation be done on a
  119.         daily basis as well as on a monthly basis. An administrator would
  120.         enter in the fee schedule how many minutes are in the daily or monthly
  121.         base rate. If using daily, the slip usage time over the base amount
  122.         will be totalled until either the subscription is renewed via credit
  123.         card or a statement is mailed.
  124. v 1.0.8   11-29-95
  125.         Added the ability to have a $0 level in the subscription level.
  126.         I do not reccommend doing this, as callers have been know to keep
  127.         calling back as different names. But the ability is there. Ipad
  128.         Manager will not allow the same subscriber name to use the free level
  129.         more than once.
  130.  
  131. v 1.0.7   11-27-95
  132.         Added the ability to do hourly billing and added the ability to
  133.         print form letters and do billing with insertion parameters from
  134.         the Ipad Manager database. The letter bodies for the form letters/
  135.         bills can be generated by almost any text editor such as Word Perfect
  136.         or MS Word.
  137.  
  138. v 1.0.6   11-21-95
  139.         Corrected a bug in auto-renewal printout to the ipadmgr.log. It was
  140.         not decrypting the credit card number to the log file.
  141.  
  142. v 1.0.5   11-20-95
  143.         Corrected a bug in the credit card verfication.. If the card number
  144.         was found in the trash can, then if a correct card number was entered
  145.         after it, the program would error. Also added credit card number
  146.         encryption to the data base. The de-crypted number will always be
  147.         shown to the Sysop, it will be encrypted only in the database.
  148.  
  149.  
  150.  
  151.  
  152.  IPAD is copyrighted by Philip L. Becker Ltd
  153.  IPADMGR is copyrighted by Jeff Johnson
  154.  
  155.