Mirage Source

Free ORPG making software.
It is currently Thu May 23, 2024 5:33 am

All times are UTC




Post new topic Reply to topic  [ 10 posts ] 
Author Message
PostPosted: Thu May 14, 2009 11:29 pm 
Offline
Persistant Poster
User avatar

Joined: Thu Mar 29, 2007 10:30 pm
Posts: 1510
Location: Virginia, USA
Google Talk: hpmccloud@gmail.com
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

_________________
Nean wrote:
Yes harold. Give it to me.

Image
Image


Top
 Profile  
 
PostPosted: Thu May 14, 2009 11:45 pm 
Offline
Persistant Poster
User avatar

Joined: Wed Nov 29, 2006 11:25 pm
Posts: 860
Location: Ayer
If you do that then you shouldn't rename anything. Just doing how websites do it, whatever.com/verify.php?code=23j32l4j0f

_________________
Image


Top
 Profile  
 
PostPosted: Thu May 14, 2009 11:46 pm 
Offline
Persistant Poster
User avatar

Joined: Thu Mar 29, 2007 10:30 pm
Posts: 1510
Location: Virginia, USA
Google Talk: hpmccloud@gmail.com
Oh yeah...

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

_________________
Nean wrote:
Yes harold. Give it to me.

Image
Image


Top
 Profile  
 
PostPosted: Fri May 15, 2009 12:05 am 
Offline
Pro
User avatar

Joined: Tue Nov 13, 2007 2:42 pm
Posts: 509
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.


Top
 Profile  
 
PostPosted: Fri May 15, 2009 2:29 am 
Offline
Persistant Poster
User avatar

Joined: Thu Mar 29, 2007 10:30 pm
Posts: 1510
Location: Virginia, USA
Google Talk: hpmccloud@gmail.com
Yeah I wasn't thinking about that part :P Always trying to make things more difficult.

I'll probably make a tutorial soon.

_________________
Nean wrote:
Yes harold. Give it to me.

Image
Image


Top
 Profile  
 
PostPosted: Fri May 15, 2009 3:25 pm 
Offline
Knowledgeable
User avatar

Joined: Sun Apr 13, 2008 12:02 am
Posts: 128
Nice to see my tutorial helped people with code and ideas. :D

_________________
Image


Top
 Profile  
 
PostPosted: Fri May 15, 2009 3:46 pm 
Offline
Community Leader
User avatar

Joined: Sun May 28, 2006 10:29 pm
Posts: 1762
Location: Salt Lake City, UT, USA
Google Talk: Darunada@gmail.com
I would love to see web-based account creation/activation/management. Accounts could then be shared with your forum account and such as well.

_________________
I'm on Facebook! Google Plus LinkedIn My Youtube Channel Send me an email Call me with Skype Check me out on Bitbucket Yup, I'm an EVE Online player!
Why not try my app, ColorEye, on your Android devlce?
Do you like social gaming? Fight it out in Battle Juice!

I am a professional software developer in Salt Lake City, UT.


Top
 Profile  
 
PostPosted: Fri May 15, 2009 3:50 pm 
Offline
Pro
User avatar

Joined: Tue Nov 13, 2007 2:42 pm
Posts: 509
You could do that easily if you changed the backend data storage to MySql.


Top
 Profile  
 
PostPosted: Fri May 15, 2009 5:43 pm 
Offline
Persistant Poster
User avatar

Joined: Wed Nov 29, 2006 11:25 pm
Posts: 860
Location: Ayer
How hard is it to learn php?

_________________
Image


Top
 Profile  
 
PostPosted: Fri May 15, 2009 5:50 pm 
Offline
Knowledgeable
User avatar

Joined: Sun Apr 13, 2008 12:02 am
Posts: 128
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.

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group