home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BM0406_A.ZIP / DOCS.ZIP / NET174.DOC < prev    next >
Text File  |  1993-01-31  |  2KB  |  57 lines

  1.  
  2.                                NET174 - by Richie Molinelli
  3.                                    v1.0 for STUNY mods
  4.  
  5. 01/31/93 - v1.0 - initial release
  6.  
  7.  
  8. This mod is specific to the STUNY mods and is NOT intended to work with any
  9. other mods.  The purpose of this mod is to disable the PEEK174 mod when
  10. sending messages in Net/Echo mail conferences.  Since most of the messages
  11. contained in these conferences are not local users of the BBS, I instituted
  12. this mod to cut down on the time it takes to search the user file so as to
  13. encourage users to communicate more.
  14.  
  15. The implementation is pretty straight forward.  You must create an ASCII file
  16. with the extension xxxxN.def for each subboard that is a net/echo mail subboard.
  17.  
  18. An example would be:
  19.  
  20.         4SALEU.DEF - subboard users file
  21.         4SALEC.DEF - subboard configuration file
  22.         4SALEM.DEF - subboard message file
  23. ***     4SALEN.DEF - flag file as an echo/net subboard
  24.  
  25. RBBS will search for this xxxxN.DEF file when the subboard is entered, and, if
  26. found, will disable the PEEK174 (EFND) search.
  27.  
  28. As a point of fact.  There are 3 ways to institute this kind of modification.
  29.  
  30. First would be to modify CONFIG so the SysOp can set a flag for the subboard.
  31. This would be the proper way to institute this mod.  Ken Goosens had asked us
  32. in the past to NOT modify CONFIG.  For this reason we carry forward this
  33. request and have not implemented it in this manner.
  34.  
  35. Second would be to allow the SysOp to create a file with an ASCII listing of
  36. all the net conferences for searching by RBBS.  This would save more disk space
  37. than individual files, BUT, on slower machines with a lot of subboards, this
  38. could slow down the users entry to the subboard considerably.  This was
  39. unacceptable to me.
  40.  
  41. Third, RBBS could search for a flag file when entering a conference and, if
  42. found, disable the PEEK174 search.  While this can take up much more disk space
  43. I chose this method since it would be much faster for the user.
  44.  
  45. The xxxxxN.DEF file can be any ASCII file.  RBBS only checks to see if the
  46. file exists....and does absolutely nothing with it right now.  This may change
  47. in the future.  A sample file SAMPLEN.DEF is included for your convenience.
  48. You can simply copy this file to the name(s) you need.
  49.  
  50. Richie Molinelli
  51. The Small Time BBS
  52. Runnin' RBBS v17.4(a)/STUNY
  53. 1200 - 14400
  54. (516) 579-7929
  55.  
  56.  
  57.