<%'body5此行代码供安装插件用勿删改%>
登录名:
<%=ctr_user.username%>
总积分:
<%=ctr_user.points%> 分
会员等级:
<%
spuserjfstr = Split(userjfstr, ",")
splevnamestr = Split(levnamestr, ",")
points = clng(ctr_user.points)
'response.write spuserjfstr(UBound(spuserjfstr))
'response.End()
For i = 0 To UBound(spuserjfstr)
If points>= clng(spuserjfstr(i)) And points= clng(spuserjfstr(UBound(spuserjfstr))) Then
response.Write splevnamestr(UBound(spuserjfstr))
Exit For
End If
Next
%>
发布文章:
<%=getfieldvalue("tr_article","count(id)"," and contrimd5='"&safemd5&"' and isdel=0 ",2,"")%> 篇
发布文章状态:
<%if ctr_user.openarticle=1 then%>
已开启
<%else%>
已关闭
<%end if%>
发布文章赠送的积分:
<%=ctr_user.gavearticlepoints%> 分
已连续签到:
<%
nowtime = FormatDate(Now(), 1)
If DateDiff("d", ctr_user.lastsigntime, nowtime)>1 Or IsNull(ctr_user.lastsigntime) Then
%>
0
<%else%>
<%=ctr_user.signs%>
<%end if%>
天
注册日期:
<%=FormatDate(ctr_user.regtime, 4) %>
签到赠送的积分:
<%=ctr_user.gavesignpoints%> 分
<%'body6此行代码供安装插件用勿删改%>