tinyfilemanager/README.md

34 lines
1.3 KiB
Markdown
Raw Normal View History

2017-07-05 08:54:42 +02:00
# Tiny PHP File Manager
2017-07-05 08:31:58 +02:00
Tiny file manager in single php file
2017-07-05 08:54:42 +02:00
<hr>
2017-07-27 07:16:16 +02:00
<img src="tinyfilemanager.gif" alt="H3k | Tiny File Manager">
2017-07-05 08:54:42 +02:00
<h3>How to use</h3>
Download ZIP with latest version from master branch.
2017-07-05 09:45:58 +02:00
Copy tinyfilemanager.php to your website folder and open it with web browser (e.g. http://yoursite/any_path/tinyfilemanager.php).
2017-07-05 08:54:42 +02:00
Default username/password: admin/admin. password has encripted with MD5.
Warning: Please set your own username and password in $auth_users before use.
To enable/disable authentication set $use_auth to true or false.
2017-07-05 09:45:58 +02:00
<h3>Features</h3>
<ul>
<li>Open Source, light and extremely simple</li>
<li>Basic features likes Create, Delete, Modify, View, Download, Copy and Move files </li>
<li>Ability to upload multiple files</li>
<li>Ability to create folders and files</li>
<li>Ability to compress, extract files</li>
<li>Support user permissions - based on session</li>
<li>Copy direct file URL</li>
<li>Edit text file formats using advanced editor with syntax highlight</li>
2017-07-25 08:17:59 +02:00
<li>Backup files</li>
2017-08-30 09:22:58 +02:00
<li>Search - Advanced Ajax based seach</li>
2017-07-05 09:45:58 +02:00
<li>lots more...</li>
</ul>
Source: <a target="_balnk" href="https://github.com/alexantr/filemanager">filemanager</a>(original version) were built by <a href="https://github.com/alexantr" target="_balnk">alexantr</a>.<br>
This is an excellent and improved version of the original.