TavoxPeru
Oct 12 2007, 02:53 AM
Browsing the ExtJS examples website i found this excellent web-based file manager called eXtplorer. eXtplorer allows you to browse your webserver folders with an intuitive Layout which makes working with files very easy, and thanks to the great ExtJS Javascript Library you can drag & drop folders and files, filter directories and sort the file list using various criteria. You can use eXtplorer to for example: - browse directories & files on the server.
- edit, copy, move, delete files.
- search, upload and download files.
- create and extract archives.
- create new files and directories.
- change file permissions (chmod).
- login to a FTP server and work as if you were using an FTP client.
eXtplorer is released under a dual-license: the Mozilla Public License (MPL 1.1) or the GNU General Public License (GNU/GPL) and to work it needs at least PHP 4.3 and an up-to-date browser with Javascript enabled to run. Best regards,
Comment/Reply (w/o sign-up)
yordan
Oct 12 2007, 06:15 PM
QUOTE the Mozilla Public License Does that mean that it works only with Mozilla, and it will not work with IE ?
Comment/Reply (w/o sign-up)
Chesso
Oct 13 2007, 03:32 AM
I honestly thought it was a typo and you meant "explorer" as in, Internet Explorer or Windows Explorer lmao.
Comment/Reply (w/o sign-up)
TavoxPeru
Oct 13 2007, 05:58 AM
QUOTE(yordan @ Oct 12 2007, 01:15 PM)  Does that mean that it works only with Mozilla, and it will not work with IE ? No, it works with any browser, the Mozilla Public License (MPL) is an open source and free software license, and is one of the many licenses that exists, like for example the GNU General Public License or the BSD License. For more information visit Mozilla Public License. Best regards,
Comment/Reply (w/o sign-up)
TavoxPeru
Oct 13 2007, 06:02 AM
QUOTE(Chesso @ Oct 12 2007, 10:32 PM)  I honestly thought it was a typo and you meant "explorer" as in, Internet Explorer or Windows Explorer lmao. No, it is not a typo, this script have this name because it is based on the Ext JS library, thats why is named eXtplorer. Best regards,
Comment/Reply (w/o sign-up)
Chesso
Oct 13 2007, 07:44 AM
So is this meant to be installed on a web server? I was thinking at first it was some sort of FireFox extension lol but I can see now from the description that it is not. Is this better than the standard affair used in CPanel and such, is it meant as a replacement for those particular features, or just an alternative for those features only?
Comment/Reply (w/o sign-up)
TavoxPeru
Oct 14 2007, 09:26 AM
QUOTE(Chesso @ Oct 13 2007, 02:44 AM)  So is this meant to be installed on a web server?
I was thinking at first it was some sort of FireFox extension lol but I can see now from the description that it is not.
Is this better than the standard affair used in CPanel and such, is it meant as a replacement for those particular features, or just an alternative for those features only? Yes, this is meant to be installed on a web server. If you want you can replace your standard CPanel file manager, it's your decision, i just start to use it and as first sight it's GUI is very impressive but it has some errors, i guess that in the near future it would be more stable. My recommendation, give it a try. Best regards,
Comment/Reply (w/o sign-up)
FeedBacker
Apr 15 2008, 08:13 AM
permissions problems
Extplorer
I have some problems with the eXtplorer features, I cannot upload files and cannot create file/directory. Is it becoz of directory permissions? Can someone tell me all the directory permissions setting in eXtplorer? TQ in advance, Best regards
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : extplorer, php, javascript, based, file, manager
- Automated Product Suggestion Script
Compare user lists and suggest related items based on pattern matching (2)
Send Php Variable To Javascript
(5) Right i had a look across the internet as well as a search on here but you cannot search for
anything less than 3 characters. But this is a really quick question. Would the following code
allow me to send a php variable to a javascript? CODE $color = "green"; ?> BackColor= " ";
....
Php File Upload
About uploading files through php (3) Right i have done a check for a tutorial on this as well as a question about it but php is not
allowed in the search box. So i thought i'd just ask what i want to know. I have a form which
uploads a file, it refreshes the page, uploads the file and then alerts the user to if the file has
uploaded. To be honest im not sure why i keep getting the error. But here is the code: This is the
form that is used for the user to select the file &fid= " method="POST"> Choose a file to
upload: This is the upload code if ($op == "up"....
Php - Browser Based Editor
(3) I'm trying to set up some tools for a number of developers to use in the creation of a
text-based MMORPG. I'd like to be able to show directory structure and allow them to easily see
which files are where - then to be able to edit the pages from their browser. It would also be a
neat feature that they could upload some files from their computer. Last time I needed this I built
it myself, but it was restricted to 2 directories only and I ended up storing the file structure in
text files. Anyways I'm debating rebuilding the entire thing but I can't help ....
Automated File Structure Creation Script
As Requested By Mark420 (3) While chatting with Mark420 today on the shoutbox, he mentioned that he was looking for a script to
create his entire folder structure with just a click of a button. For example, he wanted the
following folders created in his root folder by just clicking submit. /images /images/thumbs
/images/icons /css /javascripts /content /content/articles /content/tutorials Presumably this
would be used for some type of installation system or other quick server setup situation. Anyhow
here is what I threw together for him: /* ********************************************....
How To Force A Zip File To Be Downloaded
(11) Hi, i have a problem with a zip file that i want to be force downloaded by any client, i know that
with the header function it can be achieved but dont know why it doesnt works. I have two files, the
first one is a simple html file with an a tag and the second is a php file, here is my code: html
file: CODE Download File Php file: CODE header('Content-Type:
application/zip'); header('Content-Disposition: attachment; filename="file.zip"');
readfile('downloads/file.zip'); ?> May be i forgot something, does it is necessary to ....
How To Delete File Using PHP Shell Script
(3) i have this problem regarding file access seems that my admin host or the server system itself have
locked up the acces to create new file, delete a file.. change file permissions and such controls
to file.. someone told me to use php shell script.. can you help me out here? ******** i just
need to find out how to use php shell script and add it to my php scripts to delete a file.. thanks....
File Self Secure?
is it avaible (6) I just learn php. We store the pass word of Mysql in a file right. So is there any way to may a pass
protect that file . i mean they could hack and find out the place of the file (ex like in forum) and
drop all sercure data /huh.gif" style="vertical-align:middle" emoid=":huh:" border="0"
alt="huh.gif" />....
Updating An Rss File Using A Php Form
(1) Hi, I'm currently making a site for my organization but I'm stuck on this one section where
I would have to make a PHP form in order for other members to post an item into my RSS file. So does
anyone know a PHP script I can use in order for me and other members to input a new RSS item into my
news RSS file?....
Need Help With Javascript In Php Urgently.
(4) If you look at: http://www.chessoscorner.com/tools/google_...p_generator.php You can see it
produces an error like this: Parse error: syntax error, unexpected T_STRING in
/home/chesso/public_html/tools/google_sitemap_generator.php on line 65 This particular section is
not PHP code. The php TAG has been ended before my javascript code and reopened after my javascript
code........ This page however works perfectly using WAMP5 locally on my pc (may have something to
do with it using a newer version of PHP). Here is the javascript code in question: CODE
func....
Xgrid With Php
Creating a script to post a blender file to Xgrid using PHP (0) I am doing pre planning for the blenderxgrid.com script. I was originally going to do this with
PERL, but elected against it. Eventually I'll be moving the site off astahost and replacing it
with a website hosted on the same machine as the xgrid controller. I am setting up a test version
on my latop using OSX's apache server, MySQL, and PHP on a localhost config. Here is my step
list for the script: ------------------------------------- Form: (within Xoops CMS, so user will
have to be logged in) Username Password (where they can upload the .blend file....
How To Embed Ram File Produced By Http Header
(2) Dear Friends I want to stream music from my website. The file format is .rm. People say that one
need a Helix Server or other media server to stream. I have found a solution to this problem as
well. I read an article about streaming music. It tells that if the size of the media file is small
and the byte rate of the media file is lower than that of the user internet connections byte rate,
the file get streamed automatically from HTTP server. In theory, any file is "streamed" by a web
server that is, sent back to the client in small pieces. What makes media files speci....
Generating A Table Into A File In CSV Format
and letting user download the file (6) I'm working on a project, part of which consists of working with large tables of different
kinds. Now, I'm using a page seeking technique which allows you to browse through the records
depending on which page you want to see and how many records you want to see on each page. Now, I
need a link (or a form button) on each page which, when clicked, will throw a file to the user for
download (the download window should popup immediatly) which will give the part of the table,
currently being viewed, in CSV format. One way I can think of to generate the file is manu....
PHP Script To Upload A File
with password-protection. (15) Problem: Upload a file to the AstaHost account (that I have been granted here) throught the
webpage I would like to know, how should I proceed on this particular problem. I know this has
been done through cPanel, but I want to write a PHP functionality. The cPanel is accessed through
the 2082 port, and most of the places I access internet from does not give me access through that
port. I can access http://www.kmaheshbhat.astahost.com/ but not
http://www.kmaheshbhat.astahost.com/cpanel or http://www.kmaheshbhat.astahost.com:2082/ . I need
to go to one particu....
How Can I Make A PHP-based Web Gallery
(4) how can i make a gallery in php like this one; but it has to show the images in the maps under it
too; CODE # Do we have a path? if not, it's the current directory $path = $_GET ;
if( !isset( $path ) || $path == "" ) { $path = "."; } # Initialise list arrays,
directories and files separately and array counters for them $d_arr = array(); $d = 0; $f_arr
= array(); $f = 0; # Open possibly available directory if( is_dir( $path ) ) { if(
$handle = opendir( $path ) ) { while( false !== ( $file = readdir( $handle ) )....
Need Help Is Adding A PHP Based News Module To My Site
(2) Hey guys i need a simple help i'm builing a homesite and i have a little spot for news. Well i
just place there the Topics and add a link to another page "news.php". Well its obvious that i dont
want to build a file for each news that i have so i know that exists a way to work with SQL & PHP. I
will show want i'm doing CODE require ('mysql.php');
$query="SELECT * FROM News ORDER BY `data` ASC LIMIT 0,5 "; $result=mysql_query($query);
$num=mysql_num_rows($result); mysql_close(); echo " Outras Other News "; $i=....
Display Text If Line Not Empty In Config File
(8) I have been working on a new template and I would like it so that if in the global configuration
file, I have a variable for a global site announcement that would go on every page. The line in the
global configuration file is this: CODE $announcement = "ANNOUNCEMENT"; In my template file,
I could easily add CODE but that would leave a blank space and with the announcement style
(similar to the Invision Power Board error box). Is there some sort of script that could be put in
the template page so I could have the global config file look something like t....
PHP File Upload Works... But Stupid IE
(3) ok i have used the following code in my upload.php file Code: CODE $uploaddir =
'../photos/'; $uploadfile = $uploaddir . basename($_FILES ); echo ' '; if
(move_uploaded_file($_FILES , $uploadfile)) { echo "File is valid, and was successfully
uploaded.\n"; } else { echo "Possible file upload attack!\n"; } using ../photos/ as my
upload DIR works, as the file does upload, but when i echo $uploadfile on the same page: Code:
CODE " alt="uploadedfile" /> IE wont show it as it has two fullstops before the photo dir
in the domain....
How Do I Make PHP Based Image Gallery Like This?
Help Needed (20) is it possible to make a page in php, with a url like this:
httq://www.mysite.com/viewer.php?http://www.mysite.com/galleries/01 (This is a sample link, read
below) so that in what i change the last part the gallery will change with it? so that i just have
to make one php-page and this page just shows all the imaes in the map thats in the url after the
questionmark?? thanks,....
Online HTML/PHP Editor: Edit File In Browser!
(11) Im wondering how you can load a file into a text area and edit it. Lets say i have a php file called
test.php and id like this file to be loaded into a textarea and the user should be able to edit this
file and store it. Is this posible? Im also wondering how you make it so the html dosnt get
encoded by the browser, lets say i need to explain on my website how you use html. CODE Just
testing something, maybe i can get this from the source. ....
Counter With Img In Flat File
(2) this is a counter with images and stor in flat file becouse i can not upload .zip .rar file iwell
program it on this post at frist you need to 2 files count.php count.txt and you need else make
folder has name gifs and make 10 pictuer 10 file 0.gif to 9.gif now all ok open the count.php and
add this code CODE ### IMAGE FORMAT $format = ".gif"; $file = file("count.txt"); $num =
($file + 1); exec("echo $num > count.txt"); switch($type) { case "text": echo $num; break;
case "gfx": $i = 0; $cntn = strlen($num); while($i $tmpnum = subst....
Php Reading And Writing To File
the code is very esay (4) this code to Read from file you can use this code in to make a small data base and it is very to
use CODE $fp = fopen ("file.txt", "r"); $bytes = 4; $buffer = fread($fp, $bytes); fclose
($fp); print $buffer; ------------------- to write to same file CODE $fp = fopen
("file.txt", "w+"); fwrite ($fp, "Test"); fclose ($fp); ---------------- thanks and iwait the
commant....
Help: Trying To Create Web-based Compiler W/ Php
(9) Hi guys, Need some serious scripting help. I'm trying to come up with a web-based compiler.
here's how it's going to work. 1. The user is given a form with a large textarea to enter
code (lets assume C++). 2. Upon submit the script takes the entire text from the textarea and writes
it to a file. 3. Then it calls GCC the linux C compiler and passes this file as an arguement to it,
as well as another arguement which is the name of the output file. 4. It then chmods the output file
to make it executable. 5. Then it runs the output binary and pipes the conso....
Form Validation
Javascript (10) Okay, I know how to use cgi or php to make sure a form is filled out the way I want, and if not,
post up a page marking what needs to be fixed. I also know how to make a javascript to alert what
needs to be fixed and not procede until they are fixed. What I want to do is use javascript to mark
everything that needs to be fixed without using alerts, probably by changing the color. Any ideas
as to how to do this?....
PHP Based Site Access Authentication - Help
How to block parts of your web-site ?? (4) How can i program my web page using php that when the value of the login box is equal to some string
then go to my success.html otherwise on my fail.html????help me guys!
------------------------------------ It would help the readers far better to understand what your
problem is - if you state the nature of it in short in your topic title, instead of just "Php help".
It'll also get you a lot more responses. Am changing your topic title to give you an example.
All the best /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> m^e....
Php Script To Download File From Another Site
(11) hi i need a php or java script code for downloading files from other sites to my site for example:
http://download.com/file.zip to http://mysite.com/file.zip thanks....
Looking for extplorer, php, javascript, based, file, manager
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for extplorer, php, javascript, based, file, manager
|
advertisement
|
|