<?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>Raskas' blog &#187; WordPress</title>
	<atom:link href="http://www.raskas.be/blog/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raskas.be/blog</link>
	<description>Everything is possible... You only have to find out how.</description>
	<lastBuildDate>Sat, 05 Dec 2009 14:18:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL MYD and TMD files</title>
		<link>http://www.raskas.be/blog/2008/04/08/mysql-myd-and-tmd-files/</link>
		<comments>http://www.raskas.be/blog/2008/04/08/mysql-myd-and-tmd-files/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 12:32:27 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[fsck]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/?p=81</guid>
		<description><![CDATA[I just recovered from a database issue.
While running a mysqldump of my databases I received an error. Running a check on that specific database told me that the comments.MYD file was not found.
Investigating on the system showed me that due to an error the filesystem containing /var/lib/mysql was mounted read-only. Running a fsck on that [...]]]></description>
			<content:encoded><![CDATA[<p>I just recovered from a database issue.</p>
<p>While running a mysqldump of my databases I received an error. Running a check on that specific database told me that the comments.MYD file was not found.</p>
<p>Investigating on the system showed me that due to an error the filesystem containing /var/lib/mysql was mounted read-only. Running a fsck on that specific filesystem solved that error but didn&#8217;t fix my corrupted table.</p>
<p>phpMyAdmin showed that the table was in use and while performing a check or repair it complained about the missing file.</p>
<p>The comments.MYD file was indeed missing, but there was a comments.TMD file, which wasn&#8217;t there for all the other tables.</p>
<p>Moving this TMD file to MYD solved the issue. I could repair the table and the check is again successful.</p>
<p>During this problem wordpress didn&#8217;t complain but it just didn&#8217;t show my comments. But I have no clue what caused this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2008/04/08/mysql-myd-and-tmd-files/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FireFox plugins</title>
		<link>http://www.raskas.be/blog/2006/12/15/firefox-plugins/</link>
		<comments>http://www.raskas.be/blog/2006/12/15/firefox-plugins/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 16:10:20 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[Linux SysAdmin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/2006/12/15/firefox-plugins/</guid>
		<description><![CDATA[In my last post I listed my WordPress plugins. Now I will give you an overview of the firefox plugins I&#8217;m currently using.
Nagios Checker will show you the status of your nagios instance(s). It will flash and/or make some noice when a service of host changes it&#8217;s state.
AdBlock Plus will block all the annoying banners. [...]]]></description>
			<content:encoded><![CDATA[<p>In my last post I listed my WordPress plugins. Now I will give you an overview of the firefox plugins I&#8217;m currently using.</p>
<p><a href="https://addons.mozilla.org/firefox/3607/">Nagios Checker</a> will show you the status of your nagios instance(s). It will flash and/or make some noice when a service of host changes it&#8217;s state.<br />
<a href="https://addons.mozilla.org/firefox/1865/">AdBlock Plus</a> will block all the annoying banners. I noticed it really improved the loading speed of some pages.<br />
<a href="https://addons.mozilla.org/firefox/125/">SwitchProxy</a> makes it able to easily switch the proxy configuration without going to the preferences screen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2006/12/15/firefox-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>counterize and other wordpress plugins</title>
		<link>http://www.raskas.be/blog/2006/12/10/counterize-and-other-wordpress-plugins/</link>
		<comments>http://www.raskas.be/blog/2006/12/10/counterize-and-other-wordpress-plugins/#comments</comments>
		<pubDate>Sun, 10 Dec 2006 10:32:54 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/2006/12/10/counterize-and-other-wordpress-plugins/</guid>
		<description><![CDATA[Some time ago Anders Holte Nielsen announced that he would stop developping counterize. He suggested to use Firestats, which is an other wordpress plugin, launched out of Counterize.
I installed and tested Firestats. It has some nice features but also some downsides, it&#8217;s missing graphs. It&#8217;s all text, text, text with a nice ajax layout. I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago <a href="http://andersdrengen.dk">Anders Holte Nielsen</a> <a href="http://andersdrengen.dk/?p=198">announced</a> that he would stop developping counterize. He suggested to use Firestats, which is an other wordpress plugin, launched out of Counterize.</p>
<p>I installed and tested Firestats. It has some nice features but also some downsides, it&#8217;s missing graphs. It&#8217;s all text, text, text with a nice ajax layout. I&#8217;m not happy enough to completely move to Firestats, at the moment I&#8217;m still using both Counterize and Firestats.</p>
<p>A couple of weeks after the previous mentioned post Anders Holte <a href="http://andersdrengen.dk/?p=202">posted</a> already 2 patches submitted by some Counterize-lovers. This showed that counterize wasn&#8217;t ready to die. And indeed Counterize II was born. It moved from Denmark to Germany in the hands of <a href="http://www.navision-blog.de">Steffen Forkmann</a>.<br />
I updated my old Counterize version to version 2.0.3 and noticed that there were already some added features.<br />
Counterize shows some graphs but imho it shows the wrong information. I don&#8217;t want to know how many people visited my site on the 5th of every month. I want to see how many visitors have visisted yesterday, the day before,&#8230; This way I can see if the number of visitors is increasing or decreasing. The graph showing only this months hits is a good thing, it would even be better if it was showing the last 30 days.</p>
<p>Keep up <a href="http://www.navision-blog.de/counterize/counterize-ii-english/">the good work</a>, Steffen!</p>
<p>Meanwhile I activated <a href="Akismet">Akismet</a> (an anti-spam plugin). It will check every posted comment with the central database. You need to register to wordpress.com to receive an API-key, but it is worth the effort.<br />
I also installed <a href="http://www.lesterchan.net/portfolio/programming.php">DB-Manager</a> which allows you to manage the wordpress database from inside the controll panel. You can backup the database, drop some tables, optimize all tables or execute any query and many more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2006/12/10/counterize-and-other-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New version of counterize</title>
		<link>http://www.raskas.be/blog/2006/04/12/new-version-of-counterize/</link>
		<comments>http://www.raskas.be/blog/2006/04/12/new-version-of-counterize/#comments</comments>
		<pubDate>Wed, 12 Apr 2006 09:18:30 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/2006/04/12/new-version-of-counterize/</guid>
		<description><![CDATA[This morning the new version of counterize has been released by Anders.
You can find the releasenotes a.k.a. blog entry here.
As you can see, the changelog is my patch, nice hé  
I also added Anders&#8217; blog to my blogroll (it&#8217;s one of those bloks at the right)
]]></description>
			<content:encoded><![CDATA[<p>This morning the new version of <a href="http://andersdrengen.dk/projects/counterize/">counterize</a> has been released by <a href="http://andersdrengen.dk/">Anders</a>.<br />
You can find the releasenotes a.k.a. blog entry <a href="http://andersdrengen.dk/?p=178">here</a>.<br />
As you can see, the changelog is my patch, nice hé <img src='http://www.raskas.be/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I also added Anders&#8217; blog to my blogroll (it&#8217;s one of those bloks at the right)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2006/04/12/new-version-of-counterize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>counterize patch 3: excluding users with an admin webinterface</title>
		<link>http://www.raskas.be/blog/2006/04/07/counterize-patch3-excluding-users-with-an-admin-webinterface/</link>
		<comments>http://www.raskas.be/blog/2006/04/07/counterize-patch3-excluding-users-with-an-admin-webinterface/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 11:46:00 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/2006/04/07/counterize-patch3-excluding-users-with-an-admin-webinterface/</guid>
		<description><![CDATA[Last weekend I created the biggest part of the patch.
I coded the webinterface that allows you to select one or multiple users that may not be counted. These users are saved into the database and compared to when someone hits a page.
During this week I created 3 extra buttons for the webinterface.
One that allows you [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend I created the biggest part of the patch.<br />
I coded the webinterface that allows you to select one or multiple users that may not be counted. These users are saved into the database and compared to when someone hits a page.</p>
<p>During this week I created 3 extra buttons for the webinterface.<br />
One that allows you the select every users, one that allows you to select no users, and another one that resets the form.</p>
<p><a href="http://www.raskas.be/blog_links/counterize/patch3_screenshot.png"><img src="http://www.raskas.be/blog_links/counterize/patch3_screenshot_small.png" alt="Screenshot" /></a></p>
<p>You can find the patch <a href="http://www.raskas.be/blog_links/counterize/patch3">here</a>, enjoy!<br />
I didn&#8217;t spent much time debugging it, so if you find an error, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2006/04/07/counterize-patch3-excluding-users-with-an-admin-webinterface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>counterize patch 2: excluding users, the first step</title>
		<link>http://www.raskas.be/blog/2006/03/31/counterize-patch-2/</link>
		<comments>http://www.raskas.be/blog/2006/03/31/counterize-patch-2/#comments</comments>
		<pubDate>Fri, 31 Mar 2006 11:08:07 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/2006/03/31/counterize-patch-2/</guid>
		<description><![CDATA[Adding a counter on your site is great. But if you want to get the real number of visitors you may not count your own pagehits.
In the counterize plugin is an excludelist where you can add your own ip. But I&#8217;m always on different locations and what if someone else from the same network visits [...]]]></description>
			<content:encoded><![CDATA[<p>Adding a counter on your site is great. But if you want to get the real number of visitors you may not count your own pagehits.<br />
In the counterize plugin is an excludelist where you can add your own ip. But I&#8217;m always on different locations and what if someone else from the same network visits your website&#8230; it doesn&#8217;t get counted.</p>
<p>I know 1 thing&#8230; If I visit my blog, I&#8217;m already logged in (he remembers my login). So what I made is an extra check before the page-hit get logged. If I&#8217;m logged in, it doesn&#8217;t need to be counted.</p>
<p>Adding these simple lines does the trick (added them at line 631)</p>
<pre>
# let's check it is a logged in user.
# If he's logged in, we don't count him.
if ($checkval == 0) {
     global $user_ID;
     get_currentuserinfo();
     if('' == $user_ID)
     $checkval=0;
} else {
     $checkval=1;
}
</pre>
<p>This is hard coded, but I will add an option to the admin webinterface of counterize that can enable or disable this option and maybe add an textfield so you can decide which user doesn&#8217;t need to be logged.</p>
<p>Enjoy !  You can find the patchfile <a href="http://www.raskas.be/blog_links/counterize/patch2">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2006/03/31/counterize-patch-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>counterize patch</title>
		<link>http://www.raskas.be/blog/2006/03/29/counterize-patch/</link>
		<comments>http://www.raskas.be/blog/2006/03/29/counterize-patch/#comments</comments>
		<pubDate>Wed, 29 Mar 2006 17:22:40 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.raskas.be/blog/2006/03/29/counterize-patch/</guid>
		<description><![CDATA[I have been using counterize for a while. This is a wordpress plugin that counts the page-hits of your blog. It comes with a nice admin interface containing detailed information.
This plugin is designed to be located directly in the wp-plugins directory together with its images. I wanted to have all files of the counterize plugin [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using <a href="http://andersdrengen.dk/projects/counterize">counterize</a> for a while. This is a wordpress plugin that counts the page-hits of your blog. It comes with a nice admin interface containing detailed information.</p>
<p>This plugin is designed to be located directly in the wp-plugins directory together with its images. I wanted to have all files of the counterize plugin located in the counterize directory (a subdirectory of plugins), so i needed to change the paths of the images and links to the .php file in the counterize.php.</p>
<p>It isn&#8217;t a lot of work to update all the paths, there are only 8 instances that needs to be changed located on line 135, 188, 240, 678, 731, 790, 853 and 1224. For the lazy guys that have version 0.50 of counterize I created a patch file, you can find that file <a href="http://www.raskas.be/blog_links/counterize/patch1">here</a>.</p>
<p>Here is a manual for applying that patch:</p>
<pre>
$ cd /path/to/wp-content/plugins/
$ mkdir counterize
$ mv counterize.php counterize_blue.png counterize_green.png counterize_red.png counterize_yellow.png counterize
$ patch counterize/counterize.php /path/to/downloaded/patch1
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2006/03/29/counterize-patch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress behind a proxy</title>
		<link>http://www.raskas.be/blog/2006/02/05/wordpress-behind-a-proxy/</link>
		<comments>http://www.raskas.be/blog/2006/02/05/wordpress-behind-a-proxy/#comments</comments>
		<pubDate>Sun, 05 Feb 2006 10:46:26 +0000</pubDate>
		<dc:creator>Johan Huysmans</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.raskas.be/wordpress/?p=3</guid>
		<description><![CDATA[After installing this wordpress blog, I noticed that the loading of the &#8220;Dashboard&#8221; page takes ages. Reading the code showed me that it wants to fetch some rss-feeds. Because this server is behind a proxy this is normal, I just have to define a proxy somewhere.
Google pointed me to this wordpress forum.
This is what you [...]]]></description>
			<content:encoded><![CDATA[<p>After installing this wordpress blog, I noticed that the loading of the &#8220;Dashboard&#8221; page takes ages. Reading the code showed me that it wants to fetch some rss-feeds. Because this server is behind a proxy this is normal, I just have to define a proxy somewhere.<br />
Google pointed me to <a href="http://wordpress.org/support/topic/23935">this wordpress forum</a>.</p>
<p>This is what you need to edit in <strong>wp-includes/class-snoopy.php</strong>:</p>
<pre>
var $proxy_host = "";
// proxy host to use
var $proxy_port = "";
// proxy port to use
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.raskas.be/blog/2006/02/05/wordpress-behind-a-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
