<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 08 Jul 2008 22:59:53 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Developer Tutorials Blog: Hacking Wordpress When You've Forgotten Your Password]]></title>
      <guid>http://www.phpdeveloper.org/news/10248</guid>
      <link>http://www.phpdeveloper.org/news/10248</link>
      <description><![CDATA[<p>
The Developer Tutorials blog has <a href="http://www.developertutorials.com/blog/wordpress-blog/hacking-wordpress-when-youve-forgotten-your-password-177/">an article</a> posted today about how you can "hack" your WordPress installation if you happen to forget the password for your account:
</p>
<blockquote>
Do you have multiple Wordpress self-hosted blogs? If so, you've likely run into a scenario where you just can’t remember your password. With Wordpress 2.5 and 2.5.1 there’s an annoying bug that sometimes generates passwords that don't work when you click the "Forgot Password" option. [...] Wordpress resets the password internally (in the MySQL database) but the link that it sent you to activate that password fails to connect with the database effectively locking you out of your blog. In this scenario, at least for me, all the potentially viable solutions lead to dead ends.
</blockquote>
<p>
His <a href="http://www.developertutorials.com/blog/wordpress-blog/hacking-wordpress-when-youve-forgotten-your-password-177/">six step process</a> involves <a href="http://www.village-idiot.org/archives/2007/05/22/wp-emergency-password-recovery/">an external script</a> (use with caution, especially before you read the source) that reaches into your WordPress install and updates your admin account and sends out an email with the resulting password.
</p>]]></description>
      <pubDate>Thu, 22 May 2008 12:58:57 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Tutorials Blog: Five Wordpress Tips for Power Users]]></title>
      <guid>http://www.phpdeveloper.org/news/10127</guid>
      <link>http://www.phpdeveloper.org/news/10127</link>
      <description><![CDATA[<p>
On the Developer Tutorials Blog today, there's a <a href="http://www.developertutorials.com/blog/general/five-wordpress-tips-for-power-users-166/">new post</a> aimed at WordPress users to help them on the path to becoming "power users" with five tips.
</p>
<blockquote>
If you're a wordpress power user, you'll inevitably have some questions about how you can improve your blog or add new features. Here are five tips that will make life easier for people wanting to maximize their use of Wordpress.
</blockquote>
<p>
<a href="http://www.developertutorials.com/blog/general/five-wordpress-tips-for-power-users-166/">The list</a> is:
</p>
<ul>
<li>Quickly Find Page/Post ID
<li>Custom Front Page
<li>Password Protect Wordpress
<li>Protect from the 'Digg Efect' with HTML
<li>Stop Hackers
</ul>
<p>
Each of them with their own explanations (and links to other resources detailing how they're done).
</p>]]></description>
      <pubDate>Wed, 07 May 2008 07:57:58 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ed Finkler's Blog: Encouraging steps towards security in Wordpress 2.5]]></title>
      <guid>http://www.phpdeveloper.org/news/9900</guid>
      <link>http://www.phpdeveloper.org/news/9900</link>
      <description><![CDATA[<p>
<i>Ed Finkler</i>, not normally a big fan of the <a href="http://www.wordpress.org">WordPress</a> PHP-based blogging system, has <a href="http://funkatron.com/site/comments/encouraging-steps-towards-security-in-wordpress-25/#When:18:15:00Z">pointed out</a> some positive steps that were made in the latest release in the security arena.
</p>
<blockquote>
Anyone who gets me liquored up knows that I'm not a fan of Wordpress. I think it's great from a user (that is, the person writing the content) standpoint, but it has lagged behind severely in terms of security, and I don't believe its popularity is the sole reason WP has been the subject of dozens of vulnerability reports every year. That being said, the WP 2.5 release appears to offer significant improvements in a couple areas: password hashes and cookie data encryption.
</blockquote>
<p>
He <a href="http://funkatron.com/site/comments/encouraging-steps-towards-security-in-wordpress-25/#When:18:15:00Z">mentions</a> two things in particular - their addition of salted passwords and secure cookies.
</p>]]></description>
      <pubDate>Wed, 02 Apr 2008 21:09:47 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jonathan Snook's Blog: Password Protecting Admin Functions in CakePHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9525</guid>
      <link>http://www.phpdeveloper.org/news/9525</link>
      <description><![CDATA[<p>
<i>Jonathan Snook</i> has <a href="http://snook.ca/archives/servers/password_protect_admin/">posted a helpful trick</a> for CakePHP users out there looking to secure sections of their site away from "normal users" and keep it only in the hands of the admins.
</p>
<blockquote>
I just wanted to document this for easy future reference but if you don't want to hook up a complex user adminstration with authorization components, you can simply specify that the admin path be password protected in either your .htaccess file or in your httpd.conf.
</blockquote>
<p>
This method is actually one of the built-in methods Apache has for restricting access (http authentication) that he's placed on his "/admin" directory. Call htpasswd to create the password file and you're all set to go.
</p>
]]></description>
      <pubDate>Wed, 30 Jan 2008 09:31:00 -0600</pubDate>
    </item>
  </channel>
</rss>
