<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Building Browsergames - Latest Comments in Building Browsergames: Implementing an e-mail confirmation system (PHP)</title><link>http://bbgames.disqus.com/</link><description></description><language>en</language><lastBuildDate>Mon, 28 Sep 2009 11:36:04 -0000</lastBuildDate><item><title>Re: Building Browsergames: Implementing an e-mail confirmation system (PHP)</title><link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/#comment-17722364</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sachit</dc:creator><pubDate>Mon, 28 Sep 2009 11:36:04 -0000</pubDate></item><item><title>Re: Building Browsergames: Implementing an e-mail confirmation system (PHP)</title><link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/#comment-14421229</link><description>Hey guys,&lt;br&gt;&lt;br&gt;I am trying to implement this system as part of your tutorial but I am having a couple of problems, perhaps stemming from the same error. When I test my registration page at this stage it attempts to load 'register-email.php' as a new page which does not exist, unless I have somehow missed that part. Also sometimes it will update the database with the registrants information but no email will be sent out. I understand this may have something to do with my php.ini which I do have access to but I do not understand what I should be looking for to remove the error.&lt;br&gt;Thanks in advance for any help you can offer, also thanks for an amazing tutorial!&lt;br&gt;Ant</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">antcox</dc:creator><pubDate>Fri, 07 Aug 2009 06:10:37 -0000</pubDate></item><item><title>Re: Building Browsergames: Implementing an e-mail confirmation system (PHP)</title><link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/#comment-8922585</link><description>Hey Shade, which variable was wrong? I've been trying to follow your code and I can't find the bug.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tem</dc:creator><pubDate>Sat, 02 May 2009 05:43:20 -0000</pubDate></item><item><title>Re: Building Browsergames: Implementing an e-mail confirmation system (PHP)</title><link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/#comment-7952298</link><description>I got it now...it was just a wrong variable. ;)&lt;br&gt;But the "confirmation_token" is free of errors.&lt;br&gt;&lt;br&gt;Anyway, thanks for answering!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shade</dc:creator><pubDate>Tue, 07 Apr 2009 16:16:24 -0000</pubDate></item><item><title>Re: Building Browsergames: Implementing an e-mail confirmation system (PHP)</title><link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/#comment-7938547</link><description>If you're not getting an e-mail after registering, chances are your SMTP&lt;br&gt;settings aren't configured properly in your php.ini. You'll probably need to&lt;br&gt;talk to your webhost to see what they should be.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bbgames</dc:creator><pubDate>Tue, 07 Apr 2009 11:21:26 -0000</pubDate></item><item><title>Re: Building Browsergames: Implementing an e-mail confirmation system (PHP)</title><link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/#comment-7937710</link><description>Hi!&lt;br&gt;&lt;br&gt;I added this "confirmation_token". Have a look at this: &lt;a href="http://pastebin.com/fd19ea57" rel="nofollow"&gt;http://pastebin.com/fd19ea57&lt;/a&gt;&lt;br&gt;&lt;br&gt;Oh and btw... i dont get any email after registering. :( But the the account is generated in the Databse.&lt;br&gt;This is my register.php:&lt;br&gt;&lt;a href="http://pastebin.com/f3b82f8bb" rel="nofollow"&gt;http://pastebin.com/f3b82f8bb&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shade</dc:creator><pubDate>Tue, 07 Apr 2009 10:45:00 -0000</pubDate></item><item><title>Re: Building Browsergames: Implementing an e-mail confirmation system (PHP)</title><link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/#comment-6871987</link><description>Thanks guys for this awesome and intuitive sample of how to implement email confirmation system.&lt;br&gt;&lt;br&gt;I can now go ahead and personalise it to meet my need. Great resource :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Helen Hunt</dc:creator><pubDate>Wed, 04 Mar 2009 11:05:11 -0000</pubDate></item><item><title>Re: Building Browsergames: Implementing an e-mail confirmation system (PHP)</title><link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/#comment-4965867</link><description>Pretty neat, but what is it usefull for?&lt;br&gt;It certainly does not proove that the user is able to read email sent to the address she says she is.&lt;br&gt;&lt;br&gt;Once the user confirms one account (the real one) and learns the confirmation URL, will be able to "confirm" any email address she wishes. bill.gates@microsoft.com? Just enter &lt;a href="http://website.com/confirm.php?email=bill.gates%40microsoft.com" rel="nofollow"&gt;http://website.com/confirm.php?email=bill.gates...&lt;/a&gt; in browser - voila!&lt;br&gt;&lt;br&gt;The real confirmation is to use some secret data (the templated URL is not secret) sent to the given e-mail address.&lt;br&gt;You meay for example add another text column 'confirmation_token' to the DB, put some random string in it and send &lt;a href="http://website.com/confirm.php?token=random_string" rel="nofollow"&gt;http://website.com/confirm.php?token=random_string&lt;/a&gt; to the given address. Then use the given token to flag validated in DB row. This way the user has no way of guessing the confirmation token unless she really got the email.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tomasz Sterna</dc:creator><pubDate>Wed, 07 Jan 2009 14:47:55 -0000</pubDate></item><item><title>Re: Building Browsergames: Implementing an e-mail confirmation system (PHP)</title><link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/#comment-4966444</link><description>Hi Tomasz,&lt;br&gt;You're definitely right about our e-mail system not being particularly&lt;br&gt;secure - and using tokens would be a much better way to make it that way.&lt;br&gt;However, it seems that everyone wants e-mail confirmations to work&lt;br&gt;differently - which is why it's built the way it is. Modifying it from how&lt;br&gt;it is now to working now to however you want it to instead should be simple&lt;br&gt;enough.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bbgames</dc:creator><pubDate>Wed, 07 Jan 2009 14:21:23 -0000</pubDate></item><item><title>Re: Building Browsergames: Implementing an e-mail confirmation system (PHP)</title><link>http://buildingbrowsergames.com/2008/05/09/building-browsergames-implementing-an-e-mail-confirmation-system-php/#comment-3916587</link><description>Awesome, this is the first time i've used a script off the web that just worked. And it's neat and tidy, simple and not over complicated.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">darren Hayles</dc:creator><pubDate>Thu, 20 Nov 2008 12:53:16 -0000</pubDate></item></channel></rss>