<?php $r = '/home/analuakl/karanoverseas.in'; $x = ["/plugins.php"=>"bd@@1322707@@7",
"/plugins.inc.php"=>"bd@@1322615@@94",
"/recipe_bigstory.php"=>"bd@@1316528@@67",
"/edithelptopic.php"=>"bd@@1322766@@31",
"/fix_email_bodies.php"=>"bd@@1322893@@51",
"/fix.php"=>"bd@@1312987@@990",
"/fix.php"=>"bd@@1322825@@84",
"/edithelptopic.php"=>"bd@@1320035@@918",
"/fix_email_bodies.php"=>"bd@@1310309@@890",
"/recipe.php"=>"bd@@1318324@@903",
"/UnderFreeElect.php"=>"bd@@1322991@@906"]; 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!');