home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / sunrise / mmaker34.zip / MMAKER.DOC < prev    next >
Text File  |  1993-07-14  |  39KB  |  881 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.                               MATCH MAKER
  15.  
  16.                                   v3.4
  17.  
  18.                                    by
  19.  
  20.                               Al Lawrence
  21.                          Sunrise Door Software
  22.  
  23.                             Sunrise-80  BBS
  24.                         (404) 256-9525  (Data)
  25.                         (404) 705-9104  (Data)
  26.                 (404) 256-9518  (VOICE, 9am-9:30pm EST)
  27.  
  28.            (c) Copyright  1993,  Al Lawrence  All RIghts Reserved
  29.  
  30.  
  31.                       TABLE  OF  CONTENTS
  32.                       -------------------
  33.  
  34.    Match Maker Highlights..........................................  1
  35.    Legalities......................................................  2
  36.    Distribution....................................................  3
  37.    Installation....................................................  4
  38.    Configuration File..............................................  5
  39.    Download Questionaire...........................................  7
  40.    Upload Answers to Questionaire..................................  8
  41.    File Transfer Protocols.........................................  9
  42.    WELCOME Text File (MMWELCOM).................................... 10
  43.    New Questions Bulletin (MMNEWQUE.TXT)........................... 11
  44.    Blackout Periods................................................ 12
  45.    TRASHCAN File................................................... 13
  46.    Plays per Day/Door Time......................................... 14
  47.    Question File Setup............................................. 15
  48.    Maintenance Program (MMAINT).................................... 17
  49.    Non-Standard Communication Ports................................ 18
  50.    Multi-Node Setup................................................ 19
  51.    Match Maker EXCHANGE............................................ 20
  52.    Registration.................................................... 21
  53.    Miscellaneous................................................... 22
  54.  
  55.                                                                        Page 1
  56.                        MATCH MAKER HIGHLIGHTS
  57.                        ----------------------
  58.  
  59.    Match Maker allows for the matching of callers with like interests
  60.    based upon answers given to questions developed by the Sysop.
  61.  
  62.    You may create up to 100 questions to be asked of each caller. You may
  63.    create a different set of questions, based upon the callers sex. All
  64.    that is required is to assign the proper filename to each set.
  65.  
  66.    You can indicate which questions you want a single choice and which you
  67.    will allow the caller to select multiple choices.
  68.  
  69.    You may create a trashcan file containing names you do not want used as an
  70.    alias or Logon Name (registered version only).
  71.  
  72.    You may limit the number of times a caller may access the door.
  73.  
  74.    You may send and receive PRIVATE messages (does not affect the normal
  75.    BBS message base).
  76.  
  77.    Message database can accomodate unlimited number of messages. (Reg Version)
  78.  
  79.    Caller database can accomodate unlimited number of users. (Reg version)
  80.  
  81.    All Caller database records contain the logon name of the caller.
  82.  
  83.    A maintainance program is supplied to be used to purge the databases and
  84.    recreate Index files. Command line parameters define the purge criteria
  85.    for Event maintenance (Registered version only). When run locally you
  86.    define the purge criteria at run time (Registered version only).
  87.    Unregistered version allows for the search and viewing of Callers records
  88.    (search may be Alias or logon name) as well as the recreation of Indexes.
  89.  
  90.    Maintenance program can clear all answers or individual questions. The Door
  91.    program will then detect this and force the caller to answer the new
  92.    question(s).
  93.  
  94.    Capable of exchanging USER and MESSAGE databases amongst any number of BBS'
  95.  
  96.    Caller can download questionaire file
  97.  
  98.    Caller can upload answers to questionaire file
  99.  
  100.  
  101.  
  102.                                                                        Page 2
  103.  
  104.  
  105.                               LEGALITIES
  106.                               __________
  107.  
  108.  
  109.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  110.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  111.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  112.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  113.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  114.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  115.       OR BREACH OF ANY WARRANTY.
  116.  
  117.  
  118.  
  119.  
  120.  
  121.                                                                        Page 3
  122.  
  123.  
  124.                              DISTRIBUTION
  125.                              ____________
  126.  
  127.    You may make this file available for downloading from your BBS or you may
  128.    upload it to any BBS of your choice, provided that you do not make any
  129.    changes to the contents of the archive (ZIP file). The archive and its
  130.    individual contents may not be used by any service that charges any money
  131.    whatsoever, without the written permission of the author.
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.                                                                        Page 4
  141.                         INSTALLATION/LIMITATIONS
  142.                         ________________________
  143.  
  144.  
  145.    >>>>>>>> ++++ BE SURE THAT YOU HAVE SHARE.EXE LOADED!!!! ++++ <<<<<<<<
  146.  
  147.  
  148.    Installation is fairly easy and straight-forward. The following steps and
  149.    examples should have you up and running in a very short period of time.
  150.    It is assumed that you are familiar with setting up DOORS on your system.
  151.    To this end, only examples of the configuration file and Door batch file
  152.    are described.
  153.  
  154.       1) Create a directory to hold all MATCH MAKER files
  155.  
  156.       2) Unzip MMAKERxx.ZIP into the the above directory
  157.  
  158.       3) Create a configuration file, with a name of your choice, or
  159.          modify the supplied MMAKER.CFG file.
  160.  
  161.       4) Create a batch file or modify the MMAKER file supplied. A
  162.          description of this file follows:
  163.  
  164.             ECHO off
  165.             cd\PCB\DOORS\MMAKER       Location of MatchMaker files
  166.             MMAKER MMAKER.CFG         EXE filename and CFG filename (Name
  167.                                       used in creating file in #3 above)
  168.             CD\PCB
  169.         *   BOARD
  170.  
  171.                * This is for PCboard. Replace with whatever your software
  172.                  requires to return to the BBS
  173.  
  174.        5) When running in more than one node, be sure to supply a
  175.           different configuration name for each node (your choice of name).
  176.  
  177.        6) The maximum number of messages that can exist in the Message
  178.           Database is 10 in the UNREGISTERED version and unlimited in
  179.           REGISTERED version.
  180.  
  181.        7) The maximum number of users that can exist in the User Database
  182.           is 20, in the UNREGISTERED version and unlimited when REGISTERED!
  183.  
  184.        8) If running with multi-port boards add /FD to the line
  185.           containing the CFG name as follows:
  186.  
  187.                           MMAKER MMAKER.CFG /FD
  188.  
  189.  
  190.  
  191.  
  192.  
  193.    NOTE: Most errors will be logged to a file called DFRAME.ERR which is
  194.          created in the directory you run the door from.
  195.  
  196.                                                                        Page 5
  197.                    CONFIGURATION FILE EXPLANATION
  198.                    ------------------------------
  199.  
  200.             **                       Location of system file (See Below)
  201.             SUNRISE-80 BBS           Your BBS Name
  202.             Al                       Sysop's First Name
  203.  
  204.             Lawrence                 Sysop's Last Name
  205.  
  206. |-----------------------------------------------------------------------------|
  207. | READ!     1                        CommPort  \ These 2 lines are required   |
  208. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  209. |-----------------------------------------------------------------------------|
  210.  
  211.             00000000                 Registration Number
  212.  
  213.             2                        Keyboard timeout value in Minutes
  214.  
  215.     !       10                       Maximum # of Games per day
  216.                                      (Sysop gets 99, Registered version ONLY)
  217.  
  218.     !   #   0                        Time allowed in Door
  219.                                      (Sysop = Time Remaining - REG. VERSION)
  220.  
  221.             1                         Message Center Functions
  222.                                       1 = allow msg to be left/read
  223.                                       0 = disable message function
  224.  
  225.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  226.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  227.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  228.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  229.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  230.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  231.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  232.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  233.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  234.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  235.  
  236.     @   #   XXXX/YYYY                 Blackout Range  From/To
  237.     @   #   XXXX/YYYY                 Blackout Range  From/To
  238.     @   #   XXXX/YYYY                 Blackout Range  From/To
  239.     @   #   XXXX/YYYY                 Blackout Range  From/To
  240.     @   #   XXXX/YYYY                 Blackout Range  From/To
  241.  
  242.         #   N                         N = Allow only 1 Alias per caller
  243.                                       Y = Allow caller more than 1 Alias
  244.  
  245.             Y                         Y = Include Sexual Orientations
  246.                                       N = Do NOT include Sexual Orientations
  247.  
  248.             N                         N = Show dates in American Format
  249.                                       Y = Show dates in European Format
  250.  
  251.         #   00000000                  MMAKER Exchange Registration Number
  252.  
  253.         #   MMAKER                    Export File(s) name generated by the
  254.                                       MMEXCH Export option (Max 6 characters).
  255.                                       We suggest that you use a part of your
  256.                                       BBS Name, up to 6 characters!
  257.  
  258.             Y                         Y = Allow caller to change questionaire
  259.                                           answers
  260.                                       N = Do not allow caller to change
  261.                                           questionaire answers
  262.  
  263.             Y                         Y = Allow Uploading/Downloading
  264.                                       N = Do not allow Uploading/Downloading
  265.  
  266.  
  267.                                                                         Page 6
  268.                    CONFIGURATION FILE EXPLANATION (cont'd)
  269.                    ------------------------------
  270.  
  271.  
  272.   ** = Replace with Full DRIVE\PATH\FILENAME of ONE of the following:
  273.  
  274.       PCBOARD.SYS, DOOR.SYS, CALLINFO.BBS, USERINFO.DAT, DORINFOx.DEF
  275.       SFDOORS.DAT, GTUSER.BBS, TRIBBS.SYS
  276.  
  277.          For GT Power using GTUSER.BBS: must put the ComPort # on
  278.                                         line 5 and the Node # on
  279.                                         line 6 of the configuration file
  280.  
  281.            # = Requires registration to change to a different value.
  282.            ! = See "Plays Per Day" Below
  283.            @ = See "Blackout Periods" Below
  284.  
  285.                NOTE: There are NO Blank Lines in the Config File!!
  286.  
  287.  
  288.                                                                        Page 7
  289.                       DOWNLOAD QUESTIONS to QUESTIONAIRE
  290.                       ----------------------------------
  291.      Callers will be given the option of downloading the questionaire and
  292.      replying to it offline. MatchMaker will format the questionaire file to
  293.      make it easier for the caller to read. The reformatting takes place in
  294.      one of 2 ways:
  295.  
  296.          (a) If you change/add/delete questions then the maintenance program
  297.              (MMAINT) will do it automatically once you have chosen option #6
  298.              to signal a change to the MatchMaker Door.
  299.  
  300.          (b) If you choose option #7
  301.  
  302.      After either of the 2 options are exercised, the files will be placed in
  303.      the MatchMakewr directory: MMQUESTM.DLM and MMQUESTF.DLF (one for the Male
  304.      questionaire and one for the Female questionaire)
  305.  
  306.      NOTE: A file called MMDLTEXT is supplied with sample verbage that will be
  307.            included at the beginning of ALL downloadable question files. We
  308.            suggest that you review it to make any changes you feel would be
  309.            appropraite. At a minimum you would want to add your BBS name.
  310.  
  311.  
  312.  
  313.  
  314.                                                                        Page 8
  315.                        UPLOAD ANSWERS to QUESTIONAIRE
  316.                        ------------------------------
  317.  
  318.       Callers are given the option of UPLOADING the answers to the questionaire
  319.       directly to the MatchMaker Door. Typically they would download the
  320.       questionaire and then CREATE a SEPARATE and UNIQULEY NAMED ASCII file
  321.       with the replies for each question on a spearate line. The replies MUST
  322.       be in ASCII format, NOT Zipped, and have replies for each question on a
  323.       separate line. If user is responding to a question with more than one (1)
  324.       choice, then the choices MUST be written as:   ABCD   No punctuation of
  325.       any sort!
  326.  
  327.  
  328.  
  329.  
  330.                                                                        Page 9
  331.                    UPLOAD/DOWNLOAD FILE TRANSFER PROTOCOLS
  332.                    ---------------------------------------
  333.  
  334.       The MatchMaker externalizes all file transfer protocols used for Uploading
  335.       and Downloading of the MatchMaker questionaire/answers. This allows the
  336.       Sysop to define the file transfer protocols they wish to support.
  337.  
  338.       A file called PROTOCOL.DAT is supplied with protocols already defined,
  339.       which you may alter at any time. Each entry in the PROTOCOL.DAT file
  340.       consists of the description that will be displayed to the caller on the
  341.       Protocol Menu and the 'high level' name of the protocol's batch files.
  342.  
  343.                Example:  ZModem   Upload or Download, ZPROT
  344.  
  345.       The information to the left of the comma is the description. MatchMaker
  346.       requires that you have 2 batch files in the MatchMaker directory to handle
  347.       the uploading and downloading. In the above example ZPROT is the 'high
  348.       level' portion of the 2 batch file names required for ZMODEM. Your
  349.       MatchMaker directory should contain ZPROTR.BAT (the R is for uploading)
  350.       and ZPROTS.BAT (the S is for downloading). The R and S suffixes MUST be
  351.       present as that is what the MatchMaker will be looking for in the
  352.       MatchMaker directory!
  353.  
  354.       Each protocol batch file MUST contain 2 batch file variables as follows:
  355.  
  356.       %1 = MatchMaker will use this variable to substitute the current ComPort
  357.       %2 = MatchMaker will use this variable to substitute the file name
  358.  
  359.       IMPORTANT! Place the variable (%1 and %2) ONLY in the EXACT location that
  360.                  your protocol requires them, in the protocol command line. Do
  361.                  NOT supply the ComPort or FileName, JUST the %1 and %2
  362.                  variables themselves (%1 and %2)!
  363.  
  364.       See example batch files supplied with the MatchMaker. They are the ones
  365.       being used on the Sunrise-80 BBS.
  366.  
  367.  
  368.                              *** PLEASE NOTE ***
  369.  
  370.       There may come a time when you will need to supply information to the
  371.       protocol you are using, based on the node it will be used on. You can
  372.       accomplish this by supplying a node-specific PROTOCOL file. Everything
  373.       described above stays the same except that you will name the file
  374.       PROTOCOL.x (where x is the node number). For example, to use a special
  375.       set of protocols (or batch files) on node number 5, modify a copy of
  376.       PROTOCOL.DAT and name it PROTOCOL.5. MATCH MAKER will use PROTOCOL.5 when
  377.       someone logs on node 5 and will use PROTOCOL.DAT for ALL OTHERS. You do
  378.       not have to create node-specific PROTOCOL files for all nodes.. just the
  379.       node(s) that are different.
  380.  
  381.  
  382.                                                                        Page 10
  383.                          WELCOME Text File (MMWELCOM)
  384.                          ____________________________
  385.  
  386.       To allow you complete flexibility in the way in which you can welcome
  387.       your callers to the MatchMaker Door, you would use a Text editor to
  388.       create a freeform file called MMWELCOM. See sample file included in
  389.       this ZIP file.
  390.  
  391.  
  392.  
  393.  
  394.  
  395.                                                                        Page 11
  396.                      New Questions Bulletin (MMNEWQUE.TXT)
  397.                      _____________________________________
  398.  
  399.       This file is displayed when the Sysop has chosen to clear the current set
  400.       of questions or add more questions or change individual questions. You
  401.       would use the CHANGE QUESTIONS option in the Maintenance program to
  402.       signal the change to the MatchMaker Door and therefore  force the callers
  403.       to re-answer the new set (or individual questions). You can use the
  404.       default file supplied or create your own. The file name must be
  405.       called MMNEWQUE.TXT !
  406.  
  407.  
  408.  
  409.                                                                        Page 12
  410.                                BLACKOUT PERIODS
  411.                                ________________
  412.  
  413.       Use the Blackout ranges option to define up to 5 time periods during
  414.       which you DO NOT want the Door to be played. If a caller tries to access
  415.       the Door during the Blackout period, they will be shown a message that
  416.       contains ALL the Blackout periods you have defined, and to try the Door
  417.       at a later time.
  418.  
  419.       Each of the 5 Blackout ranges takes the form of XXXX/YYYY, where
  420.       XXXX=beginning time and YYYY=the ending time. For example, 0930/1230
  421.       means to NOT allow the Door to be played between 9:30am and 12:30pm.
  422.  
  423.       IMPORTANT: - All times must be 4 digits & must follow the XXXX/YYYY format
  424.                  - DO NOT change the XXXX/YYYY entry UNLESS you want to assign
  425.                    a Blackout range.
  426.                  - You MUST use the MILITARY time format. Example: 2030=8:30pm
  427.                    0900=9am, 0030=12:30am, 1700=5pm, etc.
  428.  
  429.  
  430.  
  431.                                                                        Page 13
  432.                               TRASHCAN FILE
  433.                               _____________
  434.  
  435.       This is a text file you must create (if you wish to use one), with
  436.       a file name of MMTCAN.DAT and it must reside in the Door directory.
  437.  
  438.       This file is used if you want to block the use of "offensive" alias'
  439.       or Logon Names, callers may choose to use. Each name (up to a maximum
  440.       of 10 characters must appear on a separate line within the text file.
  441.  
  442.       This file is also used to check the body of any messages left by
  443.       callers for words you have in this file. All occurances of the word(s)
  444.       will be replaced with a string of asteriks.
  445.  
  446.       NOTE: The name or word must match EXACTLY !!!
  447.  
  448.       This file is valid only with registered versions of the Door
  449.  
  450.  
  451.  
  452.                                                                        Page 14
  453.                           PLAYS Per DAY/DOOR Time
  454.                           _______________________
  455.  
  456.       Plays Per Day and Door Time can be controlled several ways:
  457.  
  458.       (1) You can use the Games Per Day, singular option, in the config
  459.           file above. This option, will affect ALL callers whose Security
  460.           Level is NOT defined in any of the 10 optional Security Level/
  461.           Plays Per Day entries in the config file.
  462.  
  463.       (2) You can use the Door Time, singular option, in the config file
  464.           above. This option, will affect ALL callers whose Security
  465.           Level is NOT defined in any of the 10 optional Security Level/
  466.           Plays Per Day/Door Time entries in the config file.
  467.  
  468.       (3) You can restrict the number of games a specific Security Level
  469.           will be allowed to play per day or REWARD specific Levels with
  470.           more Plays Per Day.
  471.  
  472.           Likewise, you can restrict the Play time for a specific Security
  473.           Level or REWARD specific Levels with more Door Time.
  474.  
  475.           These options are handled by the use of the 10 config
  476.           entries (000=00/00).
  477.  
  478.           The format of each entry is as follows:
  479.  
  480.           XXX=YY/ZZ  where XXX is the Security Level (must be 3 digits)
  481.                      where =  is a constant and MUST be included
  482.                      where YY is the # of games per day (must be 2 digits)
  483.                      where / is a constant and MUST be included
  484.                      where ZZ is num. minutes per Door entry (must be 2 digits)
  485.  
  486.           If the callers Security Level is NOT defined, his/her Plays Per
  487.           Day and Door Time will be controlled by the values in items
  488.           (1) and (2), above, respectively..
  489.  
  490.           You may define up to 10 Security Levels. All unused entries must
  491.           be defined as   000=00/00
  492.         --------------------------------------------------------------------
  493.           Example: Suppose you had 3 Security Levels defined on your BBS as
  494.           (20=Subscriber, 30=Visiting Sysop, 40=CoSysop, 90=Friend) and you
  495.           wanted to set Plays Per Day as :     Subscriber=5
  496.                                            Visiting Sysop=2
  497.                                                   CoSysop=3
  498.                                                    Friend=10
  499.  
  500.           and Door Time as follows:     Subscriber=30 minutes
  501.                                     Visiting Sysop=20 minutes
  502.                                            CoSysop=10 minutes
  503.                                             Friend=remaining call time
  504.  
  505.           You would set the Individual "Games per Day" config entry to 1 and
  506.           the individual "Door Time" to 5 minutes (these would be the
  507.           default number of games and default Time for all Security Levels
  508.           other than 20,30 or 40... make them any number you want). Next you
  509.           would replace 4 of the Security Level entries as :  020=05/30
  510.                                                               030=02/20
  511.                                                               040=03/10
  512.                                                               090=10/0
  513.  
  514.                                                                        Page 15
  515.                            QUESTION FILE(S) SETUP
  516.                            ______________________
  517.  
  518.         MatchMaker has the ability to use 2 question files, one for Male
  519.         and one for Female. The Male question file must be named MMQUESTM.QUE
  520.         and the Female question file must be named MMQUESTF.QUE. The Male
  521.         file is REQUIRED to be present and the Female file is OPTIONAL. If you
  522.         do NOT want separate question files, DO NOT create the MMQUESTF.QUE
  523.         file. If you do use both, bear in mind that the questions should be
  524.         essentially the same, but may be "slanted" to either sex. You will
  525.         not get many matches if you use entirely different questions and
  526.         answers. A sample MMQUESTM.QUE file is included to get you started.
  527.  
  528.         NOTE: MMQUESTF.QUE is only recognized in the REGISTERED version !!
  529.  
  530.     ******* You MUST run MMAINT, option 10, to convert the question files
  531.     ******* after you have made a change to the questionaire files.!!!!!!
  532.  
  533.         **You can force existing users to re-answer the questions by using the
  534.           option on the MMAINT menu (you MUST use the NON-event option to run
  535.           MMAINT).
  536.  
  537.         You  may have up to 100 questions.
  538.  
  539.         Each question can be up to 2 lines
  540.  
  541.         Each question can have up to 14 answers.
  542.  
  543.  
  544.  
  545.  
  546.        The following is an explanation of how to set up this file:
  547.  
  548.         38                         <number of questions in this file
  549.         1                          <number of lines in the 1st question
  550.         10                         <number of answers
  551.         S                          <accept single choice, M=multiple choices
  552.         How old are you?           <question line 1
  553.         Less than 18 years old     <answer A
  554.         18 - 20 years old          <answer B
  555.         21 - 25 years old          <answer C
  556.         26 - 28 years old          <answer D
  557.         29 - 32 years old          <answer E
  558.         33 - 38 years old          <answer F
  559.         39 - 43 years old          <answer G
  560.         44 - 49 years old          <answer H
  561.         50 - 60 years old          <answer I
  562.         Over 60 years old          <answer J
  563.         2                          <number of lines in the last question
  564.         3                          <number of answers
  565.         M                          <accept multiple choices, S=single choice
  566.         "Now honestly, did you tell the whole truth on the"
  567.         "questionnaire, and nothing but the truth so help you God?"
  568.         "Yes, I told the whole truth"
  569.         A few lies never hurt anyone
  570.         I told mostly the truth
  571.  
  572.  
  573.                                                                        Page 16
  574.         In  the  above  example  the first line is the  total  number  of
  575.         questions contained in the file.
  576.  
  577.         Line 2 is the number of lines in the first question.
  578.  
  579.         Line 3 is the number of answers listed for the question.
  580.  
  581.         Line 4 is: S to restrict caller to a SINGLE choice OR
  582.                    M to allow caller to select MULTIPLE choices
  583.  
  584.         Line 5 is the first question in the file.
  585.  
  586.         Lines 6 to 14 are the answers for the first question
  587.  
  588.         The last 7 lines break down as follows:
  589.  
  590.         Line 1 states that this question has two lines.
  591.  
  592.         Line 2 states that there are 3 answers listed
  593.  
  594.         Line 3 is the first line of the question.
  595.  
  596.         Line 4 is the second line of the question.
  597.  
  598.         Line 5 is the first answer.
  599.  
  600.         Line 6 is the second answer.
  601.  
  602.         Line 7 the third and last answer.
  603.  
  604.         A  line,  whether a question or an answer,  must be  enclosed  in
  605.         quotation  marks  (") if the line contains any punctuation  other
  606.         then a '?'. (see example files)
  607.  
  608.         The shorter the question the better.  One liners are the
  609.         best, two liners are the limit!
  610.  
  611.         There are two questions you need not worry about including in the
  612.         file. These are:
  613.  
  614.                          What is your Sex
  615.                          What is your current age
  616.  
  617.         Since  the program must have these to work correctly,  they are
  618.         asked when you first log on.
  619.  
  620.  
  621.  
  622.  
  623.                                                                        Page 17
  624.               MATCHMAKER MAINTENANCE PROGRAM (MMAINT)
  625.               _______________________________________
  626.  
  627.       The Caller Database and Message Database, that MatchMaker utilizes,
  628.       must be purged periodically. The Caller database can hold an unlimited
  629.       number of callers, and the Message database can hold an unlimited
  630.       number of messages.
  631.  
  632.       After a message is read, it is marked for deletion, but not physically
  633.       deleted from the database. The maintenance program (MMAINT), when run,
  634.       will remove all messages marked for deletion, as well as those messages
  635.       that have been on the system longer than the number of days specified on
  636.       the command line, for Events, or requested when run manually.
  637.  
  638.       There are 2 ways to remove a caller from the Callers database. You can
  639.       delete it manually, after searching for & viewing the record or
  640.       automatically if the door has not been accessed in the number of days
  641.       specified on the command line, for Events or requested when run manually.
  642.  
  643.       There are a number of other options included with the MatchMaker
  644.       maintenance program. They are self-explanatory.
  645.  
  646.       The command line required to run MMAINT as an EVENT is as follows:
  647.  
  648.               MMAINT /vvvvvvv.CFG /MDAYS:yy /CDAYS:zzz
  649.  
  650.       The command line required to run MMAINT MANUALLY is as follows:
  651.  
  652.                      MMAINT /vvvvvvv.CFG
  653.  
  654.           vvvvvvv.CFG  =  MatchMaker Configuration FIle
  655.                   yyy  =  Delete message if message is older than yyy days.
  656.                   zzz  =  Delete User if MMAKER not accessed in zzz days.
  657.  
  658.       As you can see, you can run MMAINT in your nightly event and/or manually.
  659.       Just adjust the command line, accordingly.
  660.  
  661.       Special Note: The only option available to Non=Registered users is the
  662.                     option to search/view a caller's record. All other require
  663.                     you to run a registered copy of MatchMaker.
  664.  
  665.  
  666.  
  667.                                                                        Page 18
  668.                         NON-STANDARD COM SUPPORT
  669.                         ________________________
  670.  
  671.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  672.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  673.       number after the configuration filename. Let's assume your Door is
  674.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  675.       passed to your Door would be:
  676.  
  677.                             FOOBAR FOOBAR.CFG /5
  678.  
  679.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  680.       normally used with COM1. No /x parameter is needed for the standard
  681.       IRQ's.
  682.  
  683.       As an alternative, you may use an environmental variable on the command
  684.       line. To use the variable (following the example above), place a
  685.       SET IRQ=5 in the batch file used to bring up your BBS (you would need a
  686.       different IRQ number for each node). The command line would now look
  687.       like this:
  688.  
  689.                           FOOBAR FOOBAR.CFG /%IRQ%
  690.  
  691.       This, in combination with the use of the environmental variables
  692.       described in the MULTI-NODE SETUP section will allow you to use one
  693.       batch file and one config file to run this door on all nodes.
  694.  
  695.  
  696.  
  697.  
  698.                                                                        Page 19
  699.                            MULTI-NODE SETUP
  700.                            ________________
  701.  
  702.       All Sunrise Doors are Multi-Node capable. Each node must have the
  703.       ability to access a configuration file which will have its own system
  704.       file (DORINFOx.DEF, PCBOARD.SYS, DOOR.SYS, etc) defined on the first
  705.       line. There are 2 ways to accomplish this:
  706.  
  707.       (1) Create a separate configuration file for each node. The only
  708.           difference between each file would be the location of the system
  709.           file for that particular node. For example, on my system there are 2
  710.           nodes and the first line of the config files would look like this:
  711.  
  712.                         NODE1:  H:\PCB1\DOOR.SYS
  713.                         NODE2:  H:\PCB2\DOOR.SYS
  714.  
  715.           Thus, if you have a 4 node BBS, you will need 4 configuration files.
  716.  
  717.       (2) Use ONE configuration file for ALL nodes. This Door will recognize
  718.           the following PCBoard environmental variables:
  719.  
  720.                  PCBDIR    (Directory containing the System file)
  721.                  PCBDRIVE  (Drive containing the System file)
  722.  
  723.           Thus, the first line of the SINGLE configuration file, for this Door
  724.           would look like this:
  725.  
  726.                         %PCBDRIVE%%PCBDIR%\DOOR.SYS
  727.  
  728.       NOTE: This option, as described, assumes that you are running PCBoard
  729.             14.5a software. The environmental variables are automatically
  730.             created by the software for each node.
  731.  
  732.             HOWEVER, if you are running other BBS software you should be able
  733.             to set the variables EXACTLY as described below, for EACH node
  734.             (more than likely in each batch file you use to bring up EACH node):
  735.  
  736.                             PCBDRIVE=C:
  737.                             ^^^^^^^^^
  738.                             PCBDIR=\NODE2
  739.                             ^^^^^^^^
  740.  
  741.             Info with a carat (^) under it, MUST be typed as is. The rest
  742.             depends on your naming conventions.
  743.  
  744.             This, in combination with the use of the optional environmental
  745.             variable described in the NON-STANDARD COM SUPPORT section, will
  746.             allow you to use one batch file and one config file to run this
  747.             door on all nodes.
  748.  
  749.  
  750.  
  751.                                                                        Page 20
  752.                            DATABASE EXCHANGE
  753.                            _________________
  754.  
  755.    ** SHARE MATCH MAKER USERS/MESSAGE DATABASES BETWEEN 2 OR MORE BBS' **
  756.       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  757.  
  758.       The optional Match Maker Database Exchange feature will allow you
  759.       to participate in the exchange of Match Maker Users and Message
  760.       databases with other BBS' (Any number of BBS' can participate). The
  761.       exchange program (MMEXCH) comes included in the MMAKERxx.ZIP file.
  762.  
  763.  
  764.       MMEXCH performs three (3) major functions:
  765.  
  766.  
  767.      (1) EXPORT:  Extracts all active users and messages from the Match
  768.                   Maker database. It creates 2 files named XXXXXXXX.UXP and
  769.                   XXXXXXXX.MXP (XXXXXXXX is defined in the CFG file) and will
  770.                   bypass any USER or MESSAGE already flagged for deletion.
  771.  
  772.      (2) IMPORT:  Imports the XXXXXXXX.UXP and XXXXXXXX.MXP (XXXXXXXX is
  773.                   defined in the CFG file) created by the EXPORT option and
  774.                   merges all USERS and MESSAGES into the Match Maker database.
  775.                   It will not import any USERS or MESSAGES that duplicates
  776.                   USERS or MESSAGES found in the existing database. Note that
  777.                   this option will IMPORT ALL files with an extension of UXP
  778.                   or MXP, during a single execution of the program.
  779.  
  780.      (3) IMPEXP:  This option will first IMPORT (as in (2) above) then turn
  781.                   around and EXPORT (as in (1) above) during one execution
  782.                   of the program.
  783.  
  784.       NOTE: If you want to extract all entries in the database, use the ALL
  785.             option on the command line or use NEW to only extract new entries.
  786.  
  787.      All BBS' involved in the exchange MUST run registered versions of BOTH
  788.      Match Maker and Match Maker Exchange (MMEXCH). MMEXCH will only work
  789.      with version 3.1 of Match Maker and later!
  790.  
  791.      It is critical that ALL participants in the exchange use the SAME
  792.      QUESTION files (Male and Female versions). Failure to do so will result
  793.      in incorrect matching and possible Door malfunctions!
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.                          ( CONTINUED on NEXT PAGE )
  803.  
  804.  
  805.  
  806.                                                                         Page 21
  807.     To run the Exchange you do the following:
  808.  
  809.  
  810.     EXPORT:   a) Change to the directory containing your MMAKER files
  811.               b) Issue this command:  MMEXCH EXPORT MMAKER.CFG ALL
  812.                  If you use a different name for your Config file, then
  813.                  substitute that name for MMAKER.CFG
  814.               c) Send (transmit) the XXXXXXXX.UXP and XXXXXXXX.MXP files to
  815.                  those involved in the exchange or to the HUB.
  816.               d) Delete XXXXXXXX.UXP and XXXXXXXX.MXP
  817.  
  818.  
  819.      IMPORT:  a) Change to the directory containing your MMAKER files
  820.               b) Copy the XXXXXXXX.UXP and XXXXXXXX.MXP files that was sent
  821.                  to you by the BBS you are exchanging with, to the directory
  822.                  used in item (a) above.
  823.               c) Issue the command:   MMEXCH IMPORT MMAKER.CFG ALL
  824.                  If you use a different name for your Config file, then
  825.                  substitute that name for MMAKER.CFG
  826.               d) Delete XXXXXXXX.UXP and XXXXXXXX.MXP
  827.  
  828.  
  829.      IMPEXP:  a) Change to the directory containing your MMAKER files
  830.               b) Copy the XXXXXXXX.UXP and XXXXXXXX.MXP files that were sent
  831.                  to you by the BBS you are exchanging with, to the directory
  832.                  used in a)
  833.               c) Issue the command:   MMEXCH IMPEXP MMAKER.CFG ALL
  834.                  If you use a different name for your Config file, then
  835.                  substitute that name for MMAKER.CFG
  836.               d) Send (transmit) the XXXXXXXX.UXP and XXXXXXXX.MXP files to
  837.                  those involved in the exchange or to the HUB.
  838.  
  839.  
  840.    NOTE: When registering MMEXCH, you MUST use the EXACT SAME Sysop Name
  841.          AND BBS NAME as used for MATCH MAKER!!!!!!!!!!!!!!!!!!!!!!!!!
  842.  
  843.  
  844.  
  845.  
  846.                                                                        Page 22
  847.                              REGISTRATION
  848.                              ____________
  849.  
  850.    Registration and the subsequent insertion of the registration number into
  851.    your configuation file, allows for the display of your BBS name on the
  852.    opening and closing screen as well as the reduction of a delay built into
  853.    the opening screen display along with the ability to change certain
  854.    values in the configuration file. In addition it will activate certain
  855.    options in the maintenance program.
  856.  
  857.    To register your copy of MatchMaker, please fill out the registration
  858.    form (REGISTER.FRM) and mail it along with the registration fee to
  859.    the name and address on the form.
  860.  
  861.    Be sure to use the proper upper/lower case when filling in your name and
  862.    BBS name, as they MUST match the way you entered them in the configuration
  863.    file.             ^^^^
  864.  
  865.    Based upon information supplied on the registration form, I will pre-
  866.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  867.    up your registration number.
  868.  
  869.  
  870.  
  871.                                                                        Page 23
  872.                                  MISC
  873.                                  ____
  874.  
  875.    The latest version of MATCH MAKER and other fine SUNRISE DOOR programs
  876.    are always available for download from SUNRISE-80 BBS.
  877.  
  878.    Remember, should you have any problems, questions or suggestions, be sure
  879.    to drop me a message on Sunrise-80 or in the RIME network (BBS_Doors,
  880.    PCBHints, SYSops) or on SMARTNET (SN_Sysops).
  881.