Welcome, Guest. Please Login or Register.
May 09, 2025, 12:19:14 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Don't allow hotmail, yahoo accounts to register « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Don't allow hotmail, yahoo accounts to register  (Read 1995 times)
Royce
Noobie
*
Posts: 44


I'm a llama!

Don't allow hotmail, yahoo accounts to register
« on: December 02, 2002, 01:58:05 AM »
Reply with quote

I want to not allow people with hotmail, yahoo, and other free email accounts to register.  We get too many people getting banned and just signing up under a different email address.  I had this mod for yabb gold but can't figure it out for se.  Can anyone either tell me what code to change or write a mod for this?  Thanks.

By the way, putting @hotmail.com or *@hotmail.com in the email ban list doesn't work.  Thanks!
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Don't allow hotmail, yahoo accounts to register
« Reply #1 on: December 02, 2002, 05:52:44 AM »
Reply with quote

i'm working on a ban mod for that
dunno when i will be able to finish it
maybe after my exams (2-3 weeks)
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:Don't allow hotmail, yahoo accounts to register
« Reply #2 on: December 02, 2002, 06:31:17 AM »
Reply with quote

Space if you can't do it I have a solution that prevent hotmail email address, I can make.
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Don't allow hotmail, yahoo accounts to register
« Reply #3 on: December 02, 2002, 10:45:03 AM »
Reply with quote

im working on a ban mod actually... http://www.yabbse.mirror.rochenhost.com/community/index.php?board=141;action=display;threadid=13731
i can add it to prevent registration using those banned mail domains
if u wanna make something quick for the registration part only, go ahead :)
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Royce
Noobie
*
Posts: 44


I'm a llama!

Re:Don't allow hotmail, yahoo accounts to register
« Reply #4 on: December 02, 2002, 05:01:19 PM »
Reply with quote

I just need it for registration so it'd be great if you could help me out (again, thanks for helping with the SSI.php thing Nemesis!).
Logged
jthorpe
Sr. Member
****
Posts: 331


WWW
Re:Don't allow hotmail, yahoo accounts to register
« Reply #5 on: December 10, 2002, 03:50:43 PM »
Reply with quote

Any word on this?  I would love to have this as well.  I'm about sick of all the yahoo and hotmail accounts trying to register multiple times on my board.  It'll drive a person to drink!
Logged
Royce
Noobie
*
Posts: 44


I'm a llama!

Re:Don't allow hotmail, yahoo accounts to register
« Reply #6 on: December 10, 2002, 03:56:20 PM »
Reply with quote

I had a guy do this for me.  Here's what I found in Register.pl

//if(!preg_match("/A[0-9A-Za-z#%+,-\.@^_]+\Z/",$member['user'])) {fatal_error("$txt[240]");}
   if($member['email'] == ""){ fatal_error("$member[user] $txt[76]"); }



    //added to prevent anonymous email provider addr's from registering

    //Dustin E. Hoffman, [email protected], 12-05-2002

    if ( preg_match ("/@hotmail.com/i", $member['email']) ) { fatal_error("Hotmail or Yahoo email addresses not permitted."); }

    if ( preg_match ("/@yahoo.com/i", $member['email']) )   { fatal_error("Hotmail or Yahoo email addresses not permitted."); }
Logged
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:Don't allow hotmail, yahoo accounts to register
« Reply #7 on: December 12, 2002, 10:43:47 AM »
Reply with quote

opps sorry so busy forgot about this thread. Like I said it is pretty simply as you found out...
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
edlomon
Full Member
***
Posts: 179


Re:Don't allow hotmail, yahoo accounts to register
« Reply #8 on: December 13, 2002, 11:59:24 PM »
Reply with quote

with all due respect,then what services do u except cause the only paid services i know are 1s by ISPs and MSN and AOL. and not every1 uses their ISP emails.but hey not my forum so i wont bother.just wanted to add my $.2

that and they are a million other free services,im signed up to hotmail,yahoo,and zzn,and many others that r free so u cant stop them all.again not to fight just adding a comment
« Last Edit: December 14, 2002, 12:03:52 AM by edlomon » Logged
Royce
Noobie
*
Posts: 44


I'm a llama!

Re:Don't allow hotmail, yahoo accounts to register
« Reply #9 on: December 14, 2002, 12:05:23 AM »
Reply with quote

I have over 2000 members all without hotmail or yahoo accounts.  It filters out a big chunk of the weirdos.  Works for me, probably not for everyone.
Logged
jthorpe
Sr. Member
****
Posts: 331


WWW
Re:Don't allow hotmail, yahoo accounts to register
« Reply #10 on: December 14, 2002, 12:49:16 AM »
Reply with quote

You know it.  I have close to 3300 members now and I could care less about the hotmail and yahoo users.  That's where most of the idiots come from anyway, so I'm glad to have them blocked out.  Why do this?  Because if you get an idiot registering 20 different yahoo or hotmail addresses trying to come into your site after banning them, it makes life a pain.  I haven't had that problem again since doing this mod, and I'm happy with it.  If they want to play, then they can register with a real email address.
Logged
John R
PHP Challenged
Global Moderator
Sr. Member
*****
Posts: 387


Click, Click, Click, Bang!

ICQ - 3166233codehammer@thevortex.com
Re:Don't allow hotmail, yahoo accounts to register
« Reply #11 on: December 14, 2002, 01:55:24 AM »
Reply with quote

You know now why you never see a cart before a horse!

Go to your admincenter and banning, select ban by email and enter the domain names for hotmail, yahoo, Etc.  After you have done this noone will be ablt to register if they have an email from these domains.

cheers............
Logged

Be careful what you wish for, it might come true!

Note: I do not acknowledge support requests via PM, MSN or ICQ, please use the support boards.
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Don't allow hotmail, yahoo accounts to register « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.031 seconds with 21 queries.