Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2006-12-05, 10:18 AM   #1
DJilla
You can now put whatever you want in this space :)
 
DJilla's Avatar
 
Join Date: Sep 2005
Posts: 525
Send a message via ICQ to DJilla
Quote:
Originally Posted by oast View Post
Assuming he does not send you any legitimate hits, block his domain from sending all referrers in your .htaccess
Hey O, thanks for the help response and the code. You kinda confirmed what I had suspected needed to be done but was hoping there was a way I could just force my jpg on him through the frame.

Guy's pretty slick, its a Ruskie site that loads in a gallery page and then uses an ssi script to substitute the aff codes so I have to ban him altogether or send him to a "bugger off" page I create. Can't just create another replacement potential sponsor page that he might be able to overwite again with his codes.

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?

Happy Holidays
DJilla is offline   Reply With Quote
Old 2006-12-05, 12:01 PM   #2
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
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 06:14 PM.


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