How to stop hotlinking

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Doctor Dre
    Too lazy to set a custom title
    • Jan 2001
    • 51692

    #1

    How to stop hotlinking

    What's the best way to stop it and redirect the traffic ?

    I looked at my stats and the movies in one of my galleries are getting twice as much traffic as the gallery had itself ... lol
    Originally posted by rayadp05
    I rebooted, deleted temp files, history, cookies and everything...still cannot view the news clip. All I see is that fucking gay ass music video from "Rick Roll". Anyone else have a different link to the news clip?
  • RedShoe
    赤い靴 call me 202-456-1111
    • Feb 2001
    • 14831

    #2
    I would think htaccess. no?

    SPECIALTY COSTUMES • PROPS • FX
    Superheroes • Monsters • Robots
    PM for details


    For any manufacturing needs. Adult or otherwise.

    aka BonsHigh on Insta
    Bonsai weed plants


    Comment

    • Webby
      Too lazy to set a custom title
      • Oct 2002
      • 14956

      #3
      Originally posted by Doctor Dre
      What's the best way to stop it and redirect the traffic ?

      I looked at my stats and the movies in one of my galleries are getting twice as much traffic as the gallery had itself ... lol
      Prob htaccess and permit only your site to display content... something like this...

      RewriteEngine On
      RewriteCond %{HTTP_REFERER} !^$
      RewriteCond %{HTTP_REFERER} !^http://www.domain.com [NC]
      RewriteCond %{HTTP_REFERER} !^http://domain.com [NC]
      RewriteCond %{HTTP_REFERER} !^http://123.456.789.123 [NC]
      RewriteCond %{HTTP_REFERER} !^http://123.456.789.123:80 [NC]
      RewriteRule [^/]+\.(exe|mpeg|mpg|avi|mp3|gif|jpg|JPG|GIF|MP3|AVI)$ - [F]

      Or if you want to block siterippers and other known grabbers - just say Doc and I'll paste up a list of HTTP user agents you can stuff straight into your htaccess.
      XXX TLD's - Another mosquito to swat.

      Comment

      • Doctor Dre
        Too lazy to set a custom title
        • Jan 2001
        • 51692

        #4
        Originally posted by Webby
        Prob htaccess and permit only your site to display content... something like this...

        RewriteEngine On
        RewriteCond %{HTTP_REFERER} !^$
        RewriteCond %{HTTP_REFERER} !^http://www.domain.com [NC]
        RewriteCond %{HTTP_REFERER} !^http://domain.com [NC]
        RewriteCond %{HTTP_REFERER} !^http://123.456.789.123 [NC]
        RewriteCond %{HTTP_REFERER} !^http://123.456.789.123:80 [NC]
        RewriteRule [^/]+\.(exe|mpeg|mpg|avi|mp3|gif|jpg|JPG|GIF|MP3|AVI)$ - [F]

        Or if you want to block siterippers and other known grabbers - just say Doc and I'll paste up a list of HTTP user agents you can stuff straight into your htaccess.
        Post away ;)
        Originally posted by rayadp05
        I rebooted, deleted temp files, history, cookies and everything...still cannot view the news clip. All I see is that fucking gay ass music video from "Rick Roll". Anyone else have a different link to the news clip?

        Comment

        • dakota1358
          Confirmed User
          • Oct 2005
          • 2114

          #5
          RewriteEngine On
          RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
          RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
          RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR]
          RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]
          RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
          RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR]
          RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
          RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]
          RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]
          RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]
          RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]
          RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]
          RewriteCond %{HTTP_USER_AGENT} ^HTTrack [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR]
          RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR]
          RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]
          RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR]
          RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]
          RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR]
          RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]
          RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]
          RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]
          RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR]
          RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR]
          RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR]
          RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]
          RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]
          RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Siphon [OR]
          RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]
          RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]
          RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]
          RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]
          RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR]
          RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR]
          RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]
          RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]
          RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]
          RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]
          RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]
          RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]
          RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]
          RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]
          RewriteCond %{HTTP_USER_AGENT} ^Zeus
          RewriteRule .* - [F,L]
          Carmen Cocks Rocks

          Comment

          • ServerGenius
            Confirmed User
            • Feb 2002
            • 9377

            #6
            shutdown -h now

            | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

            Comment

            • Webby
              Too lazy to set a custom title
              • Oct 2002
              • 14956

              #7
              Originally posted by Doctor Dre
              Post away ;)
              This needs to be posted in a few sections - kinda big - but covers most agents you don't want...

              # BAD BOTS AND SITE RIPPERS
              RewriteEngine On
              RewriteCond %{HTTP_USER_AGENT} "^DA \d\.\d+" [OR]
              RewriteCond %{HTTP_USER_AGENT} "^Download" [OR]
              RewriteCond %{HTTP_USER_AGENT} "^Internet Explore" [OR] #note - not "Explorer"
              RewriteCond %{HTTP_USER_AGENT} "^Mozilla/4.0$" [OR] # dumb shit
              RewriteCond %{HTTP_USER_AGENT} "^Mozilla/\?\?$" [OR] # formmail attacker
              RewriteCond %{HTTP_USER_AGENT} ^Alexibot [OR]
              RewriteCond %{HTTP_USER_AGENT} anarchie [NC,OR]
              RewriteCond %{HTTP_USER_AGENT} ^Ants [OR]
              RewriteCond %{HTTP_USER_AGENT} ^asterias [OR]
              RewriteCond %{HTTP_USER_AGENT} ^Atomz [OR]
              RewriteCond %{HTTP_USER_AGENT} ^attach [OR]
              RewriteCond %{HTTP_USER_AGENT} ^Au2Email [OR]
              RewriteCond %{HTTP_USER_AGENT} ^BackDoorBot [OR]
              RewriteCond %{HTTP_USER_AGENT} ^BackWeb [OR]
              RewriteCond %{HTTP_USER_AGENT} ^Bandit [OR]
              RewriteCond %{HTTP_USER_AGENT} ^BatchFTP [OR]
              RewriteCond %{HTTP_USER_AGENT} ^Black.Hole [OR]
              RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
              RewriteCond %{HTTP_USER_AGENT} ^BlowFish [OR]
              RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:[email protected] [OR]
              RewriteCond %{HTTP_USER_AGENT} ^BotALot [OR]
              RewriteCond %{HTTP_USER_AGENT} ^Buddy [OR]
              RewriteCond %{HTTP_USER_AGENT} ^BuiltBotTough [OR]
              RewriteCond %{HTTP_USER_AGENT} ^Bullseye [OR]
              RewriteCond %{HTTP_USER_AGENT} ^BunnySlippers [OR]
              RewriteCond %{HTTP_USER_AGENT} ^Cegbfeieh [OR]
              RewriteCond %{HTTP_USER_AGENT} ^CheeseBot [OR]
              RewriteCond %{HTTP_USER_AGENT} ^CherryPicker [OR]
              RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
              RewriteCond %{HTTP_USER_AGENT} ^Collector [OR]
              RewriteCond %{HTTP_USER_AGENT} "compatible ; MSIE 6.0" [OR] (note extra space before semicolon)
              RewriteCond %{HTTP_USER_AGENT} ^Copier [OR]
              RewriteCond %{HTTP_USER_AGENT} ^CopyRightCheck [OR]
              RewriteCond %{HTTP_USER_AGENT} ^cosmos [OR]
              RewriteCond %{HTTP_USER_AGENT} ^Crawler [OR]
              RewriteCond %{HTTP_USER_AGENT} crescent [NC,OR]
              RewriteCond %{HTTP_USER_AGENT} ^Crescent [OR]
              RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
              RewriteCond %{HTTP_USER_AGENT} ^DA [OR]
              RewriteCond %{HTTP_USER_AGENT} ^DigExt [OR]
              RewriteCond %{HTTP_USER_AGENT} ^DIIbot [OR]
              RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
              RewriteCond %{HTTP_USER_AGENT} ^DISCo\ Pump [OR]
              RewriteCond %{HTTP_USER_AGENT} ^DittoSpyder [OR]
              RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR]
              RewriteCond %{HTTP_USER_AGENT} ^Drip [OR]
              RewriteCond %{HTTP_USER_AGENT} "DTS Agent" [OR]
              XXX TLD's - Another mosquito to swat.

              Comment

              • Webby
                Too lazy to set a custom title
                • Oct 2002
                • 14956

                #8
                RewriteCond %{HTTP_USER_AGENT} e?mail.?(collector?magnet?reaper?siphon?sweeper?ha rvest?collect?wolf) [NC,OR]
                RewriteCond %{HTTP_USER_AGENT} ^EasyDL/\d\.\d+ [OR]
                RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]
                RewriteCond %{HTTP_USER_AGENT} "efp@gmx\.net" [OR]
                RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
                RewriteCond %{HTTP_USER_AGENT} ^EmailCollector [OR]
                RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
                RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]
                RewriteCond %{HTTP_USER_AGENT} ^EroCrawler [OR]
                RewriteCond %{HTTP_USER_AGENT} express [NC,OR]
                RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR]
                RewriteCond %{HTTP_USER_AGENT} extractor [NC,OR]
                RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
                RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]
                RewriteCond %{HTTP_USER_AGENT} "Fetch API Request" [OR]
                RewriteCond %{HTTP_USER_AGENT} ^FileHound [OR]
                RewriteCond %{HTTP_USER_AGENT} flashget [NC,OR]
                RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]
                RewriteCond %{HTTP_USER_AGENT} ^FlickBot [OR]
                RewriteCond %{HTTP_USER_AGENT} ^Foobot [OR]
                RewriteCond %{HTTP_USER_AGENT} ^FrontPage [NC,OR]
                RewriteCond %{HTTP_USER_AGENT} getright [NC,OR]
                RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]
                RewriteCond %{HTTP_USER_AGENT} ^Gets [OR]
                RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]
                RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
                RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]
                RewriteCond %{HTTP_USER_AGENT} go.?zilla [NC,OR]
                RewriteCond %{HTTP_USER_AGENT} ^Googlebot-Image [OR]
                RewriteCond %{HTTP_USER_AGENT} ^gotit [OR]
                RewriteCond %{HTTP_USER_AGENT} grabber [NC,OR]
                RewriteCond %{HTTP_USER_AGENT} ^Grabber [OR]
                RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]
                RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]
                RewriteCond %{HTTP_USER_AGENT} ^Harvest [OR]
                RewriteCond %{HTTP_USER_AGENT} ^hloader [OR]
                RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]
                RewriteCond %{HTTP_USER_AGENT} ^httplib [OR]
                RewriteCond %{HTTP_USER_AGENT} ^HTTrack [NC,OR]
                RewriteCond %{HTTP_USER_AGENT} httrack [NC,OR]
                RewriteCond %{HTTP_USER_AGENT} ^humanlinks [OR]
                RewriteCond %{HTTP_USER_AGENT} ^ia_archiver [OR]
                RewriteCond %{HTTP_USER_AGENT} "ia_archiver" [OR]
                RewriteCond %{HTTP_USER_AGENT} ^IBrowse [OR]
                RewriteCond %{HTTP_USER_AGENT} ^IE\ \d\.\d\ Compatible.*Browser$ [OR]
                RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR]
                RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR]
                RewriteCond %{HTTP_USER_AGENT} imagefetch [OR]
                RewriteCond %{HTTP_USER_AGENT} "Indy Library" [OR]
                RewriteCond %{HTTP_USER_AGENT} ^Indy\ Library [NC,OR]
                RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR]
                RewriteCond %{HTTP_USER_AGENT} ^InfoNaviRobot [OR]
                RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]
                RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR]
                RewriteCond %{HTTP_USER_AGENT} ^Iria [OR]
                RewriteCond %{HTTP_USER_AGENT} ^JennyBot [OR]
                RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]
                RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR]
                RewriteCond %{HTTP_USER_AGENT} ^JustView [OR]
                RewriteCond %{HTTP_USER_AGENT} ^Kenjin.Spider [OR]
                RewriteCond %{HTTP_USER_AGENT} ^Keyword.Density [OR]
                RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]
                RewriteCond %{HTTP_USER_AGENT} ^leech [OR]
                XXX TLD's - Another mosquito to swat.

                Comment

                • Webby
                  Too lazy to set a custom title
                  • Oct 2002
                  • 14956

                  #9
                  RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^LexiBot [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^lftp [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^libWeb/clsHTTP [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Likse [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^LinkextractorPro [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Linkman [OR]
                  RewriteCond %{HTTP_USER_AGENT} "LINKS ARoMATIZED" [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^LinkScan/8.1a.Unix [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^LinkWalker [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^lwp-trivial [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Mag-Net [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Magnet [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Mata.Hari [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Memo [OR]
                  RewriteCond %{HTTP_USER_AGENT} "Microsoft URL Control" [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Microsoft.URL [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Microsoft\ URL\ Control [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^MIIxpc [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Mirror [OR]
                  RewriteCond %{HTTP_USER_AGENT} "mister pix" [NC,OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Mister.PiX [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^moget [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^MSIECrawler [OR] # IE?s "make availableoffline" mode
                  RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]
                  RewriteCond %{HTTP_USER_AGENT} net.?(ants?mechanic?spider?vampire?zip) [NC,OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^NetMechanic [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^NG [OR] # unknown bot
                  RewriteCond %{HTTP_USER_AGENT} nicerspro [NC,OR]
                  RewriteCond %{HTTP_USER_AGENT} ^NICErsPRO [OR]
                  RewriteCond %{HTTP_USER_AGENT} ninja [NC,OR] # Download Ninja
                  RewriteCond %{HTTP_USER_AGENT} ^Ninja [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^NPBot [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^NPBot [OR] # NameProtect Spybot
                  RewriteCond %{HTTP_USER_AGENT} ^Ocelli/1\.1 [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]
                  RewriteCond %{HTTP_USER_AGENT} offline [NC,OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Offline.Explorer [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Openfind [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^PapaFoto [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^PersonaPilot [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Pockey [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^ProPowerBot/2.14 [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^ProWebWalker [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^psbot [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^psycheclone
                  RewriteCond %{HTTP_USER_AGENT} ^Pump [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^PussyCat [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^QuepasaCreep [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^sitecheck.internetseer.com [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^SiteWinder [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]
                  RewriteCond %{HTTP_USER_AGENT} snagger [NC,OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Sqworm [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^SurveyBot [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]
                  RewriteCond %{HTTP_USER_AGENT} tele(port?soft) [NC,OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^TurnitinBot [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]
                  RewriteCond %{HTTP_USER_AGENT} ^Zeus
                  RewriteRule /* http://www.google.com/ [F,L]

                  Change above to direct to whatever URL or 404 you want to use...
                  XXX TLD's - Another mosquito to swat.

                  Comment

                  • Cyber Fucker
                    Hmm
                    • Sep 2005
                    • 12642

                    #10
                    good question...
                    http://hot-and-free.com/ this guy pissed me off, he hotlinked my gallery pictures and forgot about banners

                    Comment

                    • tranza
                      ICQ: 197-556-237
                      • Jun 2003
                      • 57559

                      #11
                      htaccess doesn't work for movies....

                      You should get an anti-hotlinking script.

                      Just do a search here on GFY and you'll find tons of threads....
                      I'm just a newbie.

                      Comment

                      • Webby
                        Too lazy to set a custom title
                        • Oct 2002
                        • 14956

                        #12
                        Sorry Doc.. spotted a bit of shit..... Can you change this

                        RewriteCond %{HTTP_USER_AGENT} crescent [NC,OR]
                        RewriteCond %{HTTP_USER_AGENT} ^Crescent [OR]

                        to this line only:

                        RewriteCond %{HTTP_USER_AGENT} ^Crescent [OR]
                        XXX TLD's - Another mosquito to swat.

                        Comment

                        • ServerGenius
                          Confirmed User
                          • Feb 2002
                          • 9377

                          #13
                          http://www.antihotlinking.com/

                          AHL works for movies and is pretty decent.

                          | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                          Comment

                          • Webby
                            Too lazy to set a custom title
                            • Oct 2002
                            • 14956

                            #14
                            Originally posted by tranza
                            htaccess doesn't work for movies....

                            You should get an anti-hotlinking script.

                            Just do a search here on GFY and you'll find tons of threads....

                            Just stuff a line like this into your htaccess (see above for full version)

                            If you have .asf's etc - just add them to the list as below:

                            RewriteRule [^/]+\.(asf|exe|mpeg|mpg|avi|mp3|gif|jpg|ASF|JPG|GIF|M P3|AVI)$ - [F]
                            XXX TLD's - Another mosquito to swat.

                            Comment

                            • ServerGenius
                              Confirmed User
                              • Feb 2002
                              • 9377

                              #15
                              Originally posted by Webby
                              Just stuff a line like this into your htaccess (see above for full version)

                              If you have .asf's etc - just add them to the list as below:

                              RewriteRule [^/]+\.(asf|exe|mpeg|mpg|avi|mp3|gif|jpg|ASF|JPG|GIF|M P3|AVI)$ - [F]
                              I hate to break it to ya but that doesn't work....the line would be correct but you can
                              still hotlink the actual movie files.

                              | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                              Comment

                              • Webby
                                Too lazy to set a custom title
                                • Oct 2002
                                • 14956

                                #16
                                Originally posted by ServerGenius
                                I hate to break it to ya but that doesn't work....the line would be correct but you can
                                still hotlink the actual movie files.

                                Yea? Got to say I'm never actually used it for movies - you know what the difference is SG?
                                XXX TLD's - Another mosquito to swat.

                                Comment

                                • ServerGenius
                                  Confirmed User
                                  • Feb 2002
                                  • 9377

                                  #17
                                  Originally posted by Webby
                                  Yea? Got to say I'm never actually used it for movies - you know what the difference is SG?
                                  movie players don't pass referrers so there's no way you can filter by referrer
                                  and determine of someone is allowed to open the file or not.

                                  | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                                  Comment

                                  • Webby
                                    Too lazy to set a custom title
                                    • Oct 2002
                                    • 14956

                                    #18
                                    Originally posted by ServerGenius
                                    movie players don't pass referrers so there's no way you can filter by referrer
                                    and determine of someone is allowed to open the file or not.

                                    AH! Of course! Thanks man
                                    XXX TLD's - Another mosquito to swat.

                                    Comment

                                    • ServerGenius
                                      Confirmed User
                                      • Feb 2002
                                      • 9377

                                      #19
                                      Originally posted by Webby
                                      AH! Of course! Thanks man
                                      Anytime man
                                      | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                                      Comment

                                      • Bro Media - BANNED FOR LIFE
                                        MOBILE PORN: IMOBILEPORN
                                        • Jan 2004
                                        • 16502

                                        #20
                                        find a php programmer that will make a script that renames the directory the files are in every x hours then if its hotlinked it will 404 error

                                        Comment

                                        • vvq
                                          Confirmed User
                                          • Feb 2004
                                          • 2732

                                          #21
                                          you cannot stop video hotlinking

                                          SQUIRTING - LESBIAN SPANKING - TITTY FUCKING - WET PANTIES - MORE
                                          We offer free hosting, your own designer (works for free), and unsaturated content for gallery and free site submitters. Just contact me! E-mail: [email protected]

                                          Comment

                                          • vvq
                                            Confirmed User
                                            • Feb 2004
                                            • 2732

                                            #22
                                            Originally posted by LOL :D
                                            find a php programmer that will make a script that renames the directory the files are in every x hours then if its hotlinked it will 404 error
                                            viable solution.

                                            SQUIRTING - LESBIAN SPANKING - TITTY FUCKING - WET PANTIES - MORE
                                            We offer free hosting, your own designer (works for free), and unsaturated content for gallery and free site submitters. Just contact me! E-mail: [email protected]

                                            Comment

                                            • ServerGenius
                                              Confirmed User
                                              • Feb 2002
                                              • 9377

                                              #23
                                              AHL is worth the money
                                              | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                                              Comment

                                              • latinasojourn
                                                Confirmed User
                                                • Oct 2003
                                                • 3191

                                                #24
                                                Originally posted by vvq
                                                you cannot stop video hotlinking


                                                wrong:

                                                www.antihotlinking.com

                                                Comment

                                                • latinasojourn
                                                  Confirmed User
                                                  • Oct 2003
                                                  • 3191

                                                  #25
                                                  Originally posted by latinasojourn

                                                  the only downside to AHL is that it will fail if AHL web connectivity is lost.

                                                  Comment

                                                  • ServerGenius
                                                    Confirmed User
                                                    • Feb 2002
                                                    • 9377

                                                    #26
                                                    Originally posted by latinasojourn
                                                    the only downside to AHL is that it will fail if AHL web connectivity is lost.
                                                    so you write a few lines of shell script to check and restart if needed.
                                                    | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                                                    Comment

                                                    • DaddyMustang
                                                      Confirmed User
                                                      • May 2006
                                                      • 1892

                                                      #27
                                                      i haven't saw your site , though i guess the vids are free for everyone , though if you would have had them into a member area would be no problem, and hotlink would be gone.A php programmer can change you all the folder names etc, but they can still be hotlinked after that with the right adress ... just browsing the forum ... and answering an 2006 thread lol
                                                      Last edited by DaddyMustang; 04-01-2007, 05:32 AM.

                                                      Comment

                                                      • Jimmer
                                                        Confirmed User
                                                        • Mar 2002
                                                        • 878

                                                        #28
                                                        Originally posted by latinasojourn
                                                        The script is very expensive. Are there any others?
                                                        50% off the first 2 months hosting. Email be for a quote [email protected] We can supply up to 8 TB transfer.

                                                        Comment

                                                        • fris
                                                          I have to go potty
                                                          • Aug 2002
                                                          • 55785

                                                          #29
                                                          www.trafficguardian.com
                                                          Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


                                                          Totally Free Templates

                                                          Comment

                                                          Working...