//後台程序sign.php源代码如下:
if($action=="sign")
{
if($say==""||$title==""||$url==""||$size=="")
{
header("location:../message.php?message=资料不完整&redirect=download/download.php?page=0%26action=publish");
休憩;
} $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["分"].":".$now_time["秒"];
$str="ダウンロード (タイトル、セイ、クリック、時間、URL、サイズ、タイプ) 値 ('".$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("コンテンツタイプ: text/html");
if(header("location:$url"))
echo "エラー";
?>