prevent google/bing/yahoo hotlinking/direct link to images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jel
    Confirmed User
    • Feb 2007
    • 6904

    #1

    prevent google/bing/yahoo hotlinking/direct link to images

    what are you using to prevent the TGPs google, yahoo, and bing from hotlinking and directing surfers straight to single images? Is there a plugin for wordpress to do this? And how would I do this in htaccess for non-wp sites?
  • LouiseLloyd
    SO FUCKING SCAMMED
    • Mar 2010
    • 1429

    #2
    If you're using Yoast Wordpress SEO plugin there's an option in permalink settings "Redirect attachment URL's to parent post URL.

    Comment

    • pinkz
      Mr 1%
      • May 2005
      • 1397

      #3
      htaccess method

      add

      RewriteEngine on
      RewriteCond %{HTTP_REFERER} !^$
      RewriteCond %{HTTP_REFERER} !^http://(www\.)domain.com/.*$ [NC]
      RewriteRule \.(gif|jpg|jpeg|bmp|zip|rar|mp3|flv|swf|xml|php|pn g|pdf|css)$ - [F]

      where domain.com is replaced with your domain

      can also be used for wp and non wp sites alike.
      Last edited by pinkz; 10-18-2013, 04:21 AM.
      $$$$ Video Secrets $$$$

      Comment

      • Jel
        Confirmed User
        • Feb 2007
        • 6904

        #4
        Originally posted by LouiseLloyd
        If you're using Yoast Wordpress SEO plugin there's an option in permalink settings "Redirect attachment URL's to parent post URL.
        I do some places, probably easier to just use the htaccess posted though, thanks for the reply anyway. Also, sent you a PM here a few days back if you could have a butcher's at it

        Comment

        • Jel
          Confirmed User
          • Feb 2007
          • 6904

          #5
          Originally posted by pinkz
          htaccess method

          add

          RewriteEngine on
          RewriteCond %{HTTP_REFERER} !^$
          RewriteCond %{HTTP_REFERER} !^http://(www\.)domain.com/.*$ [NC]
          RewriteRule \.(gif|jpg|jpeg|bmp|zip|rar|mp3|flv|swf|xml|php|pn g|pdf|css)$ - [F]

          where domain.com is replaced with your domain

          can also be used for wp and non wp sites alike.
          Nice one, cheers mate

          ** actually just tried this and it's not preventing bing from displaying my image, nor redirecting when the image is clicked on

          Comment

          • Jel
            Confirmed User
            • Feb 2007
            • 6904

            #6
            Originally posted by LouiseLloyd
            If you're using Yoast Wordpress SEO plugin there's an option in permalink settings "Redirect attachment URL's to parent post URL.
            heh, and this didn't work either, presumably because I ftp my images, rather than use wp attachments thingo

            Comment

            • gracesfall
              Confirmed User
              • Sep 2013
              • 252

              #7
              Originally posted by pinkz
              htaccess method

              add

              RewriteEngine on
              RewriteCond %{HTTP_REFERER} !^$
              RewriteCond %{HTTP_REFERER} !^http://(www\.)domain.com/.*$ [NC]
              RewriteRule \.(gif|jpg|jpeg|bmp|zip|rar|mp3|flv|swf|xml|php|pn g|pdf|css)$ - [F]

              where domain.com is replaced with your domain

              can also be used for wp and non wp sites alike.
              How does that combine w/ what WP normally puts in the .htaccess file? I tried adding it and it made my whole site go 501 Server Error on me. Ugh.
              -= gracesfall =-

              FreeLesbianPornBlog.com
              Follow me on Twitter: https://twitter.com/gracesfall
              Like me on Facebook: Free Lesbian Porn Blog
              Hit me up on ICQ: 663050376

              Domains for Sale: DaddyWhoreBucks.com | YoungAndFuckable.com | KnobGobblers.com

              Comment

              • Magnetron
                Lord High Groundhog
                • Jun 2013
                • 1841

                #8
                RewriteCond %{HTTP_REFERER} !^http://yoursite.com/.*$ [NC]
                RewriteCond %{HTTP_REFERER} !^http://yoursite.com$ [NC]
                RewriteCond %{HTTP_REFERER} !^http://anyothersite.com/.*$ [NC]
                RewriteCond %{HTTP_REFERER} !^http://anyothersite.com$ [NC]
                RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com/.*$ [NC]
                RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com$ [NC]
                RewriteCond %{HTTP_REFERER} !^http://www.anyothersite.com/.*$ [NC]
                RewriteCond %{HTTP_REFERER} !^http://www.anyothersite.com$ [NC]
                RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.yoursite.com/index.html [R,NC]
                Last edited by Magnetron; 10-18-2013, 06:12 AM.
                .
                Approach the mirrored reflection saying his name three times : "Butcher .... Butcher .... Butcher ....."
                and wait to see if this Bogeyman urban legend manifests in the background, looming over shoulder
                While your neighbors were busy killing off everyone in the neighborhood
                with your own butcher knife in hand concealed behind your back
                you stood for
                ever before the window saying
                nothing

                Comment

                • pinkz
                  Mr 1%
                  • May 2005
                  • 1397

                  #9
                  Originally posted by Jel
                  Nice one, cheers mate

                  ** actually just tried this and it's not preventing bing from displaying my image, nor redirecting when the image is clicked on
                  it may be that bing is displaying your image from it's cache.

                  also here is a handy htaccess generator for stopping hotlinking
                  http://www.htaccesstools.com/hotlink-protection/
                  $$$$ Video Secrets $$$$

                  Comment

                  • pinkz
                    Mr 1%
                    • May 2005
                    • 1397

                    #10
                    Originally posted by gracesfall
                    How does that combine w/ what WP normally puts in the .htaccess file? I tried adding it and it made my whole site go 501 Server Error on me. Ugh.
                    try

                    RewriteEngine on
                    RewriteCond %{HTTP_REFERER} !^$
                    RewriteCond %{HTTP_REFERER} !^http://(www\.)domain.com/.*$ [NC]
                    RewriteRule \.(gif|jpg|jpeg|bmp|flv|swf|png|pdf|css)$ - [F]

                    place it after the standard wp code in the htaccess file
                    $$$$ Video Secrets $$$$

                    Comment

                    • anexsia
                      Confirmed User
                      • May 2010
                      • 5735

                      #11
                      I see that a lot of images on Google Image Search get like transparent blacked out and force you to visit the website to view the images...how do you do this??

                      Comment

                      • dragas
                        Registered User
                        • Sep 2012
                        • 66

                        #12
                        User-agent: *
                        Disallow: /*.jpg$

                        Comment

                        • Jel
                          Confirmed User
                          • Feb 2007
                          • 6904

                          #13
                          Slightly modified, but should be the exact same thing in terms of what it does I *think*

                          Originally posted by Magnetron
                          RewriteEngine on
                          RewriteCond %{HTTP_REFERER} !^$
                          RewriteCond %{HTTP_REFERER} !^http://(www\.)domain.com/.*$ [NC]
                          RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.domain.com/yourpreferredredirect [R,NC]
                          does the job with bing as far as the redirect, but not for google

                          Comment

                          • Jel
                            Confirmed User
                            • Feb 2007
                            • 6904

                            #14
                            Originally posted by anexsia
                            I see that a lot of images on Google Image Search get like transparent blacked out and force you to visit the website to view the images...how do you do this??
                            can't remember the url now, but a script that if you're as thick as me with script stuff etc your head will explode at

                            Comment

                            • Magnetron
                              Lord High Groundhog
                              • Jun 2013
                              • 1841

                              #15
                              Originally posted by Jel
                              Slightly modified, but should be the exact same thing in terms of what it does I *think*

                              Originally Posted by Magnetron
                              RewriteEngine on
                              RewriteCond %{HTTP_REFERER} !^$
                              RewriteCond %{HTTP_REFERER} !^http://(www\.)domain.com/.*$ [NC]
                              RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.domain.com/yourpreferredredirect [R,NC]

                              does the job with bing as far as the redirect, but not for google
                              You were quoting pinkz.

                              What I posted works for both Bing and Google no problem.
                              .
                              Approach the mirrored reflection saying his name three times : "Butcher .... Butcher .... Butcher ....."
                              and wait to see if this Bogeyman urban legend manifests in the background, looming over shoulder
                              While your neighbors were busy killing off everyone in the neighborhood
                              with your own butcher knife in hand concealed behind your back
                              you stood for
                              ever before the window saying
                              nothing

                              Comment

                              • Jel
                                Confirmed User
                                • Feb 2007
                                • 6904

                                #16
                                Originally posted by Magnetron
                                You were quoting pinkz.

                                What I posted works for both Bing and Google no problem.
                                nah pinkz was different, I used yours, just used the single line instead of http|www|domain.com

                                I'll try again with your exact one in case I've fucked something up which is most likely the case if you say yours works in both

                                Comment

                                • Jel
                                  Confirmed User
                                  • Feb 2007
                                  • 6904

                                  #17
                                  magnetron, nope, that doesn't prevent hotlinking in google, nor does it redirect when clicking 'view image', just sends straight to the full size image url

                                  Comment

                                  • Magnetron
                                    Lord High Groundhog
                                    • Jun 2013
                                    • 1841

                                    #18
                                    Originally posted by Jel
                                    magnetron, nope, that doesn't prevent hotlinking in google, nor does it redirect when clicking 'view image', just sends straight to the full size image url
                                    Try clearing your cookies before checking your images in Google, cuz it does work.

                                    And if it still doesn't work for you, I'm at a loss to explain why.
                                    Last edited by Magnetron; 10-18-2013, 05:38 PM.
                                    .
                                    Approach the mirrored reflection saying his name three times : "Butcher .... Butcher .... Butcher ....."
                                    and wait to see if this Bogeyman urban legend manifests in the background, looming over shoulder
                                    While your neighbors were busy killing off everyone in the neighborhood
                                    with your own butcher knife in hand concealed behind your back
                                    you stood for
                                    ever before the window saying
                                    nothing

                                    Comment

                                    • Magnetron
                                      Lord High Groundhog
                                      • Jun 2013
                                      • 1841

                                      #19
                                      What am I saying? Clear out your History.
                                      .
                                      Approach the mirrored reflection saying his name three times : "Butcher .... Butcher .... Butcher ....."
                                      and wait to see if this Bogeyman urban legend manifests in the background, looming over shoulder
                                      While your neighbors were busy killing off everyone in the neighborhood
                                      with your own butcher knife in hand concealed behind your back
                                      you stood for
                                      ever before the window saying
                                      nothing

                                      Comment

                                      • Jel
                                        Confirmed User
                                        • Feb 2007
                                        • 6904

                                        #20
                                        Originally posted by Magnetron
                                        Try clearing your cookies before checking your images in Google, cuz it does work.

                                        And if it still doesn't work for you, I'm at a loss to explain why.
                                        I'm clicking on the 'view image' link in google, which is linked to the image url - that's what I want to redirect eg
                                        http://www.google.com/imgres?um=1&lr...&biw=-1&bih=-1
                                        'view image' links to the direct image url (only clicking on the pic takes you to the original page) - I want to fuck off the ability for a surfer to get taken straight to the image only.

                                        Comment

                                        • Magnetron
                                          Lord High Groundhog
                                          • Jun 2013
                                          • 1841

                                          #21
                                          Clear your Temporary Internet Files Folder and check again.

                                          I meant to say this in the first place. I think I'm having a stroke.
                                          Last edited by Magnetron; 10-18-2013, 05:56 PM.
                                          .
                                          Approach the mirrored reflection saying his name three times : "Butcher .... Butcher .... Butcher ....."
                                          and wait to see if this Bogeyman urban legend manifests in the background, looming over shoulder
                                          While your neighbors were busy killing off everyone in the neighborhood
                                          with your own butcher knife in hand concealed behind your back
                                          you stood for
                                          ever before the window saying
                                          nothing

                                          Comment

                                          • PeR930
                                            Confirmed User
                                            • Dec 2012
                                            • 283

                                            #22
                                            Does this affect google and bing as they crawl and index the images?

                                            Comment

                                            • marlboroack
                                              So Fucking Banned
                                              • Jul 2010
                                              • 9327

                                              #23
                                              lol

                                              Comment

                                              • just a punk
                                                So fuckin' bored
                                                • Jun 2003
                                                • 32393

                                                #24
                                                http://wp-picshield.com/
                                                http://wordpress.org/extend/plugins/imaguard/
                                                http://wordpress.org/extend/plugins/google-break-dance/
                                                Obey the Cowgod

                                                Comment

                                                • Magnetron
                                                  Lord High Groundhog
                                                  • Jun 2013
                                                  • 1841

                                                  #25
                                                  Originally posted by ViPeR_930
                                                  Does this affect google and bing as they crawl and index the images?
                                                  Nope. It limits them to only showing their crappy snapshots of your full size images.

                                                  But if you don't clear out the full size images and page files that were cached during previous searches, they'll just end up being reloaded in your browser and the Hotlink Protection will appear to be an unsuccessful.
                                                  .
                                                  Approach the mirrored reflection saying his name three times : "Butcher .... Butcher .... Butcher ....."
                                                  and wait to see if this Bogeyman urban legend manifests in the background, looming over shoulder
                                                  While your neighbors were busy killing off everyone in the neighborhood
                                                  with your own butcher knife in hand concealed behind your back
                                                  you stood for
                                                  ever before the window saying
                                                  nothing

                                                  Comment

                                                  • Jel
                                                    Confirmed User
                                                    • Feb 2007
                                                    • 6904

                                                    #26
                                                    Originally posted by Magnetron
                                                    Nope. It limits them to only showing their crappy snapshots of your full size images.

                                                    But if you don't clear out the full size images and page files that were cached during previous searches, they'll just end up being reloaded in your browser and the Hotlink Protection will appear to be an unsuccessful.
                                                    I'm doing a new search, clicking a new image. The given link is going to stay the same ie domain.com/a-or-b-or-c-path-to-image.jpg

                                                    Comment

                                                    • Jel
                                                      Confirmed User
                                                      • Feb 2007
                                                      • 6904

                                                      #27
                                                      as bizarre as it sounds, I got it working by adding /index.php to my domain instead of leaving it at domain.com

                                                      redirect works fine now, thanks very much Magnetron

                                                      Comment

                                                      • Magnetron
                                                        Lord High Groundhog
                                                        • Jun 2013
                                                        • 1841

                                                        #28
                                                        Awesome.
                                                        .
                                                        Approach the mirrored reflection saying his name three times : "Butcher .... Butcher .... Butcher ....."
                                                        and wait to see if this Bogeyman urban legend manifests in the background, looming over shoulder
                                                        While your neighbors were busy killing off everyone in the neighborhood
                                                        with your own butcher knife in hand concealed behind your back
                                                        you stood for
                                                        ever before the window saying
                                                        nothing

                                                        Comment

                                                        • PeR930
                                                          Confirmed User
                                                          • Dec 2012
                                                          • 283

                                                          #29
                                                          This may get your site penalized by Google. Read this: http://www.seroundtable.com/google-m...tch-17631.html

                                                          Comment

                                                          • mopek1
                                                            Confirmed User
                                                            • Jun 2004
                                                            • 3193

                                                            #30
                                                            Originally posted by Magnetron
                                                            RewriteCond %{HTTP_REFERER} !^http://yoursite.com/.*$ [NC]
                                                            RewriteCond %{HTTP_REFERER} !^http://yoursite.com$ [NC]
                                                            RewriteCond %{HTTP_REFERER} !^http://anyothersite.com/.*$ [NC]
                                                            RewriteCond %{HTTP_REFERER} !^http://anyothersite.com$ [NC]
                                                            RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com/.*$ [NC]
                                                            RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com$ [NC]
                                                            RewriteCond %{HTTP_REFERER} !^http://www.anyothersite.com/.*$ [NC]
                                                            RewriteCond %{HTTP_REFERER} !^http://www.anyothersite.com$ [NC]
                                                            RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.yoursite.com/index.html [R,NC]
                                                            What will this do exactly?

                                                            I have lots of bing image searches and wonder how I can get the surfer to land on my website's page (that contains the image they clicked on in the bing search results) instead of seeing the single image in bing's results.

                                                            Comment

                                                            • Magnetron
                                                              Lord High Groundhog
                                                              • Jun 2013
                                                              • 1841

                                                              #31
                                                              Originally posted by mopek1
                                                              What will this do exactly?

                                                              I have lots of bing image searches and wonder how I can get the surfer to land on my website's page (that contains the image they clicked on in the bing search results) instead of seeing the single image in bing's results.
                                                              Search engines will only show surfers crappy thumbs of your images. When surfers try to access the full size versions, they are redirected to your page. Anyone hot linking your images can hijack your results, but you can still get surfers redirected to your site.

                                                              Best to turn off protection so all your images are properly indexed. Protection seems to hinder Google Bots, etc.
                                                              .
                                                              Approach the mirrored reflection saying his name three times : "Butcher .... Butcher .... Butcher ....."
                                                              and wait to see if this Bogeyman urban legend manifests in the background, looming over shoulder
                                                              While your neighbors were busy killing off everyone in the neighborhood
                                                              with your own butcher knife in hand concealed behind your back
                                                              you stood for
                                                              ever before the window saying
                                                              nothing

                                                              Comment

                                                              • mopek1
                                                                Confirmed User
                                                                • Jun 2004
                                                                • 3193

                                                                #32
                                                                Originally posted by Magnetron
                                                                When surfers try to access the full size versions, they are redirected to your page.
                                                                ...

                                                                Best to turn off protection so all your images are properly indexed. Protection seems to hinder Google Bots, etc.
                                                                For that first part you wrote (above) do you mean when they 'click' on the thumb?

                                                                For that second part you wrote, how do you turn off protection?

                                                                Thanks

                                                                Comment

                                                                • DannyA
                                                                  Registered User
                                                                  • Oct 2005
                                                                  • 85

                                                                  #33
                                                                  Originally posted by ViPeR_930
                                                                  This may get your site penalized by Google. Read this: http://www.seroundtable.com/google-m...tch-17631.html
                                                                  Yes, it absolutely will. There's a trade off you have to make here. If they're going to put your image in their search results, it's obviously not in their interest to put images that won't open up in their search results. They've also dealt with plenty of shenanigans in the past with cloaking, so even if you get away with some form now, know it's something they consider for your long term strategy. Cloaking of any sort is fucking tricky. They detect it all easily but it's really hard to predict. Redirecting to the page with the image on it was always a bad idea, but lots of people do it without that metric putting them over any tipping point. At the same time, the next update could change the weight of some other metric and all the sudden you're actually flagged and that's fucked.

                                                                  I really think before anybody does this though, they should crunch numbers on their server logs. Hotlink protection is meant to keep some dickhead from embedding images in his site to leech your bandwidth. If you allow Google to hotlink, they're hosting your thumbnail so at least when you do use up some bandwidth it's a prequalified click. They're also providing a direct link to the image (which is already cached), but they're also giving a free link to your page. Calculate what you spend on bandwidth vs. dollars earned from that traffic if you really want to decide.

                                                                  Now what I personally would just always do to keep the image search traffic but keep other dickheads from leeching

                                                                  Code:
                                                                  RewriteEngine On
                                                                  RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoursite\.com(/.*)*$ [NC]
                                                                  RewriteCond %{HTTP_REFERER} !google\. [NC]
                                                                  RewriteCond %{HTTP_REFERER} !yahoo\. [NC]
                                                                  RewriteCond %{HTTP_REFERER} !search\?q=cache [NC]
                                                                  RewriteCond %{HTTP_REFERER} !search\/cache [NC]
                                                                  RewriteCond %{HTTP_REFERER} !cache [NC]
                                                                  RewriteCond %{HTTP_REFERER} !^$
                                                                  RewriteRule \.(jpeg|gif|png)$ - [F]
                                                                  That returns a 403 (forbidden). You can do a 302 to a "no hotlinking" image, but 302 literally means "found" and is treated as a promise that the server is sending you to the requested content. I just wouldn't, because to the algorithm that's intentional deception.

                                                                  Comment

                                                                  • DannyA
                                                                    Registered User
                                                                    • Oct 2005
                                                                    • 85

                                                                    #34
                                                                    Originally posted by mopek1
                                                                    What will this do exactly?

                                                                    I have lots of bing image searches and wonder how I can get the surfer to land on my website's page (that contains the image they clicked on in the bing search results) instead of seeing the single image in bing's results.
                                                                    Just to be a little clearer, this was what I was talking about in my post with the 302 redirects. If you mean you want it to hit your page on the thumbnail click you just can't do that. There's always going to be a hotlink there. If you want the direct image link to redirect to the page with the image, it's easy to do assuming each image is associated with a single page, but you need server side code and it's both very very blackhat and very very detectable.

                                                                    Comment

                                                                    • Magnetron
                                                                      Lord High Groundhog
                                                                      • Jun 2013
                                                                      • 1841

                                                                      #35
                                                                      Originally posted by mopek1
                                                                      For that first part you wrote (above) do you mean when they 'click' on the thumb?
                                                                      The thumbs or the view image links.

                                                                      In the case of some douche hijacking your image, the thumb will send surfers to his site while the view image links will still redirect surfers to your site.

                                                                      Originally posted by mopek1
                                                                      For that second part you wrote, how do you turn off protection?
                                                                      Thanks
                                                                      Some hosting control panels like cPanel have a Hotlink Protection option. You add in only the sites you want to display your images ( including your own and don't forget to include your numerical address as well ) and turn it on. It automatically rewrites your .htaccess file with a code similar to what I posted. Turn it off, it restores your .htaccess to normal.

                                                                      Otherwise, to do it manually - download your .htaccess file, save an original copy, rewrite the other. Upload the rewritten copy to activate HP. Upload the original copy when you want HP deactivated.
                                                                      .
                                                                      Approach the mirrored reflection saying his name three times : "Butcher .... Butcher .... Butcher ....."
                                                                      and wait to see if this Bogeyman urban legend manifests in the background, looming over shoulder
                                                                      While your neighbors were busy killing off everyone in the neighborhood
                                                                      with your own butcher knife in hand concealed behind your back
                                                                      you stood for
                                                                      ever before the window saying
                                                                      nothing

                                                                      Comment

                                                                      • mopek1
                                                                        Confirmed User
                                                                        • Jun 2004
                                                                        • 3193

                                                                        #36
                                                                        Originally posted by DannyA
                                                                        1- Redirecting to the page with the image on it was always a bad idea,

                                                                        2-They're also providing a direct link to the image (which is already cached), but they're also giving a free link to your page.
                                                                        1- Why?

                                                                        2- How are they giving out a free link? All I see is a search result link, same as what you'd get if you a did a web search and one of my sites was listed?

                                                                        I'm not sure yet if I'll do this. Google threatening to penalize is getting to be less and less of a threat all the time since they are always decreasing affiliate's traffic anyway.

                                                                        Comment

                                                                        Working...