<?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>Open source blog, linux, php, python, security &#187; wordpress</title>
	<atom:link href="http://www.alonon.net/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonon.net</link>
	<description></description>
	<lastBuildDate>Wed, 02 Jun 2010 08:11:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://1.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab?s=</url>
    <link>http://www.alonon.net</link>
   </image>
		<item>
		<title>WordPress Security Vulnerability</title>
		<link>http://www.alonon.net/wordpress-security-vulnerability/</link>
		<comments>http://www.alonon.net/wordpress-security-vulnerability/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 07:46:55 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=125</guid>
		<description><![CDATA[With this security vulnerability, your admin password can be reset if your wordpress version &#60;=2.8.3.  For more information about exploit visit: http://www.milw0rm.com/exploits/9410 Solution: open wp-login.php Find this line if ( empty( $key ) ) and change with this: if ( empty( $key ) &#124;&#124; is_array( $key ) ) or patch: http://wordpress.org/development/2009/08/2-8-4-security-release/ Tags: exploit, password, reset, &#8230; <a href="http://www.alonon.net/wordpress-security-vulnerability/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With this security vulnerability, your admin password can be reset if your wordpress version &lt;=2.8.3.  For more information about exploit visit: <a href="http://www.milw0rm.com/exploits/9410">http://www.milw0rm.com/exploits/9410</a></p>
<p>Solution:</p>
<p>open wp-login.php</p>
<p>Find this line</p>
<p><strong>if ( empty( $key ) )</strong></p>
<p>and change with this:</p>
<p><strong>if ( empty( $key ) || is_array( $key ) ) </strong></p>
<p><strong><br />
</strong></p>
<p>or</p>
<p>patch: <a href="http://wordpress.org/development/2009/08/2-8-4-security-release/" target="_blank">http://wordpress.org/development/2009/08/2-8-4-security-release/</a></p>

	Tags: <a href="http://www.alonon.net/tag/exploit/" title="exploit" rel="tag">exploit</a>, <a href="http://www.alonon.net/tag/password/" title="password" rel="tag">password</a>, <a href="http://www.alonon.net/tag/reset/" title="reset" rel="tag">reset</a>, <a href="http://www.alonon.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/mysql-password-resetchange/" title="Mysql password reset,change (December 29, 2008)">Mysql password reset,change</a> (0)</li>
	<li><a href="http://www.alonon.net/some-changes/" title="Some Changes.. (March 22, 2009)">Some Changes..</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/wordpress-security-vulnerability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some Changes..</title>
		<link>http://www.alonon.net/some-changes/</link>
		<comments>http://www.alonon.net/some-changes/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 07:35:36 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[My news]]></category>
		<category><![CDATA[changes theme]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=61</guid>
		<description><![CDATA[I noticed that i write maximum 3 entry in a month. I decided to change this situation so i made some changes. I want to write something everyday. I hope i can Firstly,i installed new theme, and some new plugin. I changed some place of theme you can download and wiev from here but you &#8230; <a href="http://www.alonon.net/some-changes/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I noticed that i write maximum 3 entry in a month. I decided to change this situation so i made some changes. I want to write something everyday. I hope i can <img src='http://www.alonon.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Firstly,i installed new <a href="http://wordpress.bustatheme.com/wp-smashing/">theme</a>, and some new plugin. I changed some place of theme you can download and wiev <a href="http://wordpress.bustatheme.com/wp-smashing/">from here </a>but you have to register first to download.</p>
<p>I installed:</p>
<p><a href="http://wordpress.org/extend/plugins/simple-tags/">simple tag</a> plugin for related post and tags</p>
<p><a href="http://lesterchan.net/wordpress/readme/wp-pagenavi.html">pagenavi</a> plugin for changing paging style</p>
<p><a href="http://lesterchan.net/wordpress/readme/wp-polls.html">poll plugin</a> ( don&#8217;t forget to vote my poll <img src='http://www.alonon.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>Also i was using these plugin:</p>
<p><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in one seo</a>: very usefull plugin, you can chane your post , index, and archive pages descriptions,meta and titles.</p>
<p><a title="Visit plugin homepage" href="http://www.deanlee.cn/wordpress/code_highlighter_plugin_for_wordpress/">Dean&#8217;s Code Highlighter</a>: to make my codes colorful, it has some other features to.</p>
<p><a href="http://lesterchan.net/wordpress/readme/wp-postviews.html">Postwievs</a>: It shows the most wieved pages and some other statistics about wievs.</p>
<p>I don&#8217;t know, did you notice but <a href="http://lesterchan.net/portfolio/programming/php/">http://lesterchan.net</a> has lots of plugin, and they are very usefull. <img src='http://www.alonon.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I used widgets for layouts.</p>
<p>Also i add my sites blog list for pagerank, you can see these blog list at footer.</p>
<p>I am thinking of write about php lessons, or how to make a cms with php, or php and security. I will be happy if you write your ideas as a comment</p>

	Tags: <a href="http://www.alonon.net/tag/changes-theme/" title="changes theme" rel="tag">changes theme</a>, <a href="http://www.alonon.net/tag/plugin/" title="plugin" rel="tag">plugin</a>, <a href="http://www.alonon.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/wordpress-security-vulnerability/" title="WordPress Security Vulnerability (August 12, 2009)">WordPress Security Vulnerability</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/some-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
