Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 e-mails don't match in E-Mail Validation MOD...
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ticalien
Starting Member

30 Posts

Posted - 15 April 2002 :  08:44:22  Show Profile
Get the Error that my e-mail addresses are not the same when I register a new user. I've cut and pasted the exact same one along with typing it VERY carefully. I've confirmed my register.asp with the one enclosed in the ZIP, yet I still get the same error. Any tips?

Any chance the following lines are causing the error? However, this matches the register.asp for the ZIP.


if strUniqueEmail = "1" then

'## Forum_SQL
strSql = "SELECT M_EMAIL FROM " & strMemberTablePrefix & "MEMBERS "
strSql = strSql & " WHERE M_EMAIL = '" & Trim(Request.Form("Email")) &"'"

set rs = my_Conn.Execute (strSql)

if rs.BOF and rs.EOF then
'## Do Nothing
else
Err_Msg = Err_Msg & "<li>Email Address already in use, Please Choose Another</li>"
end if
rs.close
set rs = nothing
'####################### Email Validation Mod ################################
if lcase(strEmail) = "1" and strEmailVal = "1" then
'## Forum_SQL
strSql = "SELECT M_EMAIL FROM " & strMemberTablePrefix & "MEMBERS_PENDING "
strSql = strSql & " WHERE M_EMAIL = '" & Trim(Request.Form("Email")) & "'"

set rs = my_Conn.Execute (strSql)

if rs.BOF and rs.EOF then
'## Do Nothing
else
Err_Msg = Err_Msg & "<li>E-mail Address already in use, Please Choose Another</li>"
end if
rs.close
set rs = nothing
end if
'#############################################################################


Davio
Development Team Member

Jamaica
12217 Posts

Posted - 15 April 2002 :  10:43:18  Show Profile
A link to your forum would be helpful.
Also post a link to a txt version of your inc_profile.asp and register.asp file.

«------------------------------------------------------»
Want to know when the next version comes out,
as soon as possible? Join our Mailing Lists !
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07