📄 user_fee.asp
字号:
<!--#include file="../film_conn.asp"-->
<!-- #include file="user_session.asp" -->
<!-- #include file="../set_url.asp" -->
<HTML><HEAD><TITLE><%=webname%> - 会员管理中心 - 佣金查询</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
</HEAD>
<BODY bgColor=#71757b leftMargin=0 topMargin=0 rightMargin=0 marginheight="0" marginwidth="0" botmargin="0">
<!--#include file="../top.asp"-->
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center background=../images/bg-content.gif border=0 valign="top">
<TBODY>
<TR>
<TD width=778 height=1>
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111 height=1
cellSpacing=0 cellPadding=0 width=778 align=left border=0 valign="top">
<TBODY>
<TR>
<TD width=778 height=188>
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111 cellSpacing=0
cellPadding=0 width=778 border=0>
<TBODY>
<TR>
<TD width=15 height=151> </TD>
<TD vAlign=top width=194 height=151><!--#include file="../left1.asp"--></TD>
<TD vAlign=top width=4></TD>
<TD vAlign=top width=550 height=151>
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111
cellSpacing=5 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top width="100%" height=386>
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111
height=246 cellSpacing=0 cellPadding=0 width="91%" border=0>
<TBODY>
<TR>
<TD vAlign=top width="100%" height=39><!--#include file="../query.asp"--></TD></TR>
<TR>
<TD width="100%" height=5></TD></TR>
<TR>
<TD width="100%" height=8></TD></TR>
<TR>
<TD width="100%" height=5></TD></TR>
<TR>
<TD width="100%" height=3>
<IMG height=21
src="../images/b.gif" width=538 border=0></TD></TR>
<TR>
<TD width="100%" background=../images/b01.gif height=465 valign="top">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%" id="AutoNumber1">
<tr>
<td height="20" style="font-size: 12px"></td>
</tr>
<tr>
<td height="28" style="font-size: 12px">
<div align="center" style="font-size: 12px"><center><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber3">
<tr>
<td width="100%" colspan="2" height="23" nowrap style="font-size: 12px">
<div align="center" style="font-size: 12px">
<center>
<table border="1" cellspacing="1" style="border-collapse: collapse" width="40%" id="AutoNumber1" bgcolor="#DDDDDD" cellpadding="3" height="12">
<%
dim rs
dim sql
set rs=server.createobject("adodb.recordset")
sql="select name,payno,getmoney from users where userid='"&request.cookies("userid")&"' and password='"&request.cookies("password")&"'"
rs.open sql,conn,1,3
if rs.eof and rs.bof then
response.write "<p align='center'> 没有登陆或用户名、密码错误无法查询!</p>"
response.end
end if
%>
<tr>
<td width="100%" height="5" style="font-size: 12px">
<p align="center"><b><%=rs("name")%>个人佣金</b></td>
</tr>
</table>
</center>
</div>
</td>
</tr>
<%
sql="select * from users where askmejoin='"&request.cookies("userid")&"'"
set rsurl=server.createobject("adodb.recordset")
rsurl.open sql,conn,1,1
no=rsurl.recordcount
rsurl.close
set rsurl=nothing
%>
<tr>
<td width="100%" height="20" nowrap colspan="2" style="font-size: 12px"> </td>
</tr>
<tr>
<td width="16%" height="30" nowrap style="font-size: 12px">推广成果:</td>
<td width="84%" height="30" nowrap style="font-size: 12px">您目前成功推广了<font color="#FF0000">(<%=no%>)</font>位会员加入,其中付费人次<font color="#FF0000">(<%=rs("payno")%>)</font>次,您得到了<font color="#FF0000">(<%=rs("getmoney")%>)</font>元佣金。</td>
</tr>
<tr>
<td width="16%" height="30" nowrap style="font-size: 12px">推广代码:</td>
<td width="84%" height="30" nowrap style="font-size: 12px">
<input type="text" name="phone1" size="56" style="border-style: solid; border-width: 1" value="<%=weburl%>/film.asp?id=<%=request("userid")%>"></td>
</tr>
<tr>
<td width="16%" height="20" nowrap style="font-size: 12px"></td>
<td width="84%" height="20" nowrap style="font-size: 12px"></td>
</tr>
<tr>
<td width="100%" height="20" nowrap colspan="2" align=center style="font-size: 12px"> <a target="_blank" href="user_add_member.asp"><font color="#005BAC">
请到这里查看更多推广代码以及推广技巧>></font></a></td>
</tr>
<tr><td width="100%" style="font-size: 12px"></td></tr>
</table></center></div></td>
</tr>
<tr>
<td width="100%" style="font-size: 12px"></td>
</tr>
</table>
</center>
</div>
</TD></TR>
<TR>
<TD width="100%" height=1>
<IMG height=5
src="../images/b02.gif" width=538
border=0></TD></TR></TBODY></TABLE></TD></TR>
</TBODY></TABLE></TD>
<TD width=15 height=151> </TD></TR></TBODY></TABLE></TD></TR>
</TBODY></TABLE>
</table>
<!--#include file="../bottom.asp"-->
</BODY></HTML>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -