//管理程序chang.php源代码如下:
<? session_start() ?>
<? if($session_power==""||$session_power<1)
{
header("location: ../message.php?redirect=default.php&message=你不是理员");
break;
}?>
<?require ("../opendata.php");?>
<?
if($step=="1")
{
if(!($rs=mysql_fetch_array(mysql_query("select * from download where id='".$id."'",$cn))))
echo "提取资料出错";
else
{
?>
<html>
<head>
<title>修改资料</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head><body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="29"><font size="2">你的位置:<a href="../default.php">首页</a>->><a href="download.php?action=show">下载基地</a>->>修改资料</font></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="446">
<tr>
<td height="335" width="77%" bgcolor="#99cc00">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="335">
<tr>
<td colspan="2" height="42"> </td>
</tr>
<form method="post" action="chang.php?step=2&id=<?=$id?>">
<tr>
<td height="35" width="19%"><font size="2">软件名称</font></td>
<td height="35" width="81%">
<input name="title" value="<?=$rs["title"];?>" >
</td>
</tr>
<tr>
<td height="36" width="19%"><font size="2">软件地址</font></td>
<td height="36" width="81%">
<input name="url" size="50" value="<?=$rs["url"];?>"
>
</td>
</tr>
<tr>
<td height="34" width="19%"><font size="2">大小</font></td>
<td height="34" width="81%"> <font size="2">
<input type="text" name="size" size="12" value="<?=$rs["size"]?>">
</font></td>
</tr>
<tr>
<td height="42" width="19%">
<div align="left"><font size="2">分类</font></div>
</td>
<td height="42" width="81%"><font size="2">
<select name="type">
<option <?if($rs["type"]==1) echo "selected"; ?> value="1">密码破解</option>
<option <?if($rs["type"]==2) echo "selected"; ?> value="2">远程控制</option>
<option <?if($rs["type"]==3) echo "selected"; ?> value="3">端口扫描</option>
<option <?if($rs["type"]==4) echo "selected"; ?> value="4">字典工具</option>
<option <?if($rs["type"]==5) echo "selected"; ?> value="5">系统安全</option>
<option <?if($rs["type"]==6) echo "selected"; ?> value="6">各种炸弹</option>
<option <?if($rs["type"]==7) echo "selected"; ?> value="7">加密软件</option>
<option <?if($rs["type"]==8) echo "selected"; ?> value="8">源代码</option>
<option <?if($rs["type"]==9) echo "selected"; ?> value="9">其它软件</option>
</select>
</font> </td>
</tr>
<tr>
<td height="31" width="19%"><font size="2">简介:</font></td>
<td height="31" width="81%">
<textarea name="say" cols="50" rows="10"><?=$rs["say"];?></textarea>
</td>
</tr>
<tr>
<td height="37" colspan="2">
<div align="center">
<input type="submit" value="搞定" name="submit">
</div>
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</body>
</html>
<?
}
}
if($step=="2")
{
mysql_query("update download set title='".$title."', say='".$say."',url='".$url."',size='".$size."',type='".$type."' where id=".$id,$cn);
header("location:download.php?action=show&type=$type");
}
?>
<? session_start() ?>
<? if($session_power==""||$session_power<1)
{
header("location: ../message.php?redirect=default.php&message=你不是理员");
break;
}?>
<?require ("../opendata.php");?>
<?
if($step=="1")
{
if(!($rs=mysql_fetch_array(mysql_query("select * from download where id='".$id."'",$cn))))
echo "提取资料出错";
else
{
?>
<html>
<head>
<title>修改资料</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head><body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="29"><font size="2">你的位置:<a href="../default.php">首页</a>->><a href="download.php?action=show">下载基地</a>->>修改资料</font></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="446">
<tr>
<td height="335" width="77%" bgcolor="#99cc00">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="335">
<tr>
<td colspan="2" height="42"> </td>
</tr>
<form method="post" action="chang.php?step=2&id=<?=$id?>">
<tr>
<td height="35" width="19%"><font size="2">软件名称</font></td>
<td height="35" width="81%">
<input name="title" value="<?=$rs["title"];?>" >
</td>
</tr>
<tr>
<td height="36" width="19%"><font size="2">软件地址</font></td>
<td height="36" width="81%">
<input name="url" size="50" value="<?=$rs["url"];?>"
>
</td>
</tr>
<tr>
<td height="34" width="19%"><font size="2">大小</font></td>
<td height="34" width="81%"> <font size="2">
<input type="text" name="size" size="12" value="<?=$rs["size"]?>">
</font></td>
</tr>
<tr>
<td height="42" width="19%">
<div align="left"><font size="2">分类</font></div>
</td>
<td height="42" width="81%"><font size="2">
<select name="type">
<option <?if($rs["type"]==1) echo "selected"; ?> value="1">密码破解</option>
<option <?if($rs["type"]==2) echo "selected"; ?> value="2">远程控制</option>
<option <?if($rs["type"]==3) echo "selected"; ?> value="3">端口扫描</option>
<option <?if($rs["type"]==4) echo "selected"; ?> value="4">字典工具</option>
<option <?if($rs["type"]==5) echo "selected"; ?> value="5">系统安全</option>
<option <?if($rs["type"]==6) echo "selected"; ?> value="6">各种炸弹</option>
<option <?if($rs["type"]==7) echo "selected"; ?> value="7">加密软件</option>
<option <?if($rs["type"]==8) echo "selected"; ?> value="8">源代码</option>
<option <?if($rs["type"]==9) echo "selected"; ?> value="9">其它软件</option>
</select>
</font> </td>
</tr>
<tr>
<td height="31" width="19%"><font size="2">简介:</font></td>
<td height="31" width="81%">
<textarea name="say" cols="50" rows="10"><?=$rs["say"];?></textarea>
</td>
</tr>
<tr>
<td height="37" colspan="2">
<div align="center">
<input type="submit" value="搞定" name="submit">
</div>
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</body>
</html>
<?
}
}
if($step=="2")
{
mysql_query("update download set title='".$title."', say='".$say."',url='".$url."',size='".$size."',type='".$type."' where id=".$id,$cn);
header("location:download.php?action=show&type=$type");
}
?>
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
暂无评论...
更新日志
2024年11月25日
2024年11月25日
- 凤飞飞《我们的主题曲》飞跃制作[正版原抓WAV+CUE]
- 刘嘉亮《亮情歌2》[WAV+CUE][1G]
- 红馆40·谭咏麟《歌者恋歌浓情30年演唱会》3CD[低速原抓WAV+CUE][1.8G]
- 刘纬武《睡眠宝宝竖琴童谣 吉卜力工作室 白噪音安抚》[320K/MP3][193.25MB]
- 【轻音乐】曼托凡尼乐团《精选辑》2CD.1998[FLAC+CUE整轨]
- 邝美云《心中有爱》1989年香港DMIJP版1MTO东芝首版[WAV+CUE]
- 群星《情叹-发烧女声DSD》天籁女声发烧碟[WAV+CUE]
- 刘纬武《睡眠宝宝竖琴童谣 吉卜力工作室 白噪音安抚》[FLAC/分轨][748.03MB]
- 理想混蛋《Origin Sessions》[320K/MP3][37.47MB]
- 公馆青少年《我其实一点都不酷》[320K/MP3][78.78MB]
- 群星《情叹-发烧男声DSD》最值得珍藏的完美男声[WAV+CUE]
- 群星《国韵飘香·贵妃醉酒HQCD黑胶王》2CD[WAV]
- 卫兰《DAUGHTER》【低速原抓WAV+CUE】
- 公馆青少年《我其实一点都不酷》[FLAC/分轨][398.22MB]
- ZWEI《迟暮的花 (Explicit)》[320K/MP3][57.16MB]