home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_GAME / WIMB102.ZIP / SYSOP.DOC < prev    next >
Text File  |  1994-03-07  |  10KB  |  260 lines

  1.  
  2.                  W a g e r    I n - B e t w e e n   C a r d s
  3.  
  4.                              W r i t t e n    b y
  5.                     
  6.                     W i l l i a m    H.    R o u n t r e e
  7.  
  8.                        C o p y r i g h t  (c)   1 9 9 4
  9.  
  10.  
  11. Wager In-Between Cards, Copyright (c) 1994 by William H. Rountree, is being
  12. distributed as Shareware. Under this concept you may use the SHAREWARE
  13. (unregistered) version for a reasonable period of time for evaluation
  14. after which you must either register your copy or discontinue usage.
  15.  
  16. Disclaimer:
  17.  
  18.      This program and other files associated with it are not
  19.      guaranteed to be bug free or virus free.  We are not
  20.      responsible for any damages of any kind, including
  21.      profit loses and data loss, that relate directly or
  22.      indirectly to these programs and files.  You may
  23.      distribute this program, as long as it is in unmodified
  24.      form with all the files originally included.
  25.  
  26. Credits:
  27.      Quick Basic (R) is a registered trade mark of Microsoft Corporation
  28.  
  29.      PCBoard (R) is a registered trade mark of Clark Development
  30.                  Corporation
  31.  
  32.      DoorFrame is copyrighted by Ted Freeman 1990-3,
  33.                   copyright (c) July-93 by Richard Paquette
  34.  
  35.  
  36. Overview:
  37.  
  38.           * * * * * * * This Door Requires ANSI  * * * * * * *
  39.  
  40.      Wager In-Between Cards is a Card type door game.  This door is designed
  41.      to allow users to gamble online time.  This door does not contain any
  42.      time limit except that of the user's existing time left online.  Although
  43.      not written to operate on a multi-tasking environment, it has been tested
  44.      to do so without any known problems.  This door will support up to 50
  45.      users.  It is also written to be able to use Com ports and IRQ's not
  46.      usually used.  This door does NOT require any daily maintenance.  This
  47.      door code is written using Quick Basic and DoorFrame runtime library.  
  48.  
  49. Configuration file setup:
  50.                                 Example Batch File
  51.                                 ------------------
  52. A sample batch file is included and is similar to the following:
  53.  
  54.    ECHO OFF
  55.    CD\DOORS\WIMB            <=- Switch to the door's Directory.
  56.    WIMB WIMB.CFG            <=- Execute the door program and pass the
  57.                                 configuration filename to the program.
  58.    CD\PCB                  <=- Go back to PCB DIR when user exits door.
  59.    BOARD                   <=- Restart BBS.
  60.  
  61.  
  62.                           Configuration Files
  63.                           -------------------
  64. PCBoard MUST use this:
  65. Example configuration file for USERS.SYS
  66. ------------------------------------------
  67.  
  68. C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  69. Prime Base          <=-  (Change this to your BBS name)
  70. William             <=-  (The Sysop's first name)
  71. Rountree            <=-  (The Sysop's last name)
  72. 00000               <=-  (Your BBS Registration Number)
  73. William Rountree    <=-  (Sponsor of Door)
  74. 20                  <=-  (Number of Hands allowed each day)
  75. 100                 <=-  (Starting Credits purchased)
  76. 10                  <=-  (Exchange rate Credits/minute)
  77. 5                   <=-  (Minimium Bet)
  78. 100                 <=-  (Maximium Bet)
  79. 2                   <=-  (# Times door can be used a day)
  80.  
  81.  
  82. WildCat MUST use this:
  83. Example configuration file for USERINFO.DAT
  84. -------------------------------------------
  85.  
  86. C:\BBS\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  87. Prime Base          <=-  (Change this to your BBS name)
  88. William             <=-  (The Sysop's first name)
  89. Rountree            <=-  (The Sysop's last name)
  90. 00000               <=-  (Your BBS Registration Number)
  91. William Rountree    <=-  (Sponsor of Door)
  92. 20                  <=-  (Number of Hands allowed each day)
  93. 100                 <=-  (Starting Credits purchased)
  94. 10                  <=-  (Exchange rate Credits/minute)
  95. 5                   <=-  (Minimium Bet)
  96. 100                 <=-  (Maximium Bet)
  97. 2                   <=-  (# Times door can be used a day)
  98.  
  99. NOTE: At present it is unclear which BBS systems read their BBS drop files
  100.       back in and make updates to the system files upon termination of a door.
  101.       If your BBS performs this function then your files will be updated,
  102.       otherwise nothing will change and the updates will have to be performed
  103.       manually. It is left to the individual Sysop to know if his BBS
  104.       software does indeed perform the updates or not.
  105.  
  106.     DoorFrame requires DOS 3.x and up since all files are opened in SHARED
  107.     mode.
  108.  
  109.     When using PCBOARD.SYS, DoorFrame also accesses the USERS file.
  110.  
  111.     When using USERS.SYS, DoorFrame also accesses PCBOARD.SYS, PCBOARD.DAT
  112.     and the USERS file.
  113.  
  114.     The DOOR.SYS used by DoorFrame is the standard 52 line GAP (tm) file.
  115.  
  116.     The CALLINFO.BBS used by DoorFrame currently contains 36 lines.
  117.  
  118.     If ANY Basic error is encountered, it will branch to ERR.ROUTINE and
  119.     call the ERRORS subroutine. The error will be printed to the screen and
  120.     written to DFRAME.ERR. Your Door will then exit back to the BBS.
  121.  
  122. Fossil Driver Support
  123. ---------------------
  124.  
  125. WIMB WIMB.CFG /FD
  126.  
  127. -  BNU: Works!
  128.  
  129. -  XOO: Works!
  130.  
  131. Environment Variables:
  132.  
  133. Wager In-Between Cards supports COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4
  134. and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  135. number after the configuration filename.
  136.     WIMB WIMB.CFG /5 OR
  137.     WIMB WIMB.CFG /%IRQ%  for the environment variable.
  138. The /5 tells Wager In-Between Cards to use IRQ5 rather than the standard IRQ4
  139. that is normally used with COM1. No /x parameter is needed for the standard
  140. IRQ's.
  141.  
  142. When specifying the location of the system file on line 1 of the doors .CFG
  143. file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%,
  144. and %wcnodeid%. Some examples:
  145.  PCBoard:
  146.    USERS.SYS in C:\PCB           - %pcbdrive%%pcbdir%\USERS.SYS
  147.    USERS.SYS in C:\PCB\NODE1     - %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  148.  
  149.  Wildcat!:
  150.    USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  151.  
  152. Non-PCBoard systems may use the PCB environment variables by setting them
  153. in either AUTOEXEC.BAT or in the batch that runs the door. For example:
  154.  SET PCBDRIVE=C:
  155.  SET PCBDIR=\BBSDIR
  156.  SET PCBNODE=1
  157.  
  158.  
  159. Daily Maintenance:
  160.  
  161.      No modification of your daily maintenance is required since Wager
  162.      In-Between Cards performs it's Daily Maintenance on the first caller that
  163.      day.  This maintenance is very short and should not delay the play by
  164.      that call very much.
  165.  
  166. Limitations:
  167.  
  168.      This door will continue to operate in it's original condition until
  169.      it is registered.
  170.      
  171.      1:  A 5 second delay and message will be displayed upon it start and
  172.          exit.
  173.      2:  Each player is limited to 10 hands a day until registered.
  174.      3:  The Minimium Bet, Maximium Bet, # Times a player may play a day,
  175.          Exchange Rate, and Starting Credits use a default value.
  176.      4:  Closing Screen informing the user what is gained if registered is
  177.          displayed.
  178.  
  179.      These limitations will be removed upon it's registration.
  180.  
  181. Sysop Keys
  182. ==========
  183.  
  184. F3    -  Toggles the printer On/Off. Value is passed to PCBoard and/or
  185.          written to DOOR.SYS and USERS.SYS
  186. F4    -  Toggles the Page Bell on/off. Value is passed to PCBoard
  187.          and/or written to DOOR.SYS and USERS.SYS
  188. F5    -  DOS Shell. Allows SysOp to exit to DOS from inside a DOOR.
  189. F7    -  Toggles the Caller Alarm On/Off. Value is passed to PCBoard
  190.          and/or written to DOOR.SYS and USERS.SYS
  191. F8    -  Returns the caller involuntarily to the BBS.
  192. F9    -  Toggles the local display On/Off. Value is passed to PCBoard
  193.          and/or written to DOOR.SYS and USERS.SYS
  194. F10   -  Activates SysOp CHAT mode within the DOOR.
  195. ESC   -  Deactivates CHAT mode.  DOOR is resumed.
  196. UP    -  Give the caller extra time while in the DOOR.
  197. DN    -  Subtract time from the caller while in the DOOR.
  198. HOME  -  HELP key for Status Line options.
  199. ALT-N -  SysOp next on toggle. Value passed to PCBoard. (PCBoard only)
  200. ALT-X -  PCBoard will exit after current caller logs off. Value is
  201.          passed to PCBoard. Not available on non-PCBoard systems.
  202.  
  203. Beta Testing:
  204.  
  205.      This version has been beta tested on:
  206.     
  207.      BBS: Prime Base, Data #:(804) 587-4289/4382, Sysop: William Rountree
  208.  
  209. Registration:
  210.  
  211.      Wager In-Between Cards costs $15.00 US currency to register.  I will
  212.      post a message on Prime Base in the Door Support Conference with your
  213.      individual registration number.  If you have any problems or questions,
  214.      please leave all messages in this area for:
  215.  
  216.           William Rountree or Sysop at:
  217.  
  218.           Prime Base Node #1: (804) 587-4289   14,400 V32Bis, V42Bis
  219.                           #2: (804) 587-4382   16,800 USR Dual Standard
  220.           Voice:              (804) 587-3082
  221.           FidoNet: 1:275/58
  222.  
  223.      Bill McPhail is also an authorized distribution and registration site.
  224.      Please, if you use this site, make your check or money order out to Bill
  225.      McPhail instead of myself.
  226.  
  227.           Bill McPhail at:
  228.  
  229.           The BoardRoom BBS #1: (206) 837-1763   14,400 V32Bis, V42Bis
  230.                             #2: (206) 846-0755   14,400 V32Bis, V42Bis
  231.           FidoNet: 1:138/138
  232.                    1:138/237
  233.   
  234.      Elizabeth Bachman is also the authorized East Coast distribution site.
  235.  
  236.           Elizabeth Bachman at:
  237.  
  238.           The Midnight Special BBS #1: (207) 439-7919 14,400 V32Bis, V42Bis
  239.                               #2: (207) 439-9318 2400
  240.           FidoNet: 1:326/105
  241.  
  242.      Rick Barrowclough is also an authorized CANADIAN distribution site.
  243.  
  244.           Rick Barrowclough at:
  245.  
  246.           The WYRM'S LAIR #1: (604) 542-5641    14,400 V32Bis, V42Bis
  247.                           #2: (604) 558-1979     2,400 (Soon Terbo)
  248.           FidoNet: 1:353/320
  249.  
  250.  
  251.     Werner Sepultur is also an authorized EUROPEAN distribution site.
  252.  
  253.           Werner Sepultur at:
  254.  
  255.           Sepultura-BBS Verden #1: +49 (0)4231-68618   14,400 USR Dual
  256.                                #2: +49 (0)4231-68619   19,200 ZyXel
  257.                                #3: +49 (0)4231-68951   16,800 ZyXel
  258.                                #4: +49 (0)4231-962040  64,000 ISDN
  259.           FidoNet:
  260.