				FileExplorer 2
		=============================
		




with FE you can copy, delete, rename, edit your file online via webbrowser.

testet on:
LOCALHOST: 		Mac Os x 10.5.4, MAMP server, Apache/2.0.59 (Unix), PHP/4.4.4
ONLINE SERVER: 	kontent.de, Linux, Apache/2.0, PHP/4.4.4



some setups first:
------------------------
open the file dirlist.php & fe-trashfolder/dirlist.php and search for the section "THINGS TO SET UP FIRST".
there you adapt the absolute path of $myserver and $myserver2 to YOUR path

from: $myserver = "http://localhost:8888/fileexplorer2/fe-systemfolder";
to:   $myserver = "http://www.myserver.xy/fe-systemfolder";

and

from: $myserver2 = "http://localhost:8888/fileexplorer2/fe-trashfolder";
to:   $myserver2 = "http://www.myserver.xy/fe-trashfolder";

why?
with the absoute path FileExplorer knows always where the images are 
which it is using.
FileExplorer can survive without the images, but than it is a bit ugly ;-P
plus some other file are in the fe-sytemfolder which FE is using (i.e. those .js-files)



how to start FileExplorer:
---------------------------

copy the file 'dirlist.php' and the 2 folders 'fe-systemfolder & fe-trashfolder' to your server.

note: they have to be in the same directory

open http://www.myserver.xy/dirlist.php




changes:
-----------
v 2.0.1b - 24/06/08:
- orange link hover,
- build in file upload function,
- 'known' file types under Kind,
- action 'edit' appears behind textbased files like txt, htm(l), css & php files,
- search function: looking for a specific file  in CurrentWorkDirectory; but "Folder/file.txt" works fine, too.
- search function: looking for all files with a specific extension ( like *.txt) in CWD

v 2.0.2b - 01/07/08:
- kinda security fix: filtering of string "../". at input fields: rename, save(edit), move or search. why? a hacker could use "../" to save files in other directories (out of FileExplorer) and causes damage.

v 2.0.3b 02/07/08:
- version checker. click on 'Version' checks for newer version.

v 2.0.4b (18/10/08)
- added Editor icon (next to 'New folder')
 there you can open a text file or choose text based templates like blank textfile, HTML, PHP





to do list:
-------------
-edit file/window - done
-open window (pic/other file) - done
-new folder -  done
-delete folder (& its content to trash) - done - without mv to trashbox 
-delete file (to trash) - done 
-trash (copy back, empty) - done 
-copy as copy_$file - done
-move file into a folder - done: => can use 'folder/subfolder'

-move folder (and its subfolder)  into a folder

-rename  - done
-filetypes/kind: it's a zip, html, whatever kind - done
-search for a file/folder in CWD - done
-search and list all files in CWD with specific extension (like *.txt) - done

-action: change chmod / show properties: i.e. code of html, css, php...

-check version: if readfile !== readfile(my server): link to download
<title>readfile(version) -done

-make new (template): html, php, html-table

-cleaning up the "menu" -?done? 

- password protected
- url scramble ->create file via url: edit?=file.php



good to know ... or known bugs:
--------------------------
- the trashbox (fe-trashfolder) is currently just working for the root -dirlist.php.
meaning: not working for subfolders. (yeah, i am trying my best... :P )

- the DiskInfo, which shows disk capacity, used and free disk space,  may not work with all server configurations.





credit:
---------
Sascha 'CyberTeddy' Schroeder
web: www.cyber-inside.de
mail: cyber - at -  habmalnefrage - de