View Single Post
Old 2006-12-05, 12:01 PM   #7
oast
With $10,000, we'd be millionaires! We could buy all kinds of useful things like ... love!
 
oast's Avatar
 
Join Date: May 2004
Location: UK
Posts: 316
Quote:
Originally Posted by DJilla View Post
was hoping there was a way I could just force my jpg on him through the frame.
You can.
Code:
RewriteCond %{HTTP_REFERER} thisguysucks\.com [NC]
RewriteRule !fuck-off.jpg /fuck-off.jpg [L]
or lesser bandwidth option would be
Code:
RewriteCond %{HTTP_REFERER} thisguysucks\.com [NC]
RewriteRule !fuck-off.html /fuck-off.html [L]
Don't put any links on the page, don't include any graphics or scripts, as that will start getting over-complicated. Just a plain HTML page with a big "This page was stolen from ...., NOW FUCK OFF!" on it will do.
If he looks at his own pages, he will soon get the idea you don't want him stealing your pages.

Quote:
Originally Posted by DJilla View Post
If I find that he is on a dedicated IP, is it better/more efficient to block the IP number rather than the domain name?
I don't think it will make a lot of difference, and will save you checking each day if you use the domain name. I'm sure Sparky will correct me if I'm wrong
__________________
Playboy Webmasters - The name says it all! $35 per signup or 60% revshare.
oast is offline   Reply With Quote