The Joomla! Extensions Directory ™


joomlaXplorer Popular Component

joomlaXplorer is a File- and FTP - Manager. It allows you to edit files, delete, copy, rename, archive and unpack files/directories directly on your server. You can - Browse Directories & Files - Edit, Copy, Move and Delete files - Search, Upload and Downloading files - Create new files and directories - Change file permissions (chmod) and much more This script is based on QuiXplorer 2.3.1 (available at http://quixplorer.sourceforge.net/)

Report

2011-11-19
Reviews: 3
Tried it on many sites, get an error everytime about not being able to write.
2011-09-28
Reviews: 2
any webmaster should know of this tool. You will need it at some point in your professional activity!
2011-08-11
Reviews: 3
This extension is for me one of the must-haves in any installation.

Excellent product, thanks for keeping it available for free.
2011-07-05
Reviews: 3
I could not do a site without this. Clean, well laid out. Just works. No bugs, no issues. Thanks. It is great.
2011-02-15
Reviews: 6
Its just great component, especially in the new version 2.1.0.
Net2FTP or some ftp clients sometimes fails. Joomla eXtplorer - never!. For example, today I made the file called "-copy.htaccess" (mistake) and few FTP Clients failed to delete it from server. Explorer just deteted the file after one click. Tkank you for great component and keep going!
2011-02-10
Reviews: 4
I cannot express how much I would like to thank the developer(s) of this component! I am a web designer/developer using Joomla! for over 2 years now. I have run into a few problems installing modules before I have correctly set up ftp details in Joomla! admin and the owner of these modules becomes 'www-data'. I have found it near impossible to delete these files using standard ftp. All I can say is that anyone having trouble altering or deleting 'www-data' files look no further. This component allows you to access files (and ftp) through the Joomla! admin. Problem solved. Thank you!
2010-09-24
Reviews: 7
A fully-featured FTP manager on line in your Joomla backend.

It works perfectly, but I encountred some usability issues with the last interface.

Any way to get back to the older interface?

Anyway a great component! Thank's
2010-08-11
Reviews: 1
much appreciated, best explorer i ever been trying and i tried many, only ting that prevent me from giving it all 5 stars is that u need legacy support activated to install it
2010-07-29
Reviews: 18
This extension really helps solve a big problem where files are incorrectly "owned" during the joomla installation.
2010-07-12
Reviews: 5
Many thanks to you developers! This one is very much appreciated
2010-05-08
Reviews: 1
Working very good - easy to use
2010-03-02
Reviews: 7
This extension is brilliant. We had an installation on a Microsoft IIS server with no real access to the permissions and flaky FTP. Now we are back in control.
Top Banana!
2010-01-13
Reviews: 1
Seriously, I was ready to throw my computer out the window when I ran across this component. After swapping a clients site over to their server in order to go live I was having many issues with CHMOD 777 files. I found XWD's comment after googling the issue, installed Joomla!Xplorer, and BAM I could change the permissions right from JoomlaXplorer and go back in and edit files with no problem again! You have no idea how happy I am right now!! Thank you!!!!
1 of 1 people found this review helpful
2009-10-21
Reviews: 2
Great component! you will never need to use your FTP cliente again.
2009-10-19
Reviews: 12
My latest review: For Joomla 1.5.X: I downloaded Xtplorer. It works with all Joomla versions, even over a slow connection (tested - you may need a bit of patience)
2009-09-19
Reviews: 9
This component saved my day a lot of times! You can manage well ALL the files of your Joomla website. You see the files,can edit them strait away or you can overwrite them uploading the same file with the changes or add a new file! I have 3 websites and every one has this wonderful component.The only pity is that it is not native for J 1.5
2009-08-20
Reviews: 4
Too bad he does not run natively on J1.5
2009-07-05
Reviews: 1
This component is great and gives you quick access to the files.
2009-06-18
Reviews: 3
I recently installed this on a client's Joomla! 1.5 site after running into a bug in the media manager (the 1.5 version of this com is just named eXplorer) and I have to say I'm impressed. Most commercial products aren't this good. I no longer need an FTP application - at all. This gives me access to everything.

Not recommended for client admins who are too nosy or inexperienced.
2009-04-28
Reviews: 31
Great component!

I used Auchi's fix to fix the admin menu problem
Comment out line 83 in file administrator/components/com_joomlaxplorer/admin.joomlaxplorer.php

I used saurabhg10's fix to change the root file to the Joomla site root file instead of the hosting account root file.

Modify the following lines in the file {site root directory}/administrator/components/com_joomlaxplorer/.config/conf.php

else {
$GLOBALS["home_dir"] = $dir_above;
// the url corresponding with the home directory: (no trailing ‘/’)
$GLOBALS["home_url"] = substr( $mosConfig_live_site, 0, strrpos($mosConfig_live_site, ‘/’));
}

to the following…

else {
$GLOBALS["home_dir"] = $mosConfig_absolute_path;
// the url corresponding with the home directory: (no trailing ‘/’)
$GLOBALS["home_url"] = $mosConfig_live_site;
}

I use the component in the aadmin back-end and with these two simple fixes it works great for me! It is so nice to be able to edit site files from within Joomla without having to login to the site's control panel. A great time saver!
Page 1 of 7