Jump to content
MakeWebGames

Has anyone got a email validation mod for V1 for sale will pay $$$


Recommended Posts

Posted

As title says really have tried looking on here but couldnt find any and have also tried converting the V2 ones on here but have no luck

Any help would be greatly appreciated

Thanks

Ben

Posted

Re: Has anyone got a email validation mod for V1 for sale will pay $$$

Hmmmm, email validation?

 

$email = filter_var($email, FILTER_VALIDATE_EMAIL);

 

There ya go, your email is validated. Free.. no problem.

 

 

 

 

 

 

Hint hint: Give us more details!

Posted

Re: Has anyone got a email validation mod for V1 for sale will pay $$$

Sorry... So would like it when a user registers they have to validate their email address before they can play the game

thanks

ben

Posted

Re: Has anyone got a email validation mod for V1 for sale will pay $$$

Then add something to users table..

token tinyint(1) not null default 0;

if(!$ir['token'])

{

echo 'You have to validate your email address before you can play.';

exit;

}

Then just make a script to send them a code to validate it.. simple

Or just simply buy someones.. Cronus has one.

Posted

Re: Has anyone got a email validation mod for V1 for sale will pay $$$

Already bought his mod it didn't work and offered no support just said it's my fault I spoke to other people that bought they had the same problem, then tried to get him to install it but he's not answering me been about 3 weeks. If anyone else has one for sale then please pm me

Posted

Re: Has anyone got a email validation mod for V1 for sale will pay $$$

 

Already bought his mod it didn't work and offered no support just said it's my fault I spoke to other people that bought they had the same problem, then tried to get him to install it but he's not answering me been about 3 weeks. If anyone else has one for sale then please pm me

What, problem's are you having?..

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...