Advanced File Management System

A web-based file manager for your server

Advanced File Management System
Price
$25.00

Instant Download

Lifetime Access & Updates

User Guide

30-Day Money-Back Guarantee

Secure Checkout

Screenshots

File Manager Interface
Upload Files
Compress Files
Extract Files
Create File
Change Permissions
Edit Files
View Media Files
Rename Files
Context Menu

Overview

The Advanced File Management System is a web-based PHP file manager script for your own server: browse directories, upload with a progress bar, edit files in place, compress and extract archives, and preview media, all from the browser. One payment, full source code.

It's written in plain PHP and plain JavaScript with no third-party dependencies, which keeps it lightweight and easy to audit. Token protection stops anyone from wandering outside the directory you point it at, and the config decides which file extensions are editable.

Use it as personal cloud storage, give clients access to their files, or wire it into an existing project. The user guide covers setup and folder permissions.

Features

Self-Hosted File Manager Manage files and directories from the browser using the pre-built PHP and JavaScript UI.

Token Protection Built-in security tokens prevent unauthorized access to files outside of the initial path directory.

Upload Files Upload multiple files to a particular directory with a dynamic progress bar indicator.

Extract & Compress Compress files in various formats (ZIP, PHAR, GZ, BZ2) and extract them with one click of a button.

Directories Panel Swiftly navigate to directories using the pre-coded directory tree panel.

Search Files & Directories Easily search for files and directories with real-time AJAX results.

Download Files Instantaneously download files directly from your own hosted server.

Edit Files On-the-go file editing with the ability to declare which extensions are editable in the config files.

View Media Image, video, and audio files will automatically render in a stylized popup modal.

Cut, Copy & Paste Easily manipulate and move your files and directories within the UI.

Table Sortation Sort files by column (name, size, modified date, etc.) to find what you need quickly.

AJAX Integration Navigate between directories and edit files without waiting for the page to reload.

Responsive Design The included HTML templates will adapt to any screen size, whether on desktop or mobile devices.

SCSS File Included Easily change the interface design and branding with the included SCSS file.

Comprehensive User Guide Includes a detailed 'User Guide.html' file so you can configure the files on your server in minutes.

Lifetime Access & Updates Once you buy it, you own it. You'll have permanent access to all future code improvements and version updates.

Technical Requirements

  • Apache/Nginx Web Server — We recommend XAMPP for testing on your local environment.
  • PHP >= 5.5.0 — PHP >= 8.0 is recommended for optimal performance.
  • A code editor, such as Visual Studio Code or Notepad++.

FAQs

I can't manage my files, what do I do?

Make sure you recursively CHMOD your initial path directory and give the appropriate owner and group permissions (www-data is standard for most web servers) to your files and directories.

The file manager continuously loads without populating any files, what do I do?

Make sure the initial path is correct in the 'config.php' file and inspect the browser JS console for errors.

How do I download the ZIP file again if I've lost it?

You can download the digital package from the receipt email that was sent to you when you purchased the software. If you no longer have this email, you can request a new one here. Remember not to share your download links. These are being monitored.

Can I use the package on multiple websites?

Yes, but each website needs its own license.

How do I install the package?

Extract the ZIP file on your web server, import the included SQL file, and update the configuration with your details. The user guide walks through it step by step.

Can I customize the source code?

Absolutely. You get the complete source code with no restrictions, plus an SCSS file that makes design changes straightforward. Adapt it however you like.

Change Log

Version 1.0.1 24/10/2023
  • [Added] drag-and-drop functionality to the upload form and the ability to remove individual files.
  • [Fixed] an issue with the display path when it becomes too long.
  • [Fixed] an issue with the popup dialog box on smaller devices.
  • [Fixed] a bug that wouldn't allow foreign characters to be entered when creating a new file and/or directory.
Version 1.0.0 08/03/2023
  • [Release] initial release date.