您好,欢迎来到思海网络,我们将竭诚为您提供优质的服务! 诚征网络推广 | 网站备案 | 帮助中心 | 软件下载 | 购买流程 | 付款方式 | 联系我们 [ 会员登录/注册 ]
促销推广
客服中心
业务咨询
有事点击这里…  531199185
有事点击这里…  61352289
点击这里给我发消息  81721488
有事点击这里…  376585780
有事点击这里…  872642803
有事点击这里…  459248018
有事点击这里…  61352288
有事点击这里…  380791050
技术支持
有事点击这里…  714236853
有事点击这里…  719304487
有事点击这里…  1208894568
有事点击这里…  61352289
在线客服
有事点击这里…  531199185
有事点击这里…  61352288
有事点击这里…  983054746
有事点击这里…  893984210
当前位置:首页 >> 技术文章 >> 文章浏览
技术文章

简单的PHP web文件分享

添加时间:2014-12-30 19:23:09  添加: 思海网络 

很简单,用于文件在web分享
1 执行*nix命令获取本目录文件
2 生成下载链接
3 支持中文名,名称内可含有空格
4 源代码请保存为utf-8编码
5 假设分享路径为http://xx_host/xx_dir,代码命名为index.php放在xx_dir目录,生成除index.php外的所有文件下载链接

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>private file box</title>
</head>

<body>
<h2>private file box</h2>
<?php
function list_file_url() {
	exec ( "/bin/ls", $res, $rc );
	//echo "<pre>";
	// var_dump ( $res );
	// var_dump ( $rc );
	// echo "</pre>";
	
	if (0 == $rc) {
		//echo count ( $res ) . "<br />";
		//echo "<br />";
		
		for($i = 0; $i < count ( $res ); $i ++) {
			if ($res[$i] != "index.php") {
				//echo $res [$i] . "<br />";
				$encoded_url = urlencode($res[$i]);
				$encoded_url = str_replace("+","%20",$encoded_url);
				$encoded_filename = iconv("GBK","UTF-8",$res[$i]);
                $encoded_temp_filename = explode(".",$encoded_filename);
                $encoded_filename = $encoded_temp_filename[0];   

				echo "<a href=\"./$encoded_url\">$encoded_filename</a>";
				echo "<br />";
				echo "<br />";
			}
		}
	}
}

list_file_url ();
?>
</body>

</html>
关键字:PHP、web、文件分享
分享到:

顶部 】 【 关闭
版权所有:佛山思海电脑网络有限公司 ©1998-2024 All Rights Reserved.
联系电话:(0757)22630313、22633833
中华人民共和国增值电信业务经营许可证: 粤B1.B2-20030321 备案号:粤B2-20030321-1
网站公安备案编号:44060602000007 交互式栏目专项备案编号:200303DD003  
察察 工商 网安 举报有奖  警警  手机打开网站