Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Valid Email Script?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MayoMayn" data-source="post: 399983" data-attributes="member: 71840"><p>(I suppose you're using IIS)</p><p><a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e4cf06f5-9a36-474b-ba78-3f287a2b88f2.mspx?mfr=true" target="_blank">http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e4cf06f5-9a36-474b-ba78-3f287a2b88f2.mspx?mfr=true</a></p><p></p><p>For validation:</p><p><a href="https://www.sitepoint.com/users-email-address-php/" target="_blank">https://www.sitepoint.com/users-email-address-php/</a></p><p>For confirmation script whatever: </p><p><a href="https://www.sitepoint.com/users-email-address-php/" target="_blank">http://stackoverflow.com/questions/17917247/verifying-email-confirmation?rq=1</a></p><p></p><p>Basically, you just generate a unique token that is used for checking against the verifying link, that will be sent throughout the email, then you got a enum('0','1') column and the varchar column for storing the token in. Normally, you would use cron jobs to automatically remove non-verified users like after 3-5 days.</p></blockquote><p></p>
[QUOTE="MayoMayn, post: 399983, member: 71840"] (I suppose you're using IIS) [URL]http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e4cf06f5-9a36-474b-ba78-3f287a2b88f2.mspx?mfr=true[/URL] For validation: [URL]https://www.sitepoint.com/users-email-address-php/[/URL] For confirmation script whatever: [URL='https://www.sitepoint.com/users-email-address-php/']http://stackoverflow.com/questions/17917247/verifying-email-confirmation?rq=1[/URL] Basically, you just generate a unique token that is used for checking against the verifying link, that will be sent throughout the email, then you got a enum('0','1') column and the varchar column for storing the token in. Normally, you would use cron jobs to automatically remove non-verified users like after 3-5 days. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Valid Email Script?
Top