<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>In Photos dot Org &#187; web bot</title>
	<atom:link href="http://inphotos.org/tag/web-bot/feed/" rel="self" type="application/rss+xml" />
	<link>http://inphotos.org</link>
	<description>no photoshopped images here</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:21:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Google Photos Screensaver 2.0</title>
		<link>http://inphotos.org/2008/04/11/google-photos-screensaver-20/</link>
		<comments>http://inphotos.org/2008/04/11/google-photos-screensaver-20/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 06:33:59 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[mod rewrite]]></category>
		<category><![CDATA[Photos Screensaver]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[web bot]]></category>

		<guid isPermaLink="false">http://inphotos.org/?p=1295</guid>
		<description><![CDATA[Check your web server logs. The Google Photos Screensaver 2.0 web bot does not respect robots.txt rules. It tripped over my tarpit a few days &#8230;]]></description>
			<content:encoded><![CDATA[<p>Check your web server logs. The <a href="http://pack.google.com/intl/en/screensaver.html" rel='nofollow'>Google Photos Screensaver 2.0</a> web bot does not respect robots.txt rules. It tripped over my tarpit a few days ago and I just noticed it hitting the same url again this morning. It&#8217;s banned now.</p>
<p>The strange thing is, I saw two requests from this user agent a few minutes ago. One from <a href="http://whois.domaintools.com/66.249.85.129">66.249.85.129</a> which is a Gooogle IP, and another from <a href="http://whois.domaintools.com/117.193.129.58">117.193.129.58</a> which looks like an Indian IP.</p>
<p>Which one tripped over my tarpit? The Google IP address, 66.249.85.129 did.</p>
<p>If you want to ban &#8220;Google Photos Screensaver 2.0&#8243;, add these lines to the .htaccess in your root directory (presuming you have mod_rewrite enabled of course!)</p>
<blockquote><p><code>RewriteCond %{HTTP_USER_AGENT} .*Google Photos Screensaver 2.0.*<br />
RewriteRule .* - [F,L]</code></p></blockquote>
<p>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:</p>
<blockquote><p><code>RewriteCond %{HTTP_USER_AGENT} Microsoft URL Control.*<br />
RewriteRule .* - [F,L]<br />
RewriteCond %{HTTP_USER_AGENT} WebAlta Crawler/2.0.*<br />
RewriteRule .* - [F,L]<br />
RewriteCond %{HTTP_USER_AGENT} .*larbin.*<br />
RewriteRule .* - [F,L]<br />
RewriteCond %{HTTP_USER_AGENT} Python-urllib.*<br />
RewriteRule .* - [F,L]<br />
RewriteCond %{HTTP_USER_AGENT} libwww-perl.*<br />
RewriteRule .* - [F,L]<br />
RewriteCond %{HTTP_USER_AGENT} .*Indy Library.*<br />
RewriteRule .* - [F,L]<br />
RewriteCond %{HTTP_USER_AGENT} .*Jakarta Commons-HttpClient.*<br />
RewriteRule .* - [F,L]</code></p></blockquote>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1295" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2009/11/20/google/" rel="bookmark" title="Permanent Link: Just Google It!">Just Google It!</a></li><li> <a href="http://inphotos.org/2007/01/15/scary-scary-google-forgets-in-photos/" rel="bookmark" title="Permanent Link: Scary! Scary! Google forgets In Photos">Scary! Scary! Google forgets In Photos</a></li><li> <a href="http://inphotos.org/2006/08/12/google-picasa-for-linux/" rel="bookmark" title="Permanent Link: Google Picasa for Linux">Google Picasa for Linux</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2008/04/11/google-photos-screensaver-20/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

