<?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: Got Hacked</title>
	<atom:link href="http://www.happysoda.com/1045/got-hacked/feed" rel="self" type="application/rss+xml" />
	<link>http://www.happysoda.com/1045/got-hacked</link>
	<description>Pretty anime things.</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:28:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: super rats</title>
		<link>http://www.happysoda.com/1045/got-hacked/comment-page-1#comment-84184</link>
		<dc:creator>super rats</dc:creator>
		<pubDate>Mon, 17 Aug 2009 15:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysoda.com/?p=1045#comment-84184</guid>
		<description>Thanks for the tips.^^</description>
		<content:encoded><![CDATA[<p>Thanks for the tips.^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mijk</title>
		<link>http://www.happysoda.com/1045/got-hacked/comment-page-1#comment-84163</link>
		<dc:creator>mijk</dc:creator>
		<pubDate>Mon, 17 Aug 2009 04:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysoda.com/?p=1045#comment-84163</guid>
		<description>First part of my comment:

It is possible that your saved FTP password in your FTP client were stolen by some malicious code coming from e-mail etc. (worst case is Total Commander – its FTP config file is often a target of lot of mailicious sw), this is most common case (then attacker modifies some template files like footer or header and put there some iframe with/or obfuscated code). 

Just try to avoid saving FTP passwords or use some strong password manager for keeping those and filling forms for you instead of saving it directly in FTP app (there is lots of password managers – depending on OS you are using).

I also recommend you to hide WP version you are running and rsd and wlwmanifest if you are not using Windows Live Writer or other external thing to publish or suck data – just by putting these three lines (if you are using Flickr or Twitter or other plugins, use only first line): 

&lt;code&gt;remove_action(&#039;wp_head&#039;, &#039;wp_generator&#039;);
remove_action(&#039;wp_head&#039;, &#039;rsd_link&#039;);
remove_action(&#039;wp_head&#039;, &#039;wlwmanifest_link&#039;);&lt;/code&gt;

at the end of &lt;code&gt;functions.php&lt;/code&gt; in your theme directory, just before last php closing tag – &lt;code&gt;?&gt;&lt;/code&gt;
- it will (partly) prevent attacker from getting to know which version you are running (secondary you need to apply your own login style, since it is changing almost with every version it is easy to guess wp version by its style).

BTW do not upload readme files (even to plugins) etc., it is easier for hacker to get wp version directly – see &lt;code&gt;readme.html&lt;/code&gt; or &lt;code&gt;readme.txt&lt;/code&gt; in root of your website...

You can also create new admin account with some different name than “root”, “admin” or “administrator” and after creating this admin accout log in to it and then delete “admin” account. WP will ask you what to do with posts, pages and stuff, created by admin. You can convert those to your newly created account just by selecting account from selectbox.

&lt;em&gt;Good luck and happy blogging!&lt;/em&gt;

PS: Excuse my language, I am not native EN speaker.</description>
		<content:encoded><![CDATA[<p>First part of my comment:</p>
<p>It is possible that your saved FTP password in your FTP client were stolen by some malicious code coming from e-mail etc. (worst case is Total Commander – its FTP config file is often a target of lot of mailicious sw), this is most common case (then attacker modifies some template files like footer or header and put there some iframe with/or obfuscated code). </p>
<p>Just try to avoid saving FTP passwords or use some strong password manager for keeping those and filling forms for you instead of saving it directly in FTP app (there is lots of password managers – depending on OS you are using).</p>
<p>I also recommend you to hide WP version you are running and rsd and wlwmanifest if you are not using Windows Live Writer or other external thing to publish or suck data – just by putting these three lines (if you are using Flickr or Twitter or other plugins, use only first line): </p>
<p><code>remove_action('wp_head', 'wp_generator');<br />
remove_action('wp_head', 'rsd_link');<br />
remove_action('wp_head', 'wlwmanifest_link');</code></p>
<p>at the end of <code>functions.php</code> in your theme directory, just before last php closing tag – <code>?&gt;</code><br />
- it will (partly) prevent attacker from getting to know which version you are running (secondary you need to apply your own login style, since it is changing almost with every version it is easy to guess wp version by its style).</p>
<p>BTW do not upload readme files (even to plugins) etc., it is easier for hacker to get wp version directly – see <code>readme.html</code> or <code>readme.txt</code> in root of your website&#8230;</p>
<p>You can also create new admin account with some different name than “root”, “admin” or “administrator” and after creating this admin accout log in to it and then delete “admin” account. WP will ask you what to do with posts, pages and stuff, created by admin. You can convert those to your newly created account just by selecting account from selectbox.</p>
<p><em>Good luck and happy blogging!</em></p>
<p>PS: Excuse my language, I am not native EN speaker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mijk</title>
		<link>http://www.happysoda.com/1045/got-hacked/comment-page-1#comment-84127</link>
		<dc:creator>mijk</dc:creator>
		<pubDate>Sun, 16 Aug 2009 10:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysoda.com/?p=1045#comment-84127</guid>
		<description>Btw: If you are using some Flickr or Twitter plugin somewhere at your web, then use only first line (wp_generator) to be able to get those plugin data into WP ^_^ otherwise those plugins may not work.</description>
		<content:encoded><![CDATA[<p>Btw: If you are using some Flickr or Twitter plugin somewhere at your web, then use only first line (wp_generator) to be able to get those plugin data into WP ^_^ otherwise those plugins may not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mijk</title>
		<link>http://www.happysoda.com/1045/got-hacked/comment-page-1#comment-84124</link>
		<dc:creator>mijk</dc:creator>
		<pubDate>Sun, 16 Aug 2009 09:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysoda.com/?p=1045#comment-84124</guid>
		<description>It is possible that your saved FTP password in your FTP client were stolen by some malicious code coming from e-mail etc. (worst case is Total Commander - its FTP config file is often a target of lot of mailicious sw), this is most common case (then attacker modifies some template files like footer or header and put there some iframe with/or obfuscated code). 

Just try to avoid saving FTP passwords or use some strong password manager for keeping those and filling forms for you instead of saving it directly in FTP app (there is lots of password managers - depending on OS you are using).

I also recommend you to hide WP version you are running and rsd and wlwmanifest if you are not using Windows Live Writer or other external thing to publish - just by putting these three lines: 

&lt;code&gt;remove_action(&#039;wp_head&#039;, &#039;wp_generator&#039;);
remove_action(&#039;wp_head&#039;, &#039;rsd_link&#039;);
remove_action(&#039;wp_head&#039;, &#039;wlwmanifest_link&#039;);&lt;/code&gt;

at the end of functions.php in your theme directory, just before last php closing tag - &lt;code&gt;?&gt;&lt;/code&gt;

- it will (partly) prevent attacker from getting to know which version you are running (secondary you need to apply your own login style, since it is changing almost with every version it is easy to guess wp version by its style).

BTW do not upload readme files (even to plugins) etc., it is easier for hacker to get wp version directly - see &lt;code&gt;http://www.happysoda.com/readme.html or http://www.happysoda.com/readme.txt&lt;/code&gt;

Also create new admin account with some different name than &quot;root&quot;, &quot;admin&quot; or &quot;administrator&quot; and after creating this admin accout log in to it and then delete &quot;admin&quot; account. WP will ask you what to do with posts, pages and stuff, created by admin. You can convert those to your newly created account just by selecting account from selectbox.

&lt;em&gt;Good luck and happy blogging!&lt;/em&gt;

PS: Excuse my language, I am not native EN speaker.</description>
		<content:encoded><![CDATA[<p>It is possible that your saved FTP password in your FTP client were stolen by some malicious code coming from e-mail etc. (worst case is Total Commander &#8211; its FTP config file is often a target of lot of mailicious sw), this is most common case (then attacker modifies some template files like footer or header and put there some iframe with/or obfuscated code). </p>
<p>Just try to avoid saving FTP passwords or use some strong password manager for keeping those and filling forms for you instead of saving it directly in FTP app (there is lots of password managers &#8211; depending on OS you are using).</p>
<p>I also recommend you to hide WP version you are running and rsd and wlwmanifest if you are not using Windows Live Writer or other external thing to publish &#8211; just by putting these three lines: </p>
<p><code>remove_action('wp_head', 'wp_generator');<br />
remove_action('wp_head', 'rsd_link');<br />
remove_action('wp_head', 'wlwmanifest_link');</code></p>
<p>at the end of functions.php in your theme directory, just before last php closing tag &#8211; <code>?&gt;</code></p>
<p>- it will (partly) prevent attacker from getting to know which version you are running (secondary you need to apply your own login style, since it is changing almost with every version it is easy to guess wp version by its style).</p>
<p>BTW do not upload readme files (even to plugins) etc., it is easier for hacker to get wp version directly &#8211; see <code><a href="http://www.happysoda.com/readme.html" rel="nofollow">http://www.happysoda.com/readme.html</a> or <a href="http://www.happysoda.com/readme.txt" rel="nofollow">http://www.happysoda.com/readme.txt</a></code></p>
<p>Also create new admin account with some different name than &#8220;root&#8221;, &#8220;admin&#8221; or &#8220;administrator&#8221; and after creating this admin accout log in to it and then delete &#8220;admin&#8221; account. WP will ask you what to do with posts, pages and stuff, created by admin. You can convert those to your newly created account just by selecting account from selectbox.</p>
<p><em>Good luck and happy blogging!</em></p>
<p>PS: Excuse my language, I am not native EN speaker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hontou ni Fort Knox this isn&#8217;t &#124; hontou ni sou omou?</title>
		<link>http://www.happysoda.com/1045/got-hacked/comment-page-1#comment-83137</link>
		<dc:creator>Hontou ni Fort Knox this isn&#8217;t &#124; hontou ni sou omou?</dc:creator>
		<pubDate>Fri, 24 Jul 2009 01:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysoda.com/?p=1045#comment-83137</guid>
		<description>[...] recently, super rats reported that Happy Soda had been bot-hacked. A few weeks ago, my anti-virus program stopped me from visiting Mega Megane Mo&#233; [...]</description>
		<content:encoded><![CDATA[<p>[...] recently, super rats reported that Happy Soda had been bot-hacked. A few weeks ago, my anti-virus program stopped me from visiting Mega Megane Mo&eacute; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Persocom</title>
		<link>http://www.happysoda.com/1045/got-hacked/comment-page-1#comment-83057</link>
		<dc:creator>Persocom</dc:creator>
		<pubDate>Wed, 22 Jul 2009 01:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysoda.com/?p=1045#comment-83057</guid>
		<description>Glad nothing serious happened.  I never heard of wordpress blogs being hacked until now.  I guess I should change up my password now too as an extra precaution.</description>
		<content:encoded><![CDATA[<p>Glad nothing serious happened.  I never heard of wordpress blogs being hacked until now.  I guess I should change up my password now too as an extra precaution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blowfish</title>
		<link>http://www.happysoda.com/1045/got-hacked/comment-page-1#comment-82963</link>
		<dc:creator>Blowfish</dc:creator>
		<pubDate>Sun, 19 Jul 2009 23:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysoda.com/?p=1045#comment-82963</guid>
		<description>Wow seems you were pretty lucky in this unlucky situation!
Any Idea how this might have happened?</description>
		<content:encoded><![CDATA[<p>Wow seems you were pretty lucky in this unlucky situation!<br />
Any Idea how this might have happened?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RyoBase</title>
		<link>http://www.happysoda.com/1045/got-hacked/comment-page-1#comment-82819</link>
		<dc:creator>RyoBase</dc:creator>
		<pubDate>Wed, 15 Jul 2009 22:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysoda.com/?p=1045#comment-82819</guid>
		<description>Oh my! Good thing that you&#039;re back online and nothing much serious. I saw some people had a hard to make everything back to normal.</description>
		<content:encoded><![CDATA[<p>Oh my! Good thing that you&#8217;re back online and nothing much serious. I saw some people had a hard to make everything back to normal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zenical</title>
		<link>http://www.happysoda.com/1045/got-hacked/comment-page-1#comment-82760</link>
		<dc:creator>zenical</dc:creator>
		<pubDate>Tue, 14 Jul 2009 08:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysoda.com/?p=1045#comment-82760</guid>
		<description>glad that you fixed it. I remember one of my friend&#039;s blog being hacked and it sorta gave everyone warnings that its dangerous lol</description>
		<content:encoded><![CDATA[<p>glad that you fixed it. I remember one of my friend&#8217;s blog being hacked and it sorta gave everyone warnings that its dangerous lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Titan_X</title>
		<link>http://www.happysoda.com/1045/got-hacked/comment-page-1#comment-82751</link>
		<dc:creator>Titan_X</dc:creator>
		<pubDate>Tue, 14 Jul 2009 02:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysoda.com/?p=1045#comment-82751</guid>
		<description>You might want to contact your web host and ask them if the MySQL database is on another server, and if it is, is it firewalled so only the web server can communicate with it?

This is a pretty common exploit, and thankfully not that difficult to prevent. Good luck to ya. :)</description>
		<content:encoded><![CDATA[<p>You might want to contact your web host and ask them if the MySQL database is on another server, and if it is, is it firewalled so only the web server can communicate with it?</p>
<p>This is a pretty common exploit, and thankfully not that difficult to prevent. Good luck to ya. <img src='http://www.happysoda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

