home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / VBOX201.ZIP / VOTEBOX.DOC < prev    next >
Encoding:
Text File  |  1995-01-19  |  9.6 KB  |  223 lines

  1.  
  2.                        █ █ █▀█ ▀█▀ █▀▀ █▀▀▄ █▀█ ▀▄ ▄▀
  3.                        █ █ █ █  █  █▀  █▀▀▄ █ █  ▄▀▄
  4.                         ▀  ▀▀▀  ▀  ▀▀▀ ▀▀▀  ▀▀▀ ▀   ▀
  5.                              Voting System, 2.01
  6.  
  7.                                 by Pete Rocca
  8.            Copyrighted Multiboard Communications Centre, 1994-1995
  9.                         All rights reserved, worldwide.
  10.  
  11.  
  12. ╓───────────────────────────────────────────────────────────────────────────╖
  13. ║ What is it?                                                               ║
  14. ╙───────────────────────────────────────────────────────────────────────────╜
  15.  
  16.    "VOTEBOX" is an online voting system that allows users to vote on
  17.    topics and create other topics for users to vote on.  It also allows
  18.    the sysop to delete or modify current topics and answers.  Restrictions
  19.    on "VOTEBOX" are 10,000 topics with 15 choices for each topic.
  20.  
  21.    "VOTEBOX" uses cluster technology to make disk read/writes fast! Another
  22.    benifit of "VOTEBOX" is that it is CHEAP!!!  Only $5.00 to register!!!
  23.    Please see below for registration details...
  24.  
  25.  
  26. ╓───────────────────────────────────────────────────────────────────────────╖
  27. ║ What's new?                                                               ║
  28. ╙───────────────────────────────────────────────────────────────────────────╜
  29.  
  30.    This upgrade reflects the upgrade of the DOORMAKER kit that I have
  31.    written.   "VOTEBOX" now displays its strings faster and frees up more
  32.    CPU time on most multitasking systems.  It also now can handle internal
  33.    modem routines, so a Fossil Driver is no longer required.
  34.  
  35.    Now, for the good stuff...
  36.  
  37.     - Added count bars to graphically show the votes
  38.     - Changed the formats around a bit
  39.     - Added a minimum security setting required to 'Create' a new booth
  40.     - Added a 'renumber' the booths (no more booths numbered with gaps)
  41.     - Added a bunch of command line parameters that you can use to
  42.       customize how VoteBox will work on your system...
  43.  
  44.             /SHOWNEW   - displays the number of unanswered booths
  45.                          (if all booths have been answered, nothing is
  46.                           displayed)
  47.  
  48.             /SHOWANY   - same as above, but if all booths are unanswered
  49.                          it will display 'No unanswered booths', etc...
  50.  
  51.             /WAITENTER - when used with the above two, will cause it
  52.                          to say 'Press Enter to Continue' otherwise
  53.                          it simply returns back to the BBS without
  54.                          any wait.
  55.  
  56.             /NOCLEAR   - again, used with the two above, cause the
  57.                          screen not to be cleared on the remote side
  58.                          before displaying these messages...
  59.  
  60.             /RUNNEW    - only runs the door if the user has not
  61.                          answered all the booths
  62.  
  63.  
  64. ╓───────────────────────────────────────────────────────────────────────────╖
  65. ║ Special Keys                                                              ║
  66. ╙───────────────────────────────────────────────────────────────────────────╜
  67.  
  68.         Alt - H    :   Hangs up on the user
  69.         Alt - J    :   DOS Shell, with swap to XMS/EMS/Disk
  70.         Alt - C    :   Chat with user
  71.  
  72.  
  73. ╓───────────────────────────────────────────────────────────────────────────╖
  74. ║ Installation                                                              ║
  75. ╙───────────────────────────────────────────────────────────────────────────╜
  76.  
  77.    Installation is very simple...
  78.  
  79.     1) Make a directory on your harddrive to install VOTEBOX into.
  80.     2) Copy the contents of the archive into this directory
  81.     3) Edit the VOTEBOX.CFG file:
  82.  
  83.             Line 1: System Name
  84.             Line 2: Sysop Name
  85.             Line 3: Registration Number
  86.             Line 4: Sysop Security Level  (for the Edit/Delete box options)
  87.             Line 5: Security level required to create new booths
  88.  
  89.            Example: MultiBoard Communications Centre
  90.                     Pete Rocca
  91.                     00000000
  92.                     60000
  93.                     10
  94.  
  95.     4) Edit the VOTEBOX.BAT file with your drive settings.
  96.  
  97.        @echo off
  98.        cd \bbs\doors\votebox
  99.        rem USE ONE OF THESE
  100.        rem votebox \bbs\dorinfo1.def
  101.        rem votebox \bbs\door.sys
  102.        rem votebox \bbs\exitinfo.bbs
  103.        cd \bbs
  104.        exit
  105.  
  106.        Also, remember to use these switches defined above, place them
  107.        anywhere after the drop file name, for example:
  108.  
  109.        VOTEBOX \bbs\door.sys /RUNNEW
  110.  
  111.  
  112.     5) Run VOTEBOX.BAT from your bbs as an external door
  113.  
  114.        Votebox now runs with or without the need for a fossil.  If you
  115.        are using a fossil, then simply run it as specified above..  If
  116.        you wish to use the internal communications routines, simply add
  117.        this command right after the drop file...
  118.  
  119.              /I              -- Runs with internal routines
  120.  
  121.              /I:3f8,5        -- Runs with internal routines, but override
  122.                                 information from the drop file to use
  123.                                 the port at 03F8 IRQ 5.
  124.  
  125.              /I:3f8,5,19200  -- Same as above, but also override the
  126.                                 baud rate to 19200.
  127.  
  128.                                 Of course you can change the 3f8,5,19200
  129.                                 to suit whatever situation you have.
  130.  
  131.    So, and example batch for using the internal routines might look like:
  132.  
  133.    @echo off
  134.    cd \bbs\doors\votebox
  135.    votebox \bbs\door.sys /I
  136.    cd \bbs
  137.    exit
  138.  
  139.    Besides this, there isn't much to tell about, the prompts are
  140.    self-explanitory. One exception, when editing a booth, it will
  141.    show you the current contents of each line. Press Space to edit
  142.    or Enter to leave the contents alone.
  143.  
  144.    Valid dropfiles are DOOR.SYS, EXITINFO.BBS and DORINFOx.DEF.
  145.    (although if you are running a locked baud you should probably
  146.    use DOOR.SYS or make sure that DORINFOx.DEF contains the locked
  147.    baud rate)
  148.  
  149.  
  150. ╓───────────────────────────────────────────────────────────────────────────╖
  151. ║ License and Disclaimer                                                    ║
  152. ╙───────────────────────────────────────────────────────────────────────────╜
  153.  
  154.     VOTEBOX is NOT free,  it is being marketed under the "try before you
  155.     buy" or shareware concept.   You are entitled to use "VOTEBOX" for a
  156.     period up to  forty-five (45) days, after which you MUST register or
  157.     stop using the program.
  158.  
  159.     Registration entitles  you to use VOTEBOX 2.01 as well as any future
  160.     versions of the program that may or may not be released,  subject to
  161.     any additional licensing conditions which may be attached.
  162.  
  163.     Registration will take  away the "Unregistered" message at start up,
  164.     and help to continue the development of other fine programs. (not to
  165.     mention maintain the legality of this agreement)
  166.  
  167.     By running any of the  executable programs included,  you agree that
  168.     Pete Rocca,  Multiboard Communications Centre  nor any affiliates of
  169.     the above mentioned are responsible for any damage ever experienced,
  170.     however so created. If you cannot agree to this, then your privilege
  171.     to use any of these programs  is revoked  and it becomes illegal for
  172.     you to execute any programs included with this documentation.
  173.  
  174.     You may freely copy and distribute the shareware  version of VOTEBOX
  175.     as long as its original archived contents are not modified.  You may
  176.     NOT distribute  any  registration keys  without  the express written
  177.     consent of Pete Rocca  of Multiboard Communications Centre.  You may
  178.     not use a registration key that is not licensed to you by Pete Rocca
  179.     of Multiboard Communications Centre.
  180.  
  181.     It is illegal to edit, alter, hack, reverse engineer and / or modify
  182.     any components of the VOTEBOX archive in any manner.
  183.  
  184.     If dispute of any issues on legal grounds said above, then governing
  185.     law of Ontario, Canada will rule.
  186.  
  187.     If you agree to all of the above, then you may use VOTEBOX.
  188.  
  189.     * REMEMBER THAT REGISTRATION IS QUITE INEXPENSIVE FOR ALL YOU GET! *
  190.  
  191.  
  192. ╓───────────────────────────────────────────────────────────────────────────╖
  193. ║ Registration                                                              ║
  194. ╙───────────────────────────────────────────────────────────────────────────╜
  195.  
  196.                Please see the enclosed registration forms.
  197.  
  198.      REGISTER.CAN - registration form for Canada
  199.      REGISTER.EUR - registration form for Europe       (accepts Visa/MC)
  200.      REGISTER.USA - registration form for USA          (accepts Visa/MC)
  201.      REGISTER.AUS - registration form for Australia    (accepts Visa/MC)
  202.  
  203.  
  204. ╓───────────────────────────────────────────────────────────────────────────╖
  205. ║ Support                                                                   ║
  206. ╙───────────────────────────────────────────────────────────────────────────╜
  207.  
  208.    If you have any questions or comments, you  can netmail me at FidoNet
  209.    address 1:2401/305 (CM,VFC,V32).    Please poll back for your replies
  210.    as I get dozens of messages a day,  and crashing them all out is just
  211.    too expensive -  or optionally,  make a note that you would like your
  212.    message routed back to you.  You can also contact me via the Internet
  213.    for faster responses, and directly sent out replies.   The address is
  214.    "support@mcc.uti.com"
  215.  
  216.    Also, newest MCC software is now available via Internet FTP or Email.
  217.    FTP: mcs.com (/mcsnet.users/bwolf)  Email: fileserv@uti.com
  218.  
  219.    Regards,
  220.  
  221.    Pete Rocca
  222.    Multiboard Communications Centre
  223.