Program to block Gozilla, etc...?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JeffreyG
    Registered User
    • Jul 2002
    • 41

    #1

    Program to block Gozilla, etc...?

    Does anybody know effective programs/ways to block download programs like Gozilla, and other programs that are similar in quickly sucking a whole members area?

    Thanks.
  • pr0
    rockin tha trailerpark
    • May 2001
    • 23088

    #2
    limit each user to one thread, or block user names that open more than 4-5 threads at a time...any more than 4 probably isn't a real user clicking shit.

    this & other problems will be addressed at my new site pr0.net when its launched in late august
    __________
    Loadedca$h - get sum! - Revengebucks - mmm rebills! - webair (gotz sErVrz)

    Comment

    • Terenzo
      Confirmed User
      • Jan 2002
      • 971

      #3
      i store everything (picture content) in one of my root-dirs, does anyone know whether this is secure or not???
      Signature Spot - USD 5000 / month

      Comment

      • Tipsy
        Confirmed User
        • Jul 2001
        • 6989

        #4
        Originally posted by JeffreyG
        ...sucking a whole members area?
        I tried sucking a whole members area once and got thrush.
        Ignorance is never bliss.

        Comment

        • 1000
          Registered User
          • Jun 2002
          • 5

          #5
          Use htaccess maybe this will help.

          http://www.askmrporn.com/wmh/wwwboar...ges/12589.html

          Comment

          • Lensman
            GFY Chaperone
            • Jan 2001
            • 9846

            #6
            Here is the htaccess code:

            RewriteEngine On
            RewriteCond %{HTTP_USER_AGENT} ^.*WebZIP.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Stripper.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Offline.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Copier.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Crawler.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*WebCopier.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Snagger.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Teleport.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Reaper.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Wget.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Grabber.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Sucker.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Downloader.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Siphon.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Collector.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Mag-Net.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Widow.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Snake.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*BackWeb.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*gotit.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Vacuum.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Pump.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*HMView.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*HTTrack.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*JOC.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*likse.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Memo.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*pcBrowser.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*SuperBot.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*leech.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Mirror.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Recorder.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*GrabNet.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Likse.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Navroad.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*attach.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Magnet.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Surfbot.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Bandit.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Ants.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Buddy.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*Whacker.*$ [OR]
            RewriteCond %{HTTP_USER_AGENT} ^.*FileHound.*$
            RewriteRule /* http://www.yahoo.com/ [L,R]

            Comment

            • jimmyf
              OU812
              • Feb 2001
              • 12651

              #7
              Originally posted by Terenzo
              i store everything (picture content) in one of my root-dirs, does anyone know whether this is secure or not???
              You should have htaccess so they can not hot link you pics. It should be in the dir you want to protect or in your root to protect you whole site. But it's a Diff. htaccess than what they posted here..
              Epic CashEpic Cash works for me
              Solar Cash Paysite Plugin
              Gallery of the day freesites,POTD,Gallery generator with free hosting

              Comment

              Working...