📄 adduser.asp
字号:
<tr class="font">
<td width="56" align="center" bgcolor="#CCCCCC" class="border2" height="13">
地址:</td>
<td colspan="4" align="center" class="border2" height="13" width="443"><font color="#000000"><%=rs10(10)%></font></td>
<td width="64" align="center" bgcolor="#CCCCCC" class="border2" height="13">
邮编:</td>
<td width="174" align="center" class="border2" height="13"><font color="#000000"><%=rs10(11)%></font></td>
</tr>
<% end if
set rs11=server.createobject("adodb.recordset")
sql11="select * from user where username = '"&user1&"'"
rs11.open sql11,conn,3,2
if not rs11.eof then
%>
<tr class="font">
<td height="24" align="center" bgcolor="#CCCCCC" width="56">
2、</td>
<td align="center" height="24" width="77"><font color="#000000"><%=rs11(3)%></font></td>
<td align="center" height="24" width="154"><font color="#000000"><%=rs11(5)%></font></td>
<td align="center" height="24" width="116"><font color="#000000"><%=rs11(4)%></font></td>
<td align="center" height="24" width="96"><font color="#000000"><%=rs11(7)%></font></td>
<td align="center" height="24" width="64"><font color="#000000"><%=rs11(9)%></font></td>
<td align="center" height="24" width="174"><font color="#000000">
未激活</font></td>
</tr>
<tr class="font">
<td width="56" align="center" bgcolor="#CCCCCC" height="13">
地址:</td>
<td colspan="4" align="center" class="border2" height="13" width="443"><font color="#000000"><%=rs11(10)%></font></td>
<td width="64" align="center" bgcolor="#CCCCCC" class="border2" height="13">
邮编:</td>
<td width="174" align="center" class="border2" height="13"><font color="#000000"><%=rs11(11)%></font></td>
</tr>
<% end if
set rs12=server.createobject("adodb.recordset")
sql12="select * from user where username = '"&user2&"'"
rs12.open sql12,conn,3,2
if not rs12.eof then
%>
<tr class="font">
<td height="22" align="center" bgcolor="#CCCCCC" width="56">
3、</td>
<td align="center" height="22" width="77"><font color="#000000"><%=rs12(3)%></font></td>
<td align="center" height="22" width="154"><font color="#000000"><%=rs12(5)%></font></td>
<td align="center" height="22" width="116"><font color="#000000"><%=rs12(4)%></font></td>
<td align="center" height="22" width="96"><font color="#000000"><%=rs12(7)%></font></td>
<td align="center" height="22" width="64"><font color="#000000"><%=rs12(9)%></font></td>
<td align="center" height="22" width="174"><font color="#000000">
未激活</font></td>
</tr>
<tr class="font">
<td width="56" align="center" bgcolor="#CCCCCC" height="13">
地址:</td>
<td colspan="4" align="center" class="border2" height="13" width="443"><font color="#000000"><%=rs12(10)%></font></td>
<td width="64" align="center" bgcolor="#CCCCCC" class="border2" height="13">
邮编:</td>
<td width="174" align="center" class="border2" height="13"><font color="#000000"><%=rs12(11)%></font></td>
</tr>
<% end if
set rs13=server.createobject("adodb.recordset")
sql13="select * from user where username = '"&user3&"'"
rs13.open sql13,conn,3,2
if not rs13.eof then
%>
<tr class="font">
<td height="25" align="center" bgcolor="#CCCCCC" width="56">
4、</td>
<td align="center" height="25" width="77"><font color="#000000"><%=rs13(3)%></font></td>
<td align="center" height="25" width="154"><font color="#000000"><%=rs13(5)%></font></td>
<td align="center" height="25" width="116"><font color="#000000"><%=rs13(4)%></font></td>
<td align="center" height="25" width="96"><font color="#000000"><%=rs13(7)%></font></td>
<td align="center" height="25" width="64"><font color="#000000"><%=rs13(9)%></font></td>
<td align="center" height="25" width="174"><font color="#000000">
未激活</font></td>
</tr>
<tr class="font">
<td width="56" align="center" bgcolor="#CCCCCC" height="13">
地址:</td>
<td colspan="4" align="center" class="border2" height="13" width="443"><font color="#000000"><%=rs13(10)%></font></td>
<td width="64" align="center" bgcolor="#CCCCCC" class="border2" height="13">
邮编:</td>
<td width="174" align="center" class="border2" height="13"><font color="#000000"><%=rs13(11)%></font></td>
</tr>
<%end if%>
<% set rs4=server.createobject("adodb.recordset")
sql4="select * from admin where id = 2"
rs4.open sql4,conn,3,2
if not rs4.eof and rs4("key")=1 then
%>
<tr class="font">
<td height="22" align="center" bgcolor="#CCCCCC" width="56">
5、</td>
<td align="center" height="22" width="77"><font color="#000000"><%=rs4("name")%></font></td>
<td align="center" height="22" width="154"><font color="#000000"><%=rs4("card")%></font></td>
<td align="center" height="22" width="116"><font color="#000000"><%=rs4("bank")%></font></td>
<td align="center" height="22" width="96"><font color="#000000"><%=rs4("email")%></font></td>
<td align="center" height="22" width="64"><font color="#000000"><%=rs4("QQ")%></font></td>
<td align="center" height="22" width="174"><font color="#000000">
未激活</font></td>
</tr>
<tr class="font">
<td width="56" align="center" bgcolor="#CCCCCC" height="23">
地址:</td>
<td height="23" colspan="4" align="center" width="443"><font color="#000000"><%=rs4("address")%></font></td>
<td width="64" align="center" bgcolor="#CCCCCC" height="23">
邮编:</td>
<td height="23" align="center" width="174"><font color="#000000"><%=rs4("postcard")%></font></td>
</tr><%end if%>
<% set rs5=server.createobject("adodb.recordset")
sql5="select * from admin where id = 1"
rs5.open sql5,conn,3,2
if not rs5.eof then
%>
<tr class="font">
<td height="22" align="center" bgcolor="#CCCCCC" width="56">
6、</td>
<td align="center" height="22" width="77"><font color="#000000"><%=rs5("name")%></font></td>
<td align="center" height="22" width="154"><font color="#000000"><%=rs5("card")%></font></td>
<td align="center" height="22" width="116"><font color="#000000"><%=rs5("bank")%></font></td>
<td align="center" height="22" width="96"><font color="#000000"><%=rs5("email")%></font></td>
<td align="center" height="22" width="64"><font color="#000000"><%=rs5("QQ")%></font></td>
<td align="center" height="22" width="174"><font color="#000000">
未激活</font></td>
</tr>
<tr class="font">
<td width="56" align="center" bgcolor="#CCCCCC" height="22">
地址:</td>
<td height="22" colspan="4" align="center" width="443"><font color="#000000"><%=rs5("address")%></font></td>
<td width="64" align="center" bgcolor="#CCCCCC" height="22">
邮编:</td>
<td height="22" align="center" width="174"><font color="#000000"><%=rs5("postcard")%></font></td>
</tr><%end if%>
</table>
<p>
<br>
</div>
<div align="center">
<center>
<table width="64%" border="1" height="46" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">
<tr bgcolor="#66CC66">
<td colspan="6" bgcolor="#CCCCCC">
<div align="center"><font size="3">付费金额</font></div>
</td>
</tr>
<tr>
<td height="22">
<div align="center"><font color="#000000" size="2">1号</font></div>
</td>
<td height="22">
<div align="center"><font color="#000000" size="2">2号</font></div>
</td>
<td height="22">
<div align="center"><font color="#000000" size="2">3号</font></div>
</td>
<td height="22">
<div align="center"><font color="#000000" size="2">4号</font></div>
</td>
<td height="22">
<div align="center"><font color="#000000" size="2">5号</font></div>
</td>
<td height="22">
<div align="center"><font color="#000000" size="2">6号</font></div>
</td>
</tr>
<tr>
<td height="23">
<div align="center"><font size="2" color="#FF0000"><font color="#990000">
10</font><font size="2" color="#990000">元</font></font></div>
</td>
<td height="23">
<div align="center"><font size="2" color="#FF0000"><font color="#990000">
10</font><font size="2" color="#990000">元</font></font></div>
</td>
<td height="23">
<div align="center"><font size="2" color="#FF0000"><font color="#990000">
10</font><font size="2" color="#990000">元</font></font></div>
</td>
<td height="23">
<div align="center"><font size="2" color="#FF0000"><font color="#990000">
10</font><font size="2" color="#990000">元</font></font></div>
</td>
<td height="23">
<div align="center"><font size="2" color="#FF0000"><font color="#990000">
10</font><font size="2" color="#990000">元</font></font></div>
</td>
<td height="23">
<div align="center"><font size="2" color="#FF0000"><font color="#990000">
10</font><font size="2" color="#990000">元</font></font></div>
</td>
</tr>
</table>
</center>
</div>
<div align="center" class="font">
<p align="left"><strong><font color="#0033FF">
<br>
付款说明:</font></strong>如果你已经通过付费,请在付款后向给钥匙开关拥有者发一封E-mail确认,以便钥匙拥有者立刻知道给你确认,快速打开你相应的开关。<br>
1:如果你寄了钱,在五天之内没有开通,可以直接用email向本站站长投诉!<br>
2:本站长经过查证,如果情况属实的话,将降低他(她)的信用级别,当信用级别从最优秀-->优秀-->良好-->及格,我们将封存他(她)的帐号一个月!<br>
3、银行汇款后请保留汇款收据,以便以后发生纠纷确认<br>
<strong><font color="#0033FF">推荐</font></strong>:最好使用建行速汇通或工商银行灵卡通网上转账购买钥匙费。可保证2天内开通,既安全又快捷。<strong><font color="#0033FF"><br>
注意:5号为维护费不加入循环。</font></strong><font color="#ff0000">如果你注册后表中显示有空位的空位就不用寄款了,原因是该位上级代理违反规定被暂停帐号或删除,系统会自动通过激活,如果该位没有激活请通知网管。</font></div>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</center>
</div>
</div>
</div>
<!--#include file="copyright.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -