home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / mhcb10d.zip / MHCALLBK.DOC < prev    next >
Text File  |  1992-05-04  |  8KB  |  270 lines

  1.  
  2.  
  3.  
  4.  
  5.                                   MH CALLBACK
  6.                                   Release 1.0
  7.                                   May 02 1992
  8.  
  9.                                  Copyright 1992
  10.                                    Mike Hein
  11.                    The Communicator BBS,  Woodland Hills, CA.
  12.                         818 999-0429, 1200-14.4 24 hours
  13.  
  14.  
  15.  
  16.  
  17.  
  18.             MH Callback  is another Callback  door.  This  door will ask
  19.         the user their  phone number, check  it against already verified
  20.         numbers (and if it is not a duplicate) then call the number.  It
  21.         will call all numbers, local or  not.  This will only cost a few
  22.         cents per  call as  it hangs up  immediately after  the call and
  23.         prevents users  from trying long  distance numbers  so that they
  24.         won't get  verified.  This also  prevents sysops  from having to
  25.         make those boring calls to tell people they are verified and not
  26.         knowing if you missed someone or they lied on their application.
  27.         The system and the callback door will keep the users honest.
  28.         This is not  as elaborate as  some of the  other callback doors,
  29.         but it works and it is easy and costs NOTHING.
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.             I have made  this DOOR program  for the use  of other sysops
  67.         along  with  myself and  have  done  so for  no  charge.  Future
  68.         programs may ask for  donations but you are  not required to pay
  69.         any fee.  All parts of MH-CALL BACK and its documentation cannot
  70.         be copied, modified, in any  form without the written consent of
  71.         the author.
  72.  
  73.  
  74.                   I Would like to Thank the Following people:
  75.  
  76.                      Brian Veditz for Testing with GAP 5.1B
  77.  
  78.  
  79.         ------------------------> Please Read <------------------------
  80.  
  81.  
  82.             The AUTHOR  does not warranty  that this  software will meet
  83.         your  requirements  or the  software  will be  error  Free.  THE
  84.         AUTHOR WILL NOT BE LIABLE FOR ANY DAMAGES BY THIS SOFTWARE.
  85.  
  86.  
  87.         ----------------------------> NOTES <---------------------------
  88.  
  89.             PLEASE READ THE ENTIRE "README.1ST" DOCUMENTATION!!!
  90.         It contains any  new information on this  Program that was added
  91.         after  the  docs were  produced  and  for new  versions  of this
  92.         program.
  93.         ----------------------------------------------------------------
  94.  
  95.  
  96.  
  97.  
  98.  
  99.           The Files you should have with MHCLBKxx.zip
  100.  
  101.                MHCALLBK.EXE        <=====The executable Door Program
  102.                                          run of Pcboard 14.x or
  103.                                          Will run on any BBS That use's
  104.                                          the DOOR.SYS system (will
  105.                                          update door.sys only)
  106.                MHCALLBK.CNF        <=====CNF file for Callback
  107.                WELCOME             <=====Intro screen to Callback
  108.                GOODBYE             <=====Exit screen from Callback
  109.                MHCALLBK.DOC        <=====This Documentation
  110.                README.1ST          <=====Newest Information not in Docs
  111.                                          (may or may not exist)
  112.  
  113.          Why MH Call-back
  114.          ----------------
  115.             This call back door has no fee  at all and it will write all
  116.         calls to a log (so only one  user can use that number) with most
  117.         callback doors you have to pay  over $10.00 so it will write the
  118.         number to a log  and there is usually a  limit to the number the
  119.         it will write,  not so with  MH-Callback.  There is  no limit to
  120.         the number of phone numbers it will record.
  121.  
  122.          WHAT IS IT
  123.          ----------
  124.             MH CALL-BACK is a PCBOARD or any BBS system that will
  125.         use the  DOOR.SYS file  and PCBOARD  like door  file.  From this
  126.         Point I will refer to MH Callback as a DOOR.
  127.  
  128.  
  129.  
  130.  
  131.  
  132.         WHAT OTHER PURPOSE DOES IT HAVE
  133.         -------------------------------
  134.             Lets say you don't want to update your user everyday but you
  135.         do not want to  have multiple users on  the board.  With MH-CALL
  136.         BACK only one user can use one phone number.
  137.  
  138.         SETUP:
  139.  
  140.             Most of the  Sysops are familiar  with setting up  a DOOR on
  141.         your BBS program...   For those of  you that do  not now how to,
  142.         here are the Basics:
  143.  
  144.             First, decide what drive you are  going to place the door on
  145.         and the directory it goes in.
  146.  
  147.         ex.    C:\PCB\MHCALLBK
  148.  
  149.             Second, edit the MHCALLBK.CNF file (Explained later)
  150.  
  151.             Third, EDIT  your door  list and  your door  menu.  Refer to
  152.         your BBS program manual for details.
  153.  
  154.             Forth, make a Batch file to load the DOOR. (Ex. below)
  155.  
  156.         (LOGON.BAT)
  157.                CD CALLBACK
  158.                MHCALLBK MHCALLBK.CNF   **
  159.                CD ..
  160.  
  161.   **    Command line options
  162.         --------------------
  163.  
  164.             PCB14       - Forces MH-Callback in to PCBOARD 14.X
  165.             DOORSYS     - Forces MH-Callback in to Gap or any doorsys door
  166.             RBBS        - Forces MH-Callback in to RBBS/QBBS
  167.             WiILDCAT    - Forces MH-Callback in to wildcat 2.0
  168.  
  169.  
  170.         (MHCALLBK.CNF)
  171.  
  172.           1:C:\PCB\PCBOARD.SYS
  173.           2:The Communicator BBS
  174.           3:Mike
  175.           4:Hein
  176.           5:C:\PCB\MHCALLBK.LOG
  177.           6:PCB14
  178.           7:C:\PCB\MAIN
  179.           8:818
  180.           9:"30","45"
  181.  
  182.         1) is the Path and name of the BBS Door file (ex. DOOR.SYS)
  183.         2) is the name of the BBS
  184.         3) is the sysops first name
  185.         4) is the sysops last name
  186.         5) is the name of a callers log (not the BBS's log)
  187.         6) PCB14 for PCBoard 14.x users,
  188.            GAP for GAP or other 52/31 line DOOR.SYS users
  189.         7) If PCBoard, then path of the Users file (not name)
  190.            If Gap or other DOOR.SYS then path of DOOR.SYS file
  191.         8) Local area code
  192.         9) Old Security, New Security
  193.            You can run this from your LOGON.BAT file since the program
  194.            will exit, without any display, if the users security is not
  195.            equal to the old security.  This forces users into Callback.
  196.  
  197.          That is all it takes to set up the DOOR
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.         SUPPORT
  207.         -------
  208.             For  the latest  Update  to MH-Callback  call  the following
  209.         boards:
  210.  
  211.                 Woodland Hills, CA   The Communicator BBS
  212.                                      (818) 999-0429
  213.                                      1200-14.4 BAUD
  214.  
  215.                 Woodland Hills, CA   The Informer BBS
  216.                                      (818) 999-5488
  217.                                      3/1200/2400
  218.  
  219.             Also  check  The Communicator  for  information  on advanced
  220.         versions of this door with many new features.
  221.  
  222.  
  223.         OTHER NOTES/FLAWS/ETC
  224.         ---------------------
  225.  
  226.             PCBoard users  cannot use the  callback door  in their LOGON
  227.         batch file as  pcboard does not read  in the changes afterwards.
  228.         You must  make a separate  door that  runs when a  user logs on.
  229.         GAP users however can run  the callback program in the LOGON.BAT
  230.         file.  The callback door will  update the Data phone number with
  231.         the verified number, and update the security (obviously).  Using
  232.         the callback in one of the logon doors has an added plus.  There
  233.         is no abort option  so users will not be  able to enter your bbs
  234.         UNTIL they pass the verification check.
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.