
January 21st, 2007, 07:50 PM
|
|
|
|
Join Date: Apr 2007
Location: uk
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
disallow image downloading
Hi,
I have yahoo search engine dl images, Google is the same. 9/10 if I check a referrer like Google etc from my stats I will see one of my images. Some images are copyright from sources with permission for me, not all and sundry. I tried stopping with htaccess but they still being made available.
Actually, Yahoo is a spammer as far as I can see, never out the two hosts accounts.
I have this in htaccess:
php Code:
Original
- php Code |
|
|
|
RewriteEngine On RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR] RewriteCond % {HTTP_USER_AGENT } ^Bot mailto:craftbot@yahoo. com [OR ] RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR] RewriteCond %{HTTP_USER_AGENT} ^Custo [OR] RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
More have been added but too many to list here.
In all image directories I have this htaccess:
php Code:
Original
- php Code |
|
|
|
IndexIgnore *.gif *.jpg *.png
In robots.txt:
php Code:
Original
- php Code |
|
|
|
User-agent: webreaper Disallow: / User-agent: lcrawl4.exabot. comDisallow: / User-agent: * Disallow: /cgi-bin/ Disallow: /tmp/ Disallow: /wildlife/ Disallow: /mis/ Disallow: /brugges/ Disallow: /malaysia/ Disallow: /family/ Disallow: /wildlife/
That only seems to disallow web reaper when I check it online when someone clicks to open it.
Is what I am doing right or wrong?
I am new to this.
Thanks
|