I'm a hebrew user who translated most of the forum to hebrew.
now, when i ran regsiter.asp, it shows me this:
Microsoft VBScript compilation error '800a03f6'
Expected 'End'
/hasatanf/register.asp, line 575
else
in my code, those lines are:
if strEmail = "1" and strRestrictReg = "0" then
'## E-mails Message to the Author of this Reply.
strRecipientsName = Request.Form("Name")
strRecipients = Request.Form("Email")
strFrom = strSender
strFromName = strForumTitle
strsubject = strForumTitle & " Registration "
strMessage = "Hello " & Request.Form("name") & vbNewline & vbNewline
strMessage = strMessage & " אתה מקבל מכתב זה מצוות הפורומים של השטן. יצרת חשבון חדש בהצלחה! כנס עכשיו לפורומים שלנו: " & vbNewline & strForumURL & vbNewline & vbNewline
if strAuthType="db" then
'################################### E-mail Validation Mod #################################
if strEmailVal = "1" then
strMessage = strMessage & "אנא לחץ על הקישור שלמטה כדי להשלים את ההרשמה." & vbNewline & vbNewLine
strMessage = strMessage & strForumURL & "register.asp?actkey=" & actkey & vbNewline & vbNewline
else
'######################################################################################
strMessage = strMessage & "סיסמה: " & Request.Form("Password") & vbNewline & vbNewline
end if '<---- E-mail Validation Mod - 1 line #############
end if
strMessage = strMessage & "אתה יכול לשנות את הפרטים שלך ע""י כניסה לפורום ולחיצה על ""פרופיל"" שנמצא בצד שמאל למעלה של הדף." & vbNewline & vbNewline
strMessage = strMessage & "תודה, מצוות השטן!"
%>
<!--#INCLUDE FILE="inc_mail.asp" -->
<%
end if
else
Response.Write " <p ali
what is the problem here?
10x!