home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / 5CS100.ZIP / SYSOP.DOC < prev   
Text File  |  1995-02-18  |  12KB  |  319 lines

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