<?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>Wed, 19 Jun 2013 05:45:59 -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[DevShed: Creating a Login Script for a PHP/MySQL Blogging System (Part 1)]]></title>
      <guid>http://www.phpdeveloper.org/news/6410</guid>
      <link>http://www.phpdeveloper.org/news/6410</link>
      <description><![CDATA[<p>
DevShed is starting up a new series this morning with <a href="http://www.devshed.com/c/a/MySQL/Creating-a-Login-Script-for-a-PHPMySQL-Blogging-System/">this new tutorial</a>, part one in the creation of a simple blogging system using PHP and MySQL.
</p>
<blockquote>
In this three-part tutorial we are going to be creating an open blogging system. We are also going to provide scripts that will make it possible to switch to a closed blogging system. This article, which is the first part, will cover the creation of the login scripts for a closed system.
</blockquote>
<p>
They <a href="http://www.devshed.com/c/a/MySQL/Creating-a-Login-Script-for-a-PHPMySQL-Blogging-System/">start with a definition</a>, the difference between an open blogging system and a closed one (if users have to register or not). They start with the creation of the database to store the users in followed by the PHP code for the simple login page. It uses sessions to keep track of which user is logged in. Of course, where there's a log in, there needs to be a log out and they give the simple code for that. Finally, they include a "forgot your password" script to help users when they can't remember the info they'd signed up with.
</p>]]></description>
      <pubDate>Tue, 03 Oct 2006 10:00:31 -0500</pubDate>
    </item>
  </channel>
</rss>
