home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WILDCAT / HBBS34.ZIP / HOLIBBS.DOC < prev    next >
Text File  |  1994-03-04  |  9KB  |  186 lines

  1.  
  2.                           Welcome to HoliBBS v3.4
  3.                      The Days till Holiday screen maker.
  4.  
  5.                          Written by:  Robert Fonner
  6.                    Copyright (c)1993 Vämpire Technologies
  7.                        Dracula's Castle (305)964-2696
  8.                           V32bis/V42bis/14,400bps
  9.                               FidoNet 1:369/24
  10.                InterNet Robert.Fonner@f24.n369.z1.fidonet.org
  11.  
  12.  
  13.    ╒══════════════════════════════════════════════════════════════════════╕
  14.    │  VAMPIRE TECHNOLOGIES has developed this program for your benefit.   │
  15.    │  Although many precautions have been taken to ensure that it will    │
  16.    │  not damage your equipment,(hardware, or software), in any way;      │
  17.    │  no promises, guarantees, or warrantees are offered or implied.      │
  18.    │  Use of this program constitutes agreement with these terms. You     │
  19.    │  are hereby granted license to use this program as you see fit,      │
  20.    │  but ownership is retained by Vämpire Technologies as per copyright  │
  21.    │  laws effective in the state of Florida.  Some states do not         │
  22.    │  recognize retained ownership, in which case no license is offered.  │
  23.    │  In those states, and/or provinces where disclaimers such as this    │
  24.    │  are not held valid, this program is not to be used or retained.     │
  25.    ╘══════════════════════════════════════════════════════════════════════╛
  26.  
  27.  
  28. HOLIBBS is a program that was originally written for WildCat! 3.x SysOps
  29. to create a Bulletin/Hello screen to show how many days are left until
  30. ANY Holiday.  On a specific Holiday the screen will change to a nice
  31. ansi screen denoting that particular holiday.  It has now been adapted
  32. to run with almost any BBS software (PCBoard/RA/SuperBBS/WWIV/WC!2.x/Etc.).
  33. This program is not crippled in any way.  However it does expire on January
  34. 1st, 2001.
  35.  
  36. NEW FOR 3.0 - We've now added the ability to include up to 13 user definable
  37. events.  You will have to make the ANSI/ASCII screens for these events (or
  38. get them from your favorite ANSI screen developer.  If you prefer, you can
  39. call Dracula's Castle and download ANSI.ZIP (which contains 121 ANSI screens
  40. for you to play with).  These 13 new events will take precedent over any
  41. other holiday screen.  If you choose to have a custom event on December
  42. 25th, the CHRISTMAS screen will not be written.
  43.  
  44. ┌─────────────────────────────────────────────────────────────────────────┐
  45. │                                                                         │
  46. │ This file is SHAREWARE.  If you decide you like it and wish to continue │
  47. │ using it after 30 days, you are required to register this program by    │
  48. │ sending your check or money order along with a copy of the completed    │
  49. │ REGISTER.FRM to:                                                        │
  50. │                                                                         │
  51. │                               Robert C. Fonner, Jr.                     │
  52. │                               7760 Atlanta Street                       │
  53. │                               Hollywood, FL  33024-2509                 │
  54. │                                                                         │
  55. └─────────────────────────────────────────────────────────────────────────┘
  56.  
  57. REQUIREMENTS
  58. ------------
  59.         DOS 3.x or better.
  60.         BRUN45 (Not included but available on most BBSes).
  61.         PC XT/AT or Compatible
  62.  
  63. SETUP
  64. -----
  65.         HOLIBBS.EXE and HOLIBBS.CFG must reside in the same directory.
  66.         All other files included in this distribution may be in any
  67.         directory you like.  Unzip the SCREENS.ZIP into any directory
  68.         you choose.
  69.  
  70.         The HOLIBBS.KEY file MUST NOT be changed unless you are
  71.         a registered licensee.  Putzing with this KEY file will
  72.         invalidate UNREGISTERED versions.  The KEY file must reside
  73.         in the same directory as the sample screen files.
  74.  
  75.         (Pre-version 3.0 Registered users should contact us if you have
  76.         not yet received your complimentary validation key)
  77.  
  78.  
  79.         Use your favorite text editor to edit the enclosed sample
  80.         HOLIBBS.CFG file.  Below is the sample config with instructions
  81.         for each line.
  82. Line
  83. ----
  84.  1   C:\WC30\HOLIBBS\           Path to the sample screen files.
  85.  2   C:\WC30\DISP\HELLO9.RIP    Path & Name of the RIP output file (or NONE).
  86.  3   C:\WC30\DISP\HELLO9.SCR    Path & Name of the ANSI output file.
  87.  4   C:\WC30\DISP\HELLO9.BBS    Path & Name of the ASCII output file.
  88.  5   @PAUSE@                    Command your BBS uses to PAUSE displays.
  89.  6   BDAY1                      Custom Display file (without extension).
  90.  7   DATE                       Date for Custom display #1.
  91.  8   BDAY2                      Another custom display file.
  92.  9   DATE                       Another Date for Custom display #2.
  93. 10   BDAY3                      And so on......
  94. 11   DATE
  95. 12   BDAY4
  96. 13   DATE
  97. 14   ANNIV1
  98. 15   DATE
  99. 16   ANNIV2
  100. 17   DATE
  101. 18   ANNIV3
  102. 19   DATE
  103. 20   HDAY1
  104. 21   DATE
  105. 22   HDAY2
  106. 23   DATE
  107. 24   HDAY3
  108. 25   DATE
  109. 26   HDAY4
  110. 27   DATE
  111. 28   HDAY5
  112. 29   DATE
  113. 30   HDAY6
  114. 31   DATE
  115.  
  116. *** NOTE:  All 31 lines MUST exist or the program will NOT run AND may
  117.            hang your system until a human keystroke is made.
  118.  
  119.         Line 1 of the config file will be the path to the sample .ANS,
  120.         .ASC, .RIP screens (and all other files included in this package
  121.         IF different from where you put HOLIBBS.EXE & HOLIBBS.CFG).
  122.  
  123.         Lines 2 thru 4 will be the drive, path, and filename of the output
  124.         files you want to create for your users to see (Usually NEWSx.ANS/
  125.         ASC or HELLOx.SCR/BBS).  Line 2 is the RIP file, Line 3 is the
  126.         ANSI file & line 4 is the ASCII file.  If you do not support RIP
  127.         graphics, then the word NONE must be on line 2.
  128.  
  129.         Line 5 is the command YOUR BBS uses to pause display files so users
  130.         can see them before they scroll off the screen.  For example
  131.         WildCat! 2.x uses  (^P), WildCat! 3.x uses @PAUSE@, PCBoard uses
  132.         @WAIT@.  Check your BBS manual for the characters/command you need
  133.         to use.  You can leave this line blank if you do not wish to add a
  134.         pause command to the end of the display screens.
  135.  
  136.         Lines 6-31 are for customizing events you wish to include that
  137.         HOLIBBS doesn't.  The EVEN numbered lines (6, 8, 10, etc.) are for
  138.         filenames of .ANS/.ASC files you created for a particular event
  139.         (WITHOUT the extensions of .ANS/.ASC).  The ODD numbered lines
  140.         (7, 9, 11, etc.) are the dates the event immediately above is
  141.         to occur.  For example line 6 is BDAY1 (the name of an included
  142.         sample file), Line 7 says 11/03 (My birthday).  On 11/03 of every
  143.         year the sample screens BDAY1.ANS & BDAY1.ASC will be used instead
  144.         of the countdown screen (and more importantly, it will override
  145.         any other holiday that might occur on that date).  There are 13
  146.         possible CUSTOMIZED events, with 13 possible CUSTOMIZED dates.
  147.  
  148.         The names BDAY1, BDAY2, ANNIV1... etc. are just examples.  You may
  149.         name the custom files you create any valid DOS filename.  However
  150.         the extensions must be .ANS & .ASC (where ANS is ANSI, and ASC is
  151.         ASCII).
  152.  
  153.         IMPORTANT:  The format for customizable dates must be in 4 digit
  154.         format.  For example March 3rd, would be 03/03.  Do NOT include
  155.         a YEAR (03/03/93).  The "/" in 03/03 can be excluded or included,
  156.         it makes no difference to the way the program runs.
  157.  
  158.         If NO actual DATE is given on the customizable date lines, and the
  159.         line for a DATE remains as the word DATE, then nothing will happen.
  160.  
  161.         Unzip SCREENS.ZIP into the directory you listed on line one of
  162.         your HOLIBBS.CFG file.
  163.  
  164.         NEXT - Add two lines to your nightly event batch file.  This is the
  165.         file most BBSes run at midnight.
  166.  
  167.         Example:  CD\BBS\HOLIBBS    <=== Where HOLIBBS.EXE/CFG/KEY are.
  168.                   HOLIBBS
  169.  
  170.         That's all there is to it.
  171.  
  172.  
  173. NOTE
  174. ----
  175.         The enclosed sample .ANS/.ASC files may be changed to suit
  176.         your particular BBS needs.  However, the filenames must remain
  177.         exactly the same.
  178.  
  179. Vämpire Technologies claims no rights to the enclosed sample ansi screens.
  180.  
  181. For those of you who are curious (you must be or you wouldn't be reading
  182. this entire text file).  I did choose 13 customizable dates on purpose.
  183. My bulletin board (Dracula's Castle) was founded on October 31st 1987
  184. (Halloween).  My company name is Vampire Technologies.  It just made
  185. sense to use the number 13.  Hope you aren't too superstitious.
  186.