PHP File Manager V1.2
RogioBiz PHP File Manager is a web based file manager that runs on Apache/IIS or any web server that supports php on any OS (windows/Linux etc).
There is no limitation on what types of digital file media you can use including, word and excel documents, images, audio, video, publishing layouts, presentations and PDF files…
RogioBiz PHP File Manager runs entirely on the web and is a user friendly alternative to FTP.
Access from anywhere.
You access your documents from any computer with an Internet connection and a standard browser.
Features:
- Upload files of any size using the built in file upload tool.
- Create folders.
- Rename files and folders.
- Delete files and folders.
- Edit files content.
Requirements:
- This software works in conjunction with a Web server with PHP support. It doesn’t matter what operating system, file system or HTTP server software your server has, as long as the server has support for PHP. Most do.
- PHP 4.3.3 or higher (or PHP 5).
- PHP settings (in the php.ini configuration file):
- safe_mode = Off
- open_base_dir = Off (recommended but not mandatory)
- error_reporting = E_ALL & ~E_NOTICE
- Supports all modern browsers: Firefox, IE6, IE7, Opera, Safari …
Tags: PHP File Manager, user friendly alternative to FTP, web based file manager






December 9th, 2008 at 10:34
Now this, I really like – sometimes I build sites for others, and many are ‘novices’ when it comes to FTP; I’ll be taking a serious look at this one.
January 10th, 2009 at 22:24
This is very nice. I’ll probably continue using it though I’d like to modify the login/directory code to allow multi-user.
One thing though is that even with the ‘only_below’ setting set to 1 you can still put ../../etc and such into the Go field and at least view directories outside of ‘initial_folder’
January 19th, 2009 at 23:05
i hope that it works because ineed it so much
i hope that its a great script iam intented to edit it in order to putout my own one
ok
thanks any way
ill see terms!! do not worry
May 14th, 2009 at 03:11
Very limited in that it has no password or user control.
May 22nd, 2009 at 03:43
Love it! Thank you, was what I was looking for. Few comments:
1.) As jef says users still can browse out of set area so really only for ‘very’ trusted ppl.
2.) Also it would be nice if file icons showed so one doesn’t need to read the extension of the file to ‘see’ what type it is. Example would be a abc.zip looks same as abc.txt
3.) Multiple file upload/download window including capability to upload/download directories
Thank you very much
PS. I put my real mail so that if you have any updates I hope to be informed-please no spam.
July 28th, 2009 at 07:19
I love it! Thank you! Finally a script with rewrite perms, and very very easy to install. Tom- just put your own pass in your website settings for that page.
My only wish is that it could upload directories (for multiple files).
Thank you again
August 10th, 2009 at 18:06
Great tool. I only had a type in the file_manager.php file at line 47:
$url_path = “http://”.$_SERVER['HTTP_HOST'].substr($current_folder, strlen($_SERVER['DOCUMENT_ROOT']));
changed it to (slash after … HTTP_HOST’]
$url_path = “http://”.$_SERVER['HTTP_HOST'].’/’.substr($current_folder, strlen($_SERVER['DOCUMENT_ROOT']));
and it works !