! Only administrators can have access to file upload !
- Rename original file
download.php
tobackup_download.php
- Upload
download.php
files to host - Upload
DownloadManager
folder to host - Give permission 755
DownloadManager
folder and filedownload.php
Edit default directory on DownloadManager/action.php
$dir = '../Downloads/';
Downloads folder is automatically created
Example structure folder:
- Downloads/*
Personal sub-drirectory
- My-folder-acars
- My-folder-help
- My-folder-planes
Edit default Extension permit on DownloadManager/upload.php
$allowed_extension = array("zip", "rar", "tar.gz", "txt", "doc", "pdf");
Created By Freedomsim-Virtual-Airlines