Greenguy's Board


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

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2006-12-01, 02:00 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
Assuming he does not send you any legitimate hits, block his domain from sending all referrers in your .htaccess

Code:
RewriteCond %{HTTP_REFERER} thisguysucks\.com [NC]
RewriteRule .* - [F,L]
You could be REAL nasty and have another page load in the frame instead
Code:
RewriteCond %{HTTP_REFERER} thisguysucks\.com [NC]
RewriteRule .* http://anothersitethatsucks.com/ [R,L]
__________________
Playboy Webmasters - The name says it all! $35 per signup or 60% revshare.

Last edited by oast; 2006-12-01 at 02:04 PM..
oast is offline   Reply With Quote
 


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 02:54 AM.


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