Jump to content
MakeWebGames

Recommended Posts

Posted

Does anybody have a code to make users verify their email address before they can log in? I have had people using fake emails.

EDIT: Sorry I forgot to mention its for V1, I'm busy redoing my game right now.

Guest Anonymous
Posted

Re: Make users verify their email address?

Use regex (preg_match) to roughly validate the format of the email address then perhaps getmxrr() to perform a test on the domain name part.

http://uk2.php.net/getmxrr

Posted

Re: Make users verify their email address?

I probably wasn't being very clear on what I was asking lol

I meant have it send an email to them and they have to click the link in the email before they can use the game.

Posted

Re: Make users verify their email address?

Ive already purchased this mod. I cant remember from who off hand but i found it here on CE. Just do a search for it on the boards. I am very pleased with my copy and he has v1 and v2 versions if i remember correctly.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...