Note: You must be registered in order to post a reply. To register, click here. Registration is FREE! Before posting, make sure you have read this topic!
T O P I C R E V I E W
efourie
Posted - 27 March 2001 : 13:07:02 Does anyone know how to check if someone is signing up with a free e-mail account, as opposed to a valid e-mail account. Has anyone written a script to prevent people with free e-mail accounts to sign up, and how can this be achieved?
Thakns Eddie
<
2 L A T E S T R E P L I E S (Newest First)
Davio
Posted - 27 March 2001 : 14:05:25 Taken from another post:
quote:
quote:3 When registering, ban certain e-mail suffixes (eg @hotmail.com) for users' e-mail addresses
Again, this would require a change in inc_register.asp. Where is does a check for nulls in the email address, a check similar to if InstrRev(emailaddress, "@hotmail.com") > 0 then errormsg would need added.
<
Da_Stimulator
Posted - 27 March 2001 : 13:59:59 Whats wrong with free email accounts? I use hotmail for everything.