home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / S_HI_LO.ZIP / SYSOP.DOC < prev    next >
Encoding:
Text File  |  1991-07-28  |  5.1 KB  |  127 lines

  1.  
  2.           ╔═════════════════════════════════════════════════════════╗
  3.           ║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
  4.           ║░░╔═══════════════════════════════════════════════════╗░░║
  5.           ║░░║ ▄▄▄▄                        ▄  ▄         ▄        ║░░║
  6.           ║░░║ █    ▄ ▄ ▄▄▄ ▄▄▄ ▄▄▄▄       █  █ ▄       █    ▄▄▄ ║░░║
  7.           ║░░║ ▀▀▀█ █ █ █▄█ █▄  █▄▄█       █▀▀█ █  ▄▄▄  █    █ █ ║░░║
  8.           ║░░║ ▄▄▄█ █▄█ █   █▄▄ █ ▀▄       █  █ █       █▄▄▄ █▄█ ║░░║
  9.           ║░░║                                                   ║░░║
  10.           ║░░╚═══════════════════════════════════════════════════╝░░║
  11.           ║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
  12.           ╚═════════════════════════════════════════════════════════╝
  13.  
  14.  
  15. ----------------- S Y S O P     D O C C U M E N T A T I O N  ----------------
  16.  
  17.  
  18.                           -=[ F E A T U R E S ]=-
  19.  
  20.  
  21.                    o Supports Locked Ports Up To 38,400 Baud
  22.                    o Supports Fossil/Non-Fossil Communications
  23.                    o Non-Fossil communcations routines are interrupt
  24.                      driven for speed.
  25.                    o Compatible with all IBM machines.
  26.                    o Full ANSI color support.
  27.                    o Sysop definable amount of plays per day.
  28.                    o Full user doccumentation while playing
  29.                    o Sysop definable top 5 bulletins.
  30.                    o Players statistics are saved to disk after each hand.
  31.                    o Supports up to 75 players.
  32.                    o Detects loss of carrier, saves game.
  33.  
  34.  
  35.  
  36.              -=[ W A R R A N T Y     I N F O R M A T I O N ]=-
  37.  
  38.    This product is provided "as is" without warranty of any kind.  The entire
  39. risk as to the results and performance of the program is assumed by you.
  40. Futhermore, I the author do not warrant, guarantee, or make any represent-
  41. tions regarding the use of, or the results of the use of the program, and you
  42. rely on the program and results solely at your own risk. I the author cannot
  43. accept responsibility for system damage, loss of profit, or any other special,
  44. incidental, or consequential damages resulting from the use or inability to
  45. use this product.
  46.  
  47.  
  48.  
  49.               -=[ C O P Y R I G H T       I N F O R M A T I O N ]=-
  50.  
  51.     The Super Hi/Lo door game is distributed under the SHAREWARE concept.
  52. Under this concept you may use the SHAREWARE (unregistered demo) version for
  53. a reasonable period of time, which I consider to be 30 days. After this
  54. period you must either register your copy or discontinue usage (See
  55. REGISTER.FRM).
  56.  
  57.  
  58.  
  59.            -=[ D I S T R I B U T I O N      I N F O R M A T I O N ]=-
  60.  
  61.     You are free, in fact encouraged, to distribute the SHAREWARE
  62. (unregistered) version of Super Hi/Lo provided that all files contained
  63. in the original S_HI-LO.ZIP archive are distributed in their original
  64. unmodified state.
  65.  
  66.  
  67.                -=[ S E T U P     I N F O R M A T I O N ]=-
  68.  
  69.     Setting up Super Hi/Lo is quite easy. First of all, you will need to edit
  70. the file HILO.CFG. It is made with a standard ASCII text editor, and is
  71. formatted like :
  72.  
  73.                [Line 1] ... Number Of Plays Per Day
  74.                [Line 2] ... Path and Filename to ASCII Top 5 Bulletin
  75.                [Line 3] ... Path and Filename to ANSI Top 5 Bulletin
  76.  
  77.     In the unregistered version, you cannot change the value of line one, as
  78. all users are allowed one play per day. The registered version allows you to
  79. change line one to a number from 1-32767. If you set the value to a number
  80. less than one, it will turn off the limits.
  81.     An example of how lines 2 and 3 could look are :
  82.  
  83.                         C:\BBS\GFILES\BULLET1.MSG
  84.                         C:\BBS\GFILES\BULLET1.CLR
  85.  
  86.     The program uses special high-speed routines to create both these files,
  87. which takes about 1 or 2 seconds to do (On an IBM XT Clone). The files will
  88. contain the following information:
  89.  
  90.       The All Time High Scorer ........... Name and Money
  91.       Top 5 Scorers This Month ........... Last Play Date, Name and Money
  92.  
  93.     The program creates these two files when the 'T' command is chosen from
  94. the main menu, and when closing the door (user does not see this).
  95.  
  96.     If the HILO.CFG file is missing, Super Hi/Lo creates a default one that
  97. looks like this:
  98.  
  99.                           3
  100.                           HISCORE.TXT
  101.                           HISCORE.ANS
  102.  
  103.     Now, to set up a batch file, you must have the file DORINFOx.DEF in the
  104. Super Hi/Lo directory. Here is a sample batch file :
  105.  
  106. @ECHO OFF
  107. echo Please Wait, Loading Super Hi/Lo... > COM2
  108. copy dorinfo1.def C:\onliners\hilo
  109. cd\onliners\hilo
  110. hilo
  111. cd\bbs
  112. exit
  113.  
  114.     If when executing the door, you get an 'STACK ERROR', that means that
  115. your HILO.REG file has been tampered with or is missing. If that is the case,
  116. or if you have any problems installing Super Hi/Lo, contact me at the my BBS:
  117.  
  118.         The Appetite For Destruction BBS
  119.         (313) 464-1470
  120.         3/12/24oo Baud
  121.         24 Hours A Day/7 Days a Week
  122.         Running T.A.G. 2.5g
  123.  
  124.     -Thanks for choosing A.F.D. software!
  125.  
  126.     David Mitchell
  127.