home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / PRE412.ZIP / NOARCV.MOD < prev    next >
Text File  |  1992-01-29  |  2KB  |  28 lines

  1. -------------------------------------------------------------------------------                            Keep User's From Arcing you bbs
  2.                                   by <<UNKNOW>>
  3.                       Fightertown USA --- (714) 773-9476
  4. ------------------------------------------------------------------------------- 
  5. This mod will keep your users from archiving your bbs.  This bug somehow went 
  6. unnoticed by Wayne Bell.  This mod will fix it for sure and allow for the arc 
  7. commands to still function.  It's a very easy mod to type in.  The bug is in 
  8. WWIV 4.06 - 4.07.  What happens is when a user adds a file to archive he can 
  9. change directories by typing in a serious of codes.  These codes allow the 
  10. user to arc the most important bbs files.  He can the have your user list and 
  11. the system password and log back on as the sysop, and do what ever he pleases.
  12. ------------------------------------------------------------------------------- 
  13. In XFER.C search for 'void add_temp_arc'.  Don't include the appostophes.
  14.  
  15. About 10 line down you wil find a line of code that lookes like this...
  16.  
  17. if ((s2[i]=='|') || (s2[i] and like that....  go all the way to the end of the 
  18. line and look for this
  19.  
  20. (s2[i]=='  '))
  21. now delete the second ) at the end of that line and type this..
  22.  || (s2[i]=='..') || (s2[i]=='/'))
  23. So now the end of that line should look like this
  24.  
  25. (s2[i]=='  ') || (s2[i]=='..') || (s2[i]=='/'))
  26.  
  27. Now save and compile.  You should get one warning but it won't hurt anything.
  28. This will work.  So now no body can get your bbs.