Google Photos Screensaver 2.0

April 11th, 2008 by Donncha

Check your web server logs. The Google Photos Screensaver 2.0 does not respect rules. It tripped over my tarpit a few days ago and I just noticed it hitting the same url again this morning. It’s banned now.

The strange thing is, I saw two requests from this user agent a few minutes ago. One from 66.249.85.129 which is a Gooogle IP, and another from 117.193.129.58 which looks like an Indian IP.

Which one tripped over my tarpit? The IP address, 66.249.85.129 did.

If you want to ban “ 2.0″, add these lines to the .htaccess in your root directory (presuming you have mod_rewrite enabled of course!)

RewriteCond %{HTTP_USER_AGENT} .*\ Photos\ Screensaver\ 2.0.*
RewriteRule .* - [F,L]

I also ban a number of other user agents. This could could be merged into a few less lines but this makes it easy to add new lines quickly:

RewriteCond %{HTTP_USER_AGENT} Microsoft\ URL\ Control.*
RewriteRule .* - [F,L]
RewriteCond %{HTTP_USER_AGENT} WebAlta\ Crawler/2\.0.*
RewriteRule .* - [F,L]
RewriteCond %{HTTP_USER_AGENT} .*larbin.*
RewriteRule .* - [F,L]
RewriteCond %{HTTP_USER_AGENT} Python-urllib.*
RewriteRule .* - [F,L]
RewriteCond %{HTTP_USER_AGENT} libwww-perl.*
RewriteRule .* - [F,L]
RewriteCond %{HTTP_USER_AGENT} .*Indy\ Library.*
RewriteRule .* - [F,L]
RewriteCond %{HTTP_USER_AGENT} .*Jakarta\ Commons-HttpClient.*
RewriteRule .* - [F,L]

Tags: , , , , ,

Further Reading:

Add This Post To: Del.icio.us |  digg |  Fark |  Slashdot |  StumbleUpon |  TailRank |  Yahoo |  

This entry was posted on Friday, April 11th, 2008 at 7:33 am and is filed under Photography, Words. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


3 Responses to “Google Photos Screensaver 2.0”

  1. Gamma Goblin Says:

    Thanks, never knew it existed before now :)

  2. Walt D in LV Says:

    I would think if you have pictures up on the internet for people to see, you’d WANT something like google to display your pictures to everyone it can. Hopefully your pictures have a blurb or link, such as “inphotos.org” so that people will come to your site to see more of your work.

    But, at least, if for some reason you DON’T want people viewing your site, you can turn off Google’s robots.

    Walt D in LV

  3. Julie Says:

    I think Google Screensaver is more like an rss reader. It just displays photos from rss feeds that people manually enter. Since it’s not actually a web crawler, it shouldn’t respect robots.txt, right?

Leave a Reply

Please vote for me at photoblogs.org if you like what you see.

Don't like adverts? Leave a comment and they disappear.