📄 user.asp
字号:
<!--#include file=conn1.asp-->
<!--#include file=usercookies.asp-->
<!--#include file="config.asp"-->
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=title%>-用户管理</title>
<link href="inc_style.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0" style="background-image: url('')">
<!--#include file=usertop.asp-->
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="760" height="186">
<tr>
<td width="157" height="156" valign="top">
<!--#include file=userleft.asp--></td>
<td width="10" height="295" background="images/line_01.gif" rowspan="5"> </td>
<td width="603" height="156" valign="top" align="center">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="254">
<tr>
<td height="23" colspan="6" background="images/usertj.gif"> </td>
</tr>
<%
dim rs,sql,m,username
username=request.cookies("cnmai")("username")
set rs=conn.execute("select count(id) from [xinxi] where username='"&username&"'")
m=rs(0)
rs.close
set rs=server.createobject("adodb.recordset")
sql = "select * from [user] where username='"&username&"'"
rs.open sql,conn,1,1
%>
<tr>
<td height="25" align="center"><img border="0" src="images/File_29.gif">会员类型:</td>
<td height="25" colspan="5" align="center" valign="bottom"><%if request.cookies("cnmai")("vip")=1 then
response.Write"VIP会员"
else
response.Write"免费会员"
end if %> </td>
</tr>
<tr>
<td width="16%" height="25" align="center">
<img border="0" src="images/File_29.gif">登陆次数:</td>
<td width="12%" height="25" align="center" valign="bottom"><%=rs("dlcs")%>次</td>
<td width="15%" height="25" align="center">
<img border="0" src="images/File_29.gif">虚拟货币:</td>
<td width="15%" height="25" align="center" valign="bottom"><%=rs("hb")%>元</td>
<td width="15%" height="25" align="center">
<img border="0" src="images/File_29.gif">邮件地址:</td>
<td width="27%" height="25" align="left" valign="bottom"><%=rs("email")%></td>
</tr>
<tr>
<td width="16%" height="25" align="center">
<img border="0" src="images/File_29.gif">发布信息:</td>
<td width="12%" height="25" align="center" valign="bottom"><%=m%>条</td>
<td width="15%" height="25" align="center">
<img border="0" src="images/File_29.gif">积分总数:</td>
<td width="15%" height="25" align="center" valign="bottom"><%=rs("jf")%>分</td>
<td width="15%" height="25" align="center">
<img border="0" src="images/File_29.gif">登陆时间:</td>
<td width="27%" height="25" align="left" valign="bottom"><%=rs("zcdata")%></td>
</tr>
<tr>
<td height="31" colspan="6">
</td>
</tr>
<tr>
<td height="30" colspan="6" valign="bottom"><hr></td>
</tr>
<tr>
<td height="60" colspan="6">
<p align="center">(欲发布置顶和直接验证信息,请使用<font color="#FF0000">虚拟货币</font>,本站虚拟货币的价格为:1元/<%=rmb_hb%>虚拟货币)
<font color="#FF0000">-></font><a href="user_qr.asp"><font color="#FF0000">我要购买</font></a></td>
</tr>
</table>
<p> </td><td width="5" height="299" background="images/line_01.gif"> </td>
</tr>
<!--#include file=end.htm-->
</table>
</center>
</div>
</body>
</html>
<%
rs.close
set rs=nothing
closedb
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -