<?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: Wordpress Blog Hacking Prevention</title>
	<atom:link href="http://www.dannyfoo.com/blog/blog-lessons/wordpress-blog-hacking-prevention/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dannyfoo.com/blog/blog-lessons/wordpress-blog-hacking-prevention/</link>
	<description>Malaysia website design blog</description>
	<lastBuildDate>Mon, 15 Mar 2010 07:27:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Danny Foo</title>
		<link>http://www.dannyfoo.com/blog/blog-lessons/wordpress-blog-hacking-prevention/comment-page-1/#comment-2602</link>
		<dc:creator>Danny Foo</dc:creator>
		<pubDate>Mon, 24 Nov 2008 04:19:34 +0000</pubDate>
		<guid isPermaLink="false"><img src='http://www.dannyfoo.com/blog/wp-content/uploads/2008/01/wordpress-lock.jpg' alt='wordpress security lock' class='float-right' />Are you running a Wordpress blog on your website space? If Yes, better be careful as it may be opened to hackers. How#comment-2602</guid>
		<description>End of the day, if they really wanted to do something to your website/blog - they will. But it&#039;s still good to have preventions in place. :)</description>
		<content:encoded><![CDATA[<p>End of the day, if they really wanted to do something to your website/blog &#8211; they will. But it&#8217;s still good to have preventions in place. <img src='http://www.dannyfoo.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amir</title>
		<link>http://www.dannyfoo.com/blog/blog-lessons/wordpress-blog-hacking-prevention/comment-page-1/#comment-2601</link>
		<dc:creator>amir</dc:creator>
		<pubDate>Sun, 23 Nov 2008 09:14:08 +0000</pubDate>
		<guid isPermaLink="false"><img src='http://www.dannyfoo.com/blog/wp-content/uploads/2008/01/wordpress-lock.jpg' alt='wordpress security lock' class='float-right' />Are you running a Wordpress blog on your website space? If Yes, better be careful as it may be opened to hackers. How#comment-2601</guid>
		<description>Very informative. I must check my blog now.</description>
		<content:encoded><![CDATA[<p>Very informative. I must check my blog now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Foo</title>
		<link>http://www.dannyfoo.com/blog/blog-lessons/wordpress-blog-hacking-prevention/comment-page-1/#comment-2600</link>
		<dc:creator>Danny Foo</dc:creator>
		<pubDate>Tue, 21 Oct 2008 05:34:33 +0000</pubDate>
		<guid isPermaLink="false"><img src='http://www.dannyfoo.com/blog/wp-content/uploads/2008/01/wordpress-lock.jpg' alt='wordpress security lock' class='float-right' />Are you running a Wordpress blog on your website space? If Yes, better be careful as it may be opened to hackers. How#comment-2600</guid>
		<description>Wow! They hacked your site and added something to the .htaccess. Now that&#039;s bad. Thankfully, my host security hasn&#039;t experienced this yet and I hope it doesn&#039;t happen.</description>
		<content:encoded><![CDATA[<p>Wow! They hacked your site and added something to the .htaccess. Now that&#8217;s bad. Thankfully, my host security hasn&#8217;t experienced this yet and I hope it doesn&#8217;t happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hauke</title>
		<link>http://www.dannyfoo.com/blog/blog-lessons/wordpress-blog-hacking-prevention/comment-page-1/#comment-2599</link>
		<dc:creator>Hauke</dc:creator>
		<pubDate>Mon, 20 Oct 2008 01:31:31 +0000</pubDate>
		<guid isPermaLink="false"><img src='http://www.dannyfoo.com/blog/wp-content/uploads/2008/01/wordpress-lock.jpg' alt='wordpress security lock' class='float-right' />Are you running a Wordpress blog on your website space? If Yes, better be careful as it may be opened to hackers. How#comment-2599</guid>
		<description>Another method is called &quot;cloaking&quot; in which your website gets re-directed to a spammy website if you are google spider bot.  This is difficult to spot, given that we are not the google spider bot, but the good news is that we can pretend to be.  Just install the &quot;User Agent Switcher&quot; for Firefox and add a definition for googlebot (see http://www.searchenginejournal.com/how-to-switch-your-user-agent-to-googlebot/7249/)

How did they do it?

This is what they added to my .htaccess file after many *blank lines* (so that you could easily miss this addition!!!):

RewriteBase /
RewriteCond %{HTTP_USER_AGENT} (Googlebot&#124;Slurp&#124;msnbot)
RewriteRule ^ http://spammy_website/ [R=301,L]71

N.B. make sure you scroll down to the end  of your .htaccess file when checking!</description>
		<content:encoded><![CDATA[<p>Another method is called &#8220;cloaking&#8221; in which your website gets re-directed to a spammy website if you are google spider bot.  This is difficult to spot, given that we are not the google spider bot, but the good news is that we can pretend to be.  Just install the &#8220;User Agent Switcher&#8221; for Firefox and add a definition for googlebot (see <a href="http://www.searchenginejournal.com/how-to-switch-your-user-agent-to-googlebot/7249/)" rel="nofollow">http://www.searchenginejournal.com/how-to-switch-your-user-agent-to-googlebot/7249/)</a></p>
<p>How did they do it?</p>
<p>This is what they added to my .htaccess file after many *blank lines* (so that you could easily miss this addition!!!):</p>
<p>RewriteBase /<br />
RewriteCond %{HTTP_USER_AGENT} (Googlebot|Slurp|msnbot)<br />
RewriteRule ^ <a href="http://spammy_website/" rel="nofollow">http://spammy_website/</a> [R=301,L]71</p>
<p>N.B. make sure you scroll down to the end  of your .htaccess file when checking!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bezpiecze?stwo WordPress - zabezpiecz swojego bloga! - WebFan</title>
		<link>http://www.dannyfoo.com/blog/blog-lessons/wordpress-blog-hacking-prevention/comment-page-1/#comment-2598</link>
		<dc:creator>Bezpiecze?stwo WordPress - zabezpiecz swojego bloga! - WebFan</dc:creator>
		<pubDate>Tue, 02 Sep 2008 16:26:40 +0000</pubDate>
		<guid isPermaLink="false"><img src='http://www.dannyfoo.com/blog/wp-content/uploads/2008/01/wordpress-lock.jpg' alt='wordpress security lock' class='float-right' />Are you running a Wordpress blog on your website space? If Yes, better be careful as it may be opened to hackers. How#comment-2598</guid>
		<description>[...] Credits: quickonlinetips.com, lorelle.wordpress.com. Image by DanyFoo.com. [...]</description>
		<content:encoded><![CDATA[<p>[...] Credits: quickonlinetips.com, lorelle.wordpress.com. Image by DanyFoo.com. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
