home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BDERBY26.ZIP / BDERBY.DOC < prev    next >
Encoding:
Text File  |  1993-12-27  |  7.7 KB  |  203 lines

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