home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / DRMORD13.ZIP / SYSOP.DOC < prev    next >
Text File  |  1994-01-26  |  8KB  |  267 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                   DreamORDER
  10.                   The ULTIMATE Online Catalog/Ordering System!
  11.  
  12.                                  Version v1.3
  13.                       Copyright (c)1993 By Andy Stewart
  14.  
  15.  
  16.  
  17.                       ALWAYS READ the file WHATS.NEW !!!!!!
  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.  
  43.                                 COPYRIGHT NOTICE
  44.                                 ----------------
  45.  
  46.      DreamORDER is a copyrighted program being distributed under the
  47.      shareware concept.  As such you may use DreamORDER for a period of
  48.      30 days without registering the software.  After the 30 day evaluation
  49.      period, you must register your copy of DreamORDER or must stop using
  50.      it.  By your not doing so you will be in violation of United States and
  51.      International copyright laws.
  52.  
  53.      As a shareware program, DreamORDER may be freely distributed through a
  54.      BBS.  Shareware distributors may distribute copies of DreamORDER on disk
  55.      for a modest disk duplication charge not to exceed $4 per disk.
  56.  
  57.  
  58.  
  59.  
  60.                                     
  61.  
  62.                                     WARRANTY
  63.                                     --------
  64.  
  65.      DreamORDER is distributed without warranty.  In no event will Andy
  66.      Stewart or DreamWARE Communications be liable to you for damages,
  67.      including any loss of profits, lost savings, or other incidental or
  68.      consequential damages arising out of your use of or inability to use the
  69.      program, even if Andy Stewart, DreamWARE Communications or an authorized
  70.      representative has been advised of the possibility of such damages.  Andy
  71.      Stewart and DreamWARE Communications will not be liable for any such
  72.      claim by any other party.
  73.  
  74.  
  75.  
  76.                                   INTRODUCTION
  77.                                   ------------
  78.  
  79.           DreamORDER has the following built-in features ...
  80.  
  81.           Assembly language serial input/output routines for maximum
  82.           speed.
  83.  
  84.           Fully supports high  speed modems: 16550 FIFO buffering and
  85.           locked serial ports.
  86.  
  87.           Built in ANSI terminal emulator.  No need to have ANSI.SYS
  88.           loaded in memory.
  89.  
  90.           Supports all of the most popular door data file formats:
  91.           TriBBS, PCBoard, GAP, Spitfire, WildCat, RBBS, and WWIV.
  92.  
  93.  
  94.  
  95.  
  96.                               RUNNING DREAMORDER
  97.                               ------------------
  98.      DreamORDER is run by entering a command similar to the following:
  99.  
  100.      order order.cfg
  101.  
  102.      In the above command line, "order" is the name of your door's EXE file
  103.      and the "order.cfg" parameter is the name of the door's configuration
  104.      file.  The configuration file can have any name the sysop chooses, but
  105.      it must reside in the same directory as the door.  The configuration
  106.      file is an ASCII text file with the following format:
  107.  
  108.      Line 1:   Door data file type.
  109.      Line 2:   Path to the door data file(s).
  110.      Line 3:   BBS name.
  111.      Line 4:   Sysop's name.
  112.      Line 5:   Locked baud rate.
  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:
  125.  
  126.      WWIV
  127.      C:\WWIV\
  128.      DreamNET
  129.      Unca Scrooge
  130.      38400
  131.  
  132.      A file called SETUP.EXE is included to aid with writing this config.
  133.      file.  Run it, answer the questions, and let the program do the rest.
  134.  
  135.                 THIS MUST BE RUN BEFORE RUNNING DreamORDER!!!
  136.  
  137.  
  138.      DreamORDER can be run locally without a door data file (handy for the
  139.      sysop to use the door without logging on to the BBS) by specifying
  140.      /L after the configuration file parameter in the DOS command line.
  141.      DreamORDER will request the user to enter his name before running the
  142.      door.
  143.  
  144.      Nonstandard IRQs can be used with DreamORDER by specifying the IRQ
  145.      number after the  "config" parameter in the command line used to run
  146.      the door as follows:
  147.  
  148.      door config irq
  149.  
  150.  
  151.  
  152.                                   SPECIAL KEYS
  153.                                   ------------
  154.  
  155.      While a door is running, the sysop can press certain special keys to
  156.      perform a variety of functions.    The following is a list of the
  157.      functions that the DreamORDER special keys perform:
  158.  
  159.  
  160.      Key(s)              Function
  161.  
  162.      HOME                Toggles between the user status window and a help
  163.                          display that lists the special keys.
  164.  
  165.      F6                  Takes 5 minutes away from the caller.
  166.                          NOTE:  This will NOT be returned to BBS.
  167.  
  168.      F7                  Gives 5 minutes to the caller.
  169.                          NOTE:  This will NOT be returned to the BBS.
  170.  
  171.      F9                  Quit the door and return the caller to the BBS.
  172.  
  173.      F10                 Enter chat mode.  Pressing the ESC key exits the
  174.                          chat mode.
  175.  
  176.      Alt+D               Drop to DOS.
  177.  
  178.  
  179.  
  180.  
  181.                                      SUPPORT
  182.                                      -------
  183.  
  184.      You may obtain assistance with a DreamWARE Communication programs and
  185.      related problems by calling Infernal Regions at 813-383-0827 and leave
  186.      email the Unca Scrooge.  You may also find the latest versions of
  187.      DreamWARE Communications doors here, which are downloadable on the first
  188.      call.  Also, they can be found on the support boards found in
  189.      Special.Thx.   I can also be reached at 1@8398 WWIVnet/ICEnet, 1@8351
  190.      ImagiNet and cvnr66a@prodigy.com on Internet.
  191.  
  192.  
  193.  
  194.  
  195.  
  196.                                   REGISTRATION
  197.                                   ------------
  198.  
  199.      Registration of DreamORDER is only $10.00.  Please use the form in the
  200.      file ORDER.FRM.   When you register DreamORDER, you will receive a
  201.      keyfile to turn your copy of DreamORDER into a registered version.  More
  202.      information on this is in ORDER.FRM.
  203.  
  204.  
  205.  
  206.                               REGISTRATION NOTES
  207.                               ------------------
  208.  
  209.      I have dropped the prices on ALL of my doors to $10.  The reason for
  210.      this is I believe that $10 is a fair price for BBS Doors!  I believe
  211.      that $25 for a BBS Door is a bit much, not to MENTION $45-60 that
  212.      SOME of the Door registrations cost.  You can get an EXCELLENT,
  213.      multi_disk COMMERCIAL game for these prices!  Therefore, all of my
  214.      BBS Doors registrations will be $10.  There MAY be, at a later date,
  215.      a door/pgm that will cost slightly more, depending on the complexity
  216.      of the coding, but that is unlikely.  If you have another of my
  217.      doors that was written before this and you wish to register it/them,
  218.      only send $10 for each registration.  This decision covers ALL previous
  219.      doors.  I am planning on releasing new versions of ALL my doors soon
  220.      with the information.  Thank You!
  221.  
  222.                        Thank you for using DreamORDER
  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.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.