home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / BDERBY25.ZIP / BDERBY.DOC < prev    next >
Text File  |  1993-06-14  |  8KB  |  217 lines

  1.  
  2.                             -= Baby Derby =-
  3.                    Copyright 1991-92, PAROLE Software
  4.                           ALL RIGHTS RESERVED
  5.                       ----------------------------
  6.                           The Parole Board BBS
  7.                              (919) 965-4696
  8.                              (919) 965-9885
  9.  
  10.  
  11.      BDerby was written at the request of John Kutas, sysop of The
  12. Swingers Connection BBS in Pa.  It is a door that will allow your users
  13. to have a bit of fun in guessing the "vital" statistics of a new
  14. addition to the BBS community.
  15.  
  16.     To set BDerby up, you will need to create a separate directory to
  17. hold all of the door files.  You will also need to create 2 directories
  18. under that one named "USERS" and "SCREENS".
  19.  
  20.        C:─┐
  21.           │
  22.           ├───BDERBY─┐
  23.                      ├───USERS
  24.                      │
  25.                      └───SCREENS
  26.  
  27.      UnZIP the SCREENS.ZIP and place the files in the "\SCREENS"
  28. directory.  BDerby will look for the screens in that directory only.  If
  29. they are not there, you will get a 'file not found' message.  BDerby
  30. will not abort but it doesn't look to good to your users to get this
  31. message.   The "\USERS" directory will be empty until the first user has
  32. entered the door.  If you do not create these directories, BDerby will
  33. create them for you.  It will not place the screens in the "\SCREENS"
  34. dir however.
  35.  
  36.      Next you will need to edit the CFG file to fit you own particular
  37. BBS.  The format for the CFG file follows.
  38.  
  39.  
  40. C:\WILDCAT\CALLINFO.BBS ──┐  <- For Wildcat!
  41. C:\WC30\USERINFO.DAT      │  <- For Wildcat! 3.0
  42. C:\PCB\PCBOARD.SYS        │  <- For PCBoard using PCBOARD.SYS only
  43. C:\PCB\USERS              │  <- For PCBoard using USERS only
  44. C:\BBS\DOOR.SYS           │  <- For Systems that support DOOR.SYS
  45. C:\BBS\DORINFOx.DEF       │  <- For QBBS/RBB/RA.  Replace x with Node #.
  46. C:\BBS\SFDOORS.DAT        │  <- For Spitfire
  47. C:\BBS\TRIBBS.SYS         │  <- For TriBBS
  48. C:\BBS\CHAIN.TXT       ───┘  <- For WWIV
  49. The Parole Board BBS
  50. Dennis
  51. Maidon
  52. 00000
  53. C:\WC30\BULL\BULL99.SCR
  54. C:\WC30\BULL\BULL99.BBS
  55. N
  56. Bill & Edna Johnson
  57. 10
  58. 10/22/91
  59. 3
  60. RIP
  61. '=======================================================================
  62.  
  63. ;Line 1   Path to the BBS user files.  Be sure to list the entire path
  64.           and name of the user file for your particular BBS software.
  65.  
  66. ;Line 2   BBS name
  67.  
  68. ;Line 3   Sysop first name
  69.  
  70. ;Line 4   Sysop last name
  71.  
  72. ;Line 5   Registration number (When Registered)
  73.  
  74. ;Line 6   Path to Color File (Must end in ".BBS" if line 8 is "Y")
  75.  
  76. ;Line 7   Path for ASCii File (blank if line 8 is "Y")
  77.  
  78. ;line 8   (Y/N) "Y" for WC! 3.x specific bulls or "N" for ANSI & ASCII bulls
  79.  
  80. ;Line 9   Baby's parents (any format up to 45 characters)
  81.  
  82. ;Line 10  Minimum security level allowed in the door
  83.  
  84. ;Line 11  Expected Date of Birth
  85.  
  86. ;Line 12  Maximum number of times allowed in door.
  87.  
  88. ;Line 13  This line controls whether you would like a RIP bulletin
  89.           created.  Plae "RIP" here to create one, anything else
  90.           disables.
  91.  
  92.      The CFG file only calls for 13 lines.  The all MUST be present or
  93. blank as required.  Please use and ASCii editor similar to EDLIN or
  94. QEDIT to edit the CFG file.  Some editors will leave hidden control
  95. codes which could cause BDerby to head off to the planet V'ger.
  96.  
  97.      Line 8 of the CFG file specifies if you want the bulletin to be
  98. created using WC!3.x specific files or not.  If you d run WC!3.x and
  99. want the special color codes, be sure to list the bull name on line 6
  100. and end it with ".BBS".  You may leave line 7 blank if you wish.  If you
  101. do not want WC! specific color codes, you MUST list a file name in lines
  102. 6 and 7 of the CFG file.
  103.  
  104.      BDerby supports multi-node BBS systems.  You will need to give each
  105. CFG file and different name for each node. EX:  BDERBY1.CFG  BDERBY2.CFG
  106.  
  107. NOTE: DoorFrame supports COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  108.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  109.       number after the configuration filename. Let's assume your Door is
  110.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  111.       passed to your Door would be:
  112.  
  113.         FOOBAR FOOBAR.CFG /5
  114.         FOOBAR FOOBAR.CFG *5
  115.  
  116.       The /5 tells DoorFrame to use IRQ5 rather than the standard IRQ4 that
  117.       is normally used with COM1. No /x parameter is needed for the standard
  118.       IRQ's.
  119.  
  120.  
  121. Fossil Driver Support
  122. ---------------------
  123. DoorFrame supports the use of Fossil drivers.  To tell your Door to use the
  124. Fossil driver instead of the standard COM ports, just put /FD on the command
  125. line when running the door. For example:
  126.      MYDOOR MYDOOR.CFG /FD
  127. indicates that a Fossil driver is present and should be used. If no Fossil
  128. driver is detected, DoorFrame will print a message to that effect and exit
  129. the door gracefully.
  130.  
  131.  
  132.       The file DERBY.EXE included in BDERBYxx.ZIP is used to create an
  133. ASCii text file of the BDERBY.DAT file.  This will allow you to read the
  134. information the users have entered in the door.  DERBY.EXE *MUST* be run
  135. from the directory containing "BDERBY.DAT".  BDERBY.TXT is the name of
  136. the output file.  If you are interested in writing your own sort and
  137. search utility, the structure for BDERBY.DAT  is as follows:
  138.  
  139.      TYPE NewBabyInformation
  140.           UserRecNumber AS INTEGER
  141.           UserName AS STRING * 20
  142.           UserDate AS DOUBLE
  143.           BabyDOB AS DOUBLE
  144.           BabyLbs AS INTEGER
  145.           BabyOzs AS INTEGER
  146.           BabyLength AS INTEGER
  147.           BabySex AS STRING * 1
  148.           BabyTOB AS DOUBLE
  149.           Filler AS STRING * 11
  150.      END TYPE
  151.                               LEGALITIES
  152.                               __________
  153.  
  154.  
  155.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  156.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  157.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  158.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  159.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  160.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  161.       OR BREACH OF ANY WARRANTY.    SEX TRIVIA IS FOR USERS OVER THE AGE
  162.       OF 18 OR WHATEVER LOCAL LAWS ALLOW.  THE SYSOP ACCEPTS ALL
  163.       RESPONSIBILITY IN SEEING THAT MINORS DO NOT HAVE ACCESS TO THIS
  164.       DOOR.
  165.  
  166.  
  167.  
  168.                              DISTRIBUTION
  169.                              ____________
  170.  
  171.    You may make this file available for downloading from your BBS or you may
  172.    upload it to any BBS of your choice, provided that you do not make any
  173.    changes to the contents of the archive (ZIP file). The archive and its
  174.    individual contents may not be used by any service that charges any money
  175.    whatsoever, without the written permission of the author.
  176.  
  177.  
  178.                              REGISTRATION
  179.                              ____________
  180.  
  181.    I am not a subscriber to the "Crippleware" concept, and this program
  182.    reflects that philosophy. This is a full-featured program, whose
  183.    functionality is not hampered in any way, whether you register it or
  184.    not.  It is only $10 to register this door.
  185.  
  186.  
  187.                              REGISTRATION
  188.                              ____________
  189.  
  190.    I am not a subscriber to the "Crippleware" concept, and this program
  191.    reflects that philosophy. This is a full-featured program, whose
  192.    functionality is not hampered in any way, whether you register it or
  193.    not.  It is only $15 to register this door.  There is however; a
  194.    small delay which will be removed upon registering.
  195.  
  196.  
  197.                                  THANKS
  198.                              --------------
  199.  
  200.     Special thanks goes out for my wife who is definitely a
  201.     "Computer Widow".
  202.  
  203.     Ted Freeman the author of DOORFRAME, a first class BBS Doors
  204.     Development Library.
  205.  
  206.     My BBS users who have had to endure constant badgering to help me
  207.     test the programs that I have written.
  208.  
  209.     A *VERY SPECIAL THANKS* to Mustang! Software for developing the
  210.     greatest BBS Software on the market, WILDCAT! 3.0.
  211.  
  212.     John Kutas, SysOp, the Swingers Connection BBS in Pa. for suggesting the
  213.     idea for the door.
  214.  
  215.     Baby Derby is written using MicroSoft's Viaual Basic/DOS v1.0
  216.  
  217.