CuteFileBrowser
1.0.0
This is a fork of TutorialZine CuteFileBrowser It was created to give full liberty over folder's path.
You can see it in action at https://pierrepayen.net/CuteFile and the files at https://pierrepayen.net/CuteFile/files
Upload all files wherever you want on your server let's assume it is in /opt/cfb.
Assuming you want to display the folder /files.
Move index.html next to /files but not into !
Change
path/to/folder in cfb/scan.php to /files
cfb/styles.css in /files/index.html to /opt/cfb/styles.css
cfb/script.js in /files/index.html to /opt/cfb/styles.css
Calling http://domain.ext/files will show the explorer.
scan.php (so you have to add scan.php and index.html to that folder). All file were shown (execpt files starting with a dot).