home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / MMAKER16.ZIP / MMAKER.DOC < prev    next >
Encoding:
Text File  |  1992-02-05  |  20.4 KB  |  488 lines

  1.  
  2.                               MATCH MAKER
  3.  
  4.                                   v1.6
  5.  
  6.  
  7.                                    by
  8.  
  9.                               Al Lawrence
  10.  
  11.                             Sunrise-80  BBS
  12.                             (404) 256-9525
  13.  
  14.  
  15.  
  16.  
  17.                                DESCRIPTION
  18.                                ___________
  19.  
  20.    Match Maker allows for the matching of callers with like interests 
  21.    based upon answers given to questions developed by the Sysop.
  22.   
  23.    You may create up to 50 questions to be asked of each caller. You may 
  24.    create a different set of questions, based upon the callers sex. All 
  25.    that is required is to assign the proper filename to each set.
  26.  
  27.    You may create a file containing names you do not want used as an 
  28.    alias (registered verion only).
  29.  
  30.    You may limit the number of times a caller may access the door.
  31.  
  32.    You may send and receive PRIVATE messages (does not affect the normal
  33.    BBS message base).
  34.  
  35.    Message database can accomodate 1000 messages.
  36.  
  37.    Caller database can accomodate 1000 users.
  38.  
  39.    All Caller database records contain the logon name of the caller. 
  40.  
  41.    A maintainance program is supplied to be used to purge the databases.
  42.    Command line parameters define the purge criteria. (Registered version 
  43.    only). Unregistered version allows for the search and viewing of Callers
  44.    records (search may ben Alias or logon name).
  45.  
  46.  
  47.  
  48.    NOTE: Most errors will be logged to a file called DFRAME.ERR which is
  49.          created in the directory you run the door from.
  50.  
  51.  
  52.  
  53.                         INSTALLATION/LIMITATIONS
  54.                         ________________________
  55.  
  56.  
  57.    Installation is fairly easy and straight-forward. The following steps and
  58.    examples should have you up and running in a very short period of time.
  59.    It is assumed that you are familiar with setting up DOORS on your system.
  60.    To this end, only examples of the configuration file and Door batch file
  61.    are described.
  62.  
  63.       1) Create a directory to hold all MATCH MAKER files
  64.  
  65.       2) Unzip MMAKERxx.ZIP into the the above directory
  66.  
  67.          NOTE: BRUN45.EXE is not included but is required !!!
  68.  
  69.       3) Create a configuration file, with a name of your choice, or
  70.          modify the supplied MMAKER.CFG file. A description follows:
  71.  
  72.             **                       Location of system file (See Below)
  73.             SUNRISE-80 BBS           Your BBS Name
  74.             Al                       Sysop's First Name
  75.  
  76.             Lawrence                 Sysop's Last Name
  77.  
  78.             00000000                 Registration Number
  79.  
  80.         #   2                        Keyboard timeout value in Minutes
  81.  
  82.     !   #   1                        Maximum # of Games per day
  83.                                      (Sysop gets 99, Registered version ONLY)
  84.  
  85.     !   #   0                        Time allowed in Door
  86.                                      (Sysop = Time Remaining - REG. VERSION)
  87.  
  88.             1                         Message Center Functions
  89.                                       1 = allow msg to be left/read
  90.                                       0 = disable message function
  91.  
  92.         #   25                        Maximum # of messages allowed in Database
  93.                                       This option is temporary, and will be
  94.                                       eliminated as soon as the message code is
  95.                                       rewritten to allow unlimited messages. For
  96.                                       now I would suggest keeping the number at
  97.                                       500 or less as it will eat up memory.
  98.  
  99.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  100.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  101.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  102.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  103.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  104.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  105.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  106.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  107.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  108.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  109.  
  110.     @   #   XXXX/YYYY                 Blackout Range  From/To
  111.     @   #   XXXX/YYYY                 Blackout Range  From/To
  112.     @   #   XXXX/YYYY                 Blackout Range  From/To
  113.     @   #   XXXX/YYYY                 Blackout Range  From/To
  114.     @   #   XXXX/YYYY                 Blackout Range  From/To
  115.  
  116.  
  117.      
  118.               ** = Replace with ONE of the following:
  119.  
  120. C:\PCB\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  121. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  122. C:\BBS\USERINFO.DAT             <- For Wildcat! systems using v3.x
  123.                                    (Note:DOOR.SYS must be in SAME directory)
  124. C:\BBS\DOOR.SYS                 <- For systems that support DOOR.SYS
  125. C:\BBS\DORINFOx.DEF             <- For QBBS/RBBS/RA. Replace x with Node #.
  126. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  127. C:\BBS\CHAIN.TXT                <- For WWIV systems 
  128.  
  129.  
  130.            # = Requires registration to change to a different value.
  131.            ! = See "Plays Per Day" Below
  132.            @ = See "Blackout Periods" Below
  133.  
  134.                NOTE: There are NO Blank Lines in the Config File!!
  135.  
  136.  
  137.  
  138.  
  139.       4) Create a batch file or modify the MMAKER file supplied. A
  140.          description of this file follows:
  141.  
  142.             ECHO off
  143.             cd\PCB\DOORS\MMAKER       Location of MatchMaker files
  144.             MMAKER MMAKER.CFG         EXE filename and CFG filename (Name
  145.                                       used in creating file in #3 above)
  146.             CD\PCB
  147.         *   BOARD
  148.  
  149.                * This is for PCboard. Replace with whatever your software
  150.                  requires to return to the BBS
  151.  
  152.        5) When running in more than one node, be sure to supply a
  153.           different configuration name for each node (your choice of name).
  154.  
  155.        6) The maximum number of messages that can exist in the Message
  156.           Database is 25 in the UNREGISTERED version and 1000 in the 
  157.           REGISTERED version.
  158.   
  159.  
  160.                     WELCOME Text File (MMWELCOM)
  161.                     ____________________________
  162.  
  163.       To allow you complete flexibility in the way in which you can welcome 
  164.       your callers to the MatchMaker Door, you would use a Text editor to 
  165.       create a freeform file called MMWELCOM. The MMWELCOM file included in the
  166.       ZIP file MUST be used if MatchMaker is NOT registered. In the registered 
  167.       version use of the file is optional.
  168.     
  169.  
  170.                           BLACKOUT PERIODS
  171.                           ________________
  172.  
  173.       Use the Blackout ranges option to define up to 5 time periods during
  174.       which you DO NOT want the Door to be played. If a caller tries to access 
  175.       the Door during the Blackout period, they will be shown a message that
  176.       contains ALL the Blackout periods you have defined, and to try the Door
  177.       at a later time.
  178.  
  179.       Each of the 5 Blackout ranges takes the form of XXXX/YYYY, where
  180.       XXXX=beginning time and YYYY=the ending time. For example, 0930/1230
  181.       means to NOT allow the Door to be played between 9:30am and 12:30pm.
  182.  
  183.       IMPORTANT: - All times must be 4 digits & must follow the XXXX/YYYY format
  184.                  - DO NOT change the XXXX/YYYY entry UNLESS you want to assign
  185.                    a Blackout range.
  186.                  - You MUST use the MILITARY time format. Example: 2030=8:30pm
  187.                    0900=9am, 0030=12:30am, 1700=5pm, etc.
  188.  
  189.  
  190.                               TRASHCAN FILE
  191.                               _____________
  192.  
  193.       This is a text file you must create (if you wish to use one), with
  194.       a file name of MMTCAN.DAT and it must reside in the Door directory.
  195.  
  196.       This file is used if you want to block the use of "offensive" alias'
  197.       callers may choose to use. Each name (up to a maximum of 10 characters
  198.       must appear on a separate line within the text file. 
  199.  
  200.       NOTE: The name must match EXACTLY !!!
  201.  
  202.       This file is valid only with registered versions of the Door
  203.  
  204.  
  205.  
  206.                           PLAYS Per DAY/DOOR Time
  207.                           _______________________
  208.  
  209.       Plays Per Day and Door Time can be controlled several ways:
  210.  
  211.       (1) You can use the Games Per Day, singular option, in the config
  212.           file above. This option, will affect ALL callers whose Security
  213.           Level is NOT defined in any of the 10 optional Security Level/
  214.           Plays Per Day entries in the config file.
  215.  
  216.       (2) You can use the Door Time, singular option, in the config file
  217.           above. This option, will affect ALL callers whose Security
  218.           Level is NOT defined in any of the 10 optional Security Level/
  219.           Plays Per Day/Door Time entries in the config file.
  220.  
  221.       (3) You can restrict the number of games a specific Security Level
  222.           will be allowed to play per day or REWARD specific Levels with 
  223.           more Plays Per Day. 
  224.  
  225.           Likewise, you can restrict the Play time for a specific Security
  226.           Level or REWARD specific Levels with more Door Time.
  227.  
  228.           These options are handled by the use of the 10 config 
  229.           entries (000=00/00). 
  230.           
  231.           The format of each entry is as follows:
  232.  
  233.           XXX=YY/ZZ  where XXX is the Security Level (must be 3 digits)
  234.                      where =  is a constant and MUST be included
  235.                      where YY is the # of games per day (must be 2 digits)
  236.                      where / is a constant and MUST be included
  237.                      where ZZ is num. minutes per Door entry (must be 2 digits)
  238.           
  239.           If the callers Security Level is NOT defined, his/her Plays Per
  240.           Day and Door Time will be controlled by the values in items
  241.           (1) and (2), above, respectively..
  242.  
  243.           You may define up to 10 Security Levels. All unused entries must
  244.           be defined as   000=00/00
  245.         --------------------------------------------------------------------
  246.           Example: Suppose you had 3 Security Levels defined on your BBS as
  247.           (20=Subscriber, 30=Visiting Sysop, 40=CoSysop, 90=Friend) and you 
  248.           wanted to set Plays Per Day as :     Subscriber=5
  249.                                            Visiting Sysop=2
  250.                                                   CoSysop=3
  251.                                                    Friend=10 
  252.           
  253.           and Door Time as follows:     Subscriber=30 minutes
  254.                                     Visiting Sysop=20 minutes
  255.                                            CoSysop=10 minutes 
  256.                                             Friend=remaining call time
  257.                                
  258.  
  259.           You would set the Individual "Games per Day" config entry to 1 and 
  260.           the individual "Door Time" to 5 minutes (these would be the 
  261.           default number of games and default Time for all Security Levels
  262.           other than 20,30 or 40... make them any number you want). Next you
  263.           would replace 4 of the Security Level entries as :  020=05/30                                               
  264.                                                               030=02/20
  265.                                                               040=03/10
  266.                                                               090=10/0
  267.  
  268.  
  269.  
  270.  
  271.                            QUESTION FILE(S) SETUP
  272.                            ______________________
  273.  
  274.         MatchMaker has the ability to use 2 question files, one for Male
  275.         and one for Female. The Male question file must be named MMQUESTM.QUE
  276.         and the Female question file must be named MMQUESTF.QUE. The Male 
  277.         file is REQUIRED to be present and the Female file is OPTIONAL. If you
  278.         do NOT want separate question files, DO NOT create the MMQUESTF.QUE
  279.         file. If you do use both, bear in mind that the questions should be
  280.         essentially the same, but may be "slanted" to either sex. You will
  281.         not get many matches if you use entirely different questions and
  282.         answers. A sample MMQUESTM.QUE file is included to get you started.
  283.         
  284.         You  may have up to 50 questions.
  285.  
  286.         Each question can be up to 2 lines
  287.  
  288.         Each question can have up to 14 answers.
  289.  
  290.         The following is an explanation of how to set up this file:
  291.  
  292.         38                         <number of questions in this file
  293.         1                          <number of lines in the 1st question
  294.         10                         <number of answers
  295.         How old are you?           <question line 1
  296.         Less than 18 years old     <answer A
  297.         18 - 20 years old          <answer B
  298.         21 - 25 years old          <answer C
  299.         26 - 28 years old          <answer D
  300.         29 - 32 years old          <answer E
  301.         33 - 38 years old          <answer F
  302.         39 - 43 years old          <answer G
  303.         44 - 49 years old          <answer H
  304.         50 - 60 years old          <answer I
  305.         Over 60 years old          <answer J
  306.         2                          <number of lines in the last question
  307.         3                          <number of answers
  308.         "Now honestly, did you tell the whole truth on the"
  309.         "questionnaire, and nothing but the truth so help you God?"
  310.         "Yes, I told the whole truth"
  311.         A few lies never hurt anyone
  312.         I told mostly the truth
  313.  
  314.         In  the  above  example  the first line is the  total  number  of 
  315.         questions contained in the file.
  316.  
  317.         Line 2 is the number of lines in the first question.
  318.  
  319.         Line 3 is the number of answers listed for the question.
  320.  
  321.         Line 4 is the first question in the file.
  322.  
  323.         Lines 5 to 13 are the answers for the first question
  324.  
  325.         The last 7 lines break down as follows:
  326.  
  327.         Line 1 states that this question has two lines.
  328.  
  329.         Line 2 states that there are 3 answers listed
  330.  
  331.         Line 3 is the first line of the question.
  332.  
  333.         Line 4 is the second line of the question.
  334.  
  335.         Line 5 is the first answer.
  336.  
  337.         Line 6 is the second answer.
  338.  
  339.         Line 7 the third and last answer.
  340.  
  341.         A  line,  whether a question or an answer,  must be  enclosed  in 
  342.         quotation  marks  (") if the line contains any punctuation  other 
  343.         then a '?'. (see example files)
  344.  
  345.         The shorter the question the better.  One liners are the 
  346.         best, two liners ok, but three or more becomes tedious.
  347.  
  348.         There are two questions you need not worry about including in the 
  349.         file. These are:
  350.  
  351.                          What is your Sex
  352.                          What is your current age
  353.  
  354.         Since  the program must have these to work correctly,  they are
  355.         asked when you first log on.
  356.  
  357.  
  358.  
  359.  
  360.               MATCHMAKER MAINTENANCE PROGRAM (MMAINT)
  361.               _______________________________________
  362.  
  363.       The Caller Databse and Message Database, that MatchMaker utilizes, 
  364.       must be purged periodically. The Caller database can hold an unlimited
  365.       number of callers, and the Message database can hold a maximum of
  366.       1000 messages.
  367.  
  368.       After a message is read, it is marked for deletion, but not physically 
  369.       deleted from the database. The maintenance program (MMAINT), when run, 
  370.       will remove all messages marked for deletion, as well as those messages
  371.       that have been on the system longer than the number of days specified on
  372.       the command line, for Events, or requested when run manually.
  373.  
  374.       There are 2 ways to remove a caller form the Callers database. You can
  375.       delete it manually, after searching for & viewing the record or 
  376.       automatically if the door has not been accessed in the number of days
  377.       specified on the command line, for Events or requested when run manually.
  378.  
  379.       The command line required to run MMAINT as an EVENT is as follows:
  380.  
  381.               MMAINT /vvvvvvv.CFG /MDAYS:yy /CDAYS:zzz
  382.  
  383.       The command line required to run MMAINT MANUALLY is as follows:
  384.  
  385.                      MMAINT /vvvvvvv.CFG
  386.  
  387.           vvvvvvv.CFG  =  MatchMaker Configuration FIle
  388.                   yyy  =  Delete message if message is older than yyy days.
  389.                   zzz  =  Delete User if MMAKER not accessed in zzz days.
  390.  
  391.       As you can see, you can run MMAINT in your nightly event and/or manually.
  392.       Just adjust the command line, accordingly.
  393.  
  394.       Special Note: The only option available to Non=Registered users is the
  395.                     option to search/view a caller's record. All other require
  396.                     you to run a registered copy of MatchMaker.
  397.  
  398.  
  399.  
  400.                              COM Support
  401.                              ___________
  402.  
  403.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  404.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  405.       number after the configuration filename. Let's assume your Door is
  406.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  407.       passed to your Door would be:
  408.                                    FOOBAR FOOBAR.CFG /5
  409.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  410.       normally used with COM1. No /x parameter is needed for the standard
  411.       IRQ's.
  412.  
  413.  
  414.  
  415.                                ADOPT-A-DOOR
  416.                                ____________
  417.  
  418.      If you want to display the names of the callers that contributed
  419.      to registering the Door, you must create an ASCII file called
  420.      ADOPT.SYS. You create it with an Editor or Word Processor. Enter
  421.      the name(s) of the contributors (one on each line, maximum of 5
  422.      entries, each a maximum of 30 characters long). This file must be
  423.      saved, in ASCII format, and placed in the Door directory.
  424.  
  425.  
  426.  
  427.                               LEGALITIES
  428.                               __________
  429.  
  430.  
  431.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  432.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  433.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  434.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  435.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  436.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  437.       OR BREACH OF ANY WARRANTY.
  438.  
  439.  
  440.  
  441.  
  442.  
  443.                              DISTRIBUTION
  444.                              ____________
  445.  
  446.    You may make this file available for downloading from your BBS or you may
  447.    upload it to any BBS of your choice, provided that you do not make any
  448.    changes to the contents of the archive (ZIP file). The archive and its
  449.    individual contents may not be used by any service that charges any money
  450.    whatsoever, without the written permission of the author.
  451.  
  452.  
  453.  
  454.  
  455.  
  456.                              REGISTRATION
  457.                              ____________
  458.  
  459.    Registration and the subsequent insertion of the registration number into
  460.    your configuation file, allows for the display of your BBS name on the
  461.    opening and closing screen as well as the reduction of a delay built into
  462.    the opening screen display along with the ability to change certain
  463.    values in the configuration file.
  464.  
  465.    To register your copy of MatchMaker, please fill out the registration 
  466.    form (REGISTER.FRM) and mail it along with a small donation of $25 to
  467.    the name and address on the form.
  468.  
  469.    Be sure to use the proper upper/lower case when filling in your name and
  470.    BBS name, as they MUST match the way you entered them in the configuration
  471.    file.             ^^^^
  472.  
  473.    Based upon information supplied on the registration form, I will pre-
  474.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  475.    up your registration number.
  476.  
  477.  
  478.  
  479.                                  MISC
  480.                                  ____
  481.  
  482.    The latest version of MATCH MAKER and other fine SUNRISE DOOR programs
  483.    are always available for download from SUNRISE-80 BBS.
  484.  
  485.    Remember, should you have any problems, questions or suggestions, be sure
  486.    to drop me a message on Sunrise-80 or in the RIME network (BBS_Doors, 
  487.    PCBHints, SYSops) or on SMARTNET (SN_Sysops).
  488.