View Single Post
Old 01-30-2005, 06:51 PM  
Mr Pheer
Too lazy to set a custom title
 
Industry Role:
Join Date: Dec 2002
Posts: 21,930
Quote:
Originally Posted by slapass
mcpheer figure out how to throw him to a paysite on image hotlink and these free hotlink sites will be golden

BTW here is what I ended up with:

Options All -Indexes
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://yourdomain.com/.*$ [NC]
RewriteRule .*\.(jpg|jpeg|png|bmp|exe|zip|swf|mp3|rar)$ http://www.yourdomain.com/banners/Broken.gif [R,NC]

Works so it is very cool.
I'm not sure what my SE script would do if it tried to load an image from a domain that was a 404 instead of an image redirect... but I'm about to find out
Mr Pheer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote