<?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"
	>

<channel>
	<title>Reaper-X .:[ ID ]:. &#187; PHP</title>
	<atom:link href="http://www.reaper-x.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reaper-x.com</link>
	<description>Computers, Games, Technology ... Whatever</description>
	<pubDate>Tue, 19 Aug 2008 17:05:03 +0000</pubDate>
	
	<language>en</language>
			<item>
		<title>Installing and Setting up Apache 2.2 series with PHP 5 on Windows</title>
		<link>http://www.reaper-x.com/2007/09/24/installing-and-setting-up-apache-22-series-with-php-5-on-windows/</link>
		<comments>http://www.reaper-x.com/2007/09/24/installing-and-setting-up-apache-22-series-with-php-5-on-windows/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 15:57:07 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Apache]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[apache 2.2]]></category>

		<category><![CDATA[Guide]]></category>

		<category><![CDATA[hack]]></category>

		<category><![CDATA[httpd]]></category>

		<category><![CDATA[mangos]]></category>

		<category><![CDATA[mediafire]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[php 5]]></category>

		<category><![CDATA[php5]]></category>

		<category><![CDATA[private server]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[webserver]]></category>

		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2007/09/24/installing-and-setting-up-apache-22-series-with-php-5-on-windows/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/09/24/installing-and-setting-up-apache-22-series-with-php-5-on-windows/" title="Installing and Setting up Apache 2.2 series with PHP 5 on Windows"><strong>Installing and Setting up Apache 2.2 series with PHP 5 on Windows</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p>Previously i wrote a how to guide on installing Apache HTTPD 1.3 on Windows machine. But it seems that some people prefer to use the new Apache 2.2 series instead of the old httpd 1.3 series which is...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/09/24/installing-and-setting-up-apache-22-series-with-php-5-on-windows/" title="Installing and Setting up Apache 2.2 series with PHP 5 on Windows"><strong>Installing and Setting up Apache 2.2 series with PHP 5 on Windows</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p><p>Previously i wrote a how to guide on installing <a href="http://www.reaper-x.com/2007/07/09/installing-and-setting-up-apache-webserver-with-php-setting-up-private-wow-server/">Apache HTTPD 1.3 on Windows</a> machine. But it seems that some people prefer to use the new Apache 2.2 series instead of the old httpd 1.3 series which is not good when used&nbsp;on production system (read: if you allow anyone to access your webserver), beside the apache website itself tell you this :</p>
<p><em>the older 1.3 series was never designed to run on Windows, but that support was &lsquo;hacked in&rsquo;, introducing a large number of potential thread saftey issues and other confirmed problems.</em></p>
<p>And that&rsquo;s why i choose to create the apache guide again but this time it is using the 2.2 series, and of course this guide tell you on how to setup your apache server with php 5 manually not using an all in one package. And here&rsquo;s the guide :</p>
<p><span id="more-632"></span></p>
<p><strong>Requirements :</strong></p>
<p>1. <a href="http://archive.apache.org/dist/httpd/binaries/win32/">Apache 2.2.x</a> : At the time i wrote this guide, the latest stable version is 2.2.26 (btw get the non-ssl version unless you plan on using ssl)</p>
<p>2. <a href="http://www.php.net/">PHP 5.2.x</a> : 5.2.4 is the latest stable version when i wrote this (get the zip version, not the installer)</p>
<p><strong>And here are the steps :</strong></p>
<p><em>Note : in this example i&rsquo;m using the default installation path for Apache 2.2</em></p>
<p><strong>1.</strong> Install Apache 2.2 until below screen appears and use this information (or adjust it to your liking) and then continue the process until finished :)</p>
<p><img alt="Apache Installation Process" src="http://www.reaper-x.com/images/blogs/installation.jpg" border="0"  /></p>
<p><strong>2.</strong> To make sure Apache is working now you need to open your browser window and type <strong>http://localhost</strong> as the address, and if you get the same message like below image that mean apache is working</p>
<p><img alt="Apache Default Page" src="http://www.reaper-x.com/images/blogs/apache-20default-20page.jpg" border="0"  /></p>
<p><strong>3.</strong> Thanks God the Apache seems to work &hellip; but now you&rsquo;ll need to configure apache so it&rsquo;ll recognize the php files and can parse the php files correctly. And the first thing you should do is extracting the PHP zip archive somewhere, and in this example i extracted the php 5.2.4 files into <strong>C:\PHP-5</strong></p>
<p><strong>4.</strong> After finished with the extraction process, now you just need to go to your Apache installation path, and then <strong>open httpd.conf</strong> which is located under the <strong>conf directory</strong> using your favorite text editor. Btw if you installed apache using the default path, here&rsquo;s what the apache directory structure looks like</p>
<p><img alt="Apache 2.2 Path" src="http://www.reaper-x.com/images/blogs/apache-202.2-20path.jpg" border="0"  /></p>
<p><strong>5.</strong> In order for apache to parse the php files correctly, first you need to Load the PHP5 module into the Apache, and to do this you just need to add below line to your <strong>Apache httpd.conf</strong> (after the last line of the loadmodule section) :</p>
<p><strong>LoadModule php5_module "c:/php-5/php5apache2_2.dll"</strong></p>
<p><em>Note : Adjust the php path accordingly if you extracted it into other directory</em></p>
<p>And here&rsquo;s the image :</p>
<p><img alt="Php loadmodule apache 2.2" src="http://www.reaper-x.com/images/blogs/php-20loadmodule-20apache-202.2.jpg" border="0"  /></p>
<p><strong>5.1</strong> Now you need to search for (use&nbsp;your text editor built-in search function)&nbsp;:</p>
<p><strong>&lt;IfModule mime_module&gt;</strong></p>
<p>and then add these lines inside that directive (before the closing <strong>&lt;/IfModule&gt; for mime_module</strong> )</p>
<p><strong>AddType application/x-httpd-php .php<br />AddType application/x-httpd-php-source .phps</strong></p>
<p><strong>6.</strong> After finished with the above process, now you&rsquo;ll need to configure apache so it&rsquo;ll check the existence of index.php by default too instead of just checking the index.html only for the default index filename, and here&rsquo;s how to do it</p>
<p><em>The default configuration from Apache 2.2 :</em></p>
<p><strong>&lt;IfModule dir_module&gt;<br />DirectoryIndex index.html<br />&lt;/IfModule&gt;</strong></p>
<p><em>The modified version :</em></p>
<p><strong>&lt;IfModule dir_module&gt;<br />DirectoryIndex index.html index.php<br />&lt;/IfModule&gt;</strong></p>
<p>Notice the difference ? i&rsquo;m pretty sure you&rsquo;ll notice it right away &hellip; but like everyone knew that a&nbsp;picture worth a thousand words (read: because&nbsp;my English language is bad), so here goes the picture</p>
<p><img alt="Apache directory index" src="http://www.reaper-x.com/images/blogs/apache-20directory-20index1.jpg" border="0"  /></p>
<p><strong>7.</strong> Now we are done with the httpd section, now we need to configure php. Here are how to do that :</p>
<p><strong>7.1 Copy php.ini-recommended</strong> from your php5 directory into <strong>C:\Windows (or your windows path)</strong>&nbsp;and then rename it into <strong>php.ini</strong></p>
<p><strong>7.2</strong> Open the php.ini file using notepad and change the extension_dir&nbsp;as shown on below image :</p>
<p><img alt="Php extension dir" src="http://www.reaper-x.com/images/blogs/php-20extension-20dir.jpg" border="0"  /></p>
<p><strong>7.3</strong> Now you need to copy some dlls from your php 5 directory into <strong>C:\Windows\System32</strong> :</p>
<p><img alt="Php dlls" src="http://www.reaper-x.com/images/blogs/php-20dlls.jpg" border="0"  /></p>
<p>Im pretty sure that you can&rsquo;t read the filename from the above image,&nbsp;but&nbsp;don&rsquo;t worry because all you have to do is just&nbsp;:</p>
<p><em>Right click&nbsp;and choose <strong>Arrange Icons by&nbsp;name</strong>, and then copy each file shown on the above image into your windows system32 directory, and you&rsquo;re done (hint: hold CTRL key to select multiple files)</em></p>
<p><em>Or &hellip; copy all dll files at the root of your php directory into your system32 directory except&nbsp;those that is using php5*.dll</em></p>
<p><strong>8.</strong> Now we&rsquo;ve configured php, apache &hellip; but what else do we need ? of course we need to make sure that php really working and apache can parse it without problem, so we need to create a php test page first, here&rsquo;s how to do it :</p>
<p><strong>8.1</strong> Create a file named <strong>test.php</strong> inside <strong>C:\Program Files\Apache Software Foundation\Apache2.2\htdocs</strong> (because that&rsquo;s where the default document root path of your apache)</p>
<p><strong>8.2</strong> Add below line to the <strong>test.php</strong> file like shown on below image, then save and close the notepad</p>
<p><img alt="Create php test file" src="http://www.reaper-x.com/images/blogs/create-20php-20test-20file.jpg" border="0"  /></p>
<p><strong>9.</strong> Okay &hellip; finally we&rsquo;ve reached the final stage !!! now you just need to open command prompt and type like below image :</p>
<p><img alt="Apache 2.2 restart" src="http://www.reaper-x.com/images/blogs/apache-202.2-20restart.jpg" border="0"  /></p>
<p>If you can&rsquo;t read what you should type from the above image, actually you just need to type :</p>
<p><strong>net stop apache2.2 &amp;&amp; net start apache2.2</strong></p>
<p>to restart your apache 2.2 process</p>
<p><strong>10.</strong> Now after finished restarting the apache process, we need to open the browser window and point to <strong>http://localhost/test.php</strong></p>
<p><img alt="Php test page" src="http://www.reaper-x.com/images/blogs/php-20test-20page.jpg" border="0"  /></p>
<p>If you see something shown&nbsp;like on the above image, that means Apache and PHP is working on your system</p>
<p>Congrats &hellip; now you&rsquo;ve got apache and php 5 working on your system the only thing left is &hellip; adding mysql support (if you plan on using a registration page for your Mangos Server or other private server), and to do this you just need to remove the <strong>;</strong> from the extensions, for more information, you can download the <a href="http://www.mediafire.com/?a5y2xm4g9xo" rel="nofollow">sample php.ini and httpd.conf as a supplement for this short how to guide</a></p>
<p><em>Hint : Compare the sample php.ini file you&rsquo;ve downloaded&nbsp;with the default php.ini file from the php.ini files included in PHP archive (in this case you can find it on your windows directory)</em></p>
<p>Hopefully i didn&rsquo;t miss anything, but if you do notice that i miss something, please let me know so i can fix it or add it&nbsp;:)</p>
<p><em>Thanks to&nbsp;</em><a href="http://www.reaper-x.com/2007/07/09/installing-and-setting-up-apache-webserver-with-php-setting-up-private-wow-server/#comment-22219"><em>Al</em></a><em> for the suggestion :)</em></p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/09/24/installing-and-setting-up-apache-22-series-with-php-5-on-windows/" title="Installing and Setting up Apache 2.2 series with PHP 5 on Windows">Permalink</a> | <a href="http://www.reaper-x.com/2007/09/24/installing-and-setting-up-apache-22-series-with-php-5-on-windows/#comments" title="225 comments">225 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/apache/" title="View all posts in Apache" rel="category tag">Apache</a>,  <a href="http://www.reaper-x.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/how-to/tutorials/" title="View all posts in Tutorials" rel="category tag">Tutorials</a>,  <a href="http://www.reaper-x.com/category/windows/" title="View all posts in Windows" rel="category tag">Windows</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/09/24/installing-and-setting-up-apache-22-series-with-php-5-on-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Looking to optimize your Wordpress blog even more ?</title>
		<link>http://www.reaper-x.com/2007/09/18/looking-to-optimize-your-wordpress-blog-even-more/</link>
		<comments>http://www.reaper-x.com/2007/09/18/looking-to-optimize-your-wordpress-blog-even-more/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 17:39:26 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Guide]]></category>

		<category><![CDATA[hostgator]]></category>

		<category><![CDATA[httpd]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[webserver]]></category>

		<category><![CDATA[xcache]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2007/09/18/looking-to-optimize-your-wordpress-blog-even-more/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/09/18/looking-to-optimize-your-wordpress-blog-even-more/" title="Looking to optimize your Wordpress blog even more ?"><strong>Looking to optimize your Wordpress blog even more ?</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p>I just found out this nice plugin yesterday that is made by Neosmart. Basically what this plugin do is cloning the Wordpress Object Cache function with the only differences if the actual Wordpress obj...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/09/18/looking-to-optimize-your-wordpress-blog-even-more/" title="Looking to optimize your Wordpress blog even more ?"><strong>Looking to optimize your Wordpress blog even more ?</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p><p><img class="alignright" alt="Wordpress" src="http://images.reaper-x.com/blogs/wordpressicon-hanttula2.gif" border="0" />I just found out <a href="http://neosmart.net/blog/2007/xcache-and-eaccelerator-plugins-for-wordpress/">this nice plugin</a> yesterday&nbsp;that is made by Neosmart. Basically what this plugin do is cloning the Wordpress Object Cache function with the only differences if the actual Wordpress object cache store it&rsquo;s data as file on the harddisk, this plugin make it&rsquo;s possible to store&nbsp;the object cache&nbsp;data in&nbsp;the memory</p>
<p><span id="more-613"></span></p>
<p>The plugin itself comes in two flavours, the first&nbsp;flavour is to those who&rsquo;s using <a href="http://xcache.lighttpd.net/">XCache</a> as their opcode caching solution, while the second flavour is to those who&rsquo;s using <a href="http://eaccelerator.net/">eAccelerator</a> as their PHP Opcode caching solution</p>
<p>And if you read the above paragraph carefully, you&rsquo;ll see that this plugin need XCache or eAccelerator in order for it to works, which mean that if your site hosted on shared hosting that doesn&rsquo;t allow you to install PHP Opcode cache program, you can only use the normal wordpress object cache (i&rsquo;m using this before when hosted at <a href="http://www.reaper-x.com/redir/hostgator" rel="nofollow">Hostgator</a> shared hosting)</p>
<p>The installation process itself is really easy, you just need to upload the <em>object-cache.php</em> file in your <em>wp-content</em> directory, adjust your php configuration and then restart your webserver process and you&rsquo;re done</p>
<p><em>But how do you know if this plugin really works ?</em></p>
<p>The simple way to do this is by&nbsp;installing the <a href="http://blog.ftwr.co.uk/wordpress/wp-cache-inspect/">Wordpress Cache Inspect Plugin</a>, and then go back to your homepage (in logged in status), and you&rsquo;ll see some random numbers under the loaded data</p>
<p>So &hellip; if you&rsquo;re looking to optimize your wordpress blog even more, you should try this plugin &hellip; or&nbsp;you can also read my previous guide on <a href="http://www.reaper-x.com/2006/11/07/how-to-speed-up-wordpress-blog/">speeding up your wordpress blog</a> via the normal way</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/09/18/looking-to-optimize-your-wordpress-blog-even-more/" title="Looking to optimize your Wordpress blog even more ?">Permalink</a> | <a href="http://www.reaper-x.com/2007/09/18/looking-to-optimize-your-wordpress-blog-even-more/#comments" title="3 comments">3 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/wordpress/" title="View all posts in Wordpress" rel="category tag">Wordpress</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/09/18/looking-to-optimize-your-wordpress-blog-even-more/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP-FastCGI, Suexec, and XCache Installed</title>
		<link>http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/</link>
		<comments>http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 02:27:17 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Apache]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Web Servers]]></category>

		<category><![CDATA[Guide]]></category>

		<category><![CDATA[psu]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[xcache]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/" title="PHP-FastCGI, Suexec, and XCache Installed"><strong>PHP-FastCGI, Suexec, and XCache Installed</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p>After 1 week thinking about on should i install PHP-FastCGI with Suexec combined with XCache (PHP OP-Code Cache) because my current host aren&#8217;t going to support it (although they say, they can help me...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/" title="PHP-FastCGI, Suexec, and XCache Installed"><strong>PHP-FastCGI, Suexec, and XCache Installed</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p><p>After 1 week thinking about on should i install PHP-FastCGI with Suexec combined with XCache (PHP OP-Code Cache)&nbsp;because my current host aren&rsquo;t going to support it (although they say, they can help me installing it) if i&rsquo;m going this way, i&rsquo;ve decided to use them all together eventhough i have to do it all by myself (as learning purpose of course) &hellip; and after 6 hours (or more) playing around with it &hellip; i managed to&nbsp;set them&nbsp;all nicely</p>
<p><span id="more-592"></span></p>
<p>Btw if you ask me, why i really want to use PHP-FastCGI with Suexec and XCache eventhough my host aren&rsquo;t going to support it, the answers are&nbsp;:</p>
<ol>
<li>Running PHP as Apache Module isn&rsquo;t really good (although it&rsquo;s the fastest and the easiest to configure with), because it&rsquo;s running under Apache userid not your own userid. But if it&rsquo;s for me, i do not like to chmod some of my files / directory into world writeable</li>
<li>PHPSuexec takes too many resources although it&rsquo;s secure (from security point of view), but it has the other advantage, because if you run PHPSuexec, you don&rsquo;t need to chmod some of your files / directory into 777 (beside chmod 777 is not going to work with PHPSuexec). Unfortunately the downside from this method is &hellip; i can&rsquo;t use any PHP OPCode cache / any php accelerator out there</li>
</ol>
<p>So based on that conclusion, i try reading various material about this stuff on the web, and found that the best solution is to use PHP-FastCGI with Suexec enabled to run under your own userid, and the good side from this method is you can use PHP Accelerator. Fortunately <a href="http://morph3ous.net/2006/08/03/suexec-php-514-fastcgi-and-cpanel/" rel="nofollow">there&rsquo;s someone who&rsquo;s using an almost&nbsp;identical server setup like mine</a>&nbsp;so i can simply follow his guide (although i need to do some little modification because i can&rsquo;t seem to get the .fcgi script to run if i&rsquo;m not putting it in some directory that is allowed to execute CGI) :D</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/" title="PHP-FastCGI, Suexec, and XCache Installed">Permalink</a> | <a href="http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/apache/" title="View all posts in Apache" rel="category tag">Apache</a>,  <a href="http://www.reaper-x.com/category/linux/" title="View all posts in Linux" rel="category tag">Linux</a>,  <a href="http://www.reaper-x.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/08/18/php-fastcgi-suexec-and-xcache-installed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress 2.2.2 and 2.0.11 Released</title>
		<link>http://www.reaper-x.com/2007/08/06/wordpress-222-and-2011-released/</link>
		<comments>http://www.reaper-x.com/2007/08/06/wordpress-222-and-2011-released/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 11:34:26 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2007/08/06/wordpress-222-and-2011-released/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/06/wordpress-222-and-2011-released/" title="Wordpress 2.2.2 and 2.0.11 Released"><strong>Wordpress 2.2.2 and 2.0.11 Released</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p>Another Wordpress Upgrade time to those who&#8217;s using Wordpress as their blogging platform or using Wordpress platform for something else 
 This new release mainly fix security related issue and severa...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/06/wordpress-222-and-2011-released/" title="Wordpress 2.2.2 and 2.0.11 Released"><strong>Wordpress 2.2.2 and 2.0.11 Released</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p><p>Another <a href="http://wordpress.org/development/2007/08/wordpress-222-and-2011/">Wordpress</a> Upgrade time to those who&rsquo;s using&nbsp;Wordpress as their blogging platform or using Wordpress platform for something else</p>
<p>This new release mainly&nbsp;fix security related issue&nbsp;and several bugs. Of course when it comes to security release it&rsquo;d be best for you to upgrade your Wordpress powered platform as soon as possible</p>
<p>And here&rsquo;s some link, just in case you&rsquo;re interested on looking what has been fixed with this new release :</p>
<ul>
<li>Bugs fixed for Wordpress 2.2 Series =&gt; <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.2.2">Click Here</a></li>
<li>Bugs fixed for Wordpress 2.0 Series&nbsp;=&gt; <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.0.11">Click Here</a></li>
</ul>
<p>So it's better to upgrade it asap ;)</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/08/06/wordpress-222-and-2011-released/" title="Wordpress 2.2.2 and 2.0.11 Released">Permalink</a> | <a href="http://www.reaper-x.com/2007/08/06/wordpress-222-and-2011-released/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a>,  <a href="http://www.reaper-x.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/wordpress/" title="View all posts in Wordpress" rel="category tag">Wordpress</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/08/06/wordpress-222-and-2011-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress 2.2.1 Available for Download</title>
		<link>http://www.reaper-x.com/2007/06/22/wordpress-221-available-for-download/</link>
		<comments>http://www.reaper-x.com/2007/06/22/wordpress-221-available-for-download/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 12:43:06 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2007/06/22/wordpress-221-available-for-download/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/06/22/wordpress-221-available-for-download/" title="Wordpress 2.2.1 Available for Download"><strong>Wordpress 2.2.1 Available for Download</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p>Yep &#8230; wordpress 2.2.1 finally available for download, and this time it fixes several important issue related to security and of course a lot of bug fixes ( can be seen from here ) 
 Well &#8230; if bug fix...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/06/22/wordpress-221-available-for-download/" title="Wordpress 2.2.1 Available for Download"><strong>Wordpress 2.2.1 Available for Download</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p><p>Yep &hellip; <a href="http://wordpress.org/download/">wordpress 2.2.1</a> finally available for download, and this time it fixes several important issue related to security&nbsp;and&nbsp;of course a lot of bug&nbsp;fixes (<a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.2.1&amp;resolution=fixed&amp;order=priority">can be seen from here</a>)</p>
<p>Well &hellip; if bug fixes is still not enough for you to perform the upgrade on your wordpress installation immediately, then you should try to <a href="http://trac.wordpress.org/ticket/4357">read this</a>&nbsp;(it&rsquo;s really serious especially if you have user registration enabled) also this issue :</p>
<ul>
<li>Remote shell injection in PHPMailer</li>
<li>Unescaped attribute in default theme</li>
</ul>
<p>so the conclusion is &hellip; upgrade your wordpress blog immediately especially to those who&rsquo;s using wordpress 2.2 series ;)</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/06/22/wordpress-221-available-for-download/" title="Wordpress 2.2.1 Available for Download">Permalink</a> | <a href="http://www.reaper-x.com/2007/06/22/wordpress-221-available-for-download/#comments" title="3 comments">3 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a>,  <a href="http://www.reaper-x.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/computer/software/" title="View all posts in Software" rel="category tag">Software</a>,  <a href="http://www.reaper-x.com/category/wordpress/" title="View all posts in Wordpress" rel="category tag">Wordpress</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/06/22/wordpress-221-available-for-download/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress 2.1.3 and 2.0.10 has been released</title>
		<link>http://www.reaper-x.com/2007/04/04/wordpress-213-and-2010-has-been-released/</link>
		<comments>http://www.reaper-x.com/2007/04/04/wordpress-213-and-2010-has-been-released/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 04:02:11 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Network and Security]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2007/04/04/wordpress-213-and-2010-has-been-released/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/04/04/wordpress-213-and-2010-has-been-released/" title="Wordpress 2.1.3 and 2.0.10 has been released"><strong>Wordpress 2.1.3 and 2.0.10 has been released</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p>Time for another wordpress upgrade, because right now there&#8217;s another update to the Wordpress 2.1.x series and 2.0.x series. And this update file contains security update from several publicly known X...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/04/04/wordpress-213-and-2010-has-been-released/" title="Wordpress 2.1.3 and 2.0.10 has been released"><strong>Wordpress 2.1.3 and 2.0.10 has been released</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p><p>Time for another wordpress upgrade, because right now there&rsquo;s another update to the Wordpress 2.1.x series and 2.0.x series. And this update file contains security update from several publicly known XSS vulnerabilities and one major XMLRPC issue. Here&rsquo;s what <a href="http://wordpress.org/development/2007/04/wordpress-213-and-2010/">Matt said</a> about this releases :</p>
<p><em>These releases include fixes for several publicly known minor XSS issues, one major XML-RPC issue, and a proactive full sweep of the WordPress codebase to protect against future problems</em></p>
<p>And&nbsp;the conclusion is you&rsquo;d better upgrade your wordpress installation as soon as possible to prevent issue on your wordpress installation</p>
<p>As an addition i&rsquo;ve upgraded several blogs managed by myself to the latest wordpress version available for download without problem at all :)</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/04/04/wordpress-213-and-2010-has-been-released/" title="Wordpress 2.1.3 and 2.0.10 has been released">Permalink</a> | <a href="http://www.reaper-x.com/2007/04/04/wordpress-213-and-2010-has-been-released/#comments" title="2 comments">2 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/network-and-security/" title="View all posts in Network and Security" rel="category tag">Network and Security</a>,  <a href="http://www.reaper-x.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/computer/software/" title="View all posts in Software" rel="category tag">Software</a>,  <a href="http://www.reaper-x.com/category/wordpress/" title="View all posts in Wordpress" rel="category tag">Wordpress</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/04/04/wordpress-213-and-2010-has-been-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgrade your Wordpress 2.1.1 into 2.1.2 ASAP</title>
		<link>http://www.reaper-x.com/2007/03/03/upgrade-your-wordpress-211-into-212-asap/</link>
		<comments>http://www.reaper-x.com/2007/03/03/upgrade-your-wordpress-211-into-212-asap/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 03:27:40 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Network and Security]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2007/03/03/upgrade-your-wordpress-211-into-212-asap/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/03/upgrade-your-wordpress-211-into-212-asap/" title="Upgrade your Wordpress 2.1.1 into 2.1.2 ASAP"><strong>Upgrade your Wordpress 2.1.1 into 2.1.2 ASAP</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p>It seems there&#8217;s another update for Wordpress 2.1.x users, unfortunately this time is a serious upgrade. Because the Wordpress 2.1.1 files has been tampered by unknown person. Here&#8217;s the story : 
 Th...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/03/upgrade-your-wordpress-211-into-212-asap/" title="Upgrade your Wordpress 2.1.1 into 2.1.2 ASAP"><strong>Upgrade your Wordpress 2.1.1 into 2.1.2 ASAP</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p><p>It seems there&rsquo;s another update for Wordpress 2.1.x users, unfortunately this time is a serious upgrade. Because the Wordpress 2.1.1 files has been tampered by unknown person. Here&rsquo;s the story :</p>
<p><em>This morning we received a note to our security mailing address about unusual and highly exploitable code in WordPress. The issue was investigated, and it appeared that the 2.1.1 download had been modified from its original code. We took the website down immediately to investigate what happened.</em></p>
<p><em>It was determined that a cracker had gained user-level access to one of the servers that powers wordpress.org, and had used that access to modify the download file. We have locked down that server for further forensics, but at this time it appears that the 2.1.1 download was the only thing touched by the attack. They modified two files in WP to include code that would allow for remote PHP execution. &ndash; <a href="http://wordpress.org/development/2007/03/upgrade-212/" target="_blank">Full Story</a></em></p>
<p>As always .. if there&rsquo;s a wordpress update. I always check the <a href="http://markjaquith.wordpress.com/" target="_blank">Mark Jaquith site</a> first to see if he is already released the&nbsp;small upgrade pack files for wordpress or not (this is really handy to those who&rsquo;s using slow connection like myself for an example) .. but this time .. he&rsquo;s not releasing the small upgrade pack :P (<a href="http://markjaquith.wordpress.com/2007/03/02/no-upgrade-files-for-212/" target="_blank">by the look of this post</a>) ..</p>
<p>Anyway if you&rsquo;re using Wordpress 2.1.1 whether you get it from the first release of 2.1.1 or not .. you should upgrade your wordpress installation into 2.1.2 because it&rsquo;s already contain another fix for the recent XSS vulnerabilities on WP 2.1.1 (<a href="http://trac.wordpress.org/ticket/3879" target="_blank">Ticket #3789</a>) and some other fix as well (<a href="http://trac.wordpress.org/ticket/3759" target="_blank">Ticket #3759</a>)</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/03/upgrade-your-wordpress-211-into-212-asap/" title="Upgrade your Wordpress 2.1.1 into 2.1.2 ASAP">Permalink</a> | <a href="http://www.reaper-x.com/2007/03/03/upgrade-your-wordpress-211-into-212-asap/#comments" title="One comment">One comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/network-and-security/" title="View all posts in Network and Security" rel="category tag">Network and Security</a>,  <a href="http://www.reaper-x.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a>,  <a href="http://www.reaper-x.com/category/wordpress/" title="View all posts in Wordpress" rel="category tag">Wordpress</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/03/03/upgrade-your-wordpress-211-into-212-asap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress </title>
		<link>http://www.reaper-x.com/2007/02/28/wordpress/</link>
		<comments>http://www.reaper-x.com/2007/02/28/wordpress/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 22:24:44 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Apache]]></category>

		<category><![CDATA[Network and Security]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[htaccess]]></category>

		<category><![CDATA[iso]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2007/02/28/wordpress/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/28/wordpress/" title="Wordpress "><strong>Wordpress </strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p>I found this from SecFocus website regarding the XSS problem on Wordpress 2.1.1 (0day) yesterday .. and this new xss exploit works on version 2.1.1 .. (i&#8217;ve already tested it on my local server) &#8211; Lin...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/28/wordpress/" title="Wordpress "><strong>Wordpress </strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p><p>I found this from SecFocus website regarding the XSS problem on Wordpress 2.1.1 (0day) yesterday .. and&nbsp;this new xss exploit&nbsp;works on version 2.1.1 .. (i&rsquo;ve already tested it on my local server) &ndash; <a href="http://www.securityfocus.com/archive/1/461351/30/0/threaded" target="_blank">Link</a>&nbsp;(SecFocus) / <a href="http://secunia.com/advisories/24316/" target="_blank">Link 2</a>&nbsp;(Secunia) and here&rsquo;s what it said :</p>
<p>Samenspender has discovered a vulnerability in WordPress, which can be exploited by malicious people to conduct cross-site scripting attacks.</p>
<p>Input passed to the "post" parameter in wp-admin/post.php (when "action" is set to "delete") is not properly sanitised before being returned to a user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.</p>
<p>Successful exploitation requires that the target user is logged in as administrator.</p>
<p>The vulnerability is confirmed in version 2.1.1. Other versions may also be affected.</p>
<p>And today, i read another possible script injection attack on wordpress &lt;= 2.1.1 based blogging platform discovered by Stefan Friedli &ndash; <a href="http://www.securityfocus.com/archive/1/461440" target="_blank">Link</a></p>
<p>The only solution&nbsp;i&rsquo;ve&nbsp;found so far to prevent / reduce the damage of this attack is by protecting your wordpress admin directory using <em>.htaccess</em> or you can also use <em>mod_security</em> if it&rsquo;s installed on your webserver</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/28/wordpress/" title="Wordpress <= Adminpanel 2.1.1 XSS Vulnerability">Permalink</a> | <a href="http://www.reaper-x.com/2007/02/28/wordpress/#comments" title="3 comments">3 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/apache/" title="View all posts in Apache" rel="category tag">Apache</a>,  <a href="http://www.reaper-x.com/category/network-and-security/" title="View all posts in Network and Security" rel="category tag">Network and Security</a>,  <a href="http://www.reaper-x.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a>,  <a href="http://www.reaper-x.com/category/wordpress/" title="View all posts in Wordpress" rel="category tag">Wordpress</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/02/28/wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix for Search Everything Wordpress Plugin</title>
		<link>http://www.reaper-x.com/2007/01/29/fix-for-search-everything-wordpress-plugin/</link>
		<comments>http://www.reaper-x.com/2007/01/29/fix-for-search-everything-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 02:04:00 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Journal]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2007/01/29/fix-for-search-everything-wordpress-plugin/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/01/29/fix-for-search-everything-wordpress-plugin/" title="Fix for Search Everything Wordpress Plugin"><strong>Fix for Search Everything Wordpress Plugin</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p>Finally i can activate the Search Everything plugin once again (i temporarily disabled it after upgrading to Wordpress 2.1 because of producing duplicate results. Especially if the results can be foun...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/01/29/fix-for-search-everything-wordpress-plugin/" title="Fix for Search Everything Wordpress Plugin"><strong>Fix for Search Everything Wordpress Plugin</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p><p>Finally i can activate the Search Everything plugin once again (i temporarily disabled it after <a href="http://www.reaper-x.com/2007/01/23/wordpress-21-released-and/">upgrading to Wordpress 2.1</a>&nbsp;because of producing duplicate results. Especially if the results can be found on multiple pages). And fortunately there&rsquo;s someone already found a solution for this problem (many thanks to Tiago Pocinho by creating a fix for this problem)</p>
<p>To fix this problem, you can simply add below lines to the search everything plugin :</p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p>add_filter('posts_request', 'SE2_distinct');<br />function SE2_distinct($query){<br />&nbsp; global $wp_query;<br />&nbsp; <br />&nbsp; if (!empty($wp_query-&gt;query_vars['s'])) {<br />&nbsp;&nbsp;&nbsp; if (strstr($where, 'DISTINCT')) {}<br />&nbsp;&nbsp;&nbsp; else {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $query = str_replace('SELECT', 'SELECT DISTINCT', $query);<br />&nbsp;&nbsp;&nbsp; }<br />&nbsp; }<br />&nbsp; return $query;<br />}</p>
</blockquote>
<p>Yep .. that&rsquo;s all .. but just in case you want to see a detailed description of this problem, you can see it at <a href="http://code.google.com/p/searcheverything/issues/detail?id=2">Search Everything page at Google Code</a></p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/01/29/fix-for-search-everything-wordpress-plugin/" title="Fix for Search Everything Wordpress Plugin">Permalink</a> | <a href="http://www.reaper-x.com/2007/01/29/fix-for-search-everything-wordpress-plugin/#comments" title="5 comments">5 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/journal/" title="View all posts in Journal" rel="category tag">Journal</a>,  <a href="http://www.reaper-x.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/personal/" title="View all posts in Personal" rel="category tag">Personal</a>,  <a href="http://www.reaper-x.com/category/wordpress/" title="View all posts in Wordpress" rel="category tag">Wordpress</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/01/29/fix-for-search-everything-wordpress-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress HTML Injection Vulnerability</title>
		<link>http://www.reaper-x.com/2007/01/01/wordpress-html-injection-vulnerability/</link>
		<comments>http://www.reaper-x.com/2007/01/01/wordpress-html-injection-vulnerability/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 06:48:33 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Computer Security]]></category>

		<category><![CDATA[Freeware]]></category>

		<category><![CDATA[Network and Security]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[hack]]></category>

		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2007/01/01/wordpress-html-injection-vulnerability/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/01/01/wordpress-html-injection-vulnerability/" title="Wordpress HTML Injection Vulnerability"><strong>Wordpress HTML Injection Vulnerability</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p>Wow .. i just got back .. and i read a very interesting news about the recent wordpress html injection vulnerability issue that is exists on several .. um .. almost all versions of wordpress below 2.0...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/01/01/wordpress-html-injection-vulnerability/" title="Wordpress HTML Injection Vulnerability"><strong>Wordpress HTML Injection Vulnerability</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p><p>Wow .. i just got back .. and i&nbsp;read a very interesting news about the recent wordpress&nbsp;<a href="http://www.securityfocus.com/bid/21782/info">html injection</a> vulnerability issue that is exists on several .. um .. almost all versions of wordpress below 2.0.6 (well i dont know&nbsp;anything about the 1.x series of wordpress because i never use it before)</p>
<p>Fortunately there is already a fix for this&nbsp;problem and you can do it by applying the latest patch from <a href="http://trac.wordpress.org/changeset/4665">Wordpress Trac</a>&nbsp;into the <em>templates.php</em> file in your wp-admin directory</p>
<p>As as a note, if you want to see a proof of concept regarding this wordpress issue, you can go to <a href="http://michaeldaw.org/md-hacks/wordpress-templatephp-exploit/">David Kierznowski</a>&nbsp;homepage and&nbsp;see it by yourself</p>
<p>And yet another note, <a href="http://wordpress.org/beta/wordpress-2.0.6-RC2.tar.gz">Wordpress 2.0.6 RC2</a> has been released (<a href="http://comox.textdrive.com/pipermail/wp-testers/2006-December/003490.html">from the WP-Testers Mailing Lists</a>) and this new release candidate already include a&nbsp;fix for this problem</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/01/01/wordpress-html-injection-vulnerability/" title="Wordpress HTML Injection Vulnerability">Permalink</a> | <a href="http://www.reaper-x.com/2007/01/01/wordpress-html-injection-vulnerability/#comments" title="3 comments">3 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/computer-security/" title="View all posts in Computer Security" rel="category tag">Computer Security</a>,  <a href="http://www.reaper-x.com/category/freeware/" title="View all posts in Freeware" rel="category tag">Freeware</a>,  <a href="http://www.reaper-x.com/category/network-and-security/" title="View all posts in Network and Security" rel="category tag">Network and Security</a>,  <a href="http://www.reaper-x.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a>,  <a href="http://www.reaper-x.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/computer/software/" title="View all posts in Software" rel="category tag">Software</a>,  <a href="http://www.reaper-x.com/category/wordpress/" title="View all posts in Wordpress" rel="category tag">Wordpress</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/01/01/wordpress-html-injection-vulnerability/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Track what your visitors are searching for</title>
		<link>http://www.reaper-x.com/2006/12/22/track-what-your-visitors-are-searching-for/</link>
		<comments>http://www.reaper-x.com/2006/12/22/track-what-your-visitors-are-searching-for/#comments</comments>
		<pubDate>Fri, 22 Dec 2006 16:08:05 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[Website Monitoring]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/22/track-what-your-visitors-are-searching-for/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/22/track-what-your-visitors-are-searching-for/" title="Track what your visitors are searching for"><strong>Track what your visitors are searching for</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p>Previously i&#8217;ve already enabled the Search Meter plugin here on my wordpress blog, but because at that time i don't really need it mainly because almost no one use the search function on this site (ju...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/22/track-what-your-visitors-are-searching-for/" title="Track what your visitors are searching for"><strong>Track what your visitors are searching for</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p><p>Previously i&rsquo;ve already enabled the <a href="http://www.thunderguy.com/semicolon/wordpress/search-meter-wordpress-plugin/">Search Meter</a> plugin here on my wordpress blog, but because at that time i don't really need it mainly because almost no one use the search function on this site (just as i thought that no one really like to use search function first) .. :-P .. so i disabled it and also delete all of the table used by the search meter plugin, but well forget about that for now because i already enabled it once again ;-)</p>
<p>And&nbsp;.. if you didn't know what Search Meter can be used for, it's a good wordpress plugin that let you track what your site visitors are searching for on your site, and thanks to statistic data gathered from it, you can of course get a new idea on what you should write next (and that&rsquo;s how i actually write a new post on this blog, everything is based from the search query terms used by visitors that came into this site)</p>
<p>So maybe for those that is using <a href="http://wordpress.org/">wordpress</a>&nbsp;as their blogging platform maybe can find this plugin useful</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/22/track-what-your-visitors-are-searching-for/" title="Track what your visitors are searching for">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/22/track-what-your-visitors-are-searching-for/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a>,  <a href="http://www.reaper-x.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a>,  <a href="http://www.reaper-x.com/category/website-monitoring/" title="View all posts in Website Monitoring" rel="category tag">Website Monitoring</a>,  <a href="http://www.reaper-x.com/category/wordpress/" title="View all posts in Wordpress" rel="category tag">Wordpress</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/22/track-what-your-visitors-are-searching-for/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Track your Adsense Click for free with Adlogger</title>
		<link>http://www.reaper-x.com/2006/12/12/track-your-adsense-click-for-free-with-adlogger/</link>
		<comments>http://www.reaper-x.com/2006/12/12/track-your-adsense-click-for-free-with-adlogger/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 19:04:21 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Advertisement]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Adsense]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[adsense]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/12/track-your-adsense-click-for-free-with-adlogger.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/12/track-your-adsense-click-for-free-with-adlogger/" title="Track your Adsense Click for free with Adlogger"><strong>Track your Adsense Click for free with Adlogger</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p>I&#8217;m sure most of you already know about adsense click fraud, and the worst case that came from the adsense click fraud is you&#8217;ll get your adsense account terminated without notice. Although i haven't...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/12/track-your-adsense-click-for-free-with-adlogger/" title="Track your Adsense Click for free with Adlogger"><strong>Track your Adsense Click for free with Adlogger</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p><p>I&rsquo;m sure most of you already know about adsense click fraud, and the worst case that came from the adsense click fraud is you&rsquo;ll get your adsense account terminated without notice. Although i haven't get a single mail from the Google Adsense team regarding click fraud on my site like <a href="http://www.johntp.com/2006/07/27/reply-from-the-adsense-team/" rel="nofollow">JohnTP</a>, i guess it&rsquo;d be best for me to be sure that there&rsquo;s nothing wrong with my adsense account</p>
<p>By the way here&rsquo;s the short description about <a href="http://adlogger.org/" rel="nofollow">adlogger</a> :</p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p>AdLogger intends to prevent click-fraud on your websites by limiting the number of clicks your visitors may make. AdLogger tracks AdSense clicks in real time and compiles the data for you to review.</p>
<p>In addition, the script determines if ads should be shown for a visitor depending on their clicking history. If one of your visitors is clicking too many ads, the script will automatically disable ads for that visitor so they won't be allowed to click any more.</p>
</blockquote>
<p>And if you ask me, why i didn't choose pay options to track the performance&nbsp;/ to track anything else that&rsquo;s related to my adsense account the answer is&nbsp;like the author of the adlogger script (Trevor Fitzgerald)</p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p>I wrote this script because I noticed there was a very large demand for it, and other websites were charging what I thought was too much (<strong>and by too much I mean anything over $0</strong>)</p>
</blockquote>
<p>With the exception there&rsquo;s other reason why i choose to run it on my host instead of using the pay / free options from other adtracking website and that&rsquo;s because :</p>
<p><em>They (other site that&rsquo;s offering ad tracking service)&nbsp;will most likely record the high paying keyword&nbsp;from your adsense account</em> .. so they can use it on their other site</p>
<p>That&rsquo;s all &hellip; for more information you should go to <a href="http://www.adlogger.org/" rel="nofollow">Adlogger Website</a></p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/12/track-your-adsense-click-for-free-with-adlogger/" title="Track your Adsense Click for free with Adlogger">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/12/track-your-adsense-click-for-free-with-adlogger/#comments" title="5 comments">5 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/making-money/advertisement/" title="View all posts in Advertisement" rel="category tag">Advertisement</a>,  <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/google-adsense/" title="View all posts in Google Adsense" rel="category tag">Google Adsense</a>,  <a href="http://www.reaper-x.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a>,  <a href="http://www.reaper-x.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/computer/software/" title="View all posts in Software" rel="category tag">Software</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/12/track-your-adsense-click-for-free-with-adlogger/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.0.6 Beta 1 Released</title>
		<link>http://www.reaper-x.com/2006/12/07/wordpress-206-beta-1-released/</link>
		<comments>http://www.reaper-x.com/2006/12/07/wordpress-206-beta-1-released/#comments</comments>
		<pubDate>Wed, 06 Dec 2006 19:12:31 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Servers]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[php 5]]></category>

		<category><![CDATA[psu]]></category>

		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/07/wordpress-206-beta-1-released.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/07/wordpress-206-beta-1-released/" title="WordPress 2.0.6 Beta 1 Released"><strong>WordPress 2.0.6 Beta 1 Released</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p>Mark Jaquith has informed that Wordpress 2.0.6 Beta 1 has been released on the WP-Tester List .. and as you already knew that this release is still in beta stage so only use it on your testing site .....]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/07/wordpress-206-beta-1-released/" title="WordPress 2.0.6 Beta 1 Released"><strong>WordPress 2.0.6 Beta 1 Released</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; PHP"><strong>Reaper-X</strong></a></p><p><a href="http://markjaquith.wordpress.com/2006/12/06/wordpress-206-beta-1/" rel="nofollow">Mark Jaquith</a> has informed&nbsp;that <a href="http://wordpress.org/beta/wordpress-2.0.6-beta1.zip" rel="nofollow">Wordpress 2.0.6 Beta 1</a> has been released on the <a href="http://comox.textdrive.com/pipermail/wp-testers/2006-December/003382.html" rel="nofollow">WP-Tester List</a>&nbsp;.. and as you already knew that this release is still in beta stage so only use it on your testing&nbsp;site .. if you&rsquo;re going to use it on production site,&nbsp;make sure you know what you&rsquo;re&nbsp;doing ;)</p>
<p>This release intended for those who&rsquo;s having problem with&nbsp;their&nbsp;wordpress 2.0.5 installation such as 500 server error, 302 found, etc&nbsp;(although there&rsquo;s special fix for that problem available for <a href="http://txfx.net/code/wordpress/wordpress-tuneup/wordpress-205-tuneup/" rel="nofollow">download from here</a>)&nbsp;.. especially for those who&rsquo;s running their wordpress installation under FastCGI server or running PHP 5.2 (i don't experience this problem because my host is running PHPSuExec not FastCGI) .. </p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/07/wordpress-206-beta-1-released/" title="WordPress 2.0.6 Beta 1 Released">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/07/wordpress-206-beta-1-released/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/open-source/" title="View all posts in Open Source" rel="category tag">Open Source</a>,  <a href="http://www.reaper-x.com/category/php/" title="View all posts in PHP" rel="category tag">PHP</a>,  <a href="http://www.reaper-x.com/category/web-hosting/" title="View all posts in Web Hosting" rel="category tag">Web Hosting</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/wordpress/" title="View all posts in Wordpress" rel="category tag">Wordpress</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/07/wordpress-206-beta-1-released/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
