|
|
|
|
|
|
|
![]() |
#1 |
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
Join Date: Sep 2008
Posts: 51
|
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
__________________
Nothing to see here really - My boring blog |
![]() |
![]() |
![]() |
#2 |
Aw, Dad, you've done a lot of great things, but you're a very old man, and old people are useless
Join Date: Sep 2008
Posts: 28
|
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.
|
![]() |
![]() |
![]() |
#3 |
Heh Heh Heh! Lisa! Vampires are make believe, just like elves and gremlins and eskimos!
Join Date: Feb 2009
Posts: 73
|
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] Last edited by burntfilm; 2009-05-16 at 02:20 PM.. |
![]() |
![]() |
![]() |
#4 |
I want to set the record straight - I thought the cop was a prostitute
|
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 :-) |
![]() |
![]() |
![]() |
#5 | |
Heh Heh Heh! Lisa! Vampires are make believe, just like elves and gremlins and eskimos!
Join Date: Feb 2009
Posts: 73
|
Quote:
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! ![]() concurrent post points some of those out: Hotlinking question I had Last edited by burntfilm; 2009-05-17 at 03:27 PM.. |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | Rate This Thread |
|
|