⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 down.php

📁 php写的论坛,代码精简到极点 请相看说明文件。是从英文翻译过来的:)
💻 PHP
字号:
<?
//////////////////////////////////ready
include "connect.php";
include "lib.php";

//////////////////////////////////check
//if($HTTP_HOST && !eregi($HTTP_HOST,$HTTP_REFERER)){error($error.'你没有这个权限');}

//////////////////////////////////To bring writing information
$data=selects("$board_table$bd","and no=$no");

//////////////////////////////////hit +1 and Path establishment to move
if($num==1){
edit("$board_table$bd","attach_hit=attach_hit+1","no=$no");
$url="file/$data[attach_dir]/$data[attach_name]";}

if($num==2){
edit("$board_table$bd","attach2_hit=attach2_hit+1","no=$no");
$url="file/$data[attach2_dir]/$data[attach2_name]";}

if($num==3){
edit("$board_table$bd","link_hit=link_hit+1","no=$no");
$url="$data[link]";}

if($num==4){
edit("$board_table$bd","link2_hit=link2_hit+1","no=$no");
$url="$data[link2]";}

//////////////////////////////////move
mysql_close($connect);
header("location:$url");
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -