New Features

What am i working on for the future releases?

. A new window, called Translations. Where you can create/edit your translation, and submit it to me easily.
. Revision on the native compression backend. It seems to do TGZ (tar gzip) and TBZ (tar bzip) when asked for GZIP or BZIP (just compression).
. Add custom presets on the portscan window, and add option to ignore ping to scan ports directly. (ping sometimes is blocked)
. Complete php open_basedir bypass on phpFileManager, for tree view and file edition, using local system functions, if php system exec functions allow it.
. A new window, called PHP Security Check. It will check for php open_basedir bypass, and explain how to solve the issue (using php_admin_value[disable_functions] or php Suhosin module). It will also allow to scan the server for files that should never be readable/writable thru php (ex: /etc/, /var/, /home/*) and check if any of the local services available, has access thru php with the default service user/pass (ex: mysql, pgsql, ldap, smtp,..).
. A new feature, allowing to provide a list of other phpFileManager URLs and passwords, so you can browse/copy/move files and folders to different webservers, directly on the interface.

And more…

. Options for chown() and chgrp() on permissions window. (only the superuser may change the group of a file arbitrarily; other users may change the group of a file to any group of which that user is a member)
. Add option to edit text/html using some wysiwyg editor, like Ckeditor, FCKEditor or TinyMCE. (the smaller the better)
. Allow bookmarking paths using right click menu on the folder tree, and show them a combobox, on top of the folder tree.
. SSH connection option on terminal (host/user/pass), to run commands as another user on the local server, or even other hosts.
. PHP secure delete, allow to shred files using DoD 5220.22-M.
. Store all config vars on $GLOBALS and remove the “globals” declarations from all functions. (will reduce the script lines, not size.. but that´s good!)
. Use $_REQUEST, $_COOKIE, $_POST, $_GET instead os registering all them as global vars. (it´s an old script.. sorry) The script is working as it is, and it would take hours of testing, to ensure that i didn´t break anything.

Donation!!

If you like this script, please consider making a donation.
Any amount is well received, and will help me continue giving support and adding new features.