seo每天一貼
家好網絡開發(fā)的-php比較目錄文件小功能(可做成防木馬注入技術)
家好網絡小何在開發(fā)中的一部份小插件分享下^^
<?php
function traverse($path = '.') {
$arr_f=array();
$current_dir = opendir($path); //opendir()返回一個目錄句柄,失敗返回false
while(($file = readdir($current_dir)) !== false) { //readdir()返回打開目錄句柄中的一個條目
list($filesname,$kzm)=explode(".",$file);//獲取擴展名
$sub_dir = $path . DIRECTORY_SEPARATOR . $file; //構建子目錄路徑
if($file == '.' || $file == '..') {
continue;
} else if(is_dir($sub_dir)) { //如果是目錄,進行遞歸
echo 'Directory ' . $file . ':<br>';
traverse($sub_dir);
} else { //如果是文件,直接輸出
// echo $path . ': ' . $file . '<br>';
$arr_f[]=$file;
}
}
return $arr_f;
}
$img= preg_replace( '/[^\d]/ ', '',traverse('img'));
$images= preg_replace( '/[^\d]/ ', '', traverse('images'));
$file_zip= preg_replace( '/[^\d]/ ', '',preg_replace( '/(.7z.lnk)/', '', traverse('zip')));
//$str =preg_replace( '/[^\d]/ ', '', preg_replace( '/[^\d]/ ', '',$str));
$un_nofile = array_diff($images,$file_zip);
echo 'img:'.count($img)."<pre/>";
echo 'images:'.count($images)."<pre/>";
echo 'zip:'.count($file_zip)."<pre/>";
echo '其它件文件與第一個不同有:'.count($un_nofile)."個<pre/>";
foreach($un_nofile as $f_v){
$hz="jpg";
$ff='img/'.$f_v.'_s.'.$hz;
$ff2='img/'.$f_v.'.'.$hz;
if(file_exists($ff)){
unlink($ff);
}else{
echo $ff.'文件沒找到!!';
//exit;
}
echo $f_v."<pre/>";
}
// print_r($c);
?>
家好網絡主要業(yè)務:東莞兼職建網站,建網站那家好,低價格建網站,網站改版,東莞業(yè)余網站建設,東莞私人網站建設,江永網站建設
家好網絡原創(chuàng)文章,本文地址:http://g3674.cn/news/news146.html,轉載請注明出處。
上一條:低價格做網站找家好網絡! 下一條:建好了網站!如何提高網站流量和訪問量?
手 機:15118212450
電 話:0769-33549760
Q Q:563980989 / 1751061171
Email:563980989@qq.com
地 址:廣東東莞市莞城區(qū)旗峰路旗峰樓601室