Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rating: Thread Rating: 1 votes, 5.00 average. Display Modes
Old 2009-05-15, 09:06 PM   #1
rooty
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
 
rooty's Avatar
 
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
rooty is offline   Reply With Quote
Old 2009-05-15, 09:25 PM   #2
asianslave
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.
asianslave is offline   Reply With Quote
Old 2009-05-16, 02:18 PM   #3
burntfilm
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]
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...
__________________
Burntcash - Ivy Black

Last edited by burntfilm; 2009-05-16 at 02:20 PM..
burntfilm is offline   Reply With Quote
Old 2009-05-17, 12:41 PM   #4
[BV]
I want to set the record straight - I thought the cop was a prostitute
 
[BV]'s Avatar
 
Join Date: Dec 2004
Location: Florida
Posts: 292
Send a message via ICQ to [BV]
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 :-)
__________________
BVBucks.Com
BVCash.Com
[BV] is offline   Reply With Quote
Old 2009-05-17, 03:06 PM   #5
burntfilm
Heh Heh Heh! Lisa! Vampires are make believe, just like elves and gremlins and eskimos!
 
Join Date: Feb 2009
Posts: 73
Quote:
Originally Posted by [BV] View Post
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!

concurrent post points some of those out:
Hotlinking question I had
__________________
Burntcash - Ivy Black

Last edited by burntfilm; 2009-05-17 at 03:27 PM..
burntfilm is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:32 AM.


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