home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_GAME / MATCHM23.ZIP / MATCHMKR.DOC < prev    next >
Text File  |  1994-01-04  |  25KB  |  631 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.                         MATCH MAKER DOOR VERSION 2.3
  18.  
  19.                               January 04, 1994
  20.  
  21.                              PGP Communications
  22.                              Copyright 1992-1994
  23.  
  24.                        Support BBS - The DUNGEON BBS
  25.                               (416)926-8734/39
  26.  
  27.  
  28.                               SysOp Operation
  29.  
  30.  
  31.  
  32.                                    Page 2
  33.  
  34.                              Table Of Contents
  35.  
  36.      License Agreement................................................3
  37.      Introduction.....................................................4
  38.      Minimum Requirements.............................................5
  39.      Installation and SetUp...........................................6
  40.      Sysop SetUp and Functions.......................................12
  41.      Maintenance Utility - MM-UTIL.EXE...............................13
  42.      Notes...........................................................15
  43.  
  44.  
  45.                                    Page 3
  46.  
  47. ALL RIGHTS RESERVED by PGP Communications, Inc. (tm)
  48.  
  49. This legal  document is  an  agreement between  you, the end  user, and PGP
  50. Communications.  BY  USING  THIS  SOFTWARE, YOU  ARE IN  AGREEING TO BECOME
  51. BOUND BY THE TERMS OF THIS AGREEMENT.
  52.  
  53. While every  precaution  has been  taken in the preparation of this manual,
  54. PGP  Communications,  Inc. (tm)  assumes  no  responsibility  for errors or
  55. omissions.   Neither  is  any liability  assumed for damages resulting from
  56. the use of the information contained herein.
  57.  
  58. PGP Communications  retains  the  Copyright to  this program.   You are NOT
  59. allowed to make  changes to  the compiled  .EXE files without the expressed
  60. written consent of PGP Communications.  You are  allowed to freely copy and
  61. distribute this program as long as the original  files which existed in the
  62. archived file are distributed in their entirty  with no additions.  No fees
  63. may be charged for  distribution,  other than a nominal  fee of up to $5.00
  64. for  media expenses.   You also  agree  NOT  to disclose  your registration
  65. number, if and  when aquired, to  any  other person(s)  who(m) may use this
  66. program.
  67.  
  68. PGP    Communications,  including   but   not  limited   to:   INVOICE.EXE,
  69. IN_MAIN.EXE,    INVDEMO.EXE,  MATCHMKR.EXE,   CLASSAD.EXE  and   any  other
  70. program    that    is     distributed    under    the    PGP   logo  is/are
  71. trademarked/copyrighted by PGP Communications, Inc.(tm)
  72.  
  73. PGP  Communications  assumes no  liability  for  the use  of  this program,
  74. and any  SysOp  using  it  takes  and assumes  all  liability  and respons-
  75. ibility  for it  use and  the  damage that  might occure  through or during
  76. it's use.
  77.  
  78.  
  79. GAP, GAPUTI & GAPQBDR    - are tradenames, trademarks and copyrighted
  80.                            works of GAP Communications Development
  81.  
  82. BRUN45   &    BRUN45.EXE - are tradenames, trademarks and copyrighted
  83.                            works of MicroSoft Development Corp.
  84.  
  85.  
  86.  
  87.  
  88.                                    Page 4
  89.  
  90. Introduction
  91. ^^^^^^^^^^^^
  92.  
  93. Welcome to MATCHMKR(c) - VERSION 2.3!
  94.  
  95.  
  96. The MATCHMKR  Door allows  callers to  answer up  to 72  questions that you
  97. create pertaining  to their likes  and dislikes, and  then indicate through
  98. their responses, what it   is they're looking for in someone else. The door
  99. then compares  their answers  to the profiles  given by  other callers.  It
  100. then reports back  to the caller, based  on an indicated  age range and the
  101. caller's sexual preference, those other callers they   match to and at what
  102. percentage.
  103.  
  104. Matches are based on:
  105.                         1st. Caller's sex
  106.                         2nd. Caller's sexual preference.
  107.                         3rd. Caller's chosen age range
  108.                         4th. on the 72 questions
  109.  
  110. The following files should be included in the file:  MATCHMxx.ZIP
  111.  
  112.         MATCHMKR.EXE  -* The main door program
  113.         MATCH1.CNF    -* example config file for GAP (Node 1)
  114.         MATCH2.CNF    -  example config file for second node GAP
  115.         MM-UTIL.EXE   -* Door utility program
  116.         WELCOME       -* example of the WELCOME file (ASCII)
  117.         WELCOMEG      -* example of the WELCOME file (ANSI)
  118.         QUEST.DAT     -* example question file
  119.         NEWS          -* sample News file
  120.         NEWSG         -* sample News file (ANSI)
  121.         MATCHMKR.DOC  -  this file
  122.         REGISTER.DOC  -  registration form
  123.  
  124.                       -* means  a required  file and  must be  in the same
  125.                          subdir as the door program
  126.  
  127.  
  128.                                    Page 5
  129.  
  130. Minimum Requirements
  131. ^^^^^^^^^^^^^^^^^^^^
  132.  
  133. You will need to have at least 256K of ram.
  134.  
  135. The  door  has file  sharing  set up  and  will require  that  SHARE.EXE is
  136. loaded,  even if  you are  not running  two or  more nodes,  not running on
  137. a network, nor running DDos or any other multi-tasker.
  138.  
  139. You  may  add   the   following command  line  to  your  AUTOEXEC.BAT FILE:
  140.  
  141.         SHARE
  142.  
  143. If    you  are  running  in  NON-GRAPHICS  mode,   you  MUST  have ANSI.SYS
  144. installed as a device driver in your CONFIG.SYS file:
  145.  
  146.         Example: DEVICE=ANSI.SYS
  147.  
  148.  
  149.                                    Page 6
  150.  
  151. Installation and SetUp
  152. ^^^^^^^^^^^^^^^^^^^^^^
  153.  
  154. First  you  will need to create a subdir where all  the  MATCHMxx.ZIP files
  155. will be located. You may do this at a DOS prompt.
  156.  
  157. On   The  DUNGEON  BBS,  all  door  subdir's  are  located  in  the  subdir
  158. \GAP\DOORS.  The command  to  create the  MATCHMKR  subdir would  look like
  159. this:
  160.  
  161.         C>MKDIR \GAP\DOORS\MATCHMKR <enter>
  162.  
  163. Once  you have  created  the subdir  you will  need  to move  your MATCHMKR
  164. file into  it.  You  may do  this by using  the DOS  COPY command  at a DOS
  165. prompt. The command line would look something like this:
  166.  
  167.         C>COPY A:*.* C:\GAP\DOORS\MATCHMKR <enter>
  168.  
  169. Once  you  have  copied  all  the files,  you  will  now  need  to  run the
  170. MM-UTIL.EXE  program.   This  should be  run  within  the  MATCHMKR subdir.
  171. You  will need  to  change to  that  directory and  may  do so  by entering
  172. the following command at a DOS prompt:
  173.  
  174.         C>CD \GAP\DOORS\MATCHMKR <enter>
  175.  
  176. Door  programs written  with  the GAPQBDR  Door  Interface Module  will run
  177. on  GAP Communications  version 6  and greater  and on  PCB version  14 and
  178. greater.
  179.  
  180. To  configure the  door for a  particular  BBS setup,  a configuration file
  181. must   be  used.   The  configuration   file  for  MATCHMxx  consists of 11
  182. lines.   The name  of the  file is  usually the  same as  that of  the door
  183. program,  but  with  a  .CNF  extension.  The  format  of  the  file  is as
  184. follows:
  185.  
  186.  
  187.                                    Page 7
  188.  
  189. Installation and SetUp - Continued
  190. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  191.  
  192.         C:\GAP                 <- path to BBS default directory
  193.         The DUNGEON BBS        <- your BBS name
  194.         0                      <- IRQ
  195.         0                      <- Base Address
  196.         00000                  <- registration number
  197.         you STUD               <- used by the Match Maker
  198.         Horny Studs               in several prompts
  199.         C:\POSTLINK            <- full path to UTI drivers
  200.         C:\GAP\DOORS\MATCHMKR  <- full path to work directory
  201.         0                      <- Forum number in which to import
  202.         0                      <- bell toggle  1=on  0=off
  203.  
  204. The  first  line is  the  full path  to  your BBS  default  directory.  For
  205. GAP, this is usually C:\GAP.
  206.  
  207. The second line is the name of your BBS.
  208.  
  209. The third line is used to indicate your com port's IRQ.  The number must be
  210. in the range of 1  - 7. (If you are  using a standard com 1 or 2, keep this
  211. at 0)
  212.  
  213. The  fourth line  is the Base Address which must be a Hexadecimal number in 
  214. the format of:
  215.  
  216.        02E8
  217.        03E8
  218.        etc.  (Again, if you are using a standard  com 1  or com 2,  you can
  219.               keep this value at 0)
  220.  
  221. The  fourth  line is  your registration number.  If you have not registered
  222. your copy, this line should remain 00000.
  223.  
  224. The  fifth line  is used  in the  Match Maker  prompt when  a user attempts
  225. to  make  a match.   For  example with  the  above line,  the  prompt would
  226. be:
  227.  
  228.         "Hiya USERNAME, you STUD!  You have the Match Maker."
  229.  
  230. The sixth line is used in the opening screen when the Match Maker tells the
  231. user how many people are in the database.  For example, with the above line
  232. the prompt would be:
  233.  
  234.          "< 10 Horny Studs in the database >"
  235.  
  236. The seventh line  is the path to  GAP's UTI driver.  This  is needed as the
  237. Match Maker  will post a  message to the recipient of mail in the  Forum of
  238. your  choosing each time mail is left for them in the door.
  239.  
  240. The eighth line is the path to  the Match Maker's work directory.  This can
  241. be the same as the directory the door program resides in.
  242.  
  243. The ninth  line is  the Forum number  you wish  the Match Maker  to use for
  244. importing its messages to.
  245.  
  246. The tenth line is the bell toggle.  If you wish the system bell to sound if
  247. a user pages you while inside the door, set this   to 1. 0 will disable the
  248. bell.  Your original  system setting will  be restored when  the user exits
  249. the door.
  250.  
  251.  
  252.  
  253.                                    Page 8
  254.  
  255. Installation and SetUp - Continued
  256. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  257.  
  258. GAPQBDR  will obtain  the  sysop's name  from  the BBS  configuration file.
  259.  
  260. Next,  you  will  need  to run  the  MM-UTIL.EXE  program  by  entering the
  261. following command at a DOS prompt:
  262.  
  263.         C>MM-UTIL DOOR.CNF <enter>
  264.  
  265.         **SEE NOTE AT THE END OF THIS FILE**
  266.  
  267. One of your created configuration  files needs  to be passed to MM-UTIL.EXE
  268. as  a command  line  parameter.   The program  uses  this file to determine
  269. if your copy of the door program is registered.
  270.  
  271. You  will  be  presented with  a  menu  of options.   The  first  thing you
  272. will need  to do, is  create the Match  Maker working files.   To  do this,
  273. choose  menu option  "1".   The program  will  create the  following files:
  274.  
  275.         USERS.DAT  -  User file
  276.         MATCH.DAT  -  User Match preferences
  277.         MSGS.DAT   -  Mail message base
  278.         MSGS.IDX   -  Mail message base index
  279.         USER.LOG   -  User log
  280.  
  281. Once this  is done,  you can  exit the  utility program  by simply pressing
  282. <ENTER> at the command prompt.
  283.  
  284. Now,  you  can  continue  installing  the  door  by  working  on  the other
  285. files.
  286.  
  287. You  must now  create a  batch file  to invoke  the door.   This batch file
  288. is placed  in your  BBS default  directory.  Such  a batch  file might look
  289. like   this:
  290.  
  291.        @ECHO OFF
  292.        CD \GAP\DOORS\MATCHMKR
  293.        MATCHMKR MATCH.CNF
  294.        CD \GAP
  295.  
  296. As  you can  see, the  door is  invoked by  passing the  configuration file
  297. name as a parameter.
  298.  
  299.  
  300.                                    Page 9
  301.  
  302. Installation ans SetUp - Continued
  303. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  304.  
  305. You  will also  need to  modify your  doors  menu files  and the  data file
  306. that  tells the  BBS  what your  doors are  and  the security  level needed
  307. to access them.  For GAP, these are respectively:
  308.  
  309.         DOORM
  310.         DOORMG
  311.         DOORS.DAT
  312.  
  313. Please  refer  to  your  BBS documentation  for  details  on  setting these
  314. files up.
  315.  
  316. If you are running multi-nodes, simply create a separate door configuration
  317. file  for  each  node,   and  number  them.  For  instance,  for  a 3  node
  318. system,  you  might  have  the  following  configuration files:
  319.  
  320.         MATCH1.CNF
  321.         MATCH2.CNF
  322.         MATCH3.CNF
  323.  
  324. The  only  difference  between  the  three  would  be  the  1st  line which
  325. points to the default directory for the particular node.
  326.  
  327. Multi-user  operation is automatic.  For GAP,  the presence of DUMMYLOK.DAT
  328. in   the  MAIN  directory   triggers  multi-user  operation.
  329.  
  330. The  following files  are read  during door  initialization.  They  must be
  331. present or the door will not operate.
  332.  
  333.         DOOR.SYS
  334.         GAPBBS.CNF
  335.  
  336. In  addition,   this  door  program accesses  the  GAP  USERS.DAT  file for
  337. information, but does  not write to  it.  You also  need to have  a copy of
  338. your GAPUTI.CNF file in the directory where the  door resides.  See the UTI
  339. documentation to see how this is set up.
  340.  
  341. You  will now  want  to set  up  the WELCOME  and  NEWS files.   Samples of
  342. these  files have  been included  in this  ZIP file.   The WELCOME  file is
  343. shown  to callers  after they successfully  log-on  to the  door.  The NEWS
  344. file  is  displayed  immediately  after  this.   Each  of  these  files can
  345. have  an  ASCII  and  a ANSI  version.   For  instance,  the  ASCII welcome
  346. file  would be  named WELCOME;  the ANSI  version would  have a  G appended
  347. to the end of the name i.e WELCOMEG.
  348.  
  349. Next  you will  need  to set  up  the QUEST  file  which will  contain your
  350. questions and answer choices.  You may  want  to  print  out  the QUEST.DAT
  351. file to see an example of the set-up.
  352.  
  353. 1)  You may have up to 72 questions.
  354.  
  355. 2)  Each question can be up to 3 lines.
  356.  
  357. 3)  Each question can have up to 18 answers.
  358.  
  359.  
  360.                                    Page 10
  361.  
  362. Installation ans SetUp - Continued
  363. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  364.  
  365. The following is an explanation of how to set up this file:
  366.  
  367.         38                         <- number of questions about the caller
  368.         33                         <- number of match questions
  369.         1                          <- number of lines in the 1st question
  370.         1                          <- Match question  1=use question 0=No
  371.         10                         <- number of answers
  372.         How much do you weigh?     <- question line 1
  373.         How hefty do you like 'em? <- Match question line 1
  374.         Less than 100 lbs.         <- answer A
  375.         100 - 120 lbs.             <- answer B
  376.         121 - 135 lbs.             <- answer C
  377.         136 - 145 lbs.             <- answer D
  378.         146 - 155 lbs.             <- answer E
  379.         156 - 165 lbs.             <- answer F
  380.         2                          <- number of lines in the last question
  381.         0                          <- Match ? Toggle (0 = don't use)
  382.         3                          <- number of answers
  383.         Now honestly, did you tell the whole truth on the
  384.         questionnaire, and nothing but the  truth  so  help  you God?
  385.         <The  next  2  lines are  left  blank  since this  question  is not
  386.          being used in the MATCH questionnaire>
  387.         Yes, I told the whole truth
  388.         A few lies never hurt anyone
  389.         I told mostly the truth
  390.  
  391. In  the above  example  the first  line is  the  total number  of questions
  392. contained in the file.
  393.  
  394. Line  2  is the total number of "match"  questions that a  user responds to
  395.          when telling The Match Maker what they're looking for.
  396. Line  3  is the number of lines in the first question.
  397. Line  4  is the number of answers listed for the question.
  398. Line  5  is the first question in the file.
  399. Lines 6  to 14 are the answers for the first question.
  400.  
  401. The last 7 lines break down as follows:
  402.  
  403. Line 1 states that this question has two lines.
  404. Line 2 states that there are 3 answers listed
  405. Line 3 is the first line of the question.
  406. Line 4 is the second line of the question.
  407. Line 5 is the first answer.
  408. Line 6 is the second answer.
  409. Line 7 the third and last answer.
  410.  
  411. Remember  that each  question  is displayed  as  the question  lines plus a
  412. blank  line; the  answer  lines; plus  a blank  line  and the  prompt line.
  413. If the  total number  of question lines  + blank  + answer  lines + blank +
  414. prompt  line  is  greater  than  13, you  may  end  up  with  part  of your
  415. question  scrolling off  the caller's screen  before  they had  a chance to
  416. read  it.   So,  keep it  all  within  reason.  The  shorter  the question,
  417. the  better.   One  liners  are the best; two liners O.K, but three becomes
  418. tedious and frustrating.
  419.  
  420. There  are  three  questions  you  need  not  worry  about  including  in
  421. the file.  These are:
  422.  
  423.                                    Page 11
  424.  
  425. Installation ans SetUp - Continued
  426. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  427.  
  428.         What is your Sex?
  429.         What is your sexual preference?
  430.         What is your age?
  431.  
  432. Since  the  program  must have  these  to  work correctly,  they  have been
  433. included in the source code to eliminate problems.
  434.  
  435. NOTE:    (1)   If the question consists of 1 line,  then you may have up to
  436.          18 answer choices. If the question  consists  of 2 lines, then you
  437.          may have up  to 16 answer choices.   If the question consists of 3
  438.          lines, then you may have up to 14 answer choices.
  439.  
  440. Once you have created your QUEST.DAT file, you are  finished with  the door
  441. installation!   Just  be  sure  to  test  your  questionnaire  file  before
  442. putting the  door up  for callers  to use.  If you  have problems,  you may
  443. upload your file to  The DUNGEON  BBS -  (416)926-8734, and  I'll do it for
  444. it for you.
  445.  
  446.                                   Page 12
  447.  
  448. SysOp Set-Up and Functions
  449. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  450.  
  451. The   following  sysop  functions  are  available  while  awaiting keyboard
  452. input:
  453.  
  454.         F5        -  Shell to DOS.
  455.         F8        -  Twit user and return to BBS.
  456.         F10       -  Initiate chat with user.
  457.         CF10      -  Answer user page bell.
  458.         Home      -  Main user stats.
  459.         End       -  Displays sysop keys available.
  460.         PgDn      -  Secondary user stats.
  461.         Up Arrow  -  Increase user's time remaining.
  462.         Dn Arrow  -  Decrease user's time remaining.
  463.  
  464. One of  the nicer  features about using  the TWIT  key, is the  user is not
  465. told  that  "the  sysop  wants them  to  return  to  the  BBS".  Instead, a
  466. very plain and  simple message  of  "returning you to the BBS" is displayed
  467. This way,  the  user is  given  no indication  that  the  sysop is hovering
  468. about.
  469.  
  470. When  using  the F5  shell  to DOS  key,  to  return to  the  door program,
  471. simply  type  EXIT at  the  DOS command  prompt.   It is  not  necessary to
  472. change   directories  back  to  the   door  directory.   GAPQBDR  is  smart
  473. enough  to  know which  drive  and directory  the  door program  is  in and
  474. will reset the defaults upon return from DOS.
  475.  
  476. The   Up and   Down  Arrow keys   increase  and decrease   the  user's time
  477. respectively  by 5  minutes for  each  key press.   There is  no indication
  478. of  what  is  occurring  (except by  the  fact  the  user's  time remaining
  479. will  change), so  the sysop  should try  not to  have a  lead finger.  The
  480. increase  or decrease  is effective  only while  the user  is in  the door.
  481.  
  482.  
  483.  
  484.  
  485.                                   Page 13
  486.  
  487. The Match Maker Maintenance Program - MM-UTIL.EXE
  488. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  489.  
  490. Included  with  MATCHMxx,  is a  utility  maintenance  program.   This is a
  491. handy   program  to  help  you  maintain  the  files  associated  with this
  492. door.    The  following  outlines  what  this  program  will  do  for  you.
  493.  
  494. When invoked, you will be presented with a menu of options:
  495.  
  496. [1]    Create All Default Files
  497.  
  498. This  command was  discussed  earlier and  is  used to  create  all default
  499. files  needed  to  run  the door  program.   This  command  should  only be
  500. used  to  create  the files  from  scratch,  not in  attempts  to  reset or
  501. re-create them.
  502.  
  503. [2]    Re-Create Main User File
  504.  
  505. This  command  is  used to  recreate  the  USER.DAT file.   It  will delete
  506. your old file and create a new one.
  507.  
  508. [3]    Re-Create Message Files
  509.  
  510. This  command is  used to  recreate  the MSGS.DAT  and MSGS.IDX  files.  It
  511. will delete your old files and create new ones.
  512.  
  513. [4]    Re-Create User Log
  514.  
  515. This  command  is  used  to recreate  the  USERLOG  file.   It  will delete
  516. your old file and create a new one.
  517.  
  518. [5]    Rebuild USERS.IDX File
  519.  
  520. This  command  will  rebuild  the user .IDX file.  The .IDX file may become
  521. corrupt  from time  to time.   An indication of this is if a user's correct
  522. password is not recognized by the door.
  523.  
  524. [6]    Rebuild MATCH.DAT File
  525.  
  526. If  you  change  your  QUEST.DAT  file and add/delete match questions, this
  527. command  will reset the MATCH.DAT file.  Users will then be prompted to re-
  528. do their answers prior to being able to use the MATCH function of the door.
  529.  
  530. The  difference between  menu options  2 to  4  and menu  option 1  is that
  531. option  1 does  not look  for an  existing file(s).   So what  will happen,
  532. is  that the  start-up  values will  be changed,  however  all of  the rest
  533. of  the  information  in the  file  will  remain.  Things  would  get quite
  534. messy  and  you'd  end up  with  lots  of error  messages.   Of  these, the
  535. only command  you will  need to use  on a  regular basis is  #4 to recreate
  536. the USERLOG.  This file will tend to grow quickly.
  537.  
  538. The  bottom  portion  of  the  menu  has  the  actual  maintenance options.
  539.  
  540. [A]    Message Base Utilities
  541.  
  542. When this  is chosen,  you will  be presented  with a  sub-menu of choices.
  543.  
  544.  
  545.                                   Page 14
  546.  
  547. The Match Maker Maintenance Program - MM-UTIL.EXE - Continued
  548. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  549.  
  550.  
  551. [1]    Show Message Headers
  552.  
  553. This  command  will  list the  message  headers  only; TO:,  FROM:,  MSG #,
  554. DATE:  of message  and TIME:  of message.   If there  are no  messages yet,
  555. you will be notified.
  556.  
  557. [2]    Show Messages
  558.  
  559. This  command  will list all  of the above,  along with the entire message.
  560. You  will  have  one  message  per  screen.   Messages  that  have been re-
  561. ceived will have a string of "****" in the TO field.
  562.  
  563. [3]    Pack Message Base
  564.  
  565. This   command  will  purge/pack  and   rebuild  you  message  base  files,
  566. deleting  any  messages  which have  been  received.   The  original files,
  567. MSGS.DAT and MSGS.IDX, will be renamed MSGS.BAK and IDX.BAK,
  568. respectively.
  569.  
  570. Just  press  ENTER  at the  command  prompt  to return  to  the  main menu.
  571.  
  572. [B]    Pack User File
  573.  
  574. With  this  command,  you will  be  prompted  for  a date  to  use  for the
  575. purging  of inactive  users.   The date  format  is MM-DD-YYYY.   Any users
  576. with a  last log-on  date before  and including  this date  will be flagged
  577. for  deletion. Prior  to the  users  being deleted,  you will  be presented
  578. with  a list  of the  affected users  and  asked if  you wish  to continue.
  579. The old user file will be named USERS.OLD.
  580.  
  581. [C]    Convert User File to Text
  582.  
  583. This  command  will  convert the  USERS.DAT  file  into a  text  file which
  584. will  list the  users  REAL name  as  listed in  the  BBS's user  file, the
  585. handle  and account  number used  in the  door and  the last  date and time
  586. the user was in the door.
  587.  
  588. [D]    Edit Users
  589.  
  590. This command will  allow you to edit  some of the basic  data on each user.
  591.  
  592. In   the  next  release,  I  will  incorporate  the  use  of  command  line
  593. parameters   so that   you  can use   this  utility program   in  an event.
  594.  
  595.  
  596.                                   Page 15
  597.  
  598. **NOTE**
  599.  
  600. This version  of Match  Maker is a  DEMO.  The  door program  itself is not
  601. crippled  in any  way.   However, the  utility  program will  not  be fully
  602. functional   until  you  have  registered  the  door.   Until registration,
  603. you will  only be  able to use  the utility  program to  create the default
  604. files.
  605.  
  606. This  is released  "As Is"  and there  is *NO*  warranty or  guarantee that
  607. it  will work  for  you and  not  cause any  problems.  You have  chosen to
  608. use  this  door, YOU  are  responsible  for any  unfortunate  problems that
  609. may   develop  from  its  use  or  misuse.  I  will  gladly  listen  to any
  610. suggestions  or  problems you  may  have, and  I  will  do my  best  to fix
  611. whatever  needs  to  be  fixed.  I can  not  be  held  responsible  for any
  612. problems  you may  have,  whether directly  or  indirectly due  to  the use
  613. of the door.
  614.  
  615. Please   read  REGISTER.DOC  for  information   on  how  you  can  register
  616. your copy of Match Maker.
  617.  
  618. For complete support, contact the SYSOP on The DUNGEON BBS.
  619.  
  620. Registered  users  of  any  PGP  Communications  program  will  be  given a
  621. complementary user  account  on  the BBS  and  free minor  upgrades as they
  622. become available.
  623.  
  624.  
  625. Happy Exploring!
  626. Peter Paulekat
  627. The DUNGEON BBS
  628. (416)926-8734/39  1200/2400 Baud
  629.  
  630.  
  631.