<% end if
if (strHomepage + strFavLinks) > 0 and (strUseExtendedProfile) then %>
Links
<% if strHomepage = "1" then %>
align=right nowrap width="10%"">Homepage:
> " " and lcase(RS("M_Homepage")) <> "http://" then Response.Write(RS("M_Homepage")) else Response.Write("http://") %>">
<% end if
if strFavLinks = "1" then%>
align=right nowrap width="10%"">Cool Links:
> " " and lcase(RS("M_LINK1")) <> "http://" then Response.Write(ChkString(rs("M_LINK1"), "display")) else Response.Write("http://") %>">
align=right nowrap width="10%"">
> " " and lcase(RS("M_LINK2")) <> "http://" then Response.Write(ChkString(rs("M_LINK2"), "display")) else Response.Write("http://") %>">
<% end if
end if
%>
<% if strPicture = "1" then %>
Picture
Picture URL:
"") and lcase(RS("M_PHOTO_URL")) <> "http://" and not(IsNull(RS("M_PHOTO_URL"))) then Response.Write(ChkString(rs("M_PHOTO_URL"), "displayimage")) else Response.Write("http://") %>">
<% end if ' strPicture
if (strBio + strHobbies + strLNews + strQuote) > 0 then
strMyBio = rs("M_BIO")
strMyHobbies = rs("M_HOBBIES")
strMyLNews = rs("M_LNEWS")
strMyQuote = rs("M_QUOTE")
%>
>
<% if (Request.QueryString("mode") = "goEdit") or (Request.Querystring("mode") = "goModify" and (Request.QueryString("Name") = "Admin") or Request.Form("MEMBER_ID") = 1 or Request.Form("Name") = "Admin") then %>
<% =ChkString(rs("M_NAME"), "display") %>
">
<% else %>
">
<% end if %>
<%
if Request.Querystring("mode") = "goModify" then %>
Title:
">
<% end if
if strAuthType = "nt" then %>
*Your Account:
<% if Request.Form("Method_Type") = "Modify" then %>
" size="20">
<% else %>
<%=Session(strCookieURL & "userid")%>">
<% end if %>
<% else %>
* Password:
">
">
<% if Request.QueryString("mode") = "Register" or Request.QueryString("mode") = "goEdit" then %>
* Password Again:
" size="25">
<% end if
end if
if strFullName = "1" then
%>
Firstname:
" size="20">
Surname:
" size="20">
<%
end if
if strCity = "1" then
%>
City:
" size="20">
<%
end if
if strState = "1" then
%>
State:
" size="20">
<%
end if
if strCountry = "1" then
%>
Country:
<% end if
if strAge = "1" then
%>
Age:
">
<%
end if
if strSex = "1" then
%>
Sex:
<%
end if
if strMarStatus = "1" then
%>
Marital Status:
">
<%
end if
if strOccupation = "1" then
%>
Occupation:
">
<%
end if
if Request.Querystring("mode") = "goModify" then %>
# of Posts:
">
<% end if
strTxtSig = RS("M_SIG") %>
Signature:
<% if Request.Form("Method_Type") = "Modify" then %>
Member Level:
<% if rs("M_NAME") = "Admin" then %>
Administrator
<% else %>
<% end if %>
<% end if %>
<%
if not(strUseExtendedProfile) then
%>
Contact Info
align=right width="10%"" nowrap>*Email Address:
>">
">
<% if strICQ = "1" then%>
align=right nowrap width="10%"">ICQ:
>">
<% end if
if strYAHOO = "1" then
%>
align=right nowrap width="10%"">YAHOO IM:
>">
<% end if
if strAIM = "1" then
%>
align=right nowrap width="10%"">AIM:
>">
<% end if
end if
if (strHomepage + strFavLinks) > 0 and not(strUseExtendedProfile) then %>
Links
<% if strHomepage = "1" then %>
align=right nowrap width="10%"">Homepage:
> " " and lcase(RS("M_Homepage")) <> "http://" then Response.Write(ChkString(RS("M_Homepage"), "display")) else Response.Write("http://") %>">
<% end if
if strFavLinks = "1" then
strLINK1 = rs(M_LINK1)
strLINK2 = rs(M_LINK2)
%>
align=right nowrap width="10%"">Cool Links:
> "http://" then Response.Write(ChkString(strLINK1, "display")) else Response.Write("http://") %>">
align=right nowrap width="10%"">
> "http://" then Response.Write(ChkString(strLINK2, "display")) else Response.Write("http://") %>">