|
<?require("../opendata.php");?>
<?
if($action=="sign")
{
if($say==""||$title==""||$url==""||$size=="")
{
header("location:../message.php?message=資料不完整&redirect=download/download.php?page=0%26action=publish");
break;
} $say=htmlspecialchars($say);
$title=htmlspecialchars($title);
$say=str_replace(" "," ",$say);
$say=nl2br($say);
$now_time=getdate();
$ttime=$now_time["year"]."-".$now_time["mon"]."-".$now_time["mday"]." ".$now_time["hours"].":".$now_time["minutes"].":".$now_time["seconds"];
$str="insert into download (title,say,click,ttime,url,size,type) values ('".$title."','".$say."',0,'#".$ttime."#','".$url."','".$size."',".$type.")";
mysql_query($str,$cn);
header("location:download.php?page=0&action=show");
}
if($action=="download")
{
mysql_query("update download set click=click+1 where id=".$id,$cn);
?>
<?
header("Content-type: text/html");
if(header("location:$url"))
echo "error";
?>
<html>
<p align="center"><a href="<?=$url?>">如果你的瀏覽器沒有彈出下載窗口,請(qǐng)點(diǎn)這里</a></p>
<p align="center"><a href="Javascript:self.close()">關(guān)閉窗口</a></p>
<p> </p>
</html>
<?}?>
<?if($action=="mail")
{
mail("khj99@163.NET","該鏈接有問題,請(qǐng)更正","id=$id;程序名=$title;類別=$type","From:khj99@163.NETnReply-To:khj99@163.NETn");
header("location:download.php?action=show&type=$type");
}
?>
php技術(shù):一個(gè)程序下載的管理程序(三),轉(zhuǎn)載需保留來源!
鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。