home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / 1000GAME.iso / dosgames / word / wcc100 / sysop.doc < prev    next >
Text File  |  1994-05-09  |  14KB  |  334 lines

  1.  
  2.                         W o r d   C r i s s   C r o s 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. Word Criss Cross, 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.      Word Criss Cross is a word construction type door game.  This door does
  41.      not contain any time limit except that of the user's existing time left
  42.      online.  Although not written to operate on a multi-tasking environment,
  43.      it has been tested to do so without any known problems.  This door will
  44.      support up to 50 users.  It is also written to be able to use Com ports
  45.      and IRQ's not usually used.  This door does NOT require any daily
  46.      maintenance.  This door code is written using Quick Basic and DoorFrame
  47.      runtime library.  
  48.  
  49. Configuration file setup:
  50.                                 Example Batch File
  51.                                 ------------------
  52. This is an example of a sample batch file:
  53.  
  54.    ECHO OFF
  55.    CD\DOORS\WCC            <=- Switch to the door's Directory.
  56.    WCC WCC.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.  
  65. Example configuration file for PCBOARD.SYS
  66. ------------------------------------------
  67.  
  68. C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.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. 5                   <=-  (Number of games allowed each day)
  75. 10                  <=-  (Number of discards allowed each game)
  76.  
  77. Example configuration file for USERS.SYS
  78. ------------------------------------------
  79.  
  80. C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  81. Prime Base          <=-  (Change this to your BBS name)
  82. William             <=-  (The Sysop's first name)
  83. Rountree            <=-  (The Sysop's last name)
  84. 00000               <=-  (Your BBS Registration Number)
  85. William Rountree    <=-  (Sponsor of Door)
  86. 5                   <=-  (Number of games allowed each day)
  87. 10                  <=-  (Number of discards allowed each game)
  88.  
  89. Example configuration file for DOOR.SYS
  90. ---------------------------------------
  91.  
  92. C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  93. Prime Base          <=-  (Change this to your BBS name)
  94. William             <=-  (The Sysop's first name)
  95. Rountree            <=-  (The Sysop's last name)
  96. 00000               <=-  (Your BBS Registration Number)
  97. William Rountree    <=-  (Sponsor of Door)
  98. 5                   <=-  (Number of games allowed each day)
  99. 10                  <=-  (Number of discards allowed each game)
  100.  
  101. Example configuration file for USERINFO.DAT
  102. -------------------------------------------
  103.  
  104. C:\BBS\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  105. Prime Base          <=-  (Change this to your BBS name)
  106. William             <=-  (The Sysop's first name)
  107. Rountree            <=-  (The Sysop's last name)
  108. 00000               <=-  (Your BBS Registration Number)
  109. William Rountree    <=-  (Sponsor of Door)
  110. 5                   <=-  (Number of games allowed each day)
  111. 10                  <=-  (Number of discards allowed each game)
  112.  
  113. Example configuration file for CALLINFO.BBS
  114. -------------------------------------------
  115.  
  116. C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS 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. 00000               <=-  (Your BBS Registration Number)
  121. William Rountree    <=-  (Sponsor of Door)
  122. 5                   <=-  (Number of games allowed each day)
  123. 10                  <=-  (Number of discards allowed each game)
  124.  
  125. Example configuration file for DORINFOx.DEF
  126. -------------------------------------------
  127.  
  128. C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  129.                           where 'x' is the BBS Node number.
  130. Prime Base          <=-  (Change this to your BBS name)
  131. William             <=-  (The Sysop's first name)
  132. Rountree            <=-  (The Sysop's last name)
  133. 00000               <=-  (Your BBS Registration Number)
  134. William Rountree    <=-  (Sponsor of Door)
  135. 5                   <=-  (Number of games allowed each day)
  136. 10                  <=-  (Number of discards allowed each game)
  137.  
  138. Example configuration file for SFDOORS.DAT
  139. ------------------------------------------
  140.  
  141. C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  142. Prime Base          <=-  (Change this to your BBS name)
  143. William             <=-  (The Sysop's first name)
  144. Rountree            <=-  (The Sysop's last name)
  145. 00000               <=-  (Your BBS Registration Number)
  146. William Rountree    <=-  (Sponsor of Door)
  147. 5                   <=-  (Number of games allowed each day)
  148. 10                  <=-  (Number of discards allowed each game)
  149.  
  150. Example configuration file for GTUSER.BBS
  151. ----------------------------------------
  152.  
  153. C:\BBS\GTUSER.BBS   <=-  (Full pathname of your GTUSER.BBS file)
  154. Prime Base          <=-  (Change this to your BBS name)
  155. William             <=-  (The Sysop's first name)
  156. Rountree            <=-  (The Sysop's last name)
  157. 1                   <=-  (COM port number - defaults to 1)
  158. 1                   <=-  (Node number - defaults to 1)
  159. 00000               <=-  (Your BBS Registration Number)
  160. William Rountree    <=-  (Sponsor of Door)
  161. 5                   <=-  (Number of games allowed each day)
  162. 10                  <=-  (Number of discards allowed each game)
  163.  
  164. Example configuration file for TRIBBS.SYS
  165. ----------------------------------------
  166.  
  167. C:\BBS\TRIBBS.BBS   <=-  (Full pathname of your TRIBBS.SYS file)
  168. Prime Base          <=-  (Change this to your BBS name)
  169. William             <=-  (The Sysop's first name)
  170. Rountree            <=-  (The Sysop's last name)
  171. 00000               <=-  (Your BBS Registration Number)
  172. William Rountree    <=-  (Sponsor of Door)
  173. 5                   <=-  (Number of games allowed each day)
  174. 10                  <=-  (Number of discards allowed each game)
  175.  
  176. NOTE: At present it is unclear which BBS systems read their BBS drop files
  177.       back in and make updates to the system files upon termination of a door.
  178.       If your BBS performs this function then your files will be updated,
  179.       otherwise nothing will change and the updates will have to be performed
  180.       manually. It is left to the individual Sysop to know if his BBS
  181.       software does indeed perform the updates or not.
  182.  
  183.     DoorFrame requires DOS 3.x and up since all files are opened in SHARED
  184.     mode.
  185.  
  186.     When using PCBOARD.SYS, DoorFrame also accesses the USERS file.
  187.  
  188.     When using USERS.SYS, DoorFrame also accesses PCBOARD.SYS, PCBOARD.DAT
  189.     and the USERS file.
  190.  
  191.     The DOOR.SYS used by DoorFrame is the standard 52 line GAP (tm) file.
  192.  
  193.     The CALLINFO.BBS used by DoorFrame currently contains 36 lines.
  194.  
  195.     If ANY Basic error is encountered, it will branch to ERR.ROUTINE and
  196.     call the ERRORS subroutine. The error will be printed to the screen and
  197.     written to DFRAME.ERR. Your Door will then exit back to the BBS.
  198.  
  199. Fossil Driver Support
  200. ---------------------
  201.  
  202. WCC WCC.CFG /FD
  203.  
  204. -  BNU: Works!
  205.  
  206. -  XOO: Works!
  207.  
  208. Environment Variables:
  209.  
  210. Word Criss Cross supports COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4
  211. and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  212. number after the configuration filename.
  213.     CW CW.CFG /5 OR
  214.     CW CW.CFG /%IRQ%  for the environment variable.
  215. The /5 tells Create a Word to use IRQ5 rather than the standard IRQ4 that
  216. is normally used with COM1. No /x parameter is needed for the standard IRQ's.
  217.  
  218. When specifying the location of the system file on line 1 of the doors .CFG
  219. file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%,
  220. and %wcnodeid%. Some examples:
  221.  PCBoard:
  222.    USERS.SYS in C:\PCB           - %pcbdrive%%pcbdir%\USERS.SYS
  223.    USERS.SYS in C:\PCB\NODE1     - %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  224.  
  225.  Wildcat!:
  226.    USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  227.  
  228. Non-PCBoard systems may use the PCB environment variables by setting them
  229. in either AUTOEXEC.BAT or in the batch that runs the door. For example:
  230.  SET PCBDRIVE=C:
  231.  SET PCBDIR=\BBSDIR
  232.  SET PCBNODE=1
  233.  
  234.  
  235. Daily Maintenance:
  236.  
  237.      No modification of your daily maintenance is required since Word Criss
  238.      Cross performs it's Daily Maintenance on the first caller that day.
  239.      This maintenance is very short and should not delay the play by that
  240.      call very much.
  241.  
  242. Limitations:
  243.  
  244.      This door will continue to operate in it's original condition until
  245.      it is registered.
  246.      
  247.      1:  A 5 second delay and message will be displayed upon it start and
  248.          exit.
  249.      2:  Each player is limited to 1 game a day until registered.
  250.      3:  A player cannot play ahead, or make up lost days until registered.
  251.      4:  Limited 5 discards per game. 
  252.  
  253.      These limitations will be removed upon it's registration.
  254.  
  255. Sysop Keys
  256. ==========
  257.  
  258. F3    -  Toggles the printer On/Off. Value is passed to PCBoard and/or
  259.          written to DOOR.SYS and USERS.SYS
  260. F4    -  Toggles the Page Bell on/off. Value is passed to PCBoard
  261.          and/or written to DOOR.SYS and USERS.SYS
  262. F5    -  DOS Shell. Allows SysOp to exit to DOS from inside a DOOR.
  263. F7    -  Toggles the Caller Alarm On/Off. Value is passed to PCBoard
  264.          and/or written to DOOR.SYS and USERS.SYS
  265. F8    -  Returns the caller involuntarily to the BBS.
  266. F9    -  Toggles the local display On/Off. Value is passed to PCBoard
  267.          and/or written to DOOR.SYS and USERS.SYS
  268. F10   -  Activates SysOp CHAT mode within the DOOR.
  269. ESC   -  Deactivates CHAT mode.  DOOR is resumed.
  270. UP    -  Give the caller extra time while in the DOOR.
  271. DN    -  Subtract time from the caller while in the DOOR.
  272. HOME  -  HELP key for Status Line options.
  273. ALT-N -  SysOp next on toggle. Value passed to PCBoard. (PCBoard only)
  274. ALT-X -  PCBoard will exit after current caller logs off. Value is
  275.          passed to PCBoard. Not available on non-PCBoard systems.
  276.  
  277. Beta Testing:
  278.  
  279.      This version has been beta tested on:
  280.     
  281.      BBS: Prime Base, Data #:(804) 587-4289/4382, Sysop: William Rountree
  282.  
  283. Registration:
  284.  
  285.      Word Criss Cross costs $15.00 US currency to register.  I will post a
  286.      message on Prime Base in the Door Support Conference with your
  287.      individual registration number.  If you have any problems or questions,
  288.      please leave all messages in this area for:
  289.  
  290.           William Rountree or Sysop at:
  291.  
  292.           Prime Base Node #1: (804) 587-4289   14,400 V32Bis, V42Bis
  293.                           #2: (804) 587-4382   16,800 USR Dual Standard
  294.           Voice:              (804) 587-3082
  295.           FidoNet: 1:275/58
  296.  
  297.      Bill McPhail is also an authorized distribution and registration site.
  298.      Please, if you use this site, make your check or money order out to Bill
  299.      McPhail instead of myself.
  300.  
  301.           Bill McPhail at:
  302.  
  303.           The BoardRoom BBS #1: (206) 837-1763   14,400 V32Bis, V42Bis
  304.                             #2: (206) 846-0755   14,400 V32Bis, V42Bis
  305.           FidoNet: 1:138/138
  306.                    1:138/237
  307.  
  308.      Elizabeth Bachman is also the authorized East Coast distribution site.
  309.  
  310.           Elizabeth Bachman at:
  311.  
  312.           The Midnight Special BBS #1: (207) 439-7919 14,400 V32Bis, V42Bis
  313.                                    #2: (207) 439-9318 2400 
  314.           FidoNet: 1:326/105   
  315.  
  316.      Rick Barrowclough is also an authorized CANADIAN distribution site.
  317.  
  318.           Rick Barrowclough at:
  319.  
  320.           The WYRM'S LAIR #1: (604) 542-5641    14,400 V32Bis, V42Bis
  321.                           #2: (604) 558-1979     2,400 (Soon Terbo)
  322.           FidoNet: 1:353/320
  323.  
  324.  
  325.      Werner Sepultur is also an authorized EUROPEAN distribution site.
  326.  
  327.           Werner Sepultur at:
  328.  
  329.           Sepultura-BBS Verden #1: +49 (0)4231-68618   14,400 USR Dual
  330.                                #2: +49 (0)4231-68619   19,200 ZyXel
  331.                                #3: +49 (0)4231-68951   16,800 ZyXel
  332.                                #4: +49 (0)4231-962040  64,000 ISDN
  333.           FidoNet:
  334.