<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PHP Login System Reloaded v1.1</title>
	<atom:link href="http://tympanus.net/codrops/2009/09/16/php-login-system-reloaded-v1-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2009/09/16/php-login-system-reloaded-v1-1/</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:26:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nifty62</title>
		<link>http://tympanus.net/codrops/2009/09/16/php-login-system-reloaded-v1-1/comment-page-13/#comment-414848</link>
		<dc:creator>Nifty62</dc:creator>
		<pubDate>Wed, 25 Jan 2012 20:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=510#comment-414848</guid>
		<description>Hey there,

I&#039;m a newb to php and am attempting to put together my own game project.

I was directed to this page and I downloaded it but, to be honest, I have no idea where to even begin using this. lol

Any help would be appreciated!</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>I&#8217;m a newb to php and am attempting to put together my own game project.</p>
<p>I was directed to this page and I downloaded it but, to be honest, I have no idea where to even begin using this. lol</p>
<p>Any help would be appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zrakot</title>
		<link>http://tympanus.net/codrops/2009/09/16/php-login-system-reloaded-v1-1/comment-page-13/#comment-372491</link>
		<dc:creator>Zrakot</dc:creator>
		<pubDate>Tue, 03 Jan 2012 18:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=510#comment-372491</guid>
		<description>Great PHP login script.

How do I go about displaying a user&#039;s profile after he or she has successfully registered and logged-in? 

Here, too, how would I display a user&#039;s complete record (input data from a multi-page form)?

Sure could use some help with the coding.

Many thanks.

Mary -</description>
		<content:encoded><![CDATA[<p>Great PHP login script.</p>
<p>How do I go about displaying a user&#8217;s profile after he or she has successfully registered and logged-in? </p>
<p>Here, too, how would I display a user&#8217;s complete record (input data from a multi-page form)?</p>
<p>Sure could use some help with the coding.</p>
<p>Many thanks.</p>
<p>Mary -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G Love</title>
		<link>http://tympanus.net/codrops/2009/09/16/php-login-system-reloaded-v1-1/comment-page-13/#comment-360150</link>
		<dc:creator>G Love</dc:creator>
		<pubDate>Thu, 29 Dec 2011 06:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=510#comment-360150</guid>
		<description>A quick change that you might want to make is encoding the email for the password reset as rawurlencode, rather than urlencode, to avoid destroying + signs in email addresses (a perfectly valid character).

Both changes would be made in the core.php file.  In the functions confirmResetPasswordData() and processForgotPassword().</description>
		<content:encoded><![CDATA[<p>A quick change that you might want to make is encoding the email for the password reset as rawurlencode, rather than urlencode, to avoid destroying + signs in email addresses (a perfectly valid character).</p>
<p>Both changes would be made in the core.php file.  In the functions confirmResetPasswordData() and processForgotPassword().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PAR-ss-15</title>
		<link>http://tympanus.net/codrops/2009/09/16/php-login-system-reloaded-v1-1/comment-page-13/#comment-349988</link>
		<dc:creator>PAR-ss-15</dc:creator>
		<pubDate>Sun, 25 Dec 2011 05:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=510#comment-349988</guid>
		<description>Really cool tutorial ! I have question what do you mean by 

&quot;The only table that you have to create in your MySQL database is the following:&quot;

Please help answer back , I just started learning web development.</description>
		<content:encoded><![CDATA[<p>Really cool tutorial ! I have question what do you mean by </p>
<p>&#8220;The only table that you have to create in your MySQL database is the following:&#8221;</p>
<p>Please help answer back , I just started learning web development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: addy</title>
		<link>http://tympanus.net/codrops/2009/09/16/php-login-system-reloaded-v1-1/comment-page-13/#comment-306357</link>
		<dc:creator>addy</dc:creator>
		<pubDate>Sun, 04 Dec 2011 18:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=510#comment-306357</guid>
		<description>I am getting this Error when i run it in browser: {PHP Warning: session_start() [function.session-start]: open(./sessions\sess_nr1qi6k50l2fdrj0981gbvpkf2, O_RDWR) failed: No such file or directory (2) in D:\Domains\jmedsci.com\wwwroot\loginjqry\php\core.php on line 22 PHP Warning: Unknown: open(./sessions\sess_nr1qi6k50l2fdrj0981gbvpkf2, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (./sessions) in Unknown on line 0} 



Despite the fact that i gave it a location to save session....and i make the change in core.php file:   	
	public function __construct(){

session_save_path(&quot;./sessions&quot;);
session_start();

	}</description>
		<content:encoded><![CDATA[<p>I am getting this Error when i run it in browser: {PHP Warning: session_start() [function.session-start]: open(./sessions\sess_nr1qi6k50l2fdrj0981gbvpkf2, O_RDWR) failed: No such file or directory (2) in D:\Domains\jmedsci.com\wwwroot\loginjqry\php\core.php on line 22 PHP Warning: Unknown: open(./sessions\sess_nr1qi6k50l2fdrj0981gbvpkf2, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (./sessions) in Unknown on line 0} </p>
<p>Despite the fact that i gave it a location to save session&#8230;.and i make the change in core.php file:<br />
	public function __construct(){</p>
<p>session_save_path(&#8220;./sessions&#8221;);<br />
session_start();</p>
<p>	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rock</title>
		<link>http://tympanus.net/codrops/2009/09/16/php-login-system-reloaded-v1-1/comment-page-13/#comment-301464</link>
		<dc:creator>rock</dc:creator>
		<pubDate>Fri, 02 Dec 2011 11:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=510#comment-301464</guid>
		<description>Not Found
Error 404 https://admin.recaptcha.net/accounts/login/?next=/recaptcha/createsite/</description>
		<content:encoded><![CDATA[<p>Not Found<br />
Error 404 <a href="https://admin.recaptcha.net/accounts/login/?next=/recaptcha/createsite/" rel="nofollow">https://admin.recaptcha.net/accounts/login/?next=/recaptcha/createsite/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rock</title>
		<link>http://tympanus.net/codrops/2009/09/16/php-login-system-reloaded-v1-1/comment-page-13/#comment-301463</link>
		<dc:creator>rock</dc:creator>
		<pubDate>Fri, 02 Dec 2011 11:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=510#comment-301463</guid>
		<description>?????????? Recaptcha not Error, https://admin.recaptcha.net/accounts/login/?next=/recaptcha/createsite/
((((((((((</description>
		<content:encoded><![CDATA[<p>?????????? Recaptcha not Error, <a href="https://admin.recaptcha.net/accounts/login/?next=/recaptcha/createsite/" rel="nofollow">https://admin.recaptcha.net/accounts/login/?next=/recaptcha/createsite/</a><br />
((((((((((</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BITMILL</title>
		<link>http://tympanus.net/codrops/2009/09/16/php-login-system-reloaded-v1-1/comment-page-13/#comment-280364</link>
		<dc:creator>BITMILL</dc:creator>
		<pubDate>Mon, 21 Nov 2011 10:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=510#comment-280364</guid>
		<description>Hi All!
I am a novice in PHP.
What should I do after logging in, the user arrive at my Main Page? If I modify the index.php,It seems on the login page also.
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi All!<br />
I am a novice in PHP.<br />
What should I do after logging in, the user arrive at my Main Page? If I modify the index.php,It seems on the login page also.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dj Fresh</title>
		<link>http://tympanus.net/codrops/2009/09/16/php-login-system-reloaded-v1-1/comment-page-13/#comment-278056</link>
		<dc:creator>Dj Fresh</dc:creator>
		<pubDate>Sun, 20 Nov 2011 00:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=510#comment-278056</guid>
		<description>everyone is complaining that the php wont confirm their emails. can someone help, i&#039;m a newbie ...... please and thanks in advance</description>
		<content:encoded><![CDATA[<p>everyone is complaining that the php wont confirm their emails. can someone help, i&#8217;m a newbie &#8230;&#8230; please and thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arie</title>
		<link>http://tympanus.net/codrops/2009/09/16/php-login-system-reloaded-v1-1/comment-page-13/#comment-245699</link>
		<dc:creator>Arie</dc:creator>
		<pubDate>Thu, 03 Nov 2011 12:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=510#comment-245699</guid>
		<description>Hi Chadking,

First of all ................. great piece of work !

I installed everything on a testsite, http://www.familiekant.nl/admin/ and it seems to work.

When I fill in everything when I try to register, the error message pops up till I set everything allright.

When I click on Register I see the Ajaxload image for a few seconds and than .............. nothing ;-)

No error message, no record in the database, no nothing.

Any idea what goed wrong?

Kind regards,

Arie</description>
		<content:encoded><![CDATA[<p>Hi Chadking,</p>
<p>First of all &#8230;&#8230;&#8230;&#8230;&#8230;.. great piece of work !</p>
<p>I installed everything on a testsite, <a href="http://www.familiekant.nl/admin/" rel="nofollow">http://www.familiekant.nl/admin/</a> and it seems to work.</p>
<p>When I fill in everything when I try to register, the error message pops up till I set everything allright.</p>
<p>When I click on Register I see the Ajaxload image for a few seconds and than &#8230;&#8230;&#8230;&#8230;.. nothing ;-)</p>
<p>No error message, no record in the database, no nothing.</p>
<p>Any idea what goed wrong?</p>
<p>Kind regards,</p>
<p>Arie</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  tympanus.net/codrops/2009/09/16/php-login-system-reloaded-v1-1/feed/ ) in 0.21844 seconds, on Feb 8th, 2012 at 11:26 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 12:26 am UTC -->
