home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / cc110.zip / SYSOP.DOC < prev   
Text File  |  1994-04-16  |  13KB  |  324 lines

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