Extplorer - A PHP -and JavaScript- based File Manager

free web hosting
Free Web Hosting > Computers & Tech > Programming > Scripting > PHP

Extplorer - A PHP -and JavaScript- based File Manager

TavoxPeru
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,

 

 

 


Reply

yordan
QUOTE
the Mozilla Public License

Does that mean that it works only with Mozilla, and it will not work with IE ?

Reply

Chesso
I honestly thought it was a typo and you meant "explorer" as in, Internet Explorer or Windows Explorer lmao.

Reply

TavoxPeru
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,

Reply

TavoxPeru
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,

Reply

Chesso
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?

Reply

TavoxPeru
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,

Reply

iGuest
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

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. problems with extplorer - 11.74 hr back. (1)
  2. extplorer help - 19.27 hr back. (1)
  3. extplorer authentication - 40.27 hr back. (1)
  4. extplorer forum - 48.32 hr back. (1)
  5. extplorer admin users pattern - 51.69 hr back. (1)
  6. extplorer config file - 77.84 hr back. (1)
  7. extplorer path - 83.60 hr back. (1)
  8. extplorer setup - 85.59 hr back. (1)
  9. extplorer use ftp tutorial - 103.62 hr back. (1)
  10. extplorer error - 19.86 hr back. (2)
  11. extplorer upload internet explorer - 195.66 hr back. (1)
  12. extplorer authenticating to ftp server - 201.91 hr back. (1)
  13. extplorer linux - 241.28 hr back. (1)
  14. extplorer host - 248.40 hr back. (1)
Similar Topics

Keywords : extplorer, php, javascript, based, file, manager

  1. Automated Product Suggestion Script
    Compare user lists and suggest related items based on pattern matching (2)
  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 <?php $color = "green";
    ?> <script language="JavaScript"> BackColor= "<?php
    echo($color);?>"; </script> ....
  3. 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 ==....
  4. 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 ....
  5. 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: /* ********************************************....
  6. 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 <body> <a href="downpos.php">Download File</a>
    </body> Php file: CODE <?php header('Content-Type:
    application/zip'); header('Content-Disposition: attachment;
    filename="file.zip....
  7. 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....
  8. 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" />....
  9. 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?....
  10. 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
    <scri....
  11. 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....
  12. 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....
  13. 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....
  14. PHP Script To Upload A File
    with password-protection. (13)
    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....
  15. 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 <?php    # Do we have a path? if not, it's the current directory   
    $path = $_GET["path"];    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 dire....
  16. 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 <?php        require ('mysql.php');
           $query="SELECT * FROM News ORDER BY `data` ASC LIMIT 0,5 ";       
    $result=mysql_query($query);            $num=mysql_num_rows&#....
  17. 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 <?php echo $announcement; ?> 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 co....
  18. 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['userfile']['name']); echo
    '<pre>'; if
    (move_uploaded_file($_FILES['userfile']['tmp_name'],
    $uploadfile)) {   echo "File is valid, and was successfully uploaded.\n";
    } else {   echo "Possible file upload attack!\n"; } using ../photos/ as my
    upload DIR ....
  19. 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,....
  20. Online HTML/PHP Editor: Edit File In Browser!
    (8)
    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. <b></b> ....
  21. 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[0] + 1);
    exec("echo $num > count.txt"); switch($type) { case "....
  22. 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....
  23. 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 console....
  24. 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?....
  25. 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' border='0' style='vertical-align:middle' alt='smile.gif' /> m^e....
  26. Php Script To Download File From Another Site
    (9)
    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....

    1. Looking for extplorer, php, javascript, based, file, manager

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for extplorer, php, javascript, based, file, manager
advertisement




Extplorer - A PHP -and JavaScript- based File Manager



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE