16-01-2008, 05:26 AM
yea i want it so that when you register you need your e-mail address to sign up can anybody help me do this? :?
e-mail is required when registering
|
16-01-2008, 05:26 AM
yea i want it so that when you register you need your e-mail address to sign up can anybody help me do this? :?
16-01-2008, 01:32 PM
I'll speak in general terms.
If you still don't get it, wait til I get home. You want to have it to where when you're registering an account, you add an extra data portion to that packet for emails. It's, of course, going to be a string value. Server side, you want to change it to where it accepts the end of the packet for emails, check if it's valid[Ie, the use of @]. After that check is done, you want to carry on with normal procedure. If it's invalid, send a message to the client saying the email is invalid. That should be a good enough explination. If you can code, it could be done. If you can't code, I'll write it up for you tonight. But, it wont be a C&P tut. Or, if I could get a hold of the source code in school, I could do it, seeing as these comps have VB and Visual Studio.NET.
17-01-2008, 08:48 PM
yea im kind of new to coding so i need some help with it
17-01-2008, 10:11 PM
Aye...
Post a little more on the forums. Then, I'll help you. |
« Next Oldest | Next Newest »
|