|
|
|
|
|
|
|
|
|
#2 |
|
With $10,000, we'd be millionaires! We could buy all kinds of useful things like ... love!
|
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]
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 03:04 PM.. |
|
|
|
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|