home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / QTRADE22.ZIP / Q-TRADE.DOC < prev    next >
Encoding:
Text File  |  1991-07-28  |  10.7 KB  |  262 lines

  1.                        ┌────────────────────┐
  2.                        │   Q -  T R A D E   │
  3.                        └────────────────────┘
  4.  
  5.                              Written by
  6.                            Chris Beliveau
  7.                            ~~~~~~~~~~~~~~
  8.  
  9.                              Version 2.2
  10.                          Copyright(c)1990-91
  11.                          ═══════════════════
  12.  
  13.  
  14. ╒══════════════╕
  15. │ Introduction │
  16. ╘══════════════╛
  17.  
  18.    Q-Trade is a door written for QuickBBS, RA, and any other BBS program
  19.    that supplies DORINFOx.DEF (with x being the node number, usually 1).
  20.    It also supports GAP and any other BBS program that supplies DOOR.SYS
  21.    as an external door file.
  22.  
  23.    This door is basically a Fleamarket door.  This door is fully-equipped
  24.    with the ability to Search for an item, Erase an item, Leave a message
  25.    to another user with editing abilities, etc.
  26.  
  27. ╒══════════╕
  28. │ Commands │
  29. ╘══════════╛
  30.  
  31.    Commands can be either typed in or selected by moving the highlighted
  32.    blue bar using the arrow-keys.  In order to use the arrow-keys, you have
  33.    to make sure that NumLock is ON.
  34.  
  35.    P - Post an Item
  36.           Lets the user enter an item he/she might have for sale/trade, or
  37.           something he/she is looking for.  They will be required to enter
  38.           the item name, and they have up to 4 lines for a description.
  39.  
  40.    L - Leave a message
  41.           Lets the user leave a message to another user, usually
  42.           concerning something he/she read about, and wants some
  43.           information about.  The user who the message is left to, will
  44.           receive the message the next time he or she runs this door.
  45.  
  46.    B - Browse Items
  47.           Lets the user browse through the listing of items that are for
  48.           sale, or whatever.  Pretty self-explanatory.
  49.  
  50.    E - Erase an Item
  51.           Lets the user remove an ad that he or she placed.  Upon selection
  52.           of this, it will display a list of things THAT specific user
  53.           entered, and ask him/her for the number to erase.  They can ONLY
  54.           erase something that they entered!
  55.  
  56.    S - Search for Something
  57.           Brings the user into the Search menu, where they can select by
  58.           what field they wish to search by, then upon selection, they must
  59.           enter the search string.  If the string is found, the entire
  60.           record will be returned.  Otherwise, the user will be notified
  61.           that it couldn't be found.  Use your arrow-keys, or type your
  62.           choice.
  63.  
  64.    F - Fast Browse
  65.           See a quick list of items for sale.  It displays the record
  66.           number, the name of the item, and the name of the entrant.
  67.  
  68.    Q - Quit this program
  69.           Does exactly what it says.
  70.  
  71.  
  72. ╒══════════╕
  73. │ Features │
  74. ╘══════════╛
  75.  
  76.    * Full FOSSIL support, CTS checking, etc.  No CTTY or Watchdog type
  77.      device needed.
  78.  
  79.    * Easy to setup.
  80.  
  81.    * No need to press ENTER after a command, semi-hotkeyed.
  82.  
  83.    * Status line at bottom of screen with Name of user, Time Remaining,
  84.      Baudrate, etc.
  85.  
  86.    * Searching ability, with ability to search for Name, Date, Item name,
  87.      or Item Description.
  88.  
  89.    * Erasing ability that only allows the user to erase an ad the he or she
  90.      placed.
  91.  
  92.    * Message to another user support.  No longer will the user have to
  93.      leave a note on the BBS, now they can leave it directly in the door!
  94.  
  95.    * Quick Browsing, which allows the user to view up to 20 ads on the
  96.      screen at a time.
  97.  
  98.    * SysOp's commands include:
  99.       F5 - DOS Shell
  100.       F8 - Return to the BBS (Also, it does it 'inconspicuously', so the
  101.            user doesn't know you are there!
  102.       F9 - Blank's the screen to save from burnout
  103.      F10 - Chat with user online
  104.      ESC - Quit Chat mode
  105.  
  106.    * Full arrow-key support for all menus
  107.  
  108.  
  109. ╒═══════╕
  110. │ Setup │
  111. ╘═══════╛
  112.  
  113.    Setting this program up is fairly simple, if you follow these
  114.    instructions:
  115.  
  116.       1.  Uncompress all the files into a sub-directory.
  117.  
  118.       2.  Edit the .CFG file, with the following information:
  119.           (Note: Two config files have been included with the program to
  120.                  make it easier on you.  If you use GAP then look at the
  121.                  file GAP.CFG and QBBS.CFG for anything else.)
  122.             C:\QUICKBBS             <-- Path to DORINFO1.DEF or DOOR.SYS
  123.             The New EDGE BBS!       <-- Name of your BBS
  124.             688-1541                <-- Phone number of your BBS (NO AREACODE!)
  125.             Ray Martini             <-- SysOp's FULL name
  126.             0                       <-- Registration key code
  127.             DORINFO                 <-- Use DORINFO for QBBS/RA/SBBS or
  128.                                         DOORSYS for GAP.
  129.  
  130.       3.  Make a BATch file to load this program, like:
  131.             Echo Off
  132.             Cd \Doors\Q-Trade
  133.             Q-Trade Q-Trade.Cfg
  134.             Cd \QuickBBS
  135.  
  136.       4.  Make a menu selection to load the program,
  137.           for example:  C:\Command.Com /C Q-Trade.Bat
  138.           ■ Note:  There is no need to pass such parameters
  139.             as *F *L *G *B *T *R because they are automatically
  140.             read from DorInfo1.Def!
  141.  
  142.       5.  Make SURE you have BRUN45.EXE in your path, or in the same
  143.           directory as this program, it is ABSOLUTELY REQUIRED for this
  144.           program to run!!!
  145.  
  146.       Notes:  When putting in lines 2, 3, & 4 of the config file, you must
  147.               make them EXACTLY as you specified when sending your
  148.               registration.
  149.  
  150.    And, that's it!  That's all there is to it!
  151.  
  152.  
  153. ╒═════════════════════════════════════╕
  154. │ External SysOp Editor (QTSYSOP.EXE) │
  155. ╘═════════════════════════════════════╛
  156.  
  157.          QTSysOp is the external editor program, which the SysOp can use to
  158.          have complete control of the database.  Try it out!  It's pretty
  159.          much self-explanatory.  The next version (which will be written in
  160.          Turbo Pascal instead of QuickBASIC) will have many other better
  161.          features, including mouse support, a message editor, an ad editor,
  162.          and many other features.  However, in future versions QTSysOp will
  163.          only be made available to Registered SysOp's.
  164.  
  165.  
  166. ╒═════════════════════╕
  167. │ Notes (READ THESE!) │
  168. ╘═════════════════════╛
  169.  
  170.          There seems to be a problem with time limits... if you try to load
  171.          this door with more than about 500 minutes time (as specified in
  172.          DORINFO1.DEF) then you will get an error and it will not load...
  173.          to remedy this problem you must not allow more than 500 minutes
  174.          per day to ANY user to use this door.
  175.  
  176.          BBS's that are Pay BBS's (that have any form of mandatory
  177.          registration in order to have access to files/messages/etc) MUST
  178.          register this program!  If not, users will be asked to inform me
  179.          of its use on an unregistered Pay BBS system.
  180.  
  181.          Registration fees for this program are:
  182.               Option 1 -- $10 gets you:  The basic registration to this
  183.                                          program. Your registration key
  184.                                          will be mailed to you.
  185.               Option 2 -- $15 gets you:  Your registration key code AND the
  186.                                          latest version of the program sent
  187.                                          to you (I will call your BBS and
  188.                                          upload it.  If you choose this
  189.                                          option, or any of the below, make
  190.                                          sure you create an account on your
  191.                                          BBS with my name and allow
  192.                                          uploading privileges.  Inform me
  193.                                          of this account when you send your
  194.                                          registration.)
  195.               Option 3 -- $35 gets you:  Lifetime registration with each new
  196.                                          release sent to your BBS.
  197.               Option 4 -- $xx gets you:  Customization of your own personal
  198.                                          copy.  Including adding any option
  199.                                          you want and hardcoding your BBS
  200.                                          name and anything else you want.
  201.                                          The price for this depends upon
  202.                                          the service performed.  Check with
  203.                                          me on the Official Support BBS for
  204.                                          more details.
  205.  
  206.  
  207. ╒══════════════════════════╕
  208. │ Closing/Credits/Warranty │
  209. ╘══════════════════════════╛
  210.  
  211.    Well that's all there really is to it!  If you need further help,
  212.    would like to send a donation of any amount, or would like to give
  213.    me some comments or suggestions (Please, I welcome all suggestions!),
  214.    write to:
  215.                              Chris Beliveau
  216.                              19 Portland Street
  217.                              Lawrence, MA 01843
  218.  
  219.    (If registering by check, make payable to Chris Beliveau please!)
  220.  
  221.    When registering please write a little note telling me:
  222.  
  223.         1.  BBS Name EXACTLY as displayed in your config file,
  224.         2.  Phone number EXACTLY as displayed in the config file,
  225.         3.  Your name EXACTLY as displayed in the config file,
  226.         4.  Your FidoNet number (if applicable)
  227.  
  228. ─────────────────────────────[ Support Boards ]─────────────────────────────
  229.  
  230.    I can most likely be reached on the following boards:
  231.  
  232.     BBS Name       Fido Num.  Telephone No.  SysOp / Notes
  233. ────────────────   ─────────  ─────────────  ───────────────────────────────
  234. The New EDGE BBS   1:324/118  (508)688-1541  Ray Martini - Official Support!
  235. Electric Dreams    1:324/116  (508)682-5279  Paul Gosselin
  236.  
  237.  
  238. ╒═══════════════╕
  239. │ W A R A N T Y │
  240. ╘═══════════════╛
  241.  
  242.    This program in NO way is warranted for ANY reason whatsoever! Running
  243.    this program is at the person's OWN RISK! If for some reason this
  244.    actually DOES do anything to your machine or HD or something, I can NOT
  245.    be held responsible. * USE AT YOUR OWN RISK!!! *
  246.  
  247.    Well, that's it!  I hope you and your users enjoy this program.
  248.  
  249.    P.S.  There are no user docs for this program, I hope it is
  250.    self-explanatory, but if you think your users will need some
  251.    documentation, just edit this file, and put it in one of your file areas
  252.    or something.
  253.  
  254.    One final note:  The source code to this program in QB45 is available
  255.    at a reasonable price.  If interested, please contact me on the Official
  256.    Support board listed above.
  257.  
  258.                                              -- Chris Beliveau of
  259.                                                 EDGEsoft Software
  260.  
  261.