seo每天一貼
家好網(wǎng)絡(luò)開(kāi)發(fā)的-php比較目錄文件小功能(可做成防木馬注入技術(shù))
家好網(wǎng)絡(luò)小何在開(kāi)發(fā)中的一部份小插件分享下^^
<?php
function traverse($path = '.') {
$arr_f=array();
$current_dir = opendir($path); //opendir()返回一個(gè)目錄句柄,失敗返回false
while(($file = readdir($current_dir)) !== false) { //readdir()返回打開(kāi)目錄句柄中的一個(gè)條目
list($filesname,$kzm)=explode(".",$file);//獲取擴(kuò)展名
$sub_dir = $path . DIRECTORY_SEPARATOR . $file; //構(gòu)建子目錄路徑
if($file == '.' || $file == '..') {
continue;
} else if(is_dir($sub_dir)) { //如果是目錄,進(jìn)行遞歸
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 '其它件文件與第一個(gè)不同有:'.count($un_nofile)."個(gè)<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.'文件沒(méi)找到??!';
//exit;
}
echo $f_v."<pre/>";
}
// print_r($c);
?>
家好網(wǎng)絡(luò)主要業(yè)務(wù):東莞兼職建網(wǎng)站,建網(wǎng)站那家好,低價(jià)格建網(wǎng)站,網(wǎng)站改版,東莞業(yè)余網(wǎng)站建設(shè),東莞私人網(wǎng)站建設(shè),江永網(wǎng)站建設(shè)
家好網(wǎng)絡(luò)原創(chuàng)文章,本文地址:http://g3674.cn/news/news146.html,轉(zhuǎn)載請(qǐng)注明出處。
手 機(jī):15118212450
電 話:0769-33549760
Q Q:563980989 / 1751061171
Email:[email protected]
地 址:廣東東莞市莞城區(qū)旗峰路旗峰樓601室