| 昵称: |
<%=checktitle(rs("name"))%> |
| 性别: |
<%if userinfo(4)=1 then
response.write"帅哥"
else
response.write"靓女"
end if
%> |
| 生日: |
<%=userinfo(2)%> |
| E-mail: |
><%=checktitle(userinfo(0))%> |
| 主页: |
<%if userinfo(1)<>"" then%><%=checktitle(userinfo(1))%><%end if%> |
| QQ 号码: |
<%=userinfo(3)%> |
| 头衔: |
<%=userinfo(10)%> |
|
论坛积分: |
<%=rs("mark")%> |
|
论坛等级: |
<%gradename(rs("grade"))%> .gif border=0> |
| 帖子数: |
<%=rs("alltopicnum")%> |
| 精华帖数: |
<%goodcount=conn.execute("select count(id) from Topic where type=1 and userid="&userid&"")(0)
if goodcount=0 then
response.write goodcount
else
response.write goodcount&" [ 查看 ]"
end if
%> |
| 注册时间: |
<%=userinfo(9)%> |
| 最后登陆: |
<%=rs("lasttime")%> |
| 论坛职务: |
<%if rs("grade")>=10 then
gradename(rs("grade"))
else
response.write"论坛用户"
end if %> |
| 论坛考勤: |
<%
if DateDiff("d",rs("lasttime"),now+timeset/24) =< 2 then
ad_info="比较勤快,加油哦!"
elseif DateDiff("d",rs("lasttime"),now+timeset/24) =< 7 then
ad_info="7天之内有登录"
elseif DateDiff("d",rs("lasttime"),now+timeset/24)=< 15 then
ad_info="15天内有登录"
elseif DateDiff("d",rs("lasttime"),now+timeset/24) =< 30 then
ad_info="30天未登录"
else
ad_info="连续超过一个月未登陆!"
end if
response.write ""&ad_info&""%> |
最近发帖:<%set newbbs=conn.execute("select top 8 id,topicinfo,bd,totable from topic where userid="&userid&" order by edittime desc")%>