<?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>Luke's Lot &#187; wordpress</title>
	<atom:link href="http://blog.lucanos.com/category/programming/php/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lucanos.com</link>
	<description>A Collection of Plugins, Scripts, Tips and Tricks. As I learn, I will share, and I hope you will do the same.</description>
	<lastBuildDate>Mon, 14 Apr 2008 06:28:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>33,000 hits and over 14Gb of traffic in two days?</title>
		<link>http://blog.lucanos.com/2008/04/08/33000-hits-and-over-14gb-of-traffic-in-two-days/</link>
		<comments>http://blog.lucanos.com/2008/04/08/33000-hits-and-over-14gb-of-traffic-in-two-days/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 01:41:22 +0000</pubDate>
		<dc:creator>Lucanos</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.lucanos.com/2008/04/08/33000-hits-and-over-14gb-of-traffic-in-two-days/</guid>
		<description><![CDATA[How, you may ask? Simple, I say &#8211; I was Hacked. The logs I have managed to extract from my server are sketchy at best, but I was lucky enough to be assisted by Kevon of TailRank.com who was very generous with his time and clued me into why I was being crippled by bandwidth [...]]]></description>
			<content:encoded><![CDATA[<p>How, you may ask? Simple, I say &#8211; I was Hacked. The logs I have managed to extract from my server are sketchy at best, but I was lucky enough to be assisted by Kevon of <a href="http://tailrank.com/">TailRank.com</a> who was very generous with his time and clued me into why I was being crippled by bandwidth overheads when his servers were doing their normal polling activity. (NOTE: TailRank were <strong>NOT</strong> responsible in any nature for this attack.)</p>
<h3>Symptoms:</h3>
<ul>
<li>Massive pagesize increase.<br />
In my case a 61Kb page spooled into a 600Kb page due to the link insertion.</li>
<li>Bandwidth load increase.<br />
A 900% increase in pagesize, mixed with increased traffic as the spiders start falling for the trap, will blow your bandwidth quota away.</li>
</ul>
<h3>Treatment:</h3>
<ul>
<li>Check your WordPress Template&#8217;s Footer and Header files (normally footer.php and header.php respectively). There will be a massive collection of dodgy links (all hosted on similarly compromised WordPress installations).</li>
<li>Delete the links manually.</li>
<li>Unless you are constantly tweaking your WordPress template, lock down the permissions.<br />
In SSH run &#8220;chmod -R 644 wp-content/themes&#8221; (from your WordPress root folder).<br />
This will allow the system to Execute and Read your Themes, but not to Write to them.</li>
<li>When you have a chance, Upgrade your WordPress Installation.</li>
</ul>
<h3>Causes:</h3>
<ul>
<li>I have poked around some of the links which were inserted by the Hacker and found that the content being loaded points to <a href="http://www.seo52.com/">Seo52 as the culprit (or at least, accomplice) of this hack</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucanos.com/2008/04/08/33000-hits-and-over-14gb-of-traffic-in-two-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; StatCounter Plugin</title>
		<link>http://blog.lucanos.com/2006/04/17/wordpress-statcounter-plugin/</link>
		<comments>http://blog.lucanos.com/2006/04/17/wordpress-statcounter-plugin/#comments</comments>
		<pubDate>Tue, 18 Apr 2006 03:31:23 +0000</pubDate>
		<dc:creator>Lucanos</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.lucanos.com/2006/04/17/wordpress-statcounter-plugin/</guid>
		<description><![CDATA[I developed this (my first WordPress plugin) based extensively on the works of Ronald Heft, Jr. and his terrific WordPress Plugin &#8220;Google Analyticator&#8220;. I learnt a fair bit whilst adapting his plugin to the StatCounter tracking system, and I am sure that any further developments on my part will surely incorporate some of teh terrific [...]]]></description>
			<content:encoded><![CDATA[<p>I developed this (my first WordPress plugin) based extensively on the works of <a title="CaveMonkey50.com" href="http://cavemonkey50.com/">Ronald Heft, Jr.</a> and his terrific WordPress Plugin &#8220;<a href="http://cavemonkey50.com/code/google-analyticator">Google Analyticator</a>&#8220;.</p>
<p>I learnt a fair bit whilst adapting his plugin to the StatCounter tracking system, and I am sure that any further developments on my part will surely incorporate some of teh terrific ideas used by Ronald in his plugin. No point re-inventing the wheel, after all&#8230;</p>
<p><strong>Instructions:</strong></p>
<ol>
<li>Click <a title="StatCounter Plugin v0.1" style="font-weight: bold" href="http://blog.lucanos.com/wp-content/uploads/2006/04/statcounter_php.zip">HERE</a> for a zipped version of the file.</li>
<li>Unzip this file and upload the enclosed PHP file into your &#8220;<strong>wp-content/plugins</strong>&#8221; folder.</li>
<li>Go to your <strong>Plugin</strong> screen in your WordPress admin console.</li>
<li>Fill out the details, as per the instructions.</li>
<li>Switch the plugin over to <strong>Enabled</strong>.</li>
<li>Watch your StatCounter counters start ticking over.</li>
<li>Enjoy!</li>
</ol>
<p>Any suggestions, feedback, ideas, complaints, virgin offerings are more than welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucanos.com/2006/04/17/wordpress-statcounter-plugin/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
	</channel>
</rss>
