home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / sunrise / keno15.zip / KENO.DOC < prev    next >
Text File  |  1993-08-10  |  27KB  |  581 lines

  1.  
  2.                                 K E N O
  3.  
  4.                                   v1.5
  5.  
  6.                                    by
  7.  
  8.                               Al Lawrence
  9.  
  10.                             Sunrise-80  BBS
  11.                           (404) 256-9525 (Data)
  12.                           (404) 705-9104 (Data)
  13.                   (404) 256-9518 (Voice, 9am-9:30pm EST)
  14.  
  15.  
  16.                                 OVERVIEW
  17.                                 ________
  18.  
  19.  
  20.    The objective of Sunrise KENO is for you to match as many of the numbers the
  21.    computer has picked at random. The computer will pick 20 numbers at random,
  22.    between 1 and 75. You then get a chance to pick your 8 numbers, one at a
  23.    time. All picks must be unique!
  24.  
  25.    NOTE: Most errors will be logged to a file called DFRAME.ERR which is
  26.          created in the directory you run the door from.
  27.  
  28.  
  29.  
  30.                               INSTALLATION
  31.                               ____________
  32.  
  33.  
  34.    Installation is fairly easy and straight-forward. The following steps and
  35.    examples should have you up and running in a very short period of time.
  36.    It is assumed that you are familiar with setting up DOORS on your system.
  37.    To this end, only examples of the configuration file and Door batch file
  38.    are described.
  39.  
  40.       1) Create a directory to hold all KENO files
  41.  
  42.       2) Unzip KENOxx.ZIP into the the above directory
  43.  
  44.       3) Create a configuration file, with a name of your choice, or
  45.          modify the supplied KENO.CFG file. A description follows:
  46.  
  47.             **                       Location of system file (See Below)
  48.             SUNRISE-80 BBS           Your BBS Name
  49.             Al                       Sysop's First nameAP
  50.  
  51.             Lawrence                 Sysop's Last Name
  52.  
  53. |-----------------------------------------------------------------------------|
  54. | READ!     1                        CommPort  \ These 2 lines are required   |
  55. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  56. |-----------------------------------------------------------------------------|
  57.  
  58.             00000000                 Registration Number
  59.  
  60.         #   2                        Keyboard timeout value in Minutes
  61.  
  62.    !    #   2                        Maximum # of Games per day
  63.                                      (Sysop gets 99 in Registered version)
  64.  
  65.         #   0                        Max # of days a caller can make up, during
  66.                                      calls in one day. 0=Disable Make-up Option
  67.                                      Maximum value = 27, Minimum value = 1
  68.  
  69.         #   N                        Automatic game reset at end of month:
  70.                                        Y = Yes enable autoreset
  71.                                        N = Keep accumulating scores
  72.  
  73.     !   #   0                        Time Allowed in Door
  74.                                      (Sysop = Time Remaining - REG. VERSION)
  75.  
  76.  
  77.             2                        1 = DO NOT Display ADOPT-A-DOOR Message
  78.                                      2 = Display ADOPT-A-DOOR message
  79.  
  80.         #   NONE                     Drive:\Path\Filename to contain the
  81.                                      Top Score Bulletin or enter NONE
  82.                                      for NO Bulletin creation.
  83.  
  84.         #   NONE                     Drive:\Path\Filename to contain the
  85.                                      Top Score Bulletin (Color) or enter NONE
  86.                                      for NO Bulletin creation.
  87.  
  88.         #   NONE                     Drive:\Path\Filename to contain the
  89.                                      Hall of Fame Bulletin or enter NONE
  90.                                      for NO Bulletin creation.
  91.  
  92.         #   NONE                     Drive:\Path\Filename to contain the
  93.                                      Hall of Fame Bulletin (Color) or enter NONE
  94.                                      for NO Bulletin creation.
  95.  
  96.         #   Y                        Y = Allow Sysop to have 999 games
  97.                                      N = Do Not Allow Sysop 999 games
  98.  
  99.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  100.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  101.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  102.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  103.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  104.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  105.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  106.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  107.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  108.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  109.  
  110.     @   #   XXXX/YYYY                 Blackout Range  From/To
  111.     @   #   XXXX/YYYY                 Blackout Range  From/To
  112.     @   #   XXXX/YYYY                 Blackout Range  From/To
  113.     @   #   XXXX/YYYY                 Blackout Range  From/To
  114.     @   #   XXXX/YYYY                 Blackout Range  From/To
  115.  
  116.             000                       Unique 3-digit number used as a suffix
  117.                                       for the exported score file name, if
  118.                                       you wish to paricipate in an Inter-BBS
  119.                                       game. 000=no Inter-BBS participation.
  120.  
  121.           ** = Replace with ONE of the following:
  122.  
  123. C:\PCB\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  124. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  125. C:\BBS\DOOR.SYS                 <- For ANY systems that support DOOR.SYS
  126. C:\BBS\DORINFOx.DEF             <- For ANY systems that support DORINFOx.DEF
  127. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  128. c:\bbs\TRIBBS.SYS               <- For TriBBS systems.
  129. C:\BBS\GTUSER.BBS               <- For GT Power
  130.                                    * if using this option you must put the
  131.                                      ComPort # on line 5 and the Node # on
  132.                                      line 6 of the configuration file
  133.  
  134.  
  135.            # = Requires registration to change to a different value.
  136.            ! = See "Plays Per Day/Door Time" Below
  137.            @ = See "Blackout Periods" Below
  138.  
  139.                NOTE: There are NO Blank Lines in the Config File!!
  140.  
  141.  
  142.       4) Create a batch file or modify the DOMINOES file supplied. A
  143.          description of this file follows:
  144.  
  145.             ECHO off
  146.             cd\BBS\DOORS\KENO         Location of KENO files
  147.             KENO KENO.CFG             EXE filename and CFG filename (Name
  148.                                       used in creating file in #3 above)
  149.             CD\BBS
  150.             BOARD
  151.  
  152.  
  153.        5) When running in more than one node, be sure to supply a
  154.           different configuration name for each node (or see below).
  155.  
  156.        6) If running with a Fossil-based multi-port board add
  157.            /FD to the line containing the CFG name as follows:
  158.  
  159.                           KENO KENO.CFG /FD
  160.  
  161.  
  162.                MAKE-UP DAYS (Registered version only)
  163.                --------------------------------------
  164.  
  165. The Make-Up-Day feature allows the caller to make up any plays he/she missed
  166. during the current month and prior to the current call. You control whether
  167. to allow this option, as well as the number of days the caller can make up, on
  168. any prticular days worth of calls. Entering a 0 (zero) for this option, in the
  169. configuration file, turns the option OFF, any other value (up to a max of 27)
  170. turns the option ON and dictates the number of days the caller can make up.
  171.  
  172.  
  173. NOTE:      The number of games per day is calculated as follows...
  174.  
  175.            Games Allowed per day x Number of makeup days.
  176.  
  177. Example:   Games Allowed per day = 2
  178.            Max # of makeup days  = 4
  179.  
  180. If a caller logs in on 5/8/92 and this is their first call of the month, they
  181. would have a potential of 16 games to makeup and bring them current
  182. (8 days (5/8/92) * 2 (games per day)). However, since the maximum # of Makeup
  183. Days is set at 4, the maximum # of games the caller can play on 5/8/92, is 8
  184. (games allowed * max # of makeup days).
  185.  
  186.  
  187.  
  188.              HALL OF FAME BULLETINS (Registered version only)
  189.              ------------------------------------------------
  190.  
  191. The program will automatically reset the game when the first caller of the
  192. month plays the game. The score file will be cleared and a set of Hall of Fame
  193. bulletin files will be created. The files will be called SUNHOF.ASC and
  194. SUNHOF.ANS (ASCII and ANSI versions). The files will be placed in the same
  195. directory as the KENO.EXE file. You are responsible for COPYING the files
  196. to your bulletin area and renaming to a filename of your choice.
  197.  
  198. WARNING: The HOF files are cumulative files. That means they are read in each
  199.          month and updated. DO NOT DELETE EITHER FILE!!!! or you will lose
  200.          the record of prior months winners!!!!
  201.  
  202.  
  203.  
  204.                           BLACKOUT PERIODS
  205.                           ________________
  206.  
  207.       Use the Blackout ranges option to define up to 5 time periods during
  208.       which you DO NOT want the Door to be played. If a caller tries to access
  209.       the Door during the Blackout period, they will be shown a message that
  210.       contains ALL the Blackout periods you have defined, and to try the Door
  211.       at a later time.
  212.  
  213.       Each of the 5 Blackout ranges takes the form of XXXX/YYYY, where
  214.       XXXX=beginning time and YYYY=the ending time. For example, 0930/1230
  215.       means to NOT allow the Door to be played between 9:30am and 12:30pm.
  216.  
  217.       IMPORTANT: - All times must be 4 digits & must follow the XXXX/YYYY format
  218.                  - DO NOT change the XXXX/YYYY entry UNLESS you want to assign
  219.                    a Blackout range.
  220.                  - You MUST use the MILITARY time format. Example: 2030=8:30pm
  221.                    0900=9am, 0030=12:30am, 1700=5pm, etc.
  222.  
  223.  
  224.                           PLAYS Per DAY/DOOR Time
  225.                           _______________________
  226.  
  227.       Plays Per Day and Door Time can be controlled several ways:
  228.  
  229.       (1) You can use the Games Per Day, singular option, in the config
  230.           file above. This option, will affect ALL callers whose Security
  231.           Level is NOT defined in any of the 10 optional Security Level/
  232.           Plays Per Day entries in the config file.
  233.  
  234.       (2) You can use the Door Time, singular option, in the config file
  235.           above. This option, will affect ALL callers whose Security
  236.           Level is NOT defined in any of the 10 optional Security Level/
  237.           Plays Per Day/Door Time entries in the config file.
  238.  
  239.       (3) You can restrict the number of games a specific Security Level
  240.           will be allowed to play per day or REWARD specific Levels with
  241.           more Plays Per Day.
  242.  
  243.           Likewise, you can restrict the Play time for a specific Security
  244.           Level or REWARD specific Levels with more Door Time.
  245.  
  246.           These options are handled by the use of the 10 config
  247.           entries (000=00/00).
  248.  
  249.           The format of each entry is as follows:
  250.  
  251.           XXX=YY/ZZ  where XXX is the Security Level (must be 3 digits)
  252.                      where =  is a constant and MUST be included
  253.                      where YY is the # of games per day (must be 2 digits)
  254.                      where / is a constant and MUST be included
  255.                      where ZZ is num. minutes per Door entry (must be 2 digits)
  256.  
  257.           If the callers Security Level is NOT defined, his/her Plays Per
  258.           Day and Door Time will be controlled by the values in items
  259.           (1) and (2), above, respectively..
  260.  
  261.           You may define up to 10 Security Levels. All unused entries must
  262.           be defined as   00=00/00
  263.         --------------------------------------------------------------------
  264.           Example: Suppose you had 3 Security Levels defined on your BBS as
  265.           (20=Subscriber, 30=Visiting Sysop, 40=CoSysop, 90=Friend) and you
  266.           wanted to set Plays Per Day as :     Subscriber=5
  267.                                            Visiting Sysop=2
  268.                                                   CoSysop=3
  269.                                                    Friend=10
  270.  
  271.           and Door Time as follows:     Subscriber=30 minutes
  272.                                     Visiting Sysop=20 minutes
  273.                                            CoSysop=10 minutes
  274.                                             Friend=remaining call time
  275.  
  276.  
  277.           You would set the Individual "Games per Day" config entry to 1 and
  278.           the individual "Door Time" to 5 minutes (these would be the
  279.           default number of games and default Time for all Security Levels
  280.           other than 20,30 or 40... make them any number you want). Next you
  281.           would replace 4 of the Security Level entries as :  020=05/30
  282.                                                               030=02/20
  283.                                                               040=03/10
  284.                                                               090=10/0
  285.  
  286.  
  287.  
  288.                         INTER-BBS OPTION
  289.                         ----------------
  290.  
  291. The Inter-BBS option is used when you are looking for a way to expand the
  292. KENO competition beyond just running it on your BBS alone. With
  293. this option you can join with any number of other BBS' to create some very
  294. 'heated' scoring competition.
  295.  
  296. The Inter-BBS option has its own High Score file and when High Scores are
  297. displayed, on participating BBS', the name of the BBS on which the score was
  298. obtained will also be displayed. At the end of the month, the Inter-BBS
  299. scores will be reset automatically and a winner will be determined and
  300. displayed as part of the High Score display in the next month.
  301.  
  302. The Inter-BBS option uses the 'HUB' and 'NODE' concept. The 'HUB' is the
  303. central/controlling BBS to whom all the other BBS' ('NODES') upload/transfer
  304. their score files. The 'HUB' then merges all score files and makes a merged
  305. file available for the 'NODES' to download/transfer.
  306.  
  307. A separate program is supplied, called INTERBBS. This program will perform
  308. the merging of score files for both the 'HUB' and 'NODE' and generate updated
  309. score files. INTERBBS can be run as many times as you wish. We recommend that,
  310. if at all possible, the 'HUB' run INTERBBS several times during a 24 hour
  311. period to process uploaded 'NODE' score files. This will allow the 'NODES' to
  312. generate the maximum competition on their systems as possible. All files used
  313. by INTERBBS MUST be in the KENO directory.
  314.  
  315. To run INTERBBS as a 'HUB'  use:  INTERBBS KENO KENO.CFG HUB
  316. To run INTERBBS as a 'NODE' use:  INTERBBS KENO KENO.CFG
  317.  
  318. You must also change the Inter-BBS parameter in the KENO configuration
  319. file. This parameter is a UNIQUE 3-digit identifier. The BBS functioning as
  320. the 'HUB', should control who gets what number to avoid duplicate numbers
  321. being used. Duplicate numbers will result in some BBS' scores not being
  322. reflected in the merged score file. We recommend that the 'HUB' use 001 and
  323. the 'NODES' use 002-999.
  324.  
  325. INTERBBS will create a KENO0.xxx file (where xxx is the 3-digit identifier
  326. you supplied in the CFG file). When you run as a 'HUB' it will read ALL
  327. KENO0.xxx files that it finds in the KENO directory. It will delete ALL
  328. KENO0.xxx files after processing them and will create a KENO0.001 file
  329. (combined score file; assuming 'HUB' is using the 001 identifier) that you
  330. must make available for the 'NODES' to download/transfer. When running as
  331. a 'NODE' INTERBBS will only import one (1) KENO0.xxx file so be sure to
  332. delete ALL KENO0.xxx files from the KENO directory, AFTER sending to
  333. your 'HUB'.
  334.  
  335. The High Scorer of the month is determined when the 'HUB' runs INTERBBS for
  336. the FIRST time on the 1st of the new month. This is VERY IMPORTANT to
  337. remember!! If you are the 'HUB' you MUST be sure to run INTERBBS on the 1st
  338. of the month, but at the same time giving the 'NODES' ample time to
  339. upload/transfer their score files. Once you have run INTERBBS on the 1st,
  340. INTERBBS will reject ALL prior month entries. We suggest that 'NODES' run
  341. INTERBBS as soon after MIDNIGHT, on the last day of the month, as possible,
  342. and that 'HUBS' run INTERBBS as late as they can on the 1st, thus giving
  343. 'NODES' ample time to get the files to the 'HUB'.
  344.  
  345. In order to ensure some level of fairness, certain KENO configuration
  346. parameters MUST be the same for ALL participating BBS' The following CFG
  347. parameters are affected:
  348.  
  349.   Line  6: Maximum games per day
  350.   Line  7: Maximum # days caller can make up in 1 day
  351.   Line 14: Bonus for clearing entire grid
  352.   Line 17: Allow Sysops to play 99 games/day
  353.  
  354. The 'HUB' should set the values for each of the above and convey the settings
  355. to ALL nodes. If the values on the 'NODE' do not agree with the 'HUB' values,
  356. the uploaded file will be rejected.
  357.  
  358. INTERBBS.LOG will contain information about each INTERBBS session. You are
  359. advised to check this file regularly to ensure that the Inter-BBS option
  360. is functioning properly.
  361.  
  362. Sample 'HUB' Batch file:
  363. ------------------------
  364. Rem Copy uploaded KENO0.xxx files from the Upload area(s) to KENO directory
  365. COPY C:\BBS\UPLOAD\KENO0.*  C:\KENO
  366. DEL C:\BBS\UPLOAD\KENO0.*
  367. COPY C:\FIDO\FILES\KENO0.*  C:\KENO
  368. DEL C:\FIDO\FILES\KENO0.*
  369.  
  370. Rem Process ALL "NODE' files
  371. CD\KENO
  372. INTERBBS KENO KENO.CFG HUB
  373.  
  374. Rem Copy KENO0.001 to file area(s) that 'NODES' can download from
  375. COPY KENO0.001 C:\BBS\DOWNLOAD
  376. COPY KENO0.001 C:\FIDO\FILES
  377.  
  378. Sample 'NODE' Batch file:
  379. ------------------------
  380. Rem Copy KENO0.001 file from the Upload area to KENO directory
  381. COPY C:\BBS\UPLOAD\KENO0.001  C:\KENO
  382. DEL C:\BBS\UPLOAD\KENO0.*
  383. COPY C:\FIDO\FILES\KENO0.*  C:\KENO
  384. DEL C:\FIDO\FILES\KENO0.*
  385.  
  386. Rem Process "HUB' file
  387. CD\KENO
  388. INTERBBS KENO KENO.CFG
  389.  
  390. Rem Copy KENO0.xxx (XXX=NODES ID #) to a file area in preparation for
  391. Rem uploading to the 'HUB'
  392. COPY C:\KENO\KENO0.xxx C:\BBS\DOWNLOAD
  393.  
  394.  
  395.  
  396.        IMPORTANT: If Door is NOT registered, ALL player's names that originate
  397.                   from the BBS running the unregistered Door, will be displayed
  398.                   as "** Door Unregistered **". As soon as the Door is
  399.                   registered the player's name will be displayed.
  400.  
  401.  
  402.  
  403.                         NON-STANDARD COM SUPPORT
  404.                         ________________________
  405.  
  406.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  407.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  408.       number after the configuration filename. Let's assume your Door is
  409.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  410.       passed to your Door would be:
  411.  
  412.                             FOOBAR FOOBAR.CFG /5
  413.  
  414.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  415.       normally used with COM1. No /x parameter is needed for the standard
  416.       IRQ's.
  417.  
  418.       As an alternative, you may use an environmental variable on the command
  419.       line. To use the variable (following the example above), place a
  420.       SET IRQ=5 in the batch file used to bring up your BBS (you would need a
  421.       different IRQ number for each node). The command line would now look
  422.       like this:
  423.  
  424.                           FOOBAR FOOBAR.CFG /%IRQ%
  425.  
  426.       This, in combination with the use of the environmental variables
  427.       described in the MULTI-NODE SETUP section will allow you to use one
  428.       batch file and one config file to run this door on all nodes.
  429.  
  430.  
  431.  
  432.  
  433.                            MULTI-NODE SETUP
  434.                            ________________
  435.  
  436.       All Sunrise Doors are Multi-Node capable. Each node must have the
  437.       ability to access a configuration file which will have its own system
  438.       file (DORINFOx.DEF, PCBOARD.SYS, DOOR.SYS, etc) defined on the first
  439.       line. There are 2 ways to accomplish this:
  440.  
  441.       (1) Create a separate configuration file for each node. The only
  442.           difference between each file would be the location of the system
  443.           file for that particular node. For example, on my system there are 2
  444.           nodes and the first line of the config files would look like this:
  445.  
  446.                         NODE1:  H:\PCB1\DOOR.SYS
  447.                         NODE2:  H:\PCB2\DOOR.SYS
  448.  
  449.           Thus, if you have a 4 node BBS, you will need 4 configuration files.
  450.  
  451.       (2) Use ONE configuration file for ALL nodes. This Door will recognize
  452.           the following PCBoard environmental variables:
  453.  
  454.                  PCBDIR    (Directory containing the System file)
  455.                  PCBDRIVE  (Drive containing the System file)
  456.  
  457.           Thus, the first line of the SINGLE configuration file, for this Door
  458.           would look like this:
  459.  
  460.                         %PCBDRIVE%%PCBDIR%\DOOR.SYS
  461.  
  462.       NOTE: This option, as described, assumes that you are running PCBoard
  463.             14.5a software. The environmental variables are automatically
  464.             created by the software for each node.
  465.  
  466.             HOWEVER, if you are running other BBS software you should be able
  467.             to set the variables EXACTLY as described below, for EACH node
  468.             (more than likely in each batch file you use to bring up EACH node):
  469.  
  470.                             PCBDRIVE=C:
  471.                             ^^^^^^^^^
  472.                             PCBDIR=\NODE2
  473.                             ^^^^^^^^
  474.  
  475.             Info with a carat (^) under it, MUST be typed as is. The rest
  476.             depends on your naming conventions.
  477.  
  478.             This, in combination with the use of the optional environmental
  479.             variable described in the NON-STANDARD COM SUPPORT section, will
  480.             allow you to use one batch file and one config file to run this
  481.             door on all nodes.
  482.  
  483.  
  484.                                ADOPT-A-DOOR
  485.                                ____________
  486.  
  487.     Having been a Sysop for a number of years, I have had my share of problems
  488.     and frustrations getting financial support for my board's upkeep. A fellow
  489.     Sysop left a message on my board, not long ago, about a concept that was
  490.     being used by several boards around the country.
  491.  
  492.     The concept, ADOPT-A-DOOR, allows a caller to register (ADOPT) a door. It
  493.     would be the same as sending in a donation, only this way it is earmarked
  494.     for registering a particular door. In a way, the user feels he/she is
  495.     "getting something in return". As a Door author I have decided to build
  496.     this concept into each of my Door programs. The concept replaces the
  497.     usual message "tell the Sysop to register this Door" we find in most
  498.     doors.
  499.  
  500.     If the Door is unregisterd then a message appears on the opening screen
  501.     to that effect. After finishing or suspending a game, a message screen
  502.     is displayed about the ADOPT-A-DOOR concept. The message also tells the
  503.     caller to contact the Sysop to find out if there is any further details
  504.     to the ADOPT-A-DOOR concept. Some Sysops give extra D/L time, online
  505.     time, etc to callers that ADOPT-A-DOOR.
  506.  
  507.     If the Door has been registered, either by the Sysop or other callers,
  508.     the names of those contributors will be displayed in the closing screen.
  509.  
  510.     NOTE: If you want to display the names of the callers that contributed
  511.           to registering the Door, you must create an ASCII file called
  512.           ADOPT.SYS. You create it with an Editor or Word Processor. Enter
  513.           the name(s) of the contributors (one on each line, maximum of 5
  514.           entries, each a maximum of 30 characters long). This file must be
  515.           saved, in ASCII format, and placed in the Door directory.
  516.  
  517.  
  518.  
  519.                               LEGALITIES
  520.                               __________
  521.  
  522.  
  523.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  524.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  525.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  526.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  527.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  528.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  529.       OR BREACH OF ANY WARRANTY.
  530.  
  531.  
  532.  
  533.  
  534.  
  535.                              DISTRIBUTION
  536.                              ____________
  537.  
  538.    You may make this file available for downloading from your BBS or you may
  539.    upload it to any BBS of your choice, provided that you do not make any
  540.    changes to the contents of the archive (ZIP file). The archive and its
  541.    individual contents may not be used by any service that charges any money
  542.    whatsoever, without the written permission of the author.
  543.  
  544.  
  545.  
  546.  
  547.  
  548.                              REGISTRATION
  549.                              ____________
  550.  
  551.    Registration and the subsequent insertion of the registration number into
  552.    your configuation file, allows for the display of your BBS name on the
  553.    opening and closing screen as well as the reduction of a delay built into
  554.    the opening screen display along with the ability to change certain
  555.    values in the configuration file.
  556.  
  557.    To register your copy of KENO, please fill out the registration form
  558.    (REGISTER.FRM) and mail it along with the registration fee to
  559.    the name and address on the form.
  560.  
  561.    Be sure to use the proper upper/lower case when filling in your name and
  562.    BBS name, as they MUST match the way you entered them in the configuration
  563.    file.             ^^^^
  564.  
  565.    Based upon information supplied on the registration form, I will pre-
  566.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  567.    up your registration number.
  568.  
  569.  
  570.  
  571.                                  MISC
  572.                                  ____
  573.  
  574.    The latest version of KENO and other fine SUNRISE DOOR programs are
  575.    always available for download from SUNRISE-80 BBS and/or SALTAIR BBS.
  576.  
  577.    Remember, should you have any problems, questions or suggestions, be sure
  578.    to drop me a message on either of the aforementioned BBS', SmartNet (Sysops)
  579.    Rime (PCBhints, Common, Doors, Sysops) or FidoNet 1:133/410
  580.  
  581.