Welcome to phpWebFileManager
March 15, 2004 - Release Version 2.0.6
Spanish language support added by José Antonio Garcia-Luengo
Hungarian language support added by Fabian Zoltan
January 10, 2004 - Release Version 2.0.5
Portuguese(Brazilian) language support added by Caio Schwartz.
Novebmer 19, 2003 - Release Version 2.0.4
One more fix in previous versions users were able to copy, rename,
upload files witn invalid extensions by simply using capitalized
letters, ie: hackweb.pHp would pass the validation check. Replaced
strstr with stristr. Contribution thank you once again goes
to Danny Brugman
Novebmer 18, 2003 - Release Version 2.0.3
Several Bug Fixes contributed by Danny Brugman. Including a
bug introduced in version 2.0.2 security patch.
Now allows subdirectories more then one deep.
Novebmer 17, 2003 - Security Patch Release
Version 2.0.2
Ensure $subDir only contains alpahnumeric values otherwise a
user can potential breakout of his/her directory area by manually
setting the GET or POST parameter to ../../../
Novebmer 1, 2003 - Potential Version 3.0.0
Coming!
Now that PHP5 is almost here, I am considering re-writing the
phpWebFileMgr. The goal is to use the new object model and truly
make phpWebFileMgr a re-usuable component. An example of how
you would plug it into your page would be:
$phpWebFileMgr = new PhpWebFileMgr(param1, param2..... etc);
$phpWebFileMgr->setOption1(..... etc);
$phpWebFileMgr->setOption2(..... etc);
.
.
$phpWebFileMgr->setOptionN(..... etc);
$phpWebFileMgr->display();
Meanwhile I will consider feature requests. If you have a feature
you would like to see please contact
me.
August 11, 2003 - Version 2.0.1 Available
Danish Translation done by Thomas Glue Jensen from Denmark!
Big Thx goes out to him! But now there seems to be a problem
which I knew in first place when I first coded this was the
fact the locale support is one big class file. The actual translations
should reside in seperate files maybe even in flat file or XML
file. This most likely will be the next update!
June 14, 2003 - Version 2.0.0 Available
I've decided to re-organize all the files and created sub directories.
The original intent of phpWebFileManager was to be simple and
an easy File Manager with very limited features. However, do
to a large amount of responses and requests I've slowly added
several features beyond my original goals. One of these requests
was a better organization of files, so I've done exactly that!
PhpWebFileManager 2.0.0 will not be compatible with any previous
release for obvisous reasons. You will have to re-analyze the
intergration process of phpWebFileManager into your existing
system(s). As well in version 2.0.0 Export and Import feature
has been added. This moment in time only tgz (Tar & Gzip)
is supported.
June 01, 2003 - Version 1.0.7 Available
Small Change - By popular demand you can now set invalid Extensions.
May 21, 2003 - Version 1.0.6 Available
Small Change - German Translation corrected by Alexandru Hartmann
& Andreas Erhart
May 02, 2003 - Version 1.0.5 Available
Find Feature Added. You can now search for file names or directory
names. Default search is find any file or directory that contains
the text you are searching for. There are two other options
available, one to match case and to search for whole
word only.
April 30, 2003 - Version 1.0.4 Available
Colors and Fonts now defined in CSS file
April 25, 2003 Locale Language Support
Now Available!
Basicly two lines of code
$locale = new Locale;
$locale->setLanguage("en-us");
Here is a Screen
Shot in German (please excuse my bad German)
April 21, 2003 phpWebFileManager Version
1.0.2 Now Available.
Sorting for 'Name' column now has an option for both case and
incase sensitive filenames
You are now able to create chained subdirectories. This not
to confuse with creating subdirectories, creating sub directories
was always available but you could only create one subdirectory
under the root directory and was previously not allowed to create
another subdirectory under the 1st subdirectory. Now this option
is available as well you can now set an option to limit this.
April 17, 2003 phpWebFileManager Version
1.0.1 Now Available.
New Member Added Steve Dibb!
Changes included the following:
· Code Cleanup and Fixes by Steve Dibb
· Sorting Feature now available - Sort columns
by clicking on a column header, ascending is the default sort.
If the same column is selected again then sort will be descending.
Note the Name column may appear as if it isn't sorting correctly,
this is due the fact files can contain upper and lower case
letters
Mar 21, 2003 phpWebFileManager Version
1.0.0 Now Available. Changes included the following:
· Code Cleanup
· File Upload Now works using $_FILES, therefore
only works with PHP 4.1+
· Comments added to the classes
· Validation Bugs fixed for both Copy and
Rename
· Removal of duplicate code
Feb 25, 2003 phpWebFileManager Version
0.5.1 Available for Download at SourceForge.net
Thx to the Team at SourceForge.net I finally now have access
to CVS. http://sourceforge.net/projects/phpwebfilemgr
Feb 15, 2003 phpWebFileManager Version
0.5.1 Available for Download
Only available for download here at the website, currently having
problems connecting to CVS.
Feb 10, 2003 phpWebFileManager Website
goes live!
phpWebFileManager is an easy to use File Manager, similiar to
the File Manager used in Yahoo! web hosting services.
|