home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / THEPOOL1.ZIP / THEPOOL.DOC < prev    next >
Text File  |  1993-08-28  |  11KB  |  304 lines

  1.             ██████ ██████ ████████████ ██████ █████
  2.             ██████ ██████ ████████████ ██████ █████
  3.             █████████████ █████■██████ █████ ██████
  4.             █████████████ █████ ██████ █████ ██████
  5.  
  6.        ██████ █████ ████ ██████ ██   ██ █████ █████ ████
  7.        ▀▀▀▄▄▄ ██ ██ ██■    ██   ██ █ ██ ██■██ ██▄▄█ ██■
  8.        ██████ █████ ██     ██   ███████ ██ ██ ██ █▄ ████
  9.  
  10.                   Written By Steve Martinez
  11.                   Up All Night BBS, Chicago
  12.                  312-646-6616 Half Card 2400
  13.                  312-646-6615 USR/Dual 57600 
  14.             Copyright(C) 1991-1993 by UAN Software
  15.  
  16.                   THEPOOL.EXE Version 1.1
  17.                  Written by Steve Martinez
  18.             Copyright(C) 1993 by UAN Software
  19.  
  20.  
  21. WHAT DOES IT DO?
  22. ----------------
  23. THEPOOL.EXE is your BBS bookie. It stores, calculates and displays
  24. information on the Football Season. Your users can pick which team
  25. they think will win each week and THEPOOL.EXE will keep track of
  26. them.  THEPOOL.EXE comes with a utility program called
  27. POOLEDIT.EXE. This program will preform the calculations and
  28. provide an environment to enter winning teams and weekly games.
  29. The player with the most correct picks will get an extra point.
  30.  
  31.  
  32. WILL IT WORK FOR YOU?
  33. ---------------------
  34. THEPOOL.EXE can run on any of the following BBS types:
  35.  
  36. PCBoard 14.x or 15.x, Wildcat (Prior to v3.0), Wildcat v3.x+, GT
  37. Power, QBBS, RBBS, RA, Spitfire 3.x, TriBBS, and any BBS using
  38. DOOR.SYS.
  39.  
  40. See CONFIGURATION for more information on how run THEPOOL.EXE under
  41. these program types. 
  42.  
  43. SHAREWARE
  44. ---------
  45. This program is SHAREWARE and must be registered with Steve
  46. Martinez. You are allowed to run this program for 30 days to see if
  47. it suits your BBS. After that 30 days you MUST send in the
  48. registration form and registration fee or STOP using it. When you
  49. register, you will receive a REGISTERED copy with your name and BBS
  50. name displayed. You will also get SUPPORT from UAN Software and UP
  51. All NIGHT BBS. You will be able to get free UPGRADE as they come
  52. out. This does not include postage, but you can download them free
  53. from the INSTANT UPGRADE door at UP ALL NIGHT BBS. 
  54.  
  55. See REGISTRATION for more information.
  56.  
  57. THEPOOL Manual - Page 2
  58.  
  59.  
  60. QUICK START!
  61. ------------
  62. Most people, including myself, don't like to read DOC file or
  63. Manuals. We just unzip the program, scan over the DOCs and run the
  64. program. So here is the quickest was to get this program running. 
  65.  
  66. 1. Place THEPOOL.EXE and it's files into it's own Directory.
  67.  
  68. 2. Use your text editor to EDIT the file called "THEPOOL" to suit 
  69.    your BBS needs. This file is the sample BAT file that will run 
  70.    THEPOOL.EXE. PCBoard types will use this file some others will 
  71.    need to add the information to the BAT file that calls your    
  72.    DOORS.
  73.    
  74.    PCBOARD EXAMPLE:
  75.    
  76.    CD\DOORS\THEPOOL
  77.    THEPOOL THEPOOL.CFG
  78.    CD %PCBDIR%
  79.    BOARD
  80.    
  81.    SPITFIRE SF.BAT EXAMPLE:
  82.   
  83.    :DOOR_H
  84.    REM Place Door H Commands Here
  85.    CD\SF\THEPOOL
  86.    THEPOOL THEPOOL.CFG
  87.    CD\SF   
  88.    GOTO LOOP
  89.  
  90. 3. Use your text editor to EDIT the file called "THEPOOL.CFG". 
  91.    
  92.    Line #1 is the path and file name of your BBS Door data file   
  93.            that is created when entering a door. See CONFIGURATION 
  94.            for types allowed.
  95.    LINE #2 is your BBS Name.
  96.    LINE #3 is the Sysops First Name.
  97.    LINE #4 is the Sysops Last Name.     
  98.    LINE #5 is the DATE the game will close.
  99.    LINE #6 is the TIME the game will close.
  100.  
  101. 4. Run POOLEDIT.EXE and enter THIS WEEKS GAMES. The program will  
  102.    prompt you for each team. Also, make sure the game is OPEN.
  103.    More information about this under POOLEDIT Program below.
  104.  
  105. 5. Log on your board and see if it worked. 
  106.  
  107. If you have any problems setting this up. You might have to read
  108. the rest of this DOC.
  109.  
  110.  
  111. THEPOOL Manual - Page #3
  112.  
  113.  
  114. SET UP & CONFIGURATION!
  115. -----------------------
  116. First thing you need to do is set up a /THEPOOL directory and copy
  117. all the THEPOOL files into it.
  118.  
  119. Next, uses your text editor and edit the file called "THEPOOL.CFG".
  120. This file is needed to tell THEPOOL who, what, where, etc. about
  121. you and your BBS.
  122.  
  123. The following are examples of formats that can be used in line #1
  124. of the configuration file. The paths may very, but the file names
  125. are the only data files that can be used.
  126.  
  127. C:\PCB\PCBOARD.SYS   <- For PCBoard systems using PCBoard.SYS only
  128. C:\PCB\USERS.SYS     <- For PCBoard systems using USERS.SYS.
  129. C:\BBS\CALLINFO.BBS  <- For Wildcat! systems (prior to v3.0).
  130. C:\BBS\GTUSER.BBS    <- For GT Power systems.
  131. C:\BBS\USERINFO.DAT  <- For Wildcat! 3.x+ systems.
  132. C:\BBS\DOOR.SYS      <- For Any system that supports DOOR.SYS.
  133. C:\BBS\DORINFOx.DEF  <- For QBBS/RBBS/RA. Replace x with node #.
  134. C:\SF\SFDOORS.DAT    <- For Spitfire systems.
  135. C:\BBS\TRIBBS.SYS    <- For TriBBS systems.
  136.  
  137. Line #2              <- BBS Name.
  138. Line #3              <- Sysop's first name.
  139. Line #4              <- Sysop's last name.
  140. Line #5              <- Date game will close (Format MM-DD-YYYY)
  141. Line #6              <- Time game will close (Format HH:MM:SS)
  142.  
  143. NOTE: When using GTUSERS.BBS ONLY!
  144.  
  145. Line #5              <- Com Port
  146. Line #6              <- Node Number
  147. Line #7              <- Date game will close (Format MM-DD-YYYY)
  148. Line #8              <- Time game will close (Format HH:MM:SS)
  149.  
  150. Here's how my file looks:
  151.  
  152. C:\PCB\NODE%PCBNODE%\PCBOARD.SYS   <- The name & path of data file
  153. Up All Night BBS                   <- BBS Name 
  154. Steve                              <- My first name
  155. Martinez                           <- My last name
  156. 09-01-1993                         <- Date game will close
  157. 11:00:00                           <- Time game will close
  158.  
  159. Notice the %PCBNODE% in the first line. The configuration file
  160. allows environment variable. See ENVIRONMENT VARIABLE for more
  161. information.
  162.  
  163. NOTE: The date and time will be set by the POOLEDIT.EXE program and
  164. must be in the above format and in military time.
  165. THEPOOL Manual - Page #4
  166.  
  167. SETTING UP BAT FILE
  168. ------------------- 
  169. Use your text editor to EDIT the file called "THEPOOL" to suit your
  170. BBS needs. This file is the sample BAT file that will run
  171. THEPOOL.EXE. PCBoard types will use this file. Some others will
  172. need to add the information to the BAT file that calls your DOORS.
  173.  
  174.    PCBoard EXAMPLE:
  175.    
  176.    CD\DOORS\THEPOOL
  177.    THEPOOL THEPOOL.CFG
  178.    CD %PCBDIR%
  179.    BOARD
  180.    
  181.    SPITFIRE SF.BAT EXAMPLE:
  182.   
  183.    :DOOR_H
  184.    REM Place Door H Commands Here
  185.    CD\SF\THEPOOL
  186.    THEPOOL THEPOOL.CFG
  187.    CD\SF   
  188.    GOTO LOOP
  189.  
  190. BAT FILE EXPLAINED:
  191. -------------------
  192. Very simple. First change the directory to the THEPOOL directory.
  193. Next, call THEPOOL with the CONFIGURATION FILE. After the program
  194. is finished, change the directory back to your BBS directory.
  195.  
  196. Notice the %PCBDIR% in the PCBoard example. See ENVIRONMENT
  197. VARIABLE for more information.
  198.  
  199. POOLEDIT.EXE Program
  200. --------------------
  201. This utility controls the whole game. It will allow you to enter
  202. each weeks teams and winners. Just type "POOLEDIT" while inside
  203. \ThePOOL subdirectory to get it started. Next, select "T" for This
  204. Week's Games. Select "N" at the sub menu. You will see a list of
  205. all the teams. You will be prompt to enter the AWAY TEAM then the
  206. HOME TEAM. Continue this until all the team have been selected.
  207. Once this is complete, you will be asked to enter the CLOSE DATE.
  208. This is the DATE you want to LOCK IN the player's pick and prevent
  209. any other's from picking while the games are in-progress. BE SURE
  210. TO USE THE SYSTEM FORMAT when entering the date (MM-DD-YYYY).
  211. EXAMPLE: 09-01-1993 Any other format will be ignored. Next, you
  212. will have to enter the TIME. You MUST use MILITARY TIME FORMAT
  213. (HH:MM:SS). EXAMPLE: 11:00 AM should be 11:00:00 and 11:00 PM
  214. should be 23:00:00. You should then select "O" to open the game.
  215. When the results are in, you can select "L" to Enter Last Week's
  216. Winners. REMEMBER! ALWAYS ENTER THE WINNERS BEFORE you enter the
  217. new games for the new week! You will have to select "O" Open the
  218. game after you complete this process.
  219.  
  220.  
  221. THEPOOL Manual - Page #5 
  222.  
  223. Fossil Driver Support
  224. ---------------------
  225. DoorFrame supports the use of Fossil drivers.  To tell your Door to
  226. use the Fossil driver instead of the standard COM ports, just put
  227. /FD on the command line when running the door. 
  228.  
  229. For example:
  230.  
  231.      THEPOOL THEPOOL.CFG /FD
  232.  
  233. /FD indicates that a Fossil driver is present and should be used.
  234. If no Fossil driver is detected, DoorFrame will print a message to
  235. that effect and exit the door gracefully.
  236.  
  237.  
  238. Environment Variables
  239. ---------------------
  240. DoorFrame supports COM 1-15 on the standard IRQ's - COM1/COM3 =
  241. IRQ4 and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ,
  242. add the IRQ number after the configuration filename. Let's assume
  243. your Door is called THEPOOL and you want to use COM1 and IRQ5. The
  244. command line passed to your Door would be:
  245.  
  246.     THEPOOL THEPOOL.CFG /5  or
  247.     THEPOOL THEPOOL.CFG /%IRQ%  for the environment variable.
  248.  
  249. The /5 tells DoorFrame to use IRQ5 rather than the standard IRQ4
  250. that is normally used with COM1. No /x parameter is needed for the
  251. standard IRQ's.
  252.  
  253. When specifying the location of the system file on line 1 of the
  254. doors .CFG file, you may use the environment variables %pcbdrive%,
  255. %pcbdir%, %pcbnode%, and %wcnodeid%. Some examples:
  256.   
  257. PCBoard: 
  258. C:\PCB\USERS.SYS       = %pcbdrive%%pcbdir%\USERS.SYS
  259. C:\PCB\NODE1\USERS.SYS = %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  260.  
  261. Wildcat!:
  262. USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  263.  
  264. Non-PCBoard systems may use the PCB environment variables by
  265. setting them in either AUTOEXEC.BAT or in the batch that runs the
  266. door. 
  267.  
  268. For example:
  269.  
  270. SET PCBDRIVE=C:
  271. SET PCBDIR=\BBSDIR
  272. SET PCBNODE=1
  273.  
  274.  
  275. THEPOOL Manual - Page #6
  276.  
  277.  
  278. REGISTRATION
  279. ------------
  280. THEPOOL cost $15 to register plus $3. You may download THEPOOL from
  281. Up All Night BBS to avoid the postage and handling charge. You need
  282. to fill out the registration form called "THEPOOL.REG" and mail it
  283. in. 
  284.  
  285. ALL DONE!
  286. ---------
  287. Now you are finished! So, Boot up that Board and check it out! If
  288. you have any problems or have any question, feel free to call Up
  289. All Night BBS and leave a Comment To Sysop. THEPOOL supports Multi-
  290. Node BBS's. If you have any suggestion you can call me at
  291. (312-646-6616 2400bps) or (312-646-6615 57600bps). 
  292.  
  293. LATE MINUTE UPDATE
  294. ------------------
  295. A quick new way to upgrade your registered copy of THEPOOL. You can
  296. call Up All Night BBS anytime and instantly UPGRADE your registered
  297. THEPOOL software. Now you don't have to wait for me to compile,
  298. register, copy and leave you a message before you get you upgrade.
  299. Call and get it anytime! 
  300.  
  301. UAN Software now Supports PCBoard /M Version!
  302.  
  303. THANK YOU FOR DOWNLOADING THIS FILE! PLEASE SUPPORT SHAREWARE!
  304.