home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / BBDOWN11.ZIP / SYSOP.DOC < prev   
Text File  |  1995-02-26  |  6KB  |  247 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                    BBDOWN
  10.  
  11.                                  Version v1.1
  12.                       Copyright (c)1994  By William Morgan
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.                       COPYRIGHT AND REGISTRATION NOTICE
  43.                       ---------------------------------
  44.  
  45.       BBDOWN is a copyrighted program being distributed under the shareware 
  46.       concept.  The only 'difference' between The BBDOWN door and shareware 
  47.       is:  Registration is still required, but the trial period for the door 
  48.       is virtually indefinate.  You may test the door online for as long as 
  49.       you like, and register it when you are sure you want it to remain 
  50.       online, and when you can afford to register.
  51.       (I know how running a BBS can get to be a burden on your finances.)
  52.       try the door until you are absolutely sure you wish the door to remain
  53.       online and can afford to register it.
  54.  
  55.  
  56.  
  57.  
  58.                                     
  59.  
  60.                                   WARRANTY
  61.                                   --------
  62.  
  63.   BBDOWN is distributed without warranty.  In no event will William
  64.   Morgan be liable to you for damages, including any loss of profits, 
  65.   lost savings, or other incidental or consequential damages arising 
  66.   out of your use of or inability to use the program, even if William Morgan, 
  67.   or an authorized representative has been advised of the possibility of 
  68.   such damages. William Morgan will not be liable for any such claim by 
  69.   any other party.
  70.  
  71.  
  72.  
  73.                                   INTRODUCTION
  74.                                   ------------
  75.  
  76.                BBDOWN has the following built-in features ...
  77.  
  78.           Assembly language serial input/output routines for maximum
  79.           speed.
  80.  
  81.           Fully supports high  speed modems: 16550 FIFO buffering and
  82.           locked serial ports.
  83.  
  84.           Built in ANSI terminal emulator.  No need to have ANSI.SYS
  85.           loaded in memory.
  86.  
  87.           Supports all of the most popular door data file formats:
  88.           TriBBS, PCBoard, GAP, Spitfire, WildCat, RBBS, and WWIV.
  89.  
  90.  
  91.  
  92.  
  93.                               RUNNING BBDOWN
  94.                             ---------------------
  95.       BBDOWN is run by entering a command similar to the following:
  96.  
  97.      BBDOWN11 BBDOWN.CFG
  98.  
  99.     In the above command line, "BBDOWN11" is the name of your door's EXE file
  100.     and the "BBDOWN.CFG" parameter is the name of the door's configuration
  101.     file.  The configuration file can have any name the sysop chooses, but
  102.      it must reside in the same directory as the door.  The configuration
  103.      file is an ASCII text file with the following format:
  104.  
  105.      Line 1:   Door data file type.
  106.      Line 2:   Path to the door data file(s).
  107.      Line 3:   BBS name.
  108.      Line 4:   Sysop's name.
  109.      Line 5:   Locked baud rate.
  110.      Line 6:   Sysop Security level
  111.      Line 7:   Download Program Used
  112.      Line 8:   Allow downloads over time limit
  113.  
  114.      As illustrated above, the door's data file type is specified in line 1
  115.      and can be PCB for PCBoard, GAP for GAP (DOOR.SYS), SF for  Spitfire,
  116.      RBBS for RBBS, WC for WildCat!, TRIBBS for TriBBS, or WWIV for WWIV.
  117.      The locked baud rate is specified in line 5. If the sysop doesn't
  118.      lock his serial port, he must specify 0 for the locked baud rate.
  119.      NOTE: Although many door formats do pass the locked baud rate in the
  120.      door data files, some older formats such as RBBS do not.  For
  121.      conformity, it is required that you specify the locked baud rate in
  122.      line 5 and ignores any value passed in the door data files.
  123.  
  124.      The following is a sample door configuration file for Wildcat:
  125.  
  126.      GAP
  127.      S:\WC40\WCWORK\NODE1
  128.      Woodland BBS
  129.      William Morgan
  130.      38400
  131.      1000
  132.      GSZ.EXE
  133.      YES
  134.  
  135.      A file called SETUP.EXE is included to aid with writing this config.
  136.      file.  Run it, answer the questions, and let the program do the rest.
  137.  
  138.                 THIS MUST BE RUN BEFORE RUNNING BBDOWN !!!
  139.  
  140.  
  141.  
  142.      BBDOWN can be run locally without a door data file (handy for the
  143.      sysop to use the door without logging on to the BBS) by specifying
  144.      /L after the configuration file parameter in the DOS command line.
  145.      BBDOWN will request the user to enter his name before running the
  146.      door.
  147.  
  148.  
  149.      Nonstandard IRQs can be  used with BBDOWN by specifying the IRQ
  150.      number after the  "config" parameter in the command line used to run
  151.      the door as follows:
  152.  
  153.      door config irq
  154.  
  155.  
  156.  
  157.                                   SPECIAL KEYS
  158.                                   ------------
  159.  
  160.      While a door is running, the sysop can press certain special keys to
  161.      perform a variety of functions.    The following is a list of the
  162.      functions that the BBDOWN special keys perform:
  163.  
  164.  
  165.      Key(s)              Function
  166.  
  167.      HOME                Toggles between the user status window and a help
  168.                          display that lists the special keys.
  169.  
  170.      F6                  Takes 5 minutes away from the caller.
  171.                          NOTE:  This will NOT be returned to BBS.
  172.  
  173.      F7                  Gives 5 minutes to the caller.
  174.                          NOTE:  This will NOT be returned to the BBS.
  175.  
  176.      F9                  Quit the door and return the caller to the BBS.
  177.  
  178.      F10                 Enter chat mode.  Pressing the ESC key exits the
  179.                          chat mode.
  180.  
  181.      Alt+D               Drop to DOS.
  182.  
  183.  
  184.  
  185.                                    SUPPORT
  186.                                    -------
  187.  
  188.      You may obtain assistance by calling the Woodland BBS at 813-747-8679.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.                                   REGISTRATION
  195.                                   ------------
  196.  
  197.      Registration of BBDOWN is only $12.00.  Please use the ORDER.FRM
  198.      file.   When you register BBDOWN, you will receive a new KEY File 
  199.      which can be downloaded from the Support BBS
  200.      
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.