bennyh Posted August 8, 2009 Posted August 8, 2009 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 Quote
CrazyT Posted August 8, 2009 Posted August 8, 2009 Re: Has anyone got a email validation mod for V1 for sale will pay $$$ Well i googled found 6,560,000 for email validation script. http://www.google.co.uk/search?hl=en&q= ... =&aq=0&oq= :D Quote
Sim Posted August 8, 2009 Posted August 8, 2009 Re: Has anyone got a email validation mod for V1 for sale will pay $$$ I code ya 1 for 10$. pm me on messenger aim; ninja sim msn; [email protected] Quote
BlueDevil23 Posted August 9, 2009 Posted August 9, 2009 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! Quote
bennyh Posted August 9, 2009 Author Posted August 9, 2009 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 Quote
CrazyT Posted August 9, 2009 Posted August 9, 2009 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. Quote
bennyh Posted August 9, 2009 Author Posted August 9, 2009 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 Quote
CrazyT Posted August 9, 2009 Posted August 9, 2009 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?.. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.