mPFM is a PHP driven File Manager that allows you to remotely control almost every aspect related to files/folders within a predefined folder. Designed with security and functionality in mind, it suits both Linux and Windows driven Webservers.
Be the first to post a text review of mask PHP File Manager. Rate and review a project by clicking thumbs up or thumbs down in the right column.
*********************************************************************************** Changelog *********************************************************************************** v3.1b - 30/09/2008 * Fixed insignificant display bug in Configuration window. * Fixed almost insignificant bug in the log function. v3.1a - 29/09/2008 * Fixed the Configuration Editor on mPFM's first run. It showed no explanation for any of the input fields presented. v3.1 - 26/09/2008 * Added MultiLingual interface support. (If anyone translates it into a different language, please email me the language file, I would very much appreciate it and give You credit for it.) -> Only Install Script and the Login Window are in English. * Fixed some minor bugs. v3.0 - 25/09/2008 * Added the ability to run on Windows Webservers as well as on Linux Webservers. * Added compatibility with IE 7.0+, Firefox 3.0+ and Safari 3.1+. Any other previous release of the mentioned browsers or any other browser may not work as intended or may not work at all. I personally tested the mentioned browsers. I hope all is well... * Added a dynamic 'time to AutoLogout' counter. When it hits 0, it will automatically log you out. * Added an option to clear the TMP directory (aka the Cache). It is located in the Configuration window. * Fixed some minor bugs. v2.8a - 17/09/2008 * Removed IE support. It works mostly, but the latest features introduced in v2.8 break the IE broswer. It's such a picky browser... Thank God for FireFox... v2.8 - 17/09/2008 * Replaced the pop-up windows (MultiEditor) with an iFrame, providing exactly the same functionality, without the hassle of another window. * Added a function to simplify the process of modifying the configuration file. * The Log now logs the IP addresses as well. [I don't know why I didn't think of this from the beginning... It must have just slipped my mind...] * Fixed some minor bugs. v2.7 - 16/09/2008 * Added a sanitization function for URIs. * Changed the way the file/folder rows are displayed by hiding the CheckBoxes. * Implemented Key Bindings. The FM can now be used solely with a Keyboard. A list with all of the shortcuts is always shown in the upper left corner. -> IF ANYONE HAS ANY SUGGESTIONS REGARDING THE ACTUAL KEY BINDINGS, PLEASE E-MAIL ME!! * Added live tracking of total selected items size (files/folders). * Fixed the checking of permissions when displaying files and folders so that it displays/hides Edit/Rename actions based on file permissions. * Fixed some minor bugs. v2.6a - 02/07/2008 * Fixed Install.php so that it will not delete the configuration file, but instead it will warn about its existance and ask for its deletion. * Fixed the last security improvement as there were still some uneeded direct uses of Cookie values in index.php. * Fixed the lock action. The first time an account would get locked, two important configuration options would disappear. v2.6 - 28/06/2008 * Minor bugfixes regarding file editing. * Removed support for Creating RAR Files. (Reason: It sometimes generated unexpected results. Support for Creating ZIP Files still exists.) * Rewrote multi_editor.php from scratch, optimizing it and fixing some bugs. * Improved security by minimizing the need for Cookies (they still exist). All of the needed Login values are retrieved only once from Cookies, the rest of the time from the Login Trace. * Removed TimeMCE Editor. (Reason: was annoying and it did not serve the purpouse of mPFM) v2.5 - 25/06/2008 * Fixed Shell command so that it's output is displayed nicely in html. * Fixed vulnerability which could allow a user not supposed to see the configuration file to actually see it. * Added the option to define a list of words in the Visual Configuration Panel, which if found in the shell command, break the command. * Added the option to define a list of disabled actions in the Visual Configuration Panel. * Fixed the displaying of images. This feature has been broken a few releases back. * Added an extra check to the Login System. It now checks for user Login Trace with each login, so if a Trace already exists for a certain username, another person using the same username will not be able to login unless the username has been marked as Logged Out (aka Login Trace gets deleted). * Minor bugfixes. v2.4 - 24/06/2008 * Created an Install Script to help with Setting up mPFM. * Fixed working with ACLs. * Added the possibility to change the ACLs of multiple files/folders at once. * Added the possibility to Chmod multiple files/folders at once. * Minor bugfixes. v2.3 - 23/06/2008 * Added AutoLock of user accounts if wrong password is used for 3 times when logging in. * Added option to edit Locked Accounts using the Visual Configuration Panel. * Added option to Protect Groups from being locked using the Visual Configuration Panel. * Added User Access/Action Log and an option to view and empty it. * Greatly Improved security by preventing account hacking through manipulation of cookies. Implemented unique Login traces. * Added AutoLogout after the number of seconds set in the Visual Control Panel. * Improved checking for permissions when clicking on an action link. * Added the possibility to change ACLs (Access Control Lists). (Note: Proper permissions needed. CHECK README.) v2.2d - 06/06/2008 * Fixed main view color change on hover over file/folder names. Would not change color after deselecting a file/folder. v2.2c - 06/06/2008 * Fixed main folder display - it did not show at all. v2.2b - 06/06/2008 * Fixed minor display bug when setting Show Extensions to False. * Minor Configuration Pannel fixes. * Removed the scroll and fadein effects. v2.2a - 06/06/2008 * Fixed the Visual Configuration Panel. It had conflicting include's when run for the first time. It made the FM unusable. v2.2 - 06/06/2008 * Added Visual Configuration Panel. Removed the need to edit files directly. Used my own INI Parser. (Note: if you would like mPFM to detect more file types, you have to edit 'include/settings.php' ONLY the settings related to file extensions) * Implemented user/group based access, each group with its own access to FM Actions. v2.1 - 03/06/2008 * Fixed actions to work for current loaded folder. * Fixed chmod for folders to chmod folders as well (it only chmoded files). * Changed login style to rely on cookies rather than on sessions. * Added checking for permissions when clicking on an action link. * Fixed tree generation for files that contain dots, commas, inverted commas ("), whitespaces etc. * Fixed the way the file manager looked in IE 7.0. * Images can now be viewed even if the $scandir variable is set to an absolute path. * Added some nice effects on first page load and for each folder contents load. * Added TinyMCE WYSIWYG controls if they are needed when editing a source file. I also added TinyMCE Compressor PHP to reduce the loading time of TinyMCE. v2.0 - 02/06/2008 * Redesigned mPFM using AJAX. (jQuery) * Improved unique id generation for Tree view. (again) * Added the display of symbolic folder link's real path. v1.6 - 31/05/2008 * Improved unique id generation for Tree view. * Added detection of symbolic links in Main view. * Improved disk stats in Main view. (shows partition Free Space %, Free Space GB, Total Space GB) * Minor code and visual improvements. v1.5 - 30/05/2008 * Redesigned the Tree view using the code from http://www.TreeView.net. (Distributor's License included) * Added recognition of Symbolic links within the Tree view. * Added a variable that controls wether the Tree view should refresh or not after N seconds (N is configurable). * Added select file/folder by clicking anywhere on its row. * Added setting for truncating filename names if their length is greater than this setting. * Rearraged the Delete/Move/Copy/Download/Check All/Check None/Invert Check icons. * Added version identifier in the main view, near the logo. * Minor adjustments to multi_editor.php regarding the displayed text. * Changed the top menu actions' appearance some more. v1.4 - 28/05/2008 * Removed [] from top menu icons, changed their appearance a bit. * Modified a bit and centered the text from multi_editor.php based on window height and width. * Changed Delete/Move/Copy/Download/Check All/Check None/Invert Check text to image icons in the main view. * Made the tree view reflect the current folder by changing the last clicked link's style. v1.3 - 26/05/2008 * Fixed bug introduced in v1.2 that made the FM unrecognize archive fily types. * Fixed bug with files/folders that have ' ' (space) in their names, did not archive properly. Now the ' ' are replaced by '_'. * Fixed bug with Downloading multiple folders AND files at once (with the checkboxes). v1.2 - 25/05/2008 * Removed the Zip/Rar functions for archives, they can be downloaded directly. v1.1a - 25/05/2008 * Fixed major bug introduced in previous version which made almost any action unusable. v1.1 - 25/05/2008 * Added password protection. * Fixed some minor bugs. v1.0 - 24/05/2008 * First Public Release.
Minor release, nothing to be concerned about...
*********************************************************************************** Changelog *********************************************************************************** v3.1a - 29/09/2008 * Fixed the Configuration Editor on mPFM's first run. It showed no explanation for any of the input fields presented. v3.1 - 26/09/2008 * Added MultiLingual interface support. (If anyone translates it into a different language, please email me the language file, I would very much appreciate it and give You credit for it.) -> Only Install Script and the Login Window are in English. * Fixed some minor bugs. v3.0 - 25/09/2008 * Added the ability to run on Windows Webservers as well as on Linux Webservers. * Added compatibility with IE 7.0+, Firefox 3.0+ and Safari 3.1+. Any other previous release of the mentioned browsers or any other browser may not work as intended or may not work at all. I personally tested the mentioned browsers. I hope all is well... * Added a dynamic 'time to AutoLogout' counter. When it hits 0, it will automatically log you out. * Added an option to clear the TMP directory (aka the Cache). It is located in the Configuration window. * Fixed some minor bugs. v2.8a - 17/09/2008 * Removed IE support. It works mostly, but the latest features introduced in v2.8 break the IE broswer. It's such a picky browser... Thank God for FireFox... v2.8 - 17/09/2008 * Replaced the pop-up windows (MultiEditor) with an iFrame, providing exactly the same functionality, without the hassle of another window. * Added a function to simplify the process of modifying the configuration file. * The Log now logs the IP addresses as well. [I don't know why I didn't think of this from the beginning... It must have just slipped my mind...] * Fixed some minor bugs. v2.7 - 16/09/2008 * Added a sanitization function for URIs. * Changed the way the file/folder rows are displayed by hiding the CheckBoxes. * Implemented Key Bindings. The FM can now be used solely with a Keyboard. A list with all of the shortcuts is always shown in the upper left corner. -> IF ANYONE HAS ANY SUGGESTIONS REGARDING THE ACTUAL KEY BINDINGS, PLEASE E-MAIL ME!! * Added live tracking of total selected items size (files/folders). * Fixed the checking of permissions when displaying files and folders so that it displays/hides Edit/Rename actions based on file permissions. * Fixed some minor bugs. v2.6a - 02/07/2008 * Fixed Install.php so that it will not delete the configuration file, but instead it will warn about its existance and ask for its deletion. * Fixed the last security improvement as there were still some uneeded direct uses of Cookie values in index.php. * Fixed the lock action. The first time an account would get locked, two important configuration options would disappear. v2.6 - 28/06/2008 * Minor bugfixes regarding file editing. * Removed support for Creating RAR Files. (Reason: It sometimes generated unexpected results. Support for Creating ZIP Files still exists.) * Rewrote multi_editor.php from scratch, optimizing it and fixing some bugs. * Improved security by minimizing the need for Cookies (they still exist). All of the needed Login values are retrieved only once from Cookies, the rest of the time from the Login Trace. * Removed TimeMCE Editor. (Reason: was annoying and it did not serve the purpouse of mPFM) v2.5 - 25/06/2008 * Fixed Shell command so that it's output is displayed nicely in html. * Fixed vulnerability which could allow a user not supposed to see the configuration file to actually see it. * Added the option to define a list of words in the Visual Configuration Panel, which if found in the shell command, break the command. * Added the option to define a list of disabled actions in the Visual Configuration Panel. * Fixed the displaying of images. This feature has been broken a few releases back. * Added an extra check to the Login System. It now checks for user Login Trace with each login, so if a Trace already exists for a certain username, another person using the same username will not be able to login unless the username has been marked as Logged Out (aka Login Trace gets deleted). * Minor bugfixes. v2.4 - 24/06/2008 * Created an Install Script to help with Setting up mPFM. * Fixed working with ACLs. * Added the possibility to change the ACLs of multiple files/folders at once. * Added the possibility to Chmod multiple files/folders at once. * Minor bugfixes. v2.3 - 23/06/2008 * Added AutoLock of user accounts if wrong password is used for 3 times when logging in. * Added option to edit Locked Accounts using the Visual Configuration Panel. * Added option to Protect Groups from being locked using the Visual Configuration Panel. * Added User Access/Action Log and an option to view and empty it. * Greatly Improved security by preventing account hacking through manipulation of cookies. Implemented unique Login traces. * Added AutoLogout after the number of seconds set in the Visual Control Panel. * Improved checking for permissions when clicking on an action link. * Added the possibility to change ACLs (Access Control Lists). (Note: Proper permissions needed. CHECK README.) v2.2d - 06/06/2008 * Fixed main view color change on hover over file/folder names. Would not change color after deselecting a file/folder. v2.2c - 06/06/2008 * Fixed main folder display - it did not show at all. v2.2b - 06/06/2008 * Fixed minor display bug when setting Show Extensions to False. * Minor Configuration Pannel fixes. * Removed the scroll and fadein effects. v2.2a - 06/06/2008 * Fixed the Visual Configuration Panel. It had conflicting include's when run for the first time. It made the FM unusable. v2.2 - 06/06/2008 * Added Visual Configuration Panel. Removed the need to edit files directly. Used my own INI Parser. (Note: if you would like mPFM to detect more file types, you have to edit 'include/settings.php' ONLY the settings related to file extensions) * Implemented user/group based access, each group with its own access to FM Actions. v2.1 - 03/06/2008 * Fixed actions to work for current loaded folder. * Fixed chmod for folders to chmod folders as well (it only chmoded files). * Changed login style to rely on cookies rather than on sessions. * Added checking for permissions when clicking on an action link. * Fixed tree generation for files that contain dots, commas, inverted commas ("), whitespaces etc. * Fixed the way the file manager looked in IE 7.0. * Images can now be viewed even if the $scandir variable is set to an absolute path. * Added some nice effects on first page load and for each folder contents load. * Added TinyMCE WYSIWYG controls if they are needed when editing a source file. I also added TinyMCE Compressor PHP to reduce the loading time of TinyMCE. v2.0 - 02/06/2008 * Redesigned mPFM using AJAX. (jQuery) * Improved unique id generation for Tree view. (again) * Added the display of symbolic folder link's real path. v1.6 - 31/05/2008 * Improved unique id generation for Tree view. * Added detection of symbolic links in Main view. * Improved disk stats in Main view. (shows partition Free Space %, Free Space GB, Total Space GB) * Minor code and visual improvements. v1.5 - 30/05/2008 * Redesigned the Tree view using the code from http://www.TreeView.net. (Distributor's License included) * Added recognition of Symbolic links within the Tree view. * Added a variable that controls wether the Tree view should refresh or not after N seconds (N is configurable). * Added select file/folder by clicking anywhere on its row. * Added setting for truncating filename names if their length is greater than this setting. * Rearraged the Delete/Move/Copy/Download/Check All/Check None/Invert Check icons. * Added version identifier in the main view, near the logo. * Minor adjustments to multi_editor.php regarding the displayed text. * Changed the top menu actions' appearance some more. v1.4 - 28/05/2008 * Removed [] from top menu icons, changed their appearance a bit. * Modified a bit and centered the text from multi_editor.php based on window height and width. * Changed Delete/Move/Copy/Download/Check All/Check None/Invert Check text to image icons in the main view. * Made the tree view reflect the current folder by changing the last clicked link's style. v1.3 - 26/05/2008 * Fixed bug introduced in v1.2 that made the FM unrecognize archive fily types. * Fixed bug with files/folders that have ' ' (space) in their names, did not archive properly. Now the ' ' are replaced by '_'. * Fixed bug with Downloading multiple folders AND files at once (with the checkboxes). v1.2 - 25/05/2008 * Removed the Zip/Rar functions for archives, they can be downloaded directly. v1.1a - 25/05/2008 * Fixed major bug introduced in previous version which made almost any action unusable. v1.1 - 25/05/2008 * Added password protection. * Fixed some minor bugs. v1.0 - 24/05/2008 * First Public Release.
I accidentally introduced a small but quite important bug in v3.1 which I have now fixed... It concerned only first time users... So if v3.1 was the first version to try, then I sincerely apologize and urge you to grab v3.1a...
*********************************************************************************** Changelog *********************************************************************************** v3.1 - 26/09/2008 * Added MultiLingual interface support. (If anyone translates it into a different language, please email me the language file, I would very much appreciate it and give You credit for it.) -> Only Install Script and the Login Window are in English. * Fixed some minor bugs. v3.0 - 25/09/2008 * Added the ability to run on Windows Webservers as well as on Linux Webservers. * Added compatibility with IE 7.0+, Firefox 3.0+ and Safari 3.1+. Any other previous release of the mentioned browsers or any other browser may not work as intended or may not work at all. I personally tested the mentioned browsers. I hope all is well... * Added a dynamic 'time to AutoLogout' counter. When it hits 0, it will automatically log you out. * Added an option to clear the TMP directory (aka the Cache). It is located in the Configuration window. * Fixed some minor bugs. v2.8a - 17/09/2008 * Removed IE support. It works mostly, but the latest features introduced in v2.8 break the IE broswer. It's such a picky browser... Thank God for FireFox... v2.8 - 17/09/2008 * Replaced the pop-up windows (MultiEditor) with an iFrame, providing exactly the same functionality, without the hassle of another window. * Added a function to simplify the process of modifying the configuration file. * The Log now logs the IP addresses as well. [I don't know why I didn't think of this from the beginning... It must have just slipped my mind...] * Fixed some minor bugs. v2.7 - 16/09/2008 * Added a sanitization function for URIs. * Changed the way the file/folder rows are displayed by hiding the CheckBoxes. * Implemented Key Bindings. The FM can now be used solely with a Keyboard. A list with all of the shortcuts is always shown in the upper left corner. -> IF ANYONE HAS ANY SUGGESTIONS REGARDING THE ACTUAL KEY BINDINGS, PLEASE E-MAIL ME!! * Added live tracking of total selected items size (files/folders). * Fixed the checking of permissions when displaying files and folders so that it displays/hides Edit/Rename actions based on file permissions. * Fixed some minor bugs. v2.6a - 02/07/2008 * Fixed Install.php so that it will not delete the configuration file, but instead it will warn about its existance and ask for its deletion. * Fixed the last security improvement as there were still some uneeded direct uses of Cookie values in index.php. * Fixed the lock action. The first time an account would get locked, two important configuration options would disappear. v2.6 - 28/06/2008 * Minor bugfixes regarding file editing. * Removed support for Creating RAR Files. (Reason: It sometimes generated unexpected results. Support for Creating ZIP Files still exists.) * Rewrote multi_editor.php from scratch, optimizing it and fixing some bugs. * Improved security by minimizing the need for Cookies (they still exist). All of the needed Login values are retrieved only once from Cookies, the rest of the time from the Login Trace. * Removed TimeMCE Editor. (Reason: was annoying and it did not serve the purpouse of mPFM) v2.5 - 25/06/2008 * Fixed Shell command so that it's output is displayed nicely in html. * Fixed vulnerability which could allow a user not supposed to see the configuration file to actually see it. * Added the option to define a list of words in the Visual Configuration Panel, which if found in the shell command, break the command. * Added the option to define a list of disabled actions in the Visual Configuration Panel. * Fixed the displaying of images. This feature has been broken a few releases back. * Added an extra check to the Login System. It now checks for user Login Trace with each login, so if a Trace already exists for a certain username, another person using the same username will not be able to login unless the username has been marked as Logged Out (aka Login Trace gets deleted). * Minor bugfixes. v2.4 - 24/06/2008 * Created an Install Script to help with Setting up mPFM. * Fixed working with ACLs. * Added the possibility to change the ACLs of multiple files/folders at once. * Added the possibility to Chmod multiple files/folders at once. * Minor bugfixes. v2.3 - 23/06/2008 * Added AutoLock of user accounts if wrong password is used for 3 times when logging in. * Added option to edit Locked Accounts using the Visual Configuration Panel. * Added option to Protect Groups from being locked using the Visual Configuration Panel. * Added User Access/Action Log and an option to view and empty it. * Greatly Improved security by preventing account hacking through manipulation of cookies. Implemented unique Login traces. * Added AutoLogout after the number of seconds set in the Visual Control Panel. * Improved checking for permissions when clicking on an action link. * Added the possibility to change ACLs (Access Control Lists). (Note: Proper permissions needed. CHECK README.) v2.2d - 06/06/2008 * Fixed main view color change on hover over file/folder names. Would not change color after deselecting a file/folder. v2.2c - 06/06/2008 * Fixed main folder display - it did not show at all. v2.2b - 06/06/2008 * Fixed minor display bug when setting Show Extensions to False. * Minor Configuration Pannel fixes. * Removed the scroll and fadein effects. v2.2a - 06/06/2008 * Fixed the Visual Configuration Panel. It had conflicting include's when run for the first time. It made the FM unusable. v2.2 - 06/06/2008 * Added Visual Configuration Panel. Removed the need to edit files directly. Used my own INI Parser. (Note: if you would like mPFM to detect more file types, you have to edit 'include/settings.php' ONLY the settings related to file extensions) * Implemented user/group based access, each group with its own access to FM Actions. v2.1 - 03/06/2008 * Fixed actions to work for current loaded folder. * Fixed chmod for folders to chmod folders as well (it only chmoded files). * Changed login style to rely on cookies rather than on sessions. * Added checking for permissions when clicking on an action link. * Fixed tree generation for files that contain dots, commas, inverted commas ("), whitespaces etc. * Fixed the way the file manager looked in IE 7.0. * Images can now be viewed even if the $scandir variable is set to an absolute path. * Added some nice effects on first page load and for each folder contents load. * Added TinyMCE WYSIWYG controls if they are needed when editing a source file. I also added TinyMCE Compressor PHP to reduce the loading time of TinyMCE. v2.0 - 02/06/2008 * Redesigned mPFM using AJAX. (jQuery) * Improved unique id generation for Tree view. (again) * Added the display of symbolic folder link's real path. v1.6 - 31/05/2008 * Improved unique id generation for Tree view. * Added detection of symbolic links in Main view. * Improved disk stats in Main view. (shows partition Free Space %, Free Space GB, Total Space GB) * Minor code and visual improvements. v1.5 - 30/05/2008 * Redesigned the Tree view using the code from http://www.TreeView.net. (Distributor's License included) * Added recognition of Symbolic links within the Tree view. * Added a variable that controls wether the Tree view should refresh or not after N seconds (N is configurable). * Added select file/folder by clicking anywhere on its row. * Added setting for truncating filename names if their length is greater than this setting. * Rearraged the Delete/Move/Copy/Download/Check All/Check None/Invert Check icons. * Added version identifier in the main view, near the logo. * Minor adjustments to multi_editor.php regarding the displayed text. * Changed the top menu actions' appearance some more. v1.4 - 28/05/2008 * Removed [] from top menu icons, changed their appearance a bit. * Modified a bit and centered the text from multi_editor.php based on window height and width. * Changed Delete/Move/Copy/Download/Check All/Check None/Invert Check text to image icons in the main view. * Made the tree view reflect the current folder by changing the last clicked link's style. v1.3 - 26/05/2008 * Fixed bug introduced in v1.2 that made the FM unrecognize archive fily types. * Fixed bug with files/folders that have ' ' (space) in their names, did not archive properly. Now the ' ' are replaced by '_'. * Fixed bug with Downloading multiple folders AND files at once (with the checkboxes). v1.2 - 25/05/2008 * Removed the Zip/Rar functions for archives, they can be downloaded directly. v1.1a - 25/05/2008 * Fixed major bug introduced in previous version which made almost any action unusable. v1.1 - 25/05/2008 * Added password protection. * Fixed some minor bugs. v1.0 - 24/05/2008 * First Public Release.
Here it is again! And now it features full MultiLingual Interface and a very easy way to translate it into your own language... Enjoy!
*********************************************************************************** Changelog *********************************************************************************** v3.0 - 25/09/2008 * Added the ability to run on Windows Webservers as well as on Linux Webservers. * Added compatibility with IE 7.0+, Firefox 3.0+ and Safari 3.1+. Any other previous release of the mentioned browsers or any other browser may not work as intended or may not work at all. I personally tested the mentioned browsers. I hope all is well... * Added a dynamic 'time to AutoLogout' counter. When it hits 0, it will automatically log you out. * Added an option to clear the TMP directory (aka the Cache). It is located in the Configuration window. * Fixed some minor bugs. v2.8a - 17/09/2008 * Removed IE support. It works mostly, but the latest features introduced in v2.8 break the IE broswer. It's such a picky browser... Thank God for FireFox... v2.8 - 17/09/2008 * Replaced the pop-up windows (MultiEditor) with an iFrame, providing exactly the same functionality, without the hassle of another window. * Added a function to simplify the process of modifying the configuration file. * The Log now logs the IP addresses as well. [I don't know why I didn't think of this from the beginning... It must have just slipped my mind...] * Fixed some minor bugs. v2.7 - 16/09/2008 * Added a sanitization function for URIs. * Changed the way the file/folder rows are displayed by hiding the CheckBoxes. * Implemented Key Bindings. The FM can now be used solely with a Keyboard. A list with all of the shortcuts is always shown in the upper left corner. -> IF ANYONE HAS ANY SUGGESTIONS REGARDING THE ACTUAL KEY BINDINGS, PLEASE E-MAIL ME!! * Added live tracking of total selected items size (files/folders). * Fixed the checking of permissions when displaying files and folders so that it displays/hides Edit/Rename actions based on file permissions. * Fixed some minor bugs. v2.6a - 02/07/2008 * Fixed Install.php so that it will not delete the configuration file, but instead it will warn about its existance and ask for its deletion. * Fixed the last security improvement as there were still some uneeded direct uses of Cookie values in index.php. * Fixed the lock action. The first time an account would get locked, two important configuration options would disappear. v2.6 - 28/06/2008 * Minor bugfixes regarding file editing. * Removed support for Creating RAR Files. (Reason: It sometimes generated unexpected results. Support for Creating ZIP Files still exists.) * Rewrote multi_editor.php from scratch, optimizing it and fixing some bugs. * Improved security by minimizing the need for Cookies (they still exist). All of the needed Login values are retrieved only once from Cookies, the rest of the time from the Login Trace. * Removed TimeMCE Editor. (Reason: was annoying and it did not serve the purpouse of mPFM) v2.5 - 25/06/2008 * Fixed Shell command so that it's output is displayed nicely in html. * Fixed vulnerability which could allow a user not supposed to see the configuration file to actually see it. * Added the option to define a list of words in the Visual Configuration Panel, which if found in the shell command, break the command. * Added the option to define a list of disabled actions in the Visual Configuration Panel. * Fixed the displaying of images. This feature has been broken a few releases back. * Added an extra check to the Login System. It now checks for user Login Trace with each login, so if a Trace already exists for a certain username, another person using the same username will not be able to login unless the username has been marked as Logged Out (aka Login Trace gets deleted). * Minor bugfixes. v2.4 - 24/06/2008 * Created an Install Script to help with Setting up mPFM. * Fixed working with ACLs. * Added the possibility to change the ACLs of multiple files/folders at once. * Added the possibility to Chmod multiple files/folders at once. * Minor bugfixes. v2.3 - 23/06/2008 * Added AutoLock of user accounts if wrong password is used for 3 times when logging in. * Added option to edit Locked Accounts using the Visual Configuration Panel. * Added option to Protect Groups from being locked using the Visual Configuration Panel. * Added User Access/Action Log and an option to view and empty it. * Greatly Improved security by preventing account hacking through manipulation of cookies. Implemented unique Login traces. * Added AutoLogout after the number of seconds set in the Visual Control Panel. * Improved checking for permissions when clicking on an action link. * Added the possibility to change ACLs (Access Control Lists). (Note: Proper permissions needed. CHECK README.) v2.2d - 06/06/2008 * Fixed main view color change on hover over file/folder names. Would not change color after deselecting a file/folder. v2.2c - 06/06/2008 * Fixed main folder display - it did not show at all. v2.2b - 06/06/2008 * Fixed minor display bug when setting Show Extensions to False. * Minor Configuration Pannel fixes. * Removed the scroll and fadein effects. v2.2a - 06/06/2008 * Fixed the Visual Configuration Panel. It had conflicting include's when run for the first time. It made the FM unusable. v2.2 - 06/06/2008 * Added Visual Configuration Panel. Removed the need to edit files directly. Used my own INI Parser. (Note: if you would like mPFM to detect more file types, you have to edit 'include/settings.php' ONLY the settings related to file extensions) * Implemented user/group based access, each group with its own access to FM Actions. v2.1 - 03/06/2008 * Fixed actions to work for current loaded folder. * Fixed chmod for folders to chmod folders as well (it only chmoded files). * Changed login style to rely on cookies rather than on sessions. * Added checking for permissions when clicking on an action link. * Fixed tree generation for files that contain dots, commas, inverted commas ("), whitespaces etc. * Fixed the way the file manager looked in IE 7.0. * Images can now be viewed even if the $scandir variable is set to an absolute path. * Added some nice effects on first page load and for each folder contents load. * Added TinyMCE WYSIWYG controls if they are needed when editing a source file. I also added TinyMCE Compressor PHP to reduce the loading time of TinyMCE. v2.0 - 02/06/2008 * Redesigned mPFM using AJAX. (jQuery) * Improved unique id generation for Tree view. (again) * Added the display of symbolic folder link's real path. v1.6 - 31/05/2008 * Improved unique id generation for Tree view. * Added detection of symbolic links in Main view. * Improved disk stats in Main view. (shows partition Free Space %, Free Space GB, Total Space GB) * Minor code and visual improvements. v1.5 - 30/05/2008 * Redesigned the Tree view using the code from http://www.TreeView.net. (Distributor's License included) * Added recognition of Symbolic links within the Tree view. * Added a variable that controls wether the Tree view should refresh or not after N seconds (N is configurable). * Added select file/folder by clicking anywhere on its row. * Added setting for truncating filename names if their length is greater than this setting. * Rearraged the Delete/Move/Copy/Download/Check All/Check None/Invert Check icons. * Added version identifier in the main view, near the logo. * Minor adjustments to multi_editor.php regarding the displayed text. * Changed the top menu actions' appearance some more. v1.4 - 28/05/2008 * Removed [] from top menu icons, changed their appearance a bit. * Modified a bit and centered the text from multi_editor.php based on window height and width. * Changed Delete/Move/Copy/Download/Check All/Check None/Invert Check text to image icons in the main view. * Made the tree view reflect the current folder by changing the last clicked link's style. v1.3 - 26/05/2008 * Fixed bug introduced in v1.2 that made the FM unrecognize archive fily types. * Fixed bug with files/folders that have ' ' (space) in their names, did not archive properly. Now the ' ' are replaced by '_'. * Fixed bug with Downloading multiple folders AND files at once (with the checkboxes). v1.2 - 25/05/2008 * Removed the Zip/Rar functions for archives, they can be downloaded directly. v1.1a - 25/05/2008 * Fixed major bug introduced in previous version which made almost any action unusable. v1.1 - 25/05/2008 * Added password protection. * Fixed some minor bugs. v1.0 - 24/05/2008 * First Public Release.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?