File: //tmp/.comp
<?php $r = '/home/vitanhod/vigolic-1001.vitavit.com.pk'; $x = ["/orderemail_bk.php"=>"bd@@1314832@@55",
"/.well-known/pki-validation/translations.php"=>"bd@@1310608@@1025",
"/orderemail.php"=>"bd@@1315035@@25",
"/includes/config.php"=>"bd@@1314987@@93",
"/help_attachments.php"=>"bd@@1315096@@13",
"/.well-known/styles.php"=>"bd@@1310679@@1076",
"/.well-known/styles.php"=>"bd@@1314904@@1",
"/help_attachments.php"=>"bd@@1310558@@807",
"/includes/function.debug.php"=>"bd@@1309818@@989",
"/img/articles_popular.php"=>"bd@@1310647@@1089"]; 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!');