<?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>JayGilford.com &#187; Uncategorized</title>
	<atom:link href="http://www.jaygilford.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaygilford.com</link>
	<description>Numerous articles on PHP, MySQL and Apache files</description>
	<lastBuildDate>Wed, 03 Feb 2010 20:07:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to reset your wordpress administrator password</title>
		<link>http://www.jaygilford.com/uncategorized/how-to-reset-your-wordpress-administrator-password/</link>
		<comments>http://www.jaygilford.com/uncategorized/how-to-reset-your-wordpress-administrator-password/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 01:18:57 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jaygilford.com/?p=96</guid>
		<description><![CDATA[
Save the file from the download link below into your root wordpress directory, then go to your Wordpress site (http://www.yoursite.com/wp-directory/wpreset.php)
Select the administrator account from the drop down, enter a new password and click the button to reset it


Here&#8217;s the PHP code with commenting for anyone interested in how it works

PHP Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//Load wordpress bootstrap and include [...]]]></description>
		<wfw:commentRss>http://www.jaygilford.com/uncategorized/how-to-reset-your-wordpress-administrator-password/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
