home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BM0406_A.ZIP / DOCS.ZIP / NEWU174.DOC < prev    next >
Text File  |  1992-12-27  |  5KB  |  118 lines

  1.  
  2.                                 NU174V11
  3.                        NEWU174 v1.1 - 12/27/92
  4.  
  5.  
  6.  
  7. Date: 6/1/92   v1.0 - initial release
  8. Date: 12/27/92 v1.1 - fix for use of call back verification door
  9.  
  10.  
  11. If you're like me, you like to greet all newusers with a message in your
  12. message base.  Till now, there were only 2 ways to do it.  You could run
  13. an external program to enter the message during your nightly maintenance
  14. run and the next time the new user signed on, the greeting would be there.
  15. You could also do it by hand, forwarding a canned message to each user.
  16. This takes time from the SysOp who has enough to do.  Hence, the NEWU174
  17. merge.
  18.  
  19. What this merge does is it enters a canned message from the SysOp WHILE the
  20. new user signs on.  By the time the new user gets to the main menu, he/she
  21. has a greeting message waiting for them.
  22.  
  23. This modification requires you to place in your RBBS directory a file called
  24. WELCOME.DEF which is your canned message.  The only limitations on this file
  25. are those that you place within CONFIG concerning the maximum number of lines
  26. in a message and the default width of the screen.  I have included my
  27. WELCOME.DEF file as a sample.  Remember, that word wrap will be in effect so
  28. your message may actually be more lines than the file.
  29. Also remember that this file must be created with a straight ASCII editor,
  30. along the lines of QEDIT (a very good editor at that).  There can be no
  31. imbedded control characters like those placed by a word processor.
  32.  
  33. This merge can be installed with Ken Goosens BLED v2.2 or by hand.  If you have
  34. no other merges which use the same line numbers installed, then the quickest
  35. method would be to use BLED.  If you have other merges installed, then I
  36. recommend you merge the code in by hand.  Enclosed you will find a batch file
  37. which will do the merges for you using BLED.
  38.  
  39. You will also find enclosed my RBBS-VAR.BAS file.  There is a new variable that
  40. is added called ZWelcomeAboard.  This variable must be placed in your
  41. RBBS-VAR.BAS file if you decide not to use mine.  Add it as follows:
  42.  
  43.         ZWasY$, _
  44.         ZWasZ$, _
  45.         ZWelcomeAboard, _                       ' NEWU174
  46.         ZWelcomeFile$, _
  47.  
  48. ******************************************************************************
  49.                           December 27th, 1992
  50. ******************************************************************************
  51. There was a bug in the mod whereby if the SysOp elected to use a call back
  52. verification door, the New User flag was cleared and the ZWelcomeAboard flag
  53. was lost.  The mod now saves the ZWelcomeAboard flag in the node DRSTx.DEF
  54. file which is reloaded when RBBS is invoked after the door.  The message is
  55. then sent to the new user.  Thanks for the input.  A special thanks goes to
  56. Patrick Adams for bringing this to my attention.
  57.  
  58. ******************************************************************************
  59.  
  60. The files included in this archive are:
  61.  
  62.                 R-PCNEWU.MRG    - Merge for RBBS-PC.BAS
  63.                 RSB2NEWU.MRG    - Merge for RBBSSUB2.BAS
  64.                 RSB4NEWU.MRG    - Merge for RBBSSUB4.BAS
  65.                 RSB5NEWU.MRG    - Merge for RBBSSUB5.BAS
  66.                 RBBS-VAR.NEW    - Replacement RBBS-VAR.BAS
  67.                 NEWU174.DOC     - This document file
  68.                 NEWU174.BAT     - batch file to install merge
  69.  
  70.  
  71. Please let me know how this mod works out for you.  It has been tested on
  72. many local boards here with no problems.  I wish to thank the following
  73. for their help in creating and testing this merge.
  74.  
  75.    Gary Glueckert - The SUNY BBS - 516-420-0818
  76.    Mark Ciochetto - The Arena BBS - 516-579-2069
  77.    Adam Caplan    - The Connetiquot Club BBS - 516-563-8856
  78.    Ed Miller      - The MillSoft BBS - 516-765-6078
  79.  
  80.  
  81. Have fun!
  82.  
  83. Richie Molinelli
  84. The Small Time BBS
  85. 516-579-7929
  86. 1200 - 14400 bps
  87.  
  88.  
  89.  
  90. WARRANTY AND DISCLAIMER:
  91.  
  92.           Simple.  None.  Narda. Zip. Nothing.  I am not responsible for any
  93. damage that occurs by using this merge nor am I responsible for any good that
  94. occurs from using this merge.  I'm just plain not responsible.  My mother has
  95. been telling me that since I was a kid.
  96.  
  97.  
  98. REGISTRATION:
  99.  
  100. None required for non-comercial use.  If this merge is to be used on a
  101. commercial BBS, then please contact me at either the address listed below or
  102. by calling my BBS.
  103.  
  104. If you are the author of a program, please consider u/l a registered copy of
  105. your program to my BBS.
  106.  
  107. If you are the author of a merge, please consider u/l a copy of your merge to
  108. my BBS
  109.  
  110. If you are neither of the above, please consider sending me a postcard to the
  111. address listed below telling me how you love/hate/don't care about the merge.
  112. I happen to like postcards.
  113.  
  114. Richie Molinelli
  115. P.O. Box 961
  116. Levittown, NY  11756
  117.  
  118.