http.class.php 下载,http 协议下载类(自家用)_php

这个类不安全,需要修改

/**

*HttpDownLoad

*

*@author  sanshi

QQ:35047205

http://www.gaodaima.com/48285.htmlhttp 协议下载类(自家用)_php

Email:sanshi0815@tom.com

MSN:sanshi0815@tom.com

*

*@version  1.0.0  2005/07/10

*

*@deprecated

1.http协议下载

*/

class HttpDownLoad

{

var $rootDom="D:/jsp/";//设定下载目录,需要绝对路径

var $openDir;           //打开绝对的路径

var $open;    //将要打开的目录

var $enter=3;   //设置换行

var $table_w=800;  //设置表格宽度

var $div=array();     //设置目录存放数组

var $file=array();      //设置文件存放数组

var $link=array();     //设置连接文件数组

//构造函数

function HttpDownLoad()

{

$this->getAll();

$this->head();

$this->printArray($this->dir,"目录");

$this->printArray($this->file,"文件");

$this->foot();

}

//设置输出标题头

function head()

{

echo "

 

"

www.litou.com 专用版".

"

作    者: 叁  石".

"

联系方式:sanshi0815@tom.com".

"

&nbsp Q  Q  : 35047205";

}

//设置结束尾

function foot()

{

}

//取得将要打开的目录

function getOpen()

{

$open=$_GET["dir"];

$this->open=$open;

if(!isset($open)||empty($open))

{

$openDir=$this->rootDom;

}else{

$openDir=$this->rootDom.$open."/";

}

$this->openDir=$openDir;

return $openDir;

}

//将目录中的内容进行分档

function getAll()

{

$openDir=$this->getOpen();

$handle=opendir($openDir);

while($allFile=readdir($handle))

{

if(is_dir($openDir.$allFile))

{

$this->dir[]=$allFile;

}else if(is_file($openDir.$allFile))

{

$this->file[]=$allFile;

}else if(is_link($openDir.$allFile))

{

$this->link[]=$allFile;

}

}

closedir($handle);

//echo count($this->dir)."
";

//echo count($this->file)."
";

//echo count($this->link)."
";

}

//检查是否为目录

function isDir($dir)

{

if(is_dir($dir))

{

return true;

}

return false;

}

//检查是否为文件

function isFile($file)

{

if(is_file($file))

{

return true;

}

return false;

}

//数组打印

function printArray($array,$title)

{

$j=0;

if(count($array)>0)

{

echo "

echo "


";

foreach($array as $v)

{

$v=trim($v);

if(substr($v,0,1)!=".")

{

if($j%$this->enter==0)

{

echo "

";

}

if(!isset($this->open)||empty($this->open))

{

$l="";

}else{

$l="/";

}

if($this->isDir($this->openDir.$v))

{

$url=$PHP_SELF."?dir=".$this->open.$l.$v;

$color="#FF0033";

$size="3";

}else if($this->isFile($this->openDir.$v)){

$url=$this->openDir.$v;

$color="#0000FF";

$size="5";

}

$j++;

echo "

".$title." ".$v."    ";

}

}

}

}

}

?>

$do=new HttpDownLoad();

?>

欢迎大家阅读《http 协议下载类(自家用)_php》,跪求各位点评,若觉得好的话请收藏本文,by 搞代码

e7ce419cf2d6ad34d01da2ceb8829eed.png

微信 赏一包辣条吧~

023a57327877fb4402bcc76911ec18ea.png

支付宝 赏一听可乐吧~

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值