coming from hotscripts I stumbled into your software and hat a look at it.
Some suggestions:
o put the archive into a toplevel folder, so it creates a folder on untarring
o in index.php call $theFileManager = new FileManager($member,$tempDir,$baseDir,$locale,$webRoot);
using variables defined at the start of the script
o default those variables starting from $_SERVER['DOCUMENT_ROOT']
o Highly valuable is being able to upload a tar.gz or .zip and having it unpacked automatically. But don't use external programs for it but the php built-ins (zip_open and friends), so the scripts get more portable.
o Continue your good work !
Thanks for the fine program,
Juergen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
coming from hotscripts I stumbled into your software and hat a look at it.
Some suggestions:
o put the archive into a toplevel folder, so it creates a folder on untarring
o in index.php call $theFileManager = new FileManager($member,$tempDir,$baseDir,$locale,$webRoot);
using variables defined at the start of the script
o default those variables starting from $_SERVER['DOCUMENT_ROOT']
o Highly valuable is being able to upload a tar.gz or .zip and having it unpacked automatically. But don't use external programs for it but the php built-ins (zip_open and friends), so the scripts get more portable.
o Continue your good work !
Thanks for the fine program,
Juergen