📄 daojuhuanbi.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title>道具换币</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" class="table-zuoyou" bordercolor="#CCCCCC">
<tr>
<td height="1" colspan="4">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="26">
<tr>
<td width="100%" background="images/djzh.gif" height="26"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="25" align="center" colspan="4"> <p align="center">此操作将你的道具转换为虚拟货币</td>
</tr>
<tr>
<td height="25" align="center" colspan="4"> <p align="center">方便你购买其他道具</td>
</tr>
<form method="POST" action="djzhchk.asp?days6=1">
<%
i=1
username=request.cookies("days6")("username")
set rs=server.createobject("adodb.recordset")
sql = "select jf,a,b,c,d from [user] where username='"&username&"'"
rs.open sql,conn,1,1
jf=rs("jf")
a=trim(rs("a"))
b=trim(rs("b"))
c=trim(rs("c"))
d=trim(rs("d"))
rs.close
set rs=nothing
closedb
%>
<tr>
<td width="28%" height="25" align="center">我有<font color="#800000">标题变色道具</font></td>
<td width="24%" height="25" align="center"> <select name="a">
<option value="0">转换数量</option>
<%for i=1 to int(a)%>
<option value="<%=i%>"><%=i%>个</option>
<%next%>
</select></td>
<td width="18%" height="100" align="center" rowspan="4"> <p align="center"><img src="images/zh2.gif" border="0" align="middle">
虚拟货币</td>
<td width="30%" height="25" align="center"> </td>
</tr>
<tr>
<td height="25" align="center">我有<font color="#800000">信息置顶道具</font></td>
<td width="24%" height="25" align="center"> <select name="b">
<option value="0">转换数量</option>
<%for i=1 to int(b)%>
<option value="<%=i%>"><%=i%>个</option>
<%next%>
</select></td>
<td width="30%" height="25" align="center"> </td>
</tr>
<tr>
<td height="25" align="center">我有<font color="#800000">站长推荐道具</font></td>
<td width="24%" height="25" align="center"> <select name="c">
<option value="0">转换数量</option>
<%for i=1 to c%>
<option value="<%=i%>"><%=i%>个</option>
<%next%>
</select></td>
<td width="30%" height="25" align="center"> <input type="submit" value="我要转换" name="B1"></td>
</tr>
<tr>
<td height="25"><div align="center">我有<font color="#800000">重新竞价道具</font></div></td>
<td width="24%" height="25"> <p align="center">
<select name="d">
<option value="0">转换数量</option>
<%for i=1 to d%>
<option value="<%=i%>"><%=i%>个</option>
<%next%>
</select>
</td>
<td width="30%" height="25"> <p align="center"> </td>
</tr>
</form>
<form method="POST" action="djzhchk.asp?days6=2">
</form>
<tr>
<td height="25" colspan="4"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -