I went into fusker today after one of my sites' TGP content got fuskered (the bastards used 98 gigs of my BW before I realized it), and I came across one of their pages that must be costing the owner of Bikini-dare a pretty penny.
This is one of the photos URL:
http://bikini.kilu.de/BiDa-09-2008/2...uracao1543.jpg
pretty big as you can see, so it must be costing them a pretty penny in BW.
I wont post the fusker URL here so it wont cost these guys any more.
Anyway, I just installed this htaccess code and it blocked fusker from leaching my photos.
if anyone needs help getting this into their htaccess, let me know. I'll help. Free of charge.
This is one of the photos URL:
http://bikini.kilu.de/BiDa-09-2008/2...uracao1543.jpg
pretty big as you can see, so it must be costing them a pretty penny in BW.
I wont post the fusker URL here so it wont cost these guys any more.
Anyway, I just installed this htaccess code and it blocked fusker from leaching my photos.
Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.*)?yourdomain.com.*$ [NC]
RewriteRule .*\.(gif|jpg|png) - [F]
order allow,deny
deny from fusker.com
deny from fuskem.com
allow from all

Comment