<% top username=HTMLEncode(Request("username")) sql="select * from user where username='"&username&"'" Set Rs=Conn.Execute(sql) if rs.eof then error("
  • "&username&"的用户资料不存在") select case rs("sex") case "male" sex="男" case "female" sex="女" end select UserInfo=split(rs("UserInfo"),"\") realname=UserInfo(0) country=UserInfo(1) province=UserInfo(2) city=UserInfo(3) postcode=UserInfo(4) blood=UserInfo(5) belief=UserInfo(6) occupation=UserInfo(7) marital=UserInfo(8) education=UserInfo(9) college=UserInfo(10) address=UserInfo(11) phone=UserInfo(12) character=UserInfo(13) personal=UserInfo(14) UserIM=split(rs("UserIM"),"\") qq=UserIM(0) icq=UserIM(1) uc=UserIM(2) aim=UserIM(3) msn=UserIM(4) Yahoo=UserIM(5) %> <%=rs("username")%>用户资料--祝<%=rs("username")%>吉星高照
       <%ClubTree%> → 查看用户“<%=rs("username")%>”资料

    " width="32" height="32"> <%=rs("username")%> :::相关操作::: { > 个人帖子  > 回复帖子  ">个人日志  > 加为好友  ','','width=320,height=170')"> 发送讯息
     :::社区信息:::
     昵  称:<%=rs("username")%>  发表原贴:<%=rs("posttopic")%>
     等级名称:  发表回贴:<%=rs("postrevert")%>
     门  派:<% if rs("faction")=empty then response.write "无" else response.write rs("faction") end if %>  收录精华:<%=rs("goodtopic")%>
     配  偶:<% if rs("consort")=empty then response.write "无" else response.write ""&rs("consort")&"" end if %>  被删原贴:<%=rs("deltopic")%>
     注册日期:<%=rs("regtime")%>  社区金币:<%=rs("money")%>
     上次登录:<%=rs("landtime")%>  体 力 值:<%=rs("userlife")%>
     登录次数:<%=rs("degree")%>  经 验 值:<%=rs("experience")%>
     :::生活信息:::
     真实姓名:<%=realname%>
     用户照片:
     性  格:
     
    <%=character%>

     简 介:

    <%=personal%>

     签名档:

     性  别:<%=sex%>
     国  家:<%=country%>
     省  份:<%=province%>
     城  市:<%=city%>
     邮政编码:<%=postcode%>
     生  肖:
     血  型:<%=blood%>
     星  座:
     信  仰:<%=belief%>
     职  业:<%=occupation%>
     婚姻状况:<%=marital%>
     最高学历:<%=education%>
     毕业院校:<%=college%>
     :::联系方法:::
     电子邮件:"><%=rs("usermail")%>
     个人主页:"><%=rs("userhome")%>
     :::即时通讯:::
     QQ号码:<%if qq<>"" then%>&Menu=yes&Site=<%=clubname%>><%=qq%><%end if%>  ICQ:<%=icq%>
     UC号码:<%=uc%>  AIM:<%=aim%>
     MSN IM:<%=msn%>   Yahoo IM:<%=Yahoo%>
    <%rs.close%>


    <%htmlend%>