国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 建站經驗 > 正文

ecshop校驗文件生成MD5文件代碼

2024-04-25 20:40:51
字體:
來源:轉載
供稿:網友

ecshop校驗文件生成MD5文件的代碼

define('ROOT_PATH', str_replace(basename( __FILE__), '', str_replace('//', '/', __FILE__)));

ini_set('max_execution_time', '300');

checkfiles('./', '/.php', 0);

checkfiles('admin/', '/.php|/.htm|/.js|/.css|/xml');

checkfiles('api/', '/.php');

checkfiles('includes/', '/.php|/.html|/.js',1,'fckeditor'); //fck不檢查

checkfiles('js/', '/.js|/.css');

checkfiles('languages/', '/.php');

checkfiles('plugins/', '/.php');

checkfiles('wap/', '/.php|/.wml');

/*

checkfiles('themes/default/', '/.dwt|/.lbi|/.css'); //模板

checkfiles('uc_client/', '/.php', 0);

checkfiles('uc_client/control/', '/.php');

checkfiles('uc_client/model/', '/.php');

checkfiles('uc_client/lib/', '/.php');

*/

file_put_contents('./admin/ecshopfiles.md5',$md5str); //保存文件校驗信息

echo "MD5文件生成完成";

/**檢查文件

* @param string $currentdir //待檢查目錄

* @param string $ext //待檢查的文件類型

* @param int $sub //是否檢查子目錄

* @param string $skip //不檢查的目錄或文件

*/

function checkfiles($currentdir, $ext = '', $sub = 1, $skip = '')

{

global $md5data, $md5str;

$dir = @opendir(ROOT_PATH.$currentdir);

$exts = '/('.$ext.')$/i';

$skips = explode(',', $skip);

while($entry = @readdir($dir))

{

$file = $currentdir.$entry;

if($entry != '.' && $entry != '..' && $entry != '.svn' && (preg_match($exts, $entry) || $sub && is_dir($file)) && !in_array($entry, $skips))

{

if($sub && is_dir($file))

{

checkfiles($file.'/', $ext, $sub, $skip);

}

else

{

if($file != './md5.php')

{

$md5data[$file] = md5_file($file);

$md5str .= md5_file($file).' *'.$file."/r/n";

}

}

}

}

}

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 老河口市| 密山市| 高台县| 精河县| 威宁| 开封县| 汨罗市| 崇明县| 城步| 漳州市| 永丰县| 蓬安县| 墨玉县| 抚顺市| 双牌县| 大荔县| 桐梓县| 平江县| 兴隆县| 城步| 二连浩特市| 洪雅县| 花莲市| 南城县| 昌都县| 慈溪市| 信阳市| 平武县| 汪清县| 平度市| 五莲县| 科技| 方山县| 南涧| 刚察县| 疏附县| 高安市| 双峰县| 美姑县| 克东县| 成武县|