<% HtmlTop if SiteConfig("RequireAuthenticationForProfileViewing")=1 and CookieUserName=empty then error("您必须登录后才能浏览个人资料") UserName=HTMLEncode(Request("UserName")) sql="select * from [BBSXP_Users] where UserName='"&UserName&"'" Set Rs=Conn.Execute(sql) if Rs.eof then error("用户“"&UserName&"”的资料不存在") ShowRank(Rs("experience")) select case Rs("UserSex") case 0 UserSex="未设置" case 1 UserSex="男" case 2 UserSex="女" end select select case Rs("UserAccountStatus") case "0" UserAccountStatus="正等待审核" case "1" UserAccountStatus="已通过审核" case "2" UserAccountStatus="已禁用" case "3" UserAccountStatus="未通过审核" end select Set XMLDOM=Nothing %> 查看<%=Rs("UserName")%>的资料 - <%=SiteConfig("SiteName")%> - Powered By BBSXP
<%ClubTree%> → 查看用户“<%=Rs("UserName")%>”资料
<%=Rs("UserName")%>
<%if SiteConfig("EnableAvatars")=1 then%>
px;"> border=0 onload='javascript:if(this.width><%=SiteConfig("AvatarWidth")%>)this.width=<%=SiteConfig("AvatarWidth")%>;if(this.heigh><%=SiteConfig("AvatarHeight")%>)this.height=<%=SiteConfig("AvatarHeight")%>;'>
<%end if%> 
用户状态:<%=UserAccountStatus%>
角  色:<%=ShowRole(RS("UserRoleID"))%>
等  级:<%=RankName%>
注册日期:<%=FormatDateTime(Rs("UserRegisterTime"),2)%>
最近活动:<%=FormatDateTime(Rs("UserActivityTime"),2)%>
发 帖 数:<%=Rs("TotalPosts")%>
金  钱:<%=Rs("UserMoney")%>
经 验 值:<%=Rs("experience")%>
选项
<%if QQ<>"" then%> <%end if%> <%if MSN<>"" then%> <%end if%> <%if AIM<>"" then%> <%end if%> <%if Yahoo<>"" then%> <%end if%> <%if ICQ<>"" then%> <%end if%> <%if Skype<>"" then%> <%end if%>
">将 <%=Rs("UserName")%> 加为好友
">搜索 <%=Rs("UserName")%> 的主题
"><%=QQ%>
<%=MSN%>
<%=AIM%>
<%=Yahoo%>
<%=ICQ%>
<%=Skype%>
个人资料
名 字:<%=Rs("RealName")%>
性 别:<%=UserSex%>
生 日:<%=Rs("birthday")%>
生 肖:<%=Zodiac(Rs("birthday"))%>
星 座:<%=constellation(Rs("birthday"))%>
职 业:<%=Rs("Occupation")%>
兴 趣:<%=Rs("Interests")%>
地 址:<%=Rs("Address")%>
<%if Rs("UserBio")<>"" then%>
简介
<%=Rs("UserBio")%>

<%end if%> <%if SiteConfig("EnableSignatures")=1 and Rs("UserSign")<>"" then%>
签名
<%=YbbEncode(Rs("UserSign"))%>
<%end if%>


<% Set Rs = Nothing HtmlBottom %>