黑人巨大40厘米重口无码資源免費看_亚洲制服丝袜日韩精品中文字幕_亚洲无码综合影院_福利片国产乱视频伦在线_谁有最新色视频网站_91美女秘片黄在线观看_国产香蕉一级在线_影音先锋最新资源_精品高清免费中文字幕不卡一区_人像艺术摄影

seo每天一貼

家好網絡開發(fā)的-php比較目錄文件小功能(可做成防木馬注入技術)

點擊次數:  更新時間:2014-07-16 23:05:47  【打印此頁】  【關閉

家好網絡小何在開發(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,轉載請注明出處。