<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Important: Don&#8217;t use Crawl Rate Tracker &amp; WordPress 2.5</title>
	<atom:link href="http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/</link>
	<description>Internet marketing and search engine optimisation</description>
	<lastBuildDate>Fri, 27 Jan 2012 13:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Mower Jack</title>
		<link>http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-257852</link>
		<dc:creator>Mower Jack</dc:creator>
		<pubDate>Mon, 31 May 2010 10:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-257852</guid>
		<description>I also noticed this when I was using this plugin on one of my blogs. I de-activated immediately and never re-activated ever since, I don&#039;t wanna mess with Googlebot </description>
		<content:encoded><![CDATA[<p>I also noticed this when I was using this plugin on one of my blogs. I de-activated immediately and never re-activated ever since, I don&#039;t wanna mess with Googlebot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antiquarian books</title>
		<link>http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-85335</link>
		<dc:creator>antiquarian books</dc:creator>
		<pubDate>Thu, 11 Dec 2008 13:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-85335</guid>
		<description>Thank you for this information. :)</description>
		<content:encoded><![CDATA[<p>Thank you for this information. <img src='http://www.blogstorm.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miller</title>
		<link>http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-22955</link>
		<dc:creator>miller</dc:creator>
		<pubDate>Wed, 30 Apr 2008 18:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-22955</guid>
		<description>http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.5

&quot;Another change that might affect some plugins is that in WordPress 2.5, the Activation hooks for plugins are run in non-global scope within a function (they used to be run in the global scope). This means that if your plugin has an activation hook, and the function it calls relies on global variables that are defined within your plugin file, you may find that they are not working properly. All you need to do is, at the global scope level in your plugin, add a &quot;global&quot; declaration for those variables, and you should be OK.&quot;

I have added in file search-bot-tracking.php  a string 

global $wpdb, $sbtracking_table, $sbtracking_db_version, $sbtracking_plugin_file;

and after that activation working OK</description>
		<content:encoded><![CDATA[<p><a href="http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.5" rel="nofollow">http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.5</a></p>
<p>&#8220;Another change that might affect some plugins is that in WordPress 2.5, the Activation hooks for plugins are run in non-global scope within a function (they used to be run in the global scope). This means that if your plugin has an activation hook, and the function it calls relies on global variables that are defined within your plugin file, you may find that they are not working properly. All you need to do is, at the global scope level in your plugin, add a &#8220;global&#8221; declaration for those variables, and you should be OK.&#8221;</p>
<p>I have added in file search-bot-tracking.php  a string </p>
<p>global $wpdb, $sbtracking_table, $sbtracking_db_version, $sbtracking_plugin_file;</p>
<p>and after that activation working OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-21879</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Thu, 24 Apr 2008 12:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-21879</guid>
		<description>&lt;strong&gt;This exceptional gentleman has found out how to fix it!&lt;/strong&gt;

&lt;a href=&quot;http://bloke.org/php/crawl-rate-tracker-and-wordpress-25-manual-fix/&quot; rel=&quot;nofollow&quot;&gt;http://bloke.org/php/crawl-rate-tracker-and-wordpress-25-manual-fix/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><strong>This exceptional gentleman has found out how to fix it!</strong></p>
<p><a href="http://bloke.org/php/crawl-rate-tracker-and-wordpress-25-manual-fix/" rel="nofollow">http://bloke.org/php/crawl-rate-tracker-and-wordpress-25-manual-fix/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oeroek</title>
		<link>http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-19819</link>
		<dc:creator>oeroek</dc:creator>
		<pubDate>Thu, 17 Apr 2008 14:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-19819</guid>
		<description>I just found out I have the same problem on my Dutch blog, http://www.saunaenthermen.nl .

I have made a new blog in WP 2.5 so it never had any other version (no upgrade issue).

My stats did not show anything so I was worried already why the Google bot did not visit. Later on I realized I was already indexed.

The worst part is that obviously, the error only occurs if the google bot shows up. So this basically is reverse cloacking. You give normal visitors your page and you present the google bot with some error.

I deactivated the plugin and hope that Googlebot will visit me quickly.

I will keep track of this post to see if the problem will be fixed in the future.</description>
		<content:encoded><![CDATA[<p>I just found out I have the same problem on my Dutch blog, <a href="http://www.saunaenthermen.nl" rel="nofollow">http://www.saunaenthermen.nl</a> .</p>
<p>I have made a new blog in WP 2.5 so it never had any other version (no upgrade issue).</p>
<p>My stats did not show anything so I was worried already why the Google bot did not visit. Later on I realized I was already indexed.</p>
<p>The worst part is that obviously, the error only occurs if the google bot shows up. So this basically is reverse cloacking. You give normal visitors your page and you present the google bot with some error.</p>
<p>I deactivated the plugin and hope that Googlebot will visit me quickly.</p>
<p>I will keep track of this post to see if the problem will be fixed in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Altoft</title>
		<link>http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-16245</link>
		<dc:creator>Patrick Altoft</dc:creator>
		<pubDate>Mon, 07 Apr 2008 07:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-16245</guid>
		<description>Thanks Ken, it works for most people but I still can&#039;t figure out what the problem is.</description>
		<content:encoded><![CDATA[<p>Thanks Ken, it works for most people but I still can&#8217;t figure out what the problem is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Savage</title>
		<link>http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-16213</link>
		<dc:creator>Ken Savage</dc:creator>
		<pubDate>Mon, 07 Apr 2008 02:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-16213</guid>
		<description>Still problems with search-bot-tracker plugin and WP2.5?

I&#039;m not seeing anything visibly wrong with my stats or blog, Patrick just so you know.</description>
		<content:encoded><![CDATA[<p>Still problems with search-bot-tracker plugin and WP2.5?</p>
<p>I&#8217;m not seeing anything visibly wrong with my stats or blog, Patrick just so you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin LaHay</title>
		<link>http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-15584</link>
		<dc:creator>Collin LaHay</dc:creator>
		<pubDate>Fri, 04 Apr 2008 22:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-15584</guid>
		<description>Looked like it was working fine for me, but I&#039;m not gonna risk it, so I will disable it for now.  Thanks for the heads up.</description>
		<content:encoded><![CDATA[<p>Looked like it was working fine for me, but I&#8217;m not gonna risk it, so I will disable it for now.  Thanks for the heads up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-15462</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Fri, 04 Apr 2008 13:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-15462</guid>
		<description>I wonder what&#039;s different on the 3 blogs I upgraded where it still works successfully.

Patrick, If you cannot work it out then feel free to drop me an email and I can do some testing on a site where you do spot the problem. I would need access to cPanel so I can take a quick peek at the database and some of the code though, so it might not be possible for me to help unless it can be replicated on to one of my domains or if someone trusts me enough to hand over their details ;)</description>
		<content:encoded><![CDATA[<p>I wonder what&#8217;s different on the 3 blogs I upgraded where it still works successfully.</p>
<p>Patrick, If you cannot work it out then feel free to drop me an email and I can do some testing on a site where you do spot the problem. I would need access to cPanel so I can take a quick peek at the database and some of the code though, so it might not be possible for me to help unless it can be replicated on to one of my domains or if someone trusts me enough to hand over their details <img src='http://www.blogstorm.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hobo</title>
		<link>http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-15450</link>
		<dc:creator>Hobo</dc:creator>
		<pubDate>Fri, 04 Apr 2008 12:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogstorm.co.uk/important-dont-use-crawl-rate-tracker-wordpress-25/#comment-15450</guid>
		<description>I did this last night - switching it on and off before publishing my findings. When I switch it back on, Google has issues. My guy isnt available yet to check the Database etc</description>
		<content:encoded><![CDATA[<p>I did this last night &#8211; switching it on and off before publishing my findings. When I switch it back on, Google has issues. My guy isnt available yet to check the Database etc</p>
]]></content:encoded>
	</item>
</channel>
</rss>

