home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / guest095.zip / GUEST.DOC < prev    next >
Text File  |  1994-05-11  |  12KB  |  283 lines

  1.  
  2.  
  3.                     ****************************************
  4.                            ATLANTIS SOFTWARE PRESENTS
  5.                     ****************************************
  6.  
  7.                               THE GUEST REGISTRY
  8.  
  9.                                  Version 0.95
  10.  
  11.                        Copyright (c) 1994   By Jimmy Rose
  12.                     ****************************************
  13.  
  14.  
  15.  
  16.  
  17.                                SHAREWARE NOTICE
  18.                                ________________
  19.  
  20.         The Guest Registry is a copyrighted program being distributed
  21.         as Shareware. You may use this program for evaluation purposes
  22.         for as long as it takes to decide if it fits your needs. If you
  23.         find this program useful please register it. The registered
  24.         version supports up to 1000 users, or more if required.
  25.  
  26.         Please support the shareware concept. Programmers spend many
  27.         hours (often hundreds) working on their programs. Whenever you
  28.         find a shareware program you like and find useful, register it.
  29.         This encourages future development.
  30.  
  31.  
  32.                                 INTRODUCTION
  33.                                 ____________
  34.  
  35.         The Guest Registry is a very popular door for all major BBS's.
  36.         It may be configured as a Main Menu item on many boards.
  37.         Guests (users) can enter information about themselves and view
  38.         other guests preferences.
  39.  
  40.         Includes information such as hobbies, favorite books and movies,
  41.         marital status, available for dating, smoke, drink, and much more.
  42.         All questions are optional, and guests may edit personal stats at
  43.         any time.
  44.         
  45.  
  46.                            REGISTRATION & SUPPORT
  47.                            ______________________
  48.  
  49.         The Guest Registry will be supported indefinatly. The latest
  50.         shareware version will always be available for download from
  51.         The Prophecy BBS (513) 423-2336.
  52.         It is free download on your first call.
  53.  
  54.         If you have any comments, suggestions, or features you'd like
  55.         to see added to The Guest Registry, please write or send E-mail.
  56.         I want to hear your ideas. All questions as will be answered as
  57.         quickly as possible. The Shareware version of this program allows
  58.         for up to 20 guests. The registered version will support up to
  59.         1000 guests (more on request).
  60.  
  61.         If you find this program useful you may registered it by sending
  62.         $10 to the address below:
  63.  
  64.                 Jimmy Rose
  65.                 2000 Linden Ave.
  66.                 Middletown, OH 45044-4435
  67.  
  68.         What do you get for your $10?
  69.  
  70.         * The latest version of The Guest Registry with support
  71.           for 1000 or more guests.
  72.         * Free Unlimited support by Phone, Mail, or The Prophecy BBS.
  73.         * FREE minor upgrades (when and if available).
  74.         * Notificaton of Major updates.
  75.         
  76.  
  77.                                 REQUIREMENTS
  78.                                 ____________
  79.  
  80.         You need an IBM compatible computer and a BBS. The Guest
  81.         Registry will work with TriBBS, Wildcat, PC Board, Spitfire,
  82.         RBBS, WWIV, Gap, Renegade, Remote Access, and other BBS's
  83.         that can run one of these doors.
  84.         It is assumed that you are familiar with your BBS software
  85.         and have installed other doors. If not, step by step instructions
  86.         are provided for some boards. This program may also be run in
  87.         local mode without a BBS (see below).
  88.  
  89.  
  90.                                 INSTALLATION
  91.                                 ____________
  92.  
  93.         Create a directory for The Guest Registry. Preferably in your
  94.         BBS directory. You can name it whatever you want. For example,
  95.         if you want to create a directory called "guest" in your BBS
  96.         directory, from the Dos prompt type "cd c:\bbs", then type
  97.         "md guest". Don't type the quotation marks.
  98.         This assumes your BBS is on your c: drive. If it's on another
  99.         drive, substitute the appropriate letter.
  100.  
  101.         After you create the directory, unzip the archive contents
  102.         into it. Next you'll want create a configuration file or modify
  103.         the "sample.cfg" file included with the archive. This is an ascii
  104.         text file that can be created or edited with any text editor.
  105.         The configuration file MUST be in the same directory as The
  106.         Guest Registry. It has the following format:
  107.  
  108.                 Line 1:  Door data type (see below)
  109.                 Line 2:  Path to Door data file (dropfile)
  110.                 Line 3:  BBS name
  111.                 Line 4:  Sysop's name
  112.                 Line 5:  Locked baud rate
  113.  
  114.         Line 1 is the Door data file type and can be any of the following
  115.         TRIBBS for TriBBS                    ; TRIBBS.SYS
  116.         PCB    for PC Board                  ; PCBOARD.DAT, PCBOARD.SYS
  117.         GAP    for Gap                       ; DOOR.SYS
  118.         SF     for Spitfire                  ; SFDOORS.DAT
  119.         RBBS   for RBBS                      ; DORINF0#.DEF
  120.         WC     for Wildcat                   ; CALLINFO.BBS
  121.         WWIV   for WWIV                      ; ????????.???
  122.  
  123.         * Note that TriBBS can run doors with any of the configuration
  124.           dropfiles above. Remote Access may use either GAP or RBBS.
  125.           Other BBS packages may work with multiple dropfiles, but
  126.           make sure you choose only one.
  127.  
  128.         The other lines should be self-explainatory. Here's a sample
  129.         config file:
  130.  
  131.                 TRIBBS
  132.                 c:\tribbs\
  133.                 The Prophecy
  134.                 Jimmy Rose
  135.                 38400
  136.  
  137.         This would configure The Guest Registry to run on a TriBBS
  138.         system. It assumes the BBS is in the "tribbs" directory. Other
  139.         Sample configuration files can be found at the end of this file.
  140.  
  141.         The next step is to create a batch file to call the door. Each
  142.         BBS is different, so it's assumed you know how to create one
  143.         for your system. Here's a sample batch file for TriBBS:
  144.  
  145.                 cd c:\tribbs\guest
  146.                 gr sample.cfg
  147.                 cd c:\tribbs
  148.                 board
  149.  
  150.         The first line changes to the directory where The Guest Registry
  151.         is located.
  152.         The second line calls the door followed by the configuration file.
  153.         You MUST include the name of the configuration file, although you
  154.         can name it anything you like.
  155.         The third and fourth lines return you to the board.
  156.         Each system will be a little different, the one line that will
  157.         be same for every batch file is the second one.
  158.         Finally, edit your bbs files to display the door name and call
  159.         the batch file when selected. You're on your own here!
  160.  
  161.         The Guest Registery can easily be run from your Main Menu on
  162.         systems with extendable menus. It is recommended you do run
  163.         the program from the Main Menu if your system supports this.
  164.  
  165.  
  166.  
  167.                                  OPERATION
  168.                                  _________
  169.  
  170.         The Guest Registry may be run locally if you wish. If you want
  171.         to run the door without going through the BBS, make the directory
  172.         where the program is stored the current directory. From the Dos
  173.         prompt type "gr sample.cfg local". You will prompted to enter a
  174.         user name. Whatever name you type in will be used for your Alias.
  175.  
  176.         When The Guest Registry loads you will see a list of commands.
  177.         Here are the Main Menu commands:
  178.      
  179.         R - Register:
  180.             This command lets you enter your personal information
  181.             into the registry. You will be asked a series of questions
  182.             for which you will type in your answer. If you don't want
  183.             to answer a paticular question, just hit enter and it will
  184.             be left blank.
  185.             If you are already registered, you can't register again.
  186.             select "E" instead.
  187.  
  188.         V - View Registry:
  189.             Displays a list of all registered guests and displays
  190.             registry for guest that you select.
  191.  
  192.         I - Instructions:
  193.             Shows help screen.
  194.  
  195.         E - Edit Personal Info:
  196.             Let's you make changes to your personal registry file.
  197.             
  198.         Q - Quit and Reurn to the BBS: (BBS will be the name of your BBS)
  199.             Does just what it says.
  200.      
  201.  
  202.  
  203.                          SAMPLE CONFIGURATION FILES
  204.                          --------------------------
  205.         ________________________________________
  206.         Spitfire.cfg:
  207.  
  208.                 SF
  209.                 c:\spitfire\
  210.                 The Haven
  211.                 Eric Carr
  212.                 14400
  213.         ________________________________________
  214.         pcboard.cfg:
  215.  
  216.                 PCB
  217.                 c:\pcbbs\
  218.                 Consultant's BBS
  219.                 Joe Comm
  220.                 14400
  221.         ________________________________________
  222.         wildcat.cfg:
  223.  
  224.                 WC
  225.                 c:\bbs\
  226.                 Dragons Liar
  227.                 The Wraith
  228.                 38400
  229.         ________________________________________
  230.         gap.cfg
  231.  
  232.                 GAP
  233.                 c:\bbs\
  234.                 Salt Lake BBS
  235.                 Martha Mormon
  236.                 9600
  237.         ________________________________________
  238.  
  239.  
  240.                                     NOTES
  241.                                     _____
  242.  
  243.         IMPORTANT! The program data is contained in the files "guest.usr"
  244.         and "userx", where x is the users registry number.
  245.         DO NOT attempt to modify these files! It is a good idea to make
  246.         a backup copy of these file at least once a week. If the files
  247.         become corrupted or are lost due to hard drive failure, or
  248.         human error, then all callers who already entered info will
  249.         have to do so again.
  250.  
  251.         It is not possible to delete a guest. That feature will be
  252.         available in version 2.0. However, it is possible for the
  253.         sysop to edit all info. Simply log on in "local" mode (from
  254.         dos) and when prompted for a name for the local logon enter
  255.         the alias of the person you want to edit. Then select "E"
  256.         from the main menu and enter the persons registry number.
  257.         This may be useful if someone enters vulgar or obscene answers
  258.         that you don't want other users who may be offended to see.
  259.  
  260.         The Guest Registry was programmed by myself because I wanted
  261.         this feature on The Prohecy BBS and could not find anything
  262.         else suitable for the IBM. It is an extremely popular feature
  263.         on other platforms.
  264.  
  265.         Thanks to Martin Wheeler and Photo Finish BBS (513) 539-4439
  266.         for serving as distributation and test site for The Guest
  267.         Registry and other Atlantis Software products.
  268.  
  269.         This program was written in C++ using Borland Turbo C and the
  270.         Tridoor library (c) by Mark Goodwin.
  271.  
  272.         If you have any questions, comments, or suggetions please write
  273.         to:
  274.  
  275.                 Jimmy Rose
  276.                 2000 Linden ave.
  277.                 Middletown, OH 45044-4435
  278.                 USA
  279.  
  280.         Or call the Home of Atlantis Software:
  281.         The Prophecy BBS (513) 423-2336. 24 hours a day. 14400.
  282.  
  283.