home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PCOVE501.ZIP / PCOVE.DOC < prev    next >
Encoding:
Text File  |  1992-12-31  |  29.6 KB  |  561 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                                       Pirate's Cove
  9.           =====================================================================
  10.  
  11.                Program now uses  Door Patch  3.8 (other  versions used  GAPQBDR
  12.           from GAP) and supports the following BBS drop file formats: DOOR.SYS,
  13.           PCBOARD.SYS,  SFDOORS.DAT,  CALLINFO.BBS, DORINFO1.DEF,  DORINFO2.DEF
  14.           and CHAIN.TXT. Compatible  with at least  these BBS systems:  PCBoard
  15.           14+, GAP 4+, RBBS-PC 17+. WILDCAT  2+ and Spitfire 3+. Also  supports
  16.           baud rates up to 115,200 BPS. Runs on only one node at a time.
  17.  
  18.                My programs may  be on  various BBSes around  the country  under
  19.           different archive extensions and types. This is the state of all  the
  20.           BBSes around the country.
  21.  
  22.                If you are  currently running  a version earlier  than 5.00  you
  23.           must  delete all existing  data and start  over with  the contents of
  24.           this archive. This will prevent extra files remaining on your system,
  25.           deleting any wrong files,  format incompatibly with earlier versions,
  26.           etc. Some file names have been changed starting with 5.00.
  27.  
  28.                The archive file should contain the following files:
  29.  
  30.                PCOVE.EXE.....................: Main program
  31.                PCMAINT.EXE (new).............: Daily maintenance program
  32.                PCMAINT.CFG (new).............: Rollover file
  33.                PCEDIT.EXE (FIXPC.EXE)........: Pirate's Cove Editor
  34.                PCOVE.CFG (new format)........: Sample .CFG file
  35.                PCOVE.DOC.....................: This file
  36.                PCOVE.SCR/PCOVEG.SCR (new)....: Pirate's Cove screen mono /
  37.                                                color
  38.                PCOVE.HLP/PCOVEG.HLP (PCHELP).: Help file mono/color
  39.                HELLO.TXT.....................: Sample start up messages
  40.                READ.ME.......................: Update messages, etc.
  41.                SYSOP.DOC.....................: Docs provided by Door Patch
  42.                                                author contains additional
  43.                                                information about DP setup
  44.                SUPPORT.TXT...................: BBS and network where I can be
  45.                                                reached other than my home
  46.                FILE_ID.DIZ...................: BBS file description
  47.  
  48.  
  49.                                         PCOVE.CFG
  50.  
  51.                This door comes  with an  example PCOVE.CFG. It  is supplied  to
  52.           show  you  how to  set up  the configuration  file.  The file  may be
  53.           modified to  suit. Please try and not exceed PCBoard's name length of
  54.           twenty-seven  characters (total  length) for  Sysops name.  The sixth
  55.           line  is   for  registration  serial   number.  If  you   change  the
  56.           "Unregistered BBS" name or serial number it will still come up in the
  57.           door  as "Unregistered BBS" until you get a valid registration serial
  58.           number. No bulletin is generated until registered.
  59.  
  60.                There has  been a major  change in  the format of  the PCOVE.CFG
  61.           file starting with version 5.00, which follows:
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                (1) C:\PCB\PCBOARD.SYS  <BBS drop file
  70.                (2) Unregistered BBS    <changes only take effect with reg.
  71.                (3) Sysop first name    <sysop first name
  72.                (4) Sysop last name     <sysop last name
  73.                (5) Your Sysop          <donor's name, not used
  74.                (6) 0000                <reg. number, must be 0000 or valid #
  75.                (7) PCOVE.BLT           <ASCII/PCBoard bulletin    
  76.                (8) PCOVEG.BLT          <ANSI bulletin
  77.                (9) PCB                 <type of bulletin(s)
  78.  
  79.                See the SYSOP.DOC  for details on lines 1 through  5 and must be
  80.           populated. These entries are required by the Door Patch 3.8 software.
  81.           My requirements follow, which also must be populated:
  82.  
  83.                Line  6 is  where  your  serial number  goes  when  the door  is
  84.           registered. Changes here only take effect with valid serial numbers.
  85.  
  86.                Line  7 is  for the  ASCII or PCBoard  versions of  the bulletin
  87.           (only generated with registered doors).
  88.  
  89.                Line 8 is  for the ANSI bulletin. These two lines  (7 and 8) can
  90.           be any file name you want and may include path statements. If you are
  91.           using "PCB" or "ASCII",  which only generates one bulletin  you still
  92.           have to populate Line 8 (not used).
  93.  
  94.                Line 9  can be "ANSI",  "PCB", or  default "ASCII" file  with no
  95.           extended IBM  graphic  codes and  no color.  If you  choose "PCB"  or
  96.           "ASCII"  then  only the  Line  7 bulletin  is  generated. The  Line 8
  97.           bulletin  is for "ANSI" coded  version only. PCBoard  (PCB) uses only
  98.           one file to show mono and color displays and ASCII only needs one.
  99.  
  100.                Every line must  be populated whether the  entry is used by  the
  101.           program or not. The program expects to find each  entry exactly where
  102.           it is located in the configuration file.
  103.  
  104.  
  105.                                        PCMAINT.EXE
  106.  
  107.                I have removed  the maintenance routines from  the main program,
  108.           trying to make the  main program smaller. This program  should be put
  109.           in your daily event. If added to your event make sure you change into
  110.           the  Pirate's Cove  directory  to run  the program.  If  you are  not
  111.           running a daily event then you can  put it in your calling batch file
  112.           and before you call PCOVE.EXE. An example follows:
  113.  
  114.                echo off
  115.                D:
  116.                CD \PCB\DOORS\PCOVE
  117.                PCMAINT
  118.                PCOVE PCOVE.CFG
  119.                CD \
  120.                C:
  121.                CD \PCB
  122.                BOARD
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                The  program  is very  quick for  normal  maintenance, but  if a
  131.           rollover  takes place  this time  could be  lengthy depending  on the
  132.           number of players. If it has already run it does an instant exit with
  133.           no harm done. The caller will see nothing on their screen.
  134.  
  135.                The maintenance routine deletes players that have not played for
  136.           more than  30 days. Team  messages are checked  and messages over  14
  137.           days old are  deleted. As messages are  erased new ones  are inserted
  138.           into the blanks. If the message  base contains only blank entries the
  139.           program will erase the file. If it gets too large you can also delete
  140.           it  without  hurting  the rest  of  the  program.  Players that  have
  141.           remained  on  the  island for  more  than  two  consecutive days  are
  142.           randomly placed  on rows  14 or 15.  A new  set of Galleons  are also
  143.           initialized during maintenance.
  144.  
  145.                If  there  are any  unknown  errors, internal  or  external, the
  146.           errors are written  to a file  called PCMAINT.ERR with date  and time
  147.           stamp.  If PCMAINT.ERR exists then there has been at least one error.
  148.           Additional errors are  appended to the end of the file. If you have a
  149.           lot of errors and you are pressed for  space this file may be deleted
  150.           without any harm.
  151.  
  152.  
  153.                                        PCMAINT.CFG
  154.  
  155.                This is a rollover file. The default is 90 days. The sample file
  156.           included in the archive is as follows:
  157.  
  158.                (1) 90                <Number of days between rollovers
  159.                (2) 01-01-1993        <Rollover date. Always on First of month
  160.  
  161.  
  162.                                  Auto-Config PCMAINT.CFG
  163.  
  164.                If you delete PCMAINT.CFG when PCMAINT.EXE is run it will create
  165.           a new one like the sample with  a rollover three months later on  the
  166.           1st of the third month (not 90 days). When this is done, if HELLO.TXT
  167.           exits, it  will  append the  end  of  the file  with  three  rollover
  168.           messages. If  HELLO.TXT does not exist it  will create one with three
  169.           lines in it. (see Rollover Messages)
  170.  
  171.                If you do not want a rollover change to the following:
  172.  
  173.                (1) NO                <Do not roll over door program
  174.                (2)                   <optional line not needed here
  175.  
  176.                Valid days are  30, 60  or 90. If  less than  30 becomes 30,  if
  177.           greater than 90 becomes 90. Rollovers  always take place on the first
  178.           day  of month that PCMAINT.EXE is run,  normally on the 1st day. Date
  179.           is the  date you want the  program to rollover the  first time. After
  180.           the first rollover (unless  auto configured) the PCMAINT.EXE supplies
  181.           the  date based  on  the  number  of  days  (months).  (see  Rollover
  182.           Messages)
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.                Rollover means that all data in the data files are reset to new,
  191.           but any team information is retained. If a player is on a team before
  192.           the rollover the  player is  still on the  same team after  rollover.
  193.           Only  points, treasure, etc. are  reset. The player  is then randomly
  194.           placed on the grind any place except on the island.
  195.  
  196.                Any bulletin(s)  that  have  been created  are  not  updated  by
  197.           rollover and are changed when the  first player enters and exits  the
  198.           door.  PCMAINT.EXE  does  not  alter any  existing  bulletin(s).  The
  199.           bulletins actually reflect the  last play in the door and  even after
  200.           rollover  this is  still  true  (until  the  first  player  uses  the
  201.           program).
  202.  
  203.  
  204.                                        SYSTEM DATE
  205.  
  206.                The system  date is vital to the  operation of Pirate's Cove and
  207.           must be  as accurate as possible since it is used for user deletions,
  208.           messages and message deletions, penalties, rollover and etc.
  209.  
  210.  
  211.                                         PCEDIT.EXE
  212.  
  213.                This is a maintenance program  that allows the you to  edit most
  214.           files in the database.  Since most of the data is interconnected more
  215.           than one  file might have to  be changed during an  edit routine. The
  216.           editor works with the main data file PCOVE.PCD, WHO.PCD, TEAM.PCD and
  217.           PIRATES.PCD, adjusting the  data where  needed. If you  try to  alter
  218.           data  in a way other than the way it must be handled warning messages
  219.           are displayed.  If  you try  to  alter a  record  so the  player  has
  220.           treasure  on board when there is no  treasure you get a warning about
  221.           your procedure and  you are  returned without changing  any data.  In
  222.           this case you must add the treasure before you change the other flags
  223.           (most are changed for you automatically).
  224.  
  225.                An example of adding a person to a team is  to change record <K>
  226.           to whatever  team you want  to put  the player on  or return  to that
  227.           team. You  just  type in  the record  number and  press <ENTER>.  The
  228.           program looks up  the team name,  inserts it in the  player's records
  229.           and updates  the team  data to  reflect  the changes  in the  current
  230.           status. If the player has a score this is added to the Team data. You
  231.           can delete a person from a team or you can change teams using the <K>
  232.           option from the Player List.
  233.  
  234.                The  team information that  is directly  changeable is  the team
  235.           name, password  or delete  all data  from the team  record. What  the
  236.           deletion means is to delete all members from the team but to keep the
  237.           team name and password intact.
  238.  
  239.                The editor is a very complex program and it might  still contain
  240.           problem  areas. It is difficult  to test all  circumstances under all
  241.           conditions. If the editor needs an option(s) please contact me. It is
  242.           my hopes that no one has to use the editor. It's  main function is to
  243.           let you change players names once they  are entered which the players
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.           cannot do  from inside  the main program.  The other  function is  to
  252.           restore data  that might become  corrupt for unknown  reasons without
  253.           having to delete the database (erase *.PCD) and start over again.
  254.  
  255.                Some of the  data in the editor uses defaults  and if you choose
  256.           an option  that uses defaults do not  think that nothing has changed.
  257.           An example of this is the  date the user was last on, option  <G>. If
  258.           you press "G"  the current date is put into the  current data. If you
  259.           give  a player treasure  the program automatically  sets the maturity
  260.           date for three days (current day + 2).
  261.  
  262.                If you have to use the editor and it is too confusing please let
  263.           me  know and I will try to  write more detailed instructions. At this
  264.           time  it seems  pretty  straight-forward with  the menus  and options
  265.           clearly displayed. Or so I believe! (grin)
  266.  
  267.                If scores are  getting too high  you can just "ERASE  *.PCD" and
  268.           delete all current user data. It would seem to me that if the program
  269.           is real active you might consider a monthly rollover, if  not, set it
  270.           up as  a quarterly  rollover. This  gives newer  players a  chance to
  271.           start even with other  players. Of course how you handle  the program
  272.           on you BBS is up to you. These are only suggested guidelines.
  273.  
  274.  
  275.                                         HELLO.TXT
  276.  
  277.                There  is an optional message  routine that can  be initiated by
  278.           the  sysop(s). Please  see  the  included  sample file  HELLO.TXT.  A
  279.           maximum of  97 lines. I  had to put  some kind of  limit on  it since
  280.           PCMAINT.EXE may use it depending on  your setup. You can display  one
  281.           line messages during entry into the door. They appear just before the
  282.           "Welcome  back" is displayed after  user data is  loaded into memory.
  283.           Any word processor that can produce an ASCII file (DOS text file) can
  284.           be used including  EDLIN. The first four digits  are the date (MMDD),
  285.           maximum length  for the  data is  79 characters. If  you exceed  this
  286.           length the extra characters will be ignored. Here is an example of an
  287.           entry for Christmas Day;
  288.  
  289.                                    1225Merry Christmas
  290.  
  291.                This would  display "Merry Christmas"  on the 25th  of December.
  292.           The entries  can be in any sequence. The program scans all records in
  293.           the file and looks for matches for the current month  and day (MMDD).
  294.           The  file must be named "HELLO.TXT." It is  named .TXT so that if you
  295.           do a roll-over  and delete all the *.PCD files you do not delete your
  296.           messages as well. If the file is not present in the default directory
  297.           the routine is ignored.
  298.  
  299.                DO NOT  TO USE A  COMMA (,) OR  QUOTATION MARK (") IN  THE ASCII
  300.           FILE, but under the following conditions:  If you want to use a comma
  301.           inside of your  text make sure that  you put a quotation  mark as the
  302.           first and last character:
  303.  
  304.                          "0101Hello, Joe, nice to have you back"
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.                This makes the record as if it were written using BASIC's  WRITE
  313.           command. Using a comma within  the text, without a quotation  mark as
  314.           the first and last characters in the string, the data after the comma
  315.           is ignored and considered part of  the next record. Without a leading
  316.           date it is also ignored as a next record.
  317.  
  318.                If you have a message you want repeated each day use 9999 and it
  319.           is displayed  everyday. This  is can  also be used  in text  that has
  320.           quotation marks.
  321.  
  322.                     "9999Good hunting, pirates. Keep your powder dry!"
  323.  
  324.                This  message  would  appear everyday.  Say  you  are running  a
  325.           quarterly contest giving away six month subscriptions. You  could put
  326.           a message telling people the contest is on, perhaps telling them when
  327.           it is going  to start or  end, even tell  people when the  program is
  328.           going to roll over (this can now be automated).
  329.  
  330.                          "9999The program rolls over on the 1st"
  331.  
  332.                And then  on the first you can remove this message. You can have
  333.           more than one "9999" dated message. You must press (ENTER) after each
  334.           message  line. It  might  make multiple  line messages  seem somewhat
  335.           strange but I had to  do this because the displays that  followed, or
  336.           many  messages, could scroll messages  right off the screen. Pressing
  337.           (ENTER) controls the scrolling.
  338.  
  339.  
  340.                                     Rollover Messages
  341.  
  342.                If you are not using HELLO.TXT the option is skipped, but if you
  343.           are using  the ROLLOVER option  PCMAINT.EXE will  create a  HELLO.TXT
  344.           when  the first rollover is executed.  If you are using the HELLO.TXT
  345.           option  PCMAINT.EXE on  rollover will  add three  lines to  the file.
  346.           These will be  dated the month before the next  rollover on the 15th,
  347.           20th and 25th of the month. This will inform the  users when the next
  348.           rollover is  going to take place.  There is no need for  the sysop to
  349.           add a rollover messages unless the sysop wants to.
  350.  
  351.                When PCMAINT.EXE performs the rollover it reads in HELLO.TXT and
  352.           looks for "Rollover" following  the four character date. If  found it
  353.           deletes  the line  from  the file.  When  finished rewrites  out  the
  354.           original file plus three new lines with the rollover message. Sample:
  355.  
  356.                               0215Rollover on March 1, 1993
  357.                               0220Rollover on March 1, 1993
  358.                               0225Rollover on March 1, 1993
  359.  
  360.                This message would then be displayed on the  15th, 20th and 25th
  361.           of February. If you want  a similar message to come up on  your first
  362.           rollover you  have to add it  yourself using the above  format or use
  363.           the auto-configure if  you want the default 90 days and the HELLO.TXT
  364.           file created/updated.  After  the  first  rollover  PCMAINT.EXE  will
  365.           delete and add lines as needed using your preset value (30,60 or 90).
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.                I  have tried to automate as much  of the program as possible so
  374.           that the sysop, who has  enough to do, does  not have to worry  about
  375.           this door. If there is something you want added please let me know.
  376.  
  377.  
  378.                                      PLAYING THE GAME
  379.  
  380.                Pirate's Cove is  a multi-player  program where you  play as  an
  381.           individual  as well being able  to play on teams.  Play is on a 16x16
  382.           grid, the island is 12x12 grid. The  object of the game is to sink as
  383.           many Treasure Galleons as you can, bury the treasure on Pirate's Cove
  384.           Island for  three days,  dig it up  and transfer it  to grid  row one
  385.           where it  is converted  into points.  You also get  bonus points  for
  386.           sinking other pirates plus any treasure they might be carrying.
  387.  
  388.                You  get 18 turns per day, 5  if you are carrying treasure. Your
  389.           ship is diminished by 10% each time it is hit by a galleon or another
  390.           pirate. When  you fire at another ship, pirate or galleon, you can be
  391.           hit, the other can be hit, both can be hit or both miss. If you reach
  392.           0% you are  sunk. When you  are sunk you cannot  play until the  next
  393.           day.
  394.  
  395.                The other pirates may fire at you when you come across them. The
  396.           odds  are 50x50 on  all options and  in the following  order: They do
  397.           nothing, they shoot and miss, or they shoot and hit you. If there are
  398.           more than one pirate in  a sector each one, in turn, may  take a shot
  399.           at you.
  400.  
  401.                There is  even a British  Fleet that is  randomly placed on  the
  402.           playing grid each time the user enters the program. The British Fleet
  403.           always  attacks you  causing 20  percent damage.  This was  to add  a
  404.           little more randomness to the play.
  405.  
  406.                You can go  gambling on  Pirate's Cove Island  at Rosa's  Casino
  407.           where most  anything can,  and often  does, happen. A  pirate has  to
  408.           watch their back here all the time...
  409.  
  410.                With registration  you receive a serial number that disables the
  411.           "Unregistered  BBS" and enables the  bulletin. The bulletin  is a two
  412.           part display. Part one is ALL players, points and current status; the
  413.           second part is the team standings.  Now written out in color and non-
  414.           color versions.  What follows is an  example of the bulletin  that is
  415.           generated for the BBS.
  416.            
  417.             =============================================================
  418.                    Pirate's Cove Standings as of 19:18, 11-26-1992
  419.             -------------------------------------------------------------
  420.               Pirate's Name         Individual Points   Team #   Status
  421.             =============================================================
  422.               Cap'n Blight......................16000........3   afloat
  423.               Capt Squid.........................7300........3    dead, 11-18
  424.               Captain Hook.......................4500........1   afloat
  425.               Long John Pewter...................2500........2   afloat
  426.               Leng Deng Duc......................1500........2    sunk, 11-19
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.               Long John Silver......................0........0   afloat
  435.             -------------------------------------------------------------
  436.                      There are currently 6 pirates on the grid
  437.             =============================================================
  438.                   Team Name             Total Team Points   Team #
  439.                 ====================================================
  440.                   Swashbucklers.....................23000........3
  441.                   Gold Diggers.......................4500........1
  442.                   The Blue Falcon....................4000........2
  443.                 ====================================================
  444.  
  445.                There is a current player standings option inside the program so
  446.           that players are  not at a complete loss  if your version is  not yet
  447.           registered (bulletin  option  disabled). The  internal  display  only
  448.           shows players and their current status in sorted order. An example of
  449.           the internal display follows:
  450.  
  451.             Pirate's Cove Player Standings as of 19:18:34, 11-26-1992
  452.             Cap'n Blight.......................16000
  453.             capt squid..........................7300
  454.             Captain Hook........................4500
  455.             Long John Pewter....................2500
  456.             Leng Deng Duc.......................1500
  457.             Long John Silver.......................0
  458.  
  459.  
  460.                                        OTHER STUFF
  461.  
  462.                The program  is hard coded  for a maximum  of 48 players  and 12
  463.           teams with a maximum of four players per team. The program, including
  464.           Door Patch uses up to buffer five.
  465.  
  466.                What is needed to run  the program is its own directory;  If you
  467.           are  tight for  space you  can  delete the  *.DOC files  and READ.ME.
  468.           HELLO.TXT  is optional.  All other  files are  needed. PCOVE.EXE  and
  469.           PCMAINT.EXE  generate all other  necessary files. Any  file ending in
  470.           .CFG can be used (PCOVE PCOVE.CFG).
  471.  
  472.                If you have comments on the program, please feel free to contact
  473.           me. Also,  if program errors  develop, please contact  me at once  so
  474.           that corrections can be made.
  475.  
  476.                Usable idea's for  door programs (games  or anything else)  will
  477.           provide the donor BBS with a free, registered, copy of that
  478.           particular  program. This is  my way of  saying "Thank you"  for your
  479.           program ideas.
  480.  
  481.                At this  time the programs are  written to work on  any computer
  482.           with  an  eighty column  screen. These  are  my current  doors: Music
  483.           Review for entering reviews on music recorded on any medium: Software
  484.           Review  that is  used to  do reviews on  Public Domain,  Freeware and
  485.           Shareware programs; Movie View where reviews are done on all kinds of
  486.           movies;  BBS Review where users enter reviews on various BBS systems;
  487.           Book  Review  where users  can enter  reviews on  any kind  of books;
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.           Community Service (Public Service Announcements) that is used to list
  496.           local and nearby activities;  Restaurant Review for doing reviews  on
  497.           your  favorite  eateries;  Wine  Review for  doing  reviews  on  your
  498.           favorite  wines, goes hand in  hand with Restaurant  Review; BBS Door
  499.           Review for viewing BBS doors (mainly for users to use); The Rime List
  500.           Door  for viewing  the worldwide  RelayNet nodes;  GT Power  List for
  501.           viewing the worldwide GT Power BBS network.
  502.  
  503.                I  have a game  called Gotcha! where  the user tries  to see how
  504.           many  doors can be picked before they  are caught. As of this writing
  505.           this is now an enhanced version.
  506.  
  507.                Registration is for one BBS/Network configuration! More than one
  508.           copy may  run on the  same BBS/Network at  the same location.  If the
  509.           program changes new holder must pay  an update fee, which may include
  510.           a new serial number (if BBS name is different), most current release,
  511.           and registration name changed in my records.
  512.  
  513.                Also please supply  me with  your BBS data  telephone number  as
  514.           well  as  voice telephone  number. This  is  for my  records. Several
  515.           people  have  registered  doors  and never  given  me  any  telephone
  516.           numbers.  I would  imagine  it difficult  to  have  a BBS  without  a
  517.           telephone.
  518.  
  519.  
  520.  
  521.  
  522.  
  523.                           J A M E S  H U C K A B E Y  
  524.                               software with a heart
  525.                                                             DATE:
  526.                                  James Huckabey
  527.                               3621-A Fraser Street
  528.                           Bellingham, Washington 98226
  529. ===============================================================================
  530. QUANTITY|               DESCRIPTION                       |       |   TOTAL 
  531. =============================================================================== 
  532.         |   Registration of Pirate's Cove (PCOVE.EXE)     | 20.00 |
  533.         |   For current copy of software U.S. please add  |  2.00 |
  534.         |                        Outside U.S. please add  |  4.00 |
  535.         |   Please check disk type below.                 |       |
  536. -------------------------------------------------------------------------------
  537.         |    Upgrade from earlier version to current      | FREE  |
  538.         |    version send diskette with return postage.   |       |
  539. ------------------------------------------------------------------------------
  540.         |     Registration of any two to three doors      | 35.00 |
  541.         |     at one time ($17.50 each).                  |  min. |
  542. -------------------------------------------------------------------------------
  543.         |     Registration of four or more doors at       | 60.00 |
  544.         |     one time ($15.00 each).                     |  min. |
  545. -------------------------------------------------------------------------------
  546.         |  1 set of all door software on your diskettes   | FREE  |
  547.         |  in your postage paid mailer.                   |       |
  548. -------------------------------------------------------------------------------
  549.                          (prices are subject to change)  SUBTOTAL |
  550.            (Washington state residents please add 7.6%) SALES TAX |
  551.                                                                   ==============
  552.                                     (U.S. funds only) GRAND TOTAL |
  553.          check or money order payable to James Huckabey
  554. ................................................................................
  555. FROM: 
  556.         NAME: 
  557.              -------------------------------------------------------
  558.      ADDRESS:  
  559.              -------------------------------------------------------
  560.         CITY: 
  561.              -------------------------------------------------------
  562.  STATE & ZIP: 
  563.              -------------------------------------------------------
  564.  
  565. DATA PHONE NO:                         VOICE PHONE NO:
  566.               ----------------------------------------------------------------
  567.  
  568.    Please supply name  of BBS to  be added to  program(s). It may include  other
  569. data up to forty-five characters. This is to be on one line of code and must be
  570. legible.  I  cannot  be responsible  for  unreadable  data.  Please print.  Case
  571. sensitive!
  572.  
  573. Example: "Jim's Graphics BBS". In the program it comes out:
  574.  
  575.                           This program is registered to
  576.  
  577.                                Jim's Graphics BBS
  578.  
  579. -------------------------------------------------------------------------------
  580.                 1.44 meg [ ]   720K [ ]   1.2 meg [ ]   360K [ ]
  581.