home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / RDRLOT10.ZIP / RDRLOTTO.DOC < prev    next >
Text File  |  1997-10-14  |  11KB  |  340 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                     RDRLotto
  8.                                    Version 1.0
  9.                              RDR Time Bank Version
  10.  
  11.                      Copyright (c) 1995 - 1997 By Rob Ross
  12.                               All Rights Reserved
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. Thank you for evaluating RDRLotto.
  26.  
  27.  
  28. RDRLotto is a door that was designed for use with
  29. RDR Time Bank.
  30.  
  31. RDRLotto allows users to gamble with their saved
  32. time in the BBS's TIME BANK.  They may "buy" lotto
  33. tickets with time they have saved in the RDR Time Bank.
  34. The lotto draws are made whenever the sysop desires.
  35.  
  36. UNREGISTERED copies of this door function exactly
  37. the same as the registered copies, but include
  38. an UNREGISTERED message at the end.  Once you
  39. register, RDRLotto displays a REGISTERED message
  40. at the end, and the 10 second delay is reduced.
  41. As an UNREGISTERED user, you are permitted to
  42. use RDRLotto 2.0 for a period not to exceed 30 days
  43. for evaluation purposes.  If you wish to continue
  44. using RDRLotto 2.0, you must register it with me.
  45.  
  46. RDRLotto is provided "as is" with no expressed
  47. or implied warranties.  I accept no responsablilty
  48. for any damages caused directly or indirectly by
  49. the use or misuse of this software.  By using
  50. RDRLotto, you agree to these terms.
  51.  
  52. Although RDRLotto has been extensively tested
  53. and debugged, bugs do tend to appear where least
  54. expected.  If you discover any bugs or have any
  55. comments or suggestions, you may E-Mail me at my
  56. Internet address: rross@tason.com
  57. The latest version of RDRLotto will always
  58. be available for download from:
  59.  
  60. The Ajax Shuttle BBS (17+ Lines)
  61. Ajax, Ontario
  62. Sysop: David Nickleford
  63.  
  64. BBS Number:       Speed:
  65. --------------    ---------
  66. (905) 686-4361    14.4-33.6
  67.  
  68.  
  69. This document is separated into a few sections:
  70. Installation, Sysop Functions, Additional Features,
  71. Registration info.
  72.  
  73.  
  74. INSTALLATION:
  75. -------------
  76.  
  77. The initial set up of this door has been kept as
  78. simple as possible.  The following is a step by
  79. step guide to quickly installing RDRLotto.
  80.  
  81. Step 1:
  82. -------
  83. Copy all of the door's files into its own
  84. directory.
  85.  
  86. Step 2:
  87. -------
  88. Modify the "LOTTO.CFG" sample file to better suit
  89. your BBS.
  90.  
  91. LOTTO.CFG
  92. ---------
  93. Line 1: Door Data file type        (GAP for DOOR.SYS  )
  94. Line 2: Path to door data files    (Where DOOR.SYS is )
  95. Line 3: Your BBS's Name            (Your BBS Name     )
  96. Line 4: Sysop's Name               (Your Name         )
  97. Line 5: Locked Baud Rate           (0 if NOT locked   )
  98. Line 6: Main BBS Direcrtory        (Main BBS directory)
  99. Line 7: Path to RDR Time Bank      (TIMEBANK.DAT dir  )
  100. Line 8: Cost per ticket            (Suggested 5       )
  101. Line 9: Bonus time added to jackpot(0 if none         )
  102. Line10: Registration Code          (Blank if NOT reg. )
  103.  
  104. Example:
  105. --------
  106. GAP
  107. C:\BBS\
  108. Dizzy's Fun House
  109. Rob Ross
  110. 38400
  111. C:\BBS\
  112. C:\DOORS\TIMEBANK\
  113. 5
  114. 50
  115. [Reg. code goes here]
  116.  
  117. -----------------------------------------------------------------------------
  118.      The door's data file type (drop file) is specified in line 1
  119.      and can be PCB for  PCBoard, GAP for GAP (DOOR.SYS), SF  for Spitfire,
  120.      RBBS  for RBBS, TRIBBS  for TriBBS, or WWIV for WWIV.
  121.      The  locked baud rate  is specified in  line 5.
  122. -----------------------------------------------------------------------------
  123. * NOTE *
  124. The cost in Time Bank minutes per ticket and the bonus
  125. amount to add to each jackpot are entirely up to you.
  126.  
  127. Step 3:
  128. -------
  129. Create a text file called PBLDATE.DAT and enter in the date
  130. of the next draw.  This date is just for display in the PBLotto
  131. door and does not affect the actuall drawing of a winner.
  132.  
  133. Sample dates:  (Any format will do on ONE line only)
  134. -------------
  135. 01-01-1995
  136. Jan 1st, 1995
  137. Next Sunday
  138.  
  139. Each of the above is valid, as it is only to notify the users of
  140. when the next draw will take place.
  141.  
  142. The last 10 winner's are stored in a file called WINNERS.LST and the
  143. last winner is stored in WINNER.DAT.  WINNERS.LST is a binary file.
  144. If you wish to reset it (to blank out all winner's names) I have
  145. included a program called PBLSET.EXE that will do this for you.
  146.  
  147.  
  148. Step 4:
  149. -------
  150. Create a batch file for the door.
  151. If you use a non-standard IRQ for your serial port, you must
  152. include it last on the command line.  The legitimate range of
  153. values is from 0 to 15. If your IRQ is standard, then you do
  154. not need the third parameter.
  155.  
  156. Example:
  157. --------
  158. c:
  159. cd\rdrlotto
  160. rdrlotto lotto.cfg [nonstandard irq]
  161. cd\tribbs
  162. board.bat
  163.  
  164. Step 5:
  165. -------
  166. Add the door to your BBS menu, and you are set!
  167.  
  168. Step 6:
  169. -------
  170.  
  171. The actuall draws are performed by the program DRAW.EXE.
  172. The program randomly selects one of the tickets, and adds
  173. the total winnings to that users' RDR Time Bank account.
  174. It will not exeed any limit you have set up for the bank.
  175. After it selects a winner, DRAW updates all of the WINNER
  176. data files, and also updates 2 bulletins (should you wish to
  177. include them in your bulletins menu).  They are called
  178. RDRLWIN.ANS and RDRLWIN.ASC.  The first is ANSI and the second
  179. is ASCII.
  180.  
  181. As to how you run the DRAW program is up to you.  You may
  182. wish to run it manually or maybe include it in your maintenance
  183. event on a particular day.  The DRAW program will not be
  184. run from the RDRLotto door.  It must be run seperately.
  185.  
  186. Although it produces an ASCII bulletin, RDRLotto users must
  187. be using an ANSI terminal.  It will not function otherwise.
  188. An ASCII version is being worked on at this time.
  189. -----------------------------------------------------------------
  190.  
  191. *NOTE*  RDRLotto can also be run locally, without being
  192. logged on to your BBS by typing:
  193.  
  194. rdrlotto lotto.cfg LOCAL
  195.  
  196. (While in the RDRLOTTO directory, at the DOS prompt)
  197. When run locally, the door does not require the door data file.
  198. It will ask you to enter in your name when you run it.
  199. (The name must be a valid username on your BBS for the DOOR
  200. to function properly)
  201.  
  202.  
  203. SYSOP Functions:
  204. ----------------
  205. RDRLotto also offers a variety of SYSOP functions.
  206.  
  207. Special Keys:
  208.  
  209. Keys         Function
  210. --------     ---------------------------------------------------
  211. HOME         Toggles between the user status window and a help
  212.              display that lists the special keys
  213.  
  214. F6           Takes 5 minutes away from the caller.
  215.              NOTE: This will NOT be returned to the BBS.
  216.  
  217. F7           Gives 5 minutes to the caller.
  218.              NOTE: This will NOT be returned to the BBS.
  219.  
  220. F9           Quit the door and return the caller to the BBS
  221.  
  222. F10          Enter chat mode.  Pressing the ESC key exits the
  223.              chat mode.
  224.  
  225. Alt+D        Drop to DOS.
  226.  
  227.  
  228. Additional Features:
  229. --------------------
  230.  
  231. Autodetection and use of a FOSSIL driver if one is present
  232. in memory.
  233.  
  234. Fully supports high speed modems: 16550 FIFO buffering and
  235. locked serial ports.
  236.  
  237. Built-in ANSI emulator.  No need to have ANSI.SYS loaded in
  238. memory.
  239.  
  240. DesqView, Windows, and OS/2 aware.  (I have not tested the
  241. "awareness" features, but the door library kit that I use
  242. says this. :) )
  243.  
  244. Can be run simultaneously on more than one node.
  245.  
  246.  
  247. RDRLotto was programmed using Borland C++ 3.0, and
  248. TriSoft's TDoor 3.0 Door programming library.
  249.  
  250. -----------------------------------------------------------
  251. Borland C++ 3.0 (c) Copyright 1992 by Borland International
  252. RDR Time Bank (c) Copyright 1997 by Rob Ross.
  253. TDoor (c) Copyright 1992-1994 by Trisoft.
  254. -----------------------------------------------------------
  255.  
  256.  
  257. REGISTRATION INFO:
  258. ------------------
  259. Due to the time required to design and develop door games,
  260. I am asking for a nominal registration fee for the full
  261. working copy of this program.  By registering this and/or
  262. other shareware programs either written by myself or other
  263. shareware authors, you help support new software development.
  264. I have deliberately kept the registration fees as low as
  265. possible, as I understand how costly BBSes are to run.
  266.  
  267. Registration for RDRLotto is ONLY $10! (+ $5.00 for
  268. shipping and handling and the shareware disk if you wish me to
  269. send you the latest versions of other door programs and
  270. utilities that I have written) If you register RDRLotto at the
  271. same time as RDR Black Jack, registration for RDRLotto is only
  272. $5.00! Cheque or Money Order please.  When you register, I
  273. will send you your personal registration code.
  274.  
  275. If you add the $5.00 for the shareware disk, you will receive
  276. several other *shareware* versions of doors I have written for
  277. use with the RDR Time Bank door.
  278.  
  279. Including RDR Black Jack ... another TIME BANK related door for
  280. use with RDR Time Bank.  Callers can gamble with their saved
  281. time in their Time Bank account, and possibly win more time
  282. or even lose it all! (Unregistered version does not modify
  283. the RDR Time Bank data files)
  284.  
  285. Including RDR Time Transfer ... allow your users to transfer
  286. RDR TIME BANK time from their OWN account into another user's
  287. account.  
  288.  
  289.  
  290. --------------------------------------------------------------------------
  291. Registration Order Form: (Please type in and print if possible)
  292. --------------------------------------------------------------------------
  293.  
  294. First Name:________________________  BBS Name:____________________________
  295.  
  296.  Last Name:________________________   BBS Ph#:____________________________
  297.                                               (optional)
  298. Address:
  299.  Line 1:__________________________   Internet Address:____________________
  300.  
  301.  Line 2:__________________________
  302.  
  303.  Line 3:__________________________
  304.  
  305.  Line 4:__________________________
  306.  
  307.  Line 5:__________________________
  308.  
  309.  
  310. --------------------------------------------------------------------------
  311. | ITEM:                                    | QTY | $each | Total         |
  312. --------------------------------------------------------------------------
  313. |Register RDR Time Bank (Needed for others)|     |  5.00 |               |
  314. --------------------------------------------------------------------------
  315. |Register RDR Black Jack door game         |     | 10.00 |               |
  316. --------------------------------------------------------------------------
  317. |Register RDRLotto! (With RDR Black Jack)  |     |  5.00 |               |
  318. --------------------------------------------------------------------------
  319. |Register RDRLotto!(Without RDR Black Jack)|     | 10.00 |               |
  320. --------------------------------------------------------------------------
  321. |Register RDR Time Transfer                |     |  5.00 |               |
  322. --------------------------------------------------------------------------
  323. |    (Optional Disk) Shipping and Handling |     |  5.00 |               |
  324. --------------------------------------------------------------------------
  325.                                                    Total |               |
  326. Disk Format:  (_) 5 1/4"                                 -----------------
  327. (Check one)   (_) 3 1/2"
  328. **Only if Disk is ordered**
  329.  
  330. * Make cheques payable to: Rob Ross *
  331.  
  332. Mail Registration to:
  333. ---------------------
  334. Rob Ross
  335. 15 Tepee Court
  336. Willowdale, ON
  337. CANADA
  338. M2J 3A8
  339. ---------------------
  340.