Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   General Business Knowledge (http://www.greenguysboard.com/board/forumdisplay.php?f=10)
-   -   bad nature of hotlink protection (http://www.greenguysboard.com/board/showthread.php?t=52795)

rooty 2009-05-15 09:06 PM

bad nature of hotlink protection
 
Quite a few of us would agree that hot linking is one of our many things to think about when launching a new site.

the normal anti hot linking code allow your site(s) and empty referrers... and it works brilliantly

BUT (the big butt)

what about
images.google.com
translate.google.com
google cache (http://209.85.??.??/search?q=cache:)
AOL Cache & compression servers
more...

I've collected a few mod_rewrite lines of code to help with google and AOL (cant confirm it works for AOL... perhaps someone can?).

Does any of you have a comprehensive list of these lovely sites we do want to allow to hotlink to your site(s)?

Code:

RewriteCond %{HTTP_REFERER} !^http://(.+\.)?aol\.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?aol\.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?google(\.co[m]?)?(\.[a-z]{2})/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?google(\.co[m]?)?(\.[a-z]{2})$      [NC]
RewriteCond %(HTTP_REFERER) !\/search\?q=cache


asianslave 2009-05-15 09:25 PM

Google image search fetches and caches your images rather than hotlinking them from your server. However your images must be fetchable by googlebot in the first place if you want them in google image search.

burntfilm 2009-05-16 02:18 PM

Here are a few you want on your list

Code:

RewriteCond %{HTTP_REFERER} ^http(s)?://(.*\.)?roberc\.lv.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http(s)?://(.*\.)?fusker\.lv.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http(s)?://(.*\.)?home\.nl.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http(s)?://(.*\.)?nciv\.nl.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http(s)?://(.*\.)?opendirviewer\.nl.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http(s)?://(.*\.)?ixtractor\.com.*$ [NC,OR]

I'm sure there are a ton more. Check your web stats for "stolen objects" or whatever such category. There are a few ways to write this code I assume, I got mine off a tutorial...

[BV] 2009-05-17 12:41 PM

what's so bad about hotlinking?

it's more eyeballs on your stuff right?

i can see maybe for affiliates if they are hosting sponsor watermarked content, they would be losing

but for me, it's free advertising :-)

burntfilm 2009-05-17 03:06 PM

Quote:

Originally Posted by [BV] (Post 451527)
what's so bad about hotlinking?

it's more eyeballs on your stuff right?

If a site is indexing and hotlinking all the photos in your affiliate program and placing them on html pages with ads for dating sites and other stuff but no links to YOUR sites, as the sites I mentioned above do, then I'm against it.
The fact that on the sites I mention above, the surfer has to have searched for the sites they want images from, means there's no "eyeball" or impression based value there for me at all.

So yeah, it just ends up that programs that allow these particular sites to do that are playing the role of suckers, creating the content and paying for the bandwith that these cats use to sell other products. If they're cool with that, good for them, it just isn't a role I'm well suited for.

That's just the sites I have blocked, there are other reasons not to allow hotlinking, and there are instances where hotlinking should be allowed or is necessary!|thumb

concurrent post points some of those out:
Hotlinking question I had


All times are GMT -4. The time now is 04:46 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc