home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / MODEM / GTABSV14.ZIP / GAPTABS.DOC < prev    next >
Text File  |  1994-02-06  |  10KB  |  229 lines

  1.  ═══════════════════════════════════════════════════════════════════════════
  2.  
  3.                GAPTABS Release 1.4
  4.  
  5.           Telephone Access Billing Service (TABS)
  6.  
  7.             Door Registration is only $20.00!
  8.  
  9.              Written by: Jerry Liddle
  10.                  119 Edward Drive
  11.                Swedesboro, New Jersey 08085
  12.  
  13.  
  14.                   The Beckett BBS
  15.              (609)467-3898 USR v.32bis
  16.             (609)467-8612 USR 16.8 Dual Standard
  17.              (609) 467-0515 USR V.32bis
  18.  ═══════════════════════════════════════════════════════════════════════════
  19.  
  20.                   Warranty
  21.  
  22.  This product is provided "as is" without warranty of any kind. The entire
  23.  risk as to the results and  performance of the program is assumed by you.
  24.  Furthermore, the  author does  not warrant, guarantee, or  make any other
  25.  representations regarding  the use of,  or the  results of the use of the
  26.  program,  and you  rely on the  program and  results  solely at  your own
  27.  risk.  The author  cannot and  will not accept  responsibility for system
  28.  damage, loss of profit, or any other special, consequential or incidental 
  29.  damages  resulting  from  the  use  or  inability  to  use this  product.
  30.  
  31.     GAPTABS will run on systems that are compatible with PCBOARD.SYS, 
  32.     USERS.SYS, DOOR.SYS, CALLINFO.BBS, USERINFO.DAT, SFDOORS.DAT, 
  33.     GTUSER.DAT, TRIBBS.SYS, or DORINFOx.DEF for interfacing to the BBS.
  34.  
  35.  
  36. Overview of GAPTABS
  37. ----------------------------------------------------------------------------
  38. Unzip the archive into a directory of your choice.
  39.  
  40. In order to use GAPTABS, you must first become familiar with the 
  41. programs and data files used by it. There are several data files 
  42. that are always required in order to operate. When you first start 
  43. using GAPTABS, only one data file will be available, this is your list 
  44. of new subscription ID's. You received this file as a special download 
  45. from the TABS support BBS or on a disk that was sent to you. The file 
  46. called SID#####.TAB (##### is a five digit account number) is a text file. 
  47. (Usually containing 100 subscription codes)
  48.  
  49. Once you have received your SID#####.TAB file, you will use the TUTIL  
  50. Utility to generate your ACT_SID.DAT file.  This file reflects all the 
  51. activated codes. It is this file that contains the actual SID's available 
  52. to your users.  After a subscription ID is redeemed, the number will be 
  53. flagged as being used and made unavailable.
  54.  
  55.       ******************** I M P O R T A N T **********************
  56.       GAPTABS was written to update the users record by reading
  57.       the doors drop file.  The only BBS systems that I can verify 
  58.       that this works on is GAP v6.4(door.sys) & PCB v15.1
  59.       (pcboard.sys).
  60.       
  61.       If your BBS software does not re-read the drop file after the
  62.       door is exited, then this program will not function for you.
  63.       *************************************************************
  64.  
  65. ----------------------------------------------------------------------------
  66. Using the TUTIL program
  67.  
  68. The most basic of all the GAPTABS programs is the TUTIL program. It
  69. provides a simple dos prompt interface for generating or updating an
  70. SID (ACT_SID.DAT) file.  To use this program just type TUTIL at the DOS
  71. prompt, and follow the directions.  The file SID#####.TAB must be present
  72. in the same directory as TUTIL.EXE
  73.  
  74. GAPTABS Requirements
  75. ──────────────────────────────────────────────────────────────────────────
  76. - An account established with True Media, Inc. (See TABSINFO.ZIP) included
  77.   in the door archive.
  78.  
  79. - All files for the door should be placed in the same directory.
  80.  
  81. - You will NOT need a copy of BRUN45.EXE for the door to operate.
  82.  
  83. - This door was written for system that use ANSI.SYS in their config.sys 
  84.   file.
  85.   
  86. Files needed for GAPTABS Operation
  87. ──────────────────────────────────────────────────────────────────────────
  88. If you have any doubt about the integrity of the files contained in this
  89. Archive, feel free to call my BBS in Swedesboro, New Jersey and download
  90. the latest version.  The Beckett BBS, (609)467-3898/8612/0515
  91.  
  92.     GAPTABS.DOC   <----- The How To File - The file you are reading.
  93.  
  94.     GAPTABS.EXE   <----- This is the door executable file
  95.  
  96.     GAPTABS.CFG   <----- The door configuration file (Instructions in Sample)
  97.  
  98.     GAPTABS.TXT   <----- Instructions displayed by door (May be Edited).
  99.              This file may be edited to instruct users how
  100.              to utilize the door.
  101.  
  102.     GAPTABS.SET   <----- This file is used to enter data pertaining to
  103.                          your Security Levels.  See included Sample File.
  104.  
  105.     SID#####.TAB  <----- List if Subscription IDs (SID) obtained from 
  106.              True Media, Inc. support BBS.
  107.  
  108.     ACT_SID.DAT   <----- Your list of Active SID Numbers generated with
  109.              the included TUTIL program.  This file is the 
  110.              heart of the door.  Sample included for testing.
  111.                          The SID Numbers are not valid.
  112.  
  113.     ACT_SID.BAK   <----- Backup of ACT_SID.DAT created by TUTIL.
  114.  
  115.     REGISTER.FRM  <----- Door Registration Form
  116.  
  117.     TABSINFO.ZIP  <----- True Media, Inc. information package
  118.  
  119. -----------------------------------------------------------------------------
  120. To call the door from with a BBS program:
  121.  
  122.     GAPTABS GAPTABS.CFG [/x]
  123.  
  124.     For Multi-Node operation, each node's configuration file must have
  125.     a unique name. ie. TABS1.CFG for Node 1, TABS2.CFG for Node 2, etc.
  126.  
  127.        [x] = optional parameter for non-standard com port.
  128.          The door supports com ports 1-4, but by using the
  129.          /x parameter you can assign other than the standard
  130.          IRQ for com port 1-4
  131.  
  132.          Example:  To use Com1 with IRQ3
  133.                GAPTABS GAPTABS.CFG /3
  134. ==============================================================================
  135.  
  136. Registration Cost
  137. ──────────────────────────────────────────────────────────────────────────
  138. The DOOR only costs $20.00!  It is a full working version, except
  139. that it will only allow 5 SID Numbers to be used and will display
  140. UNREGISTERED-EVALUATION COPY on the menu screen.
  141.  
  142. GAPTABS/PCBTABS can be registered online using TABS.  The copy that I am
  143. running on my board will allow you to register your copy and receive your
  144. Registration Number immediately.  You will need to obtain 2 SID Numbers
  145. to register online.
  146.  
  147. Support the Shareware concept...
  148. ──────────────────────────────────────────────────────────────────────────
  149. This door may be used for an Evaluation period of 30 days.  After that, I
  150. would prefer that you register the program for continued use.
  151.  
  152. To Register, please print out and return the REGISTER.FRM in the Zip file.
  153. When you register, you may call my BBS and obtain your registration number,
  154. which will enable all SID Numbers.  When registered, the door will display 
  155. your BBS Name on the Menu Screen.  Since I have access to the source code, 
  156. I have a special Menu Item on my GAPTABS menu where you can register this 
  157. door using an SID Number.
  158.  
  159. The door may be tested by using the sample test ascii ACT_SID.DAT file.
  160. Naturally, these test numbers will not be valid SID numbers that you will 
  161. be paid for.  It is just for testing the door's operation...
  162.  
  163. Fossil Driver Support
  164. ---------------------
  165. GAPTABS supports the use of Fossil drivers.  To tell your Door to use the
  166. Fossil driver instead of the standard COM ports, just put /FD on the command
  167. line when running the door. For example:
  168.  
  169.      MYDOOR MYDOOR.CFG /FD
  170.  
  171. indicates that a Fossil driver is present and should be used. If no Fossil
  172. driver is detected, GAPTABS will print a message to that effect and exit
  173. the door gracefully.
  174.  
  175. Environment Variables
  176. ---------------------
  177. GAPTABS supports COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  178. COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  179. number after the configuration filename. Let's assume your Door is
  180. called FOOBAR and you want to use COM1 and IRQ5. The command line
  181. passed to your Door would be:
  182.  
  183.     FOOBAR FOOBAR.CFG /5  or
  184.     FOOBAR FOOBAR.CFG /%IRQ%  for the environment variable.
  185.  
  186. The /5 tells GAPTABS to use IRQ5 rather than the standard IRQ4 that
  187. is normally used with COM1. No /x parameter is needed for the standard IRQ's.
  188.  
  189. When specifying the location of the system file on line 1 of the doors .CFG
  190. file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%,
  191. and %wcnodeid%. Some examples:
  192.  
  193.  PCBoard: 
  194.    PCBOARD.SYS in C:\PCB       - %pcbdrive%%pcbdir%\PCBOARD.SYS
  195.    PCBOARD.SYS in C:\PCB\NODE1 - %pcbdrive%%pcbdir%\NODE%pcbnode%\PCBOARD.SYS
  196.  
  197.    Besure to enter PCBSETUP and modify the DOOR.LST on the MAIN Conference    
  198.    as follows...
  199.  
  200.     BatchName  Security  LOGIN  USER  DOOR  SHELL  PATH
  201.  
  202.     TABS         20        N     N     N      N    C:\PCB\GAPTABS\
  203.  
  204.     The above assumes you are naming your calling batch file TABS and the
  205.     security level of 20. 
  206.  
  207.  Wildcat!:
  208.    USERINFO.DAT in C:\WC\NODE1 - C:\WC\NODE%wcnodeid%
  209.  
  210. Non-PCBoard systems may use the PCB environment variables by setting them
  211. in either your AUTOEXEC.BAT or in the batch that runs the door. For example:
  212.  
  213.  SET PCBDRIVE=C:
  214.  SET PCBDIR=\BBSDIR
  215.  SET PCBNODE=1
  216.  
  217. 486DX CPU's
  218. -----------
  219. The math coprocessor in 486DX CPUs cannot handle floating point math which
  220. all MicroSoft Basic's use. This can show up as an ERROR 5, a keyboard 
  221. timeout, etc.
  222.  
  223. Fortunately there is an easy fix for this problem. Simply place the following
  224. line in the AUTOEXEC.BAT file:
  225.  
  226. SET NO87=ON
  227.  
  228. Thanks for you support!
  229.