<?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: Building Browsergames: Implementing an e-mail confirmation system (PHP)</title>
	<atom:link href="http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/</link>
	<description>Ever wanted to build a browsergame?</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:26:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: FRQDO</title>
		<link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/comment-page-1/#comment-743</link>
		<dc:creator>FRQDO</dc:creator>
		<pubDate>Sun, 07 Mar 2010 11:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=29#comment-743</guid>
		<description>In my case the email contains looks like this:&lt;br&gt;&lt;br&gt;Content-type: text/html; charset=iso-8859-1&lt;br&gt;&lt;br&gt;Message-Id: &lt;&lt;a href=&quot;mailto:20100307064942.A791367C38F@server1.rshost.de&quot; rel=&quot;nofollow&quot;&gt;20100307064942.A791367C38F@server1.rshost.de&lt;/a&gt;&gt;&lt;br&gt;Date: Sun,  7 Mar 2010 07:49:42 +0100 (CET)&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;Hey! Thanks for signing up for the browsergame. Click below to confirm your e-mail address.&lt;/p&gt;&lt;br&gt;&lt;p&gt;&lt;a href=&#039;http://website.com/confirm.php?email=test@host.org&#039; rel=&quot;nofollow&quot;&gt;below&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;The tags aren&#039;t &quot;executed&quot; - I can read the whole link instead of just the underlined &quot;below&quot;.</description>
		<content:encoded><![CDATA[<p>In my case the email contains looks like this:</p>
<p>Content-type: text/html; charset=iso-8859-1</p>
<p>Message-Id: &lt;<a href="mailto:20100307064942.A791367C38F@server1.rshost.de" rel="nofollow">20100307064942.A791367C38F@server1.rshost.de</a>&gt;<br />Date: Sun,  7 Mar 2010 07:49:42 +0100 (CET)</p>
<p>Hey! Thanks for signing up for the browsergame. Click below to confirm your e-mail address.</p>
<p>
<p><a href=&#39;http://website.com/confirm.php?email=test@host.org&#39; rel="nofollow">below</a></p>
<p>The tags aren&#39;t &#8220;executed&#8221; &#8211; I can read the whole link instead of just the underlined &#8220;below&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Red</title>
		<link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/comment-page-1/#comment-692</link>
		<dc:creator>Red</dc:creator>
		<pubDate>Sat, 16 Jan 2010 14:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=29#comment-692</guid>
		<description>I got it figured out thanks Luke. By the way your site is very organized, informative, and easy to understand. Thank you for making these tutorials available.</description>
		<content:encoded><![CDATA[<p>I got it figured out thanks Luke. By the way your site is very organized, informative, and easy to understand. Thank you for making these tutorials available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/comment-page-1/#comment-691</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 15 Jan 2010 22:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=29#comment-691</guid>
		<description>I&#039;m not sure - you&#039;d have to show me lines 22-25 of your register.php.</description>
		<content:encoded><![CDATA[<p>I&#39;m not sure &#8211; you&#39;d have to show me lines 22-25 of your register.php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Red</title>
		<link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/comment-page-1/#comment-690</link>
		<dc:creator>Red</dc:creator>
		<pubDate>Fri, 15 Jan 2010 18:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=29#comment-690</guid>
		<description>I test my register page and it seems to work but I do still get an error:&lt;br&gt;&lt;br&gt;Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/axyse1/public_html/axnet/register.php on line 25&lt;br&gt;Congratulations, you&#039;ve registered successfully! A confirmation e-mail has been sent to the address you entered.&lt;br&gt;&lt;br&gt;Hey! Thanks for signing up for the browsergame. Click below to confirm your e-mail address.&lt;br&gt;&lt;br&gt;What would be causing this?</description>
		<content:encoded><![CDATA[<p>I test my register page and it seems to work but I do still get an error:</p>
<p>Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/axyse1/public_html/axnet/register.php on line 25<br />Congratulations, you&#39;ve registered successfully! A confirmation e-mail has been sent to the address you entered.</p>
<p>Hey! Thanks for signing up for the browsergame. Click below to confirm your e-mail address.</p>
<p>What would be causing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: welon</title>
		<link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/comment-page-1/#comment-677</link>
		<dc:creator>welon</dc:creator>
		<pubDate>Fri, 25 Dec 2009 04:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=29#comment-677</guid>
		<description>Hey Shade,&lt;br&gt;i&#039;ve got a question to this part:&lt;br&gt;&lt;br&gt;...And change it to this&lt;br&gt; &lt;br&gt;$query = sprintf(&quot;INSERT INTO users(username,password,email) VALUES (&#039;%s&#039;,&#039;%s&#039;,&#039;%s&#039;,&#039;%s&#039;);&quot;,&lt;br&gt;                                        mysql_real_escape_string($_POST[&#039;username&#039;]),&lt;br&gt;                                        mysql_real_escape_string(md5($password)),&lt;br&gt;                                        mysql_real_escape_string($email),&lt;br&gt;                                       mysql_real_escape_string($confcode));&lt;br&gt;...&lt;br&gt;&lt;br&gt;You INSERT INTO 3 columns, but you add 4 values. How does MySQL consider this??</description>
		<content:encoded><![CDATA[<p>Hey Shade,<br />i&#39;ve got a question to this part:</p>
<p>&#8230;And change it to this</p>
<p>$query = sprintf(&#8221;INSERT INTO users(username,password,email) VALUES (&#39;%s&#39;,&#39;%s&#39;,&#39;%s&#39;,&#39;%s&#39;);&#8221;,<br />                                        mysql_real_escape_string($_POST[&#39;username&#39;]),<br />                                        mysql_real_escape_string(md5($password)),<br />                                        mysql_real_escape_string($email),<br />                                       mysql_real_escape_string($confcode));<br />&#8230;</p>
<p>You INSERT INTO 3 columns, but you add 4 values. How does MySQL consider this??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/comment-page-1/#comment-665</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Thu, 17 Dec 2009 10:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=29#comment-665</guid>
		<description>No reason at all not to do it that way - send away :)</description>
		<content:encoded><![CDATA[<p>No reason at all not to do it that way &#8211; send away <img src='http://buildingbrowsergames.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BUnzaga</title>
		<link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/comment-page-1/#comment-664</link>
		<dc:creator>BUnzaga</dc:creator>
		<pubDate>Thu, 17 Dec 2009 10:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=29#comment-664</guid>
		<description>Hey is there any reason not to do something like this:&lt;br&gt;&lt;?php&lt;br&gt;$token = sha1(microtime());&lt;br&gt;?&gt;&lt;br&gt;&lt;br&gt;I ask because it would be pretty handy to just do that and send it as the token.</description>
		<content:encoded><![CDATA[<p>Hey is there any reason not to do something like this:<br />&lt;?php<br />$token = sha1(microtime());<br />?&gt;</p>
<p>I ask because it would be pretty handy to just do that and send it as the token.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BUnzaga</title>
		<link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/comment-page-1/#comment-660</link>
		<dc:creator>BUnzaga</dc:creator>
		<pubDate>Sun, 13 Dec 2009 15:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=29#comment-660</guid>
		<description>Ok so I guess it wouldn&#039;t let me send an email from a fake email address on my server.  Once I went in and actually added an email address, the message was sent successfully.</description>
		<content:encoded><![CDATA[<p>Ok so I guess it wouldn&#39;t let me send an email from a fake email address on my server.  Once I went in and actually added an email address, the message was sent successfully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BUnzaga</title>
		<link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/comment-page-1/#comment-659</link>
		<dc:creator>BUnzaga</dc:creator>
		<pubDate>Sun, 13 Dec 2009 15:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=29#comment-659</guid>
		<description>I am also not getting the confirmation email for some reason.  I&#039;ll try to simplify the message and see if it is a formatting mistake.</description>
		<content:encoded><![CDATA[<p>I am also not getting the confirmation email for some reason.  I&#39;ll try to simplify the message and see if it is a formatting mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sachit</title>
		<link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/comment-page-1/#comment-588</link>
		<dc:creator>sachit</dc:creator>
		<pubDate>Mon, 28 Sep 2009 20:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=29#comment-588</guid>
		<description>i could not fix the mail ,does not send mail . Can we tell why?&lt;br&gt;I think all the configuration is right but .....</description>
		<content:encoded><![CDATA[<p>i could not fix the mail ,does not send mail . Can we tell why?<br />I think all the configuration is right but &#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
