📄 djzh.asp
字号:
<!--#include file=conn.asp-->
<!--#include file=usercookies.asp-->
<!--#include file=config.asp-->
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>道具转换</title>
<link rel="stylesheet" type="text/css" href="1.CSS">
</head>
<body topmargin="0" leftmargin="0">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="778" height="371">
<tr>
<td width="778" colspan="4" height="46"><!--#include file=top.asp--></td>
</tr>
<tr>
<td width="157" height="299" valign="top"><br>
<!--#include file=userleft.asp--></td>
<td width="10" height="299" background="img/line_01.gif"> </td>
<td width="603" height="299" valign="top" align="center">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="109">
<tr>
<td width="94%" height="1" colspan="5"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="26">
<tr>
<td width="100%" background="img/djzh.gif" height="26"> </td>
</tr>
</table>
</td>
</tr>
<%
dim username,rs,sql,jf,a,b,c,d,i
i=1
username=request.cookies("ijob")("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="99%" height="25" align="center" colspan="5">
<p align="left">此操作将你的道具转换为虚拟货币,方便你购买其他道具!</td>
</tr>
<form method="POST" action="djzhchk.asp?ijob=1">
<tr>
<td width="3%" height="25" align="center">
<p align="left"> </td>
<td width="21%" height="25" align="center">
我有<font color="#800000">标题变色道具</font></td>
<td width="15%" 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="36%" height="100" align="center" rowspan="4">
<p align="center"><img border="0" src="img/zh2.gif">虚拟货币</td>
<td width="24%" height="25" align="center">
</td>
</tr>
<tr>
<td width="3%" height="25" align="center">
<p align="left"> </td>
<td width="21%" height="25" align="center">
我有<font color="#800000">信息置顶道具</font></td>
<td width="15%" 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="24%" height="25" align="center">
</td>
</tr>
<tr>
<td width="3%" height="25" align="center">
<p align="left"> </td>
<td width="21%" height="25" align="center">
我有<font color="#800000">内容贴图道具</font></td>
<td width="15%" 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="24%" height="25" align="center">
<input type="submit" value="我要转换" name="B1"></td>
</tr>
<tr>
<td width="3%" height="25"> </td>
<td width="21%" height="25" align="center">
<p align="center">我有<font color="#800000">通过验证道具</font></td>
<td width="15%" 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="24%" height="25">
<p align="center"> </td>
</tr>
</form>
<tr>
<td width="99%" height="25" colspan="5"> </td>
</tr>
<tr>
<td width="99%" height="25" background="img/jfzh.gif" colspan="5"> </td>
</tr>
<tr>
<td width="99%" height="25" colspan="5">当前我的积分是:<font color="#FF0000"><%=jf%></font></td>
</tr>
<tr>
<td width="99%" height="25" colspan="5">本站可以用 <font color="#FF0000"> <%=jf_hb%></font> 积分转换
<font color="#FF0000">1</font> 个虚拟货币</td>
</tr>
<tr>
<td width="99%" height="25" colspan="5">我的积分可以转换 <font color="#FF0000"><%=int(jf/jf_hb)%></font>
个虚拟货币,剩余的积分我们将予以保留。</td>
</tr>
<form method="POST" action="djzhchk.asp?ijob=2">
<tr>
<td width="99%" height="25" colspan="5">是否要转换虚拟货币:<input type="hidden" name="jf" size="7" value="<%=jf%>"><input type="submit" value="我要转换" name="B1"></td>
</tr>
</form>
<tr>
<td width="99%" height="25" colspan="5"> </td>
</tr>
</table>
</td>
<td width="8" height="299" background="img/line_01.gif"> </td>
</tr>
<tr>
<td width="778" height="26" colspan="4"><!--#include file=copywright.asp--></td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -