Mirage Source
http://miragesource.net/forums/

Email verification system discussion
http://miragesource.net/forums/viewtopic.php?f=193&t=5596
Page 1 of 1

Author:  GIAKEN [ Thu May 14, 2009 11:29 pm ]
Post subject:  Email verification system discussion

I have some ideas for email verification...

On registration you could enter your email

The server would get that email, create a randomly generated code like 33ftt64s or whatever and take a PHP page you've got and rename it to that (then rename it back for other use), upload it to your FTP, send an email like "Please verify registering GIAKEN by clicking this link: www.whatever.com/randomcode.php"

Then you click on it, the PHP page will send a packet to your server. In the server you would have a Verifying folder which will store files that were created in place of actually creating the account files...like 3rwer43.ini and you would get the code from the PHP page's packet. The server will then get the name and password from that verifying file and make the account. If the server is off the PHP page will simply say "Failed. The server is offline!" else it will say "Success! You are now verified!"

Wouldn't be hard to do for me (except the PHP part...I don't know PHP). Not sure how long it would take to do it...

The player wouldn't need any extra DLLs or anything...the server just needs it.

EMail: http://www.freevbcode.com/ShowCode.Asp?ID=109
FTP: http://www.vbforums.com/showthread.php?t=278027

Author:  Tony [ Thu May 14, 2009 11:45 pm ]
Post subject:  Re: Email verification system discussion

If you do that then you shouldn't rename anything. Just doing how websites do it, whatever.com/verify.php?code=23j32l4j0f

Author:  GIAKEN [ Thu May 14, 2009 11:46 pm ]
Post subject:  Re: Email verification system discussion

Oh yeah...

Well I don't know anything about PHP...but that would be a lot smarter.

Author:  Jacob [ Fri May 15, 2009 12:05 am ]
Post subject:  Re: Email verification system discussion

If you wanted to do it without the PHP. You could send the code to the user, then in the client you have a 'verify' section that you have to enter the code. The code gets sent to the server and if it works, you get verified.

Author:  GIAKEN [ Fri May 15, 2009 2:29 am ]
Post subject:  Re: Email verification system discussion

Yeah I wasn't thinking about that part :P Always trying to make things more difficult.

I'll probably make a tutorial soon.

Author:  Jack [ Fri May 15, 2009 3:25 pm ]
Post subject:  Re: Email verification system discussion

Nice to see my tutorial helped people with code and ideas. :D

Author:  Lea [ Fri May 15, 2009 3:46 pm ]
Post subject:  Re: Email verification system discussion

I would love to see web-based account creation/activation/management. Accounts could then be shared with your forum account and such as well.

Author:  Jacob [ Fri May 15, 2009 3:50 pm ]
Post subject:  Re: Email verification system discussion

You could do that easily if you changed the backend data storage to MySql.

Author:  Tony [ Fri May 15, 2009 5:43 pm ]
Post subject:  Re: Email verification system discussion

How hard is it to learn php?

Author:  Jack [ Fri May 15, 2009 5:50 pm ]
Post subject:  Re: Email verification system discussion

Not extremely insane, but just picking up the basics helped me with web design, But i know alot of HTML before i did that. But HTML AINT a extreme language to learn.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/