Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi
I have used with sucess the eXtplorer file manager on my ch3snas.
http://extplorer.sourceforge.net/
eXtplorer is an eye candy php file manager with drag and drop functions on a good directory tree, very useful on the NAS.
To install: Just unzip in your /www/pages/ folder... also unzip the scritps folder ( /www/pages/eXtplorer/scripts/ )
it is necessary to move the php.ini-recommended from ( ffp/etc/examples / ) to ( ffp/etc/ ) and rename php.ini.
acess from your browser : http://ip_your_nas:8080/eXtplorer/ ( user: admin pass: admin )
eXtplorer have also other great functions like, create and extract files and a FTP client mode, but this functions dont work on my NAS.
Offline
Thanks for this, it looks very nice and is more like what i have been looking for.
i have been using dolphin which is good but has limitations moving files and this looks a definate upgrade
but mine sets the file root at /www/pages/ and i cant figure how to make it higher
any ideas?
Offline
apologies, spoke too soon there
you need to edit your user profile to change this
the windows just needed extending was all.....
Offline
Thanks for sharing, eXtplorer works great!
Offline
superb! this NAS is starting to have a million features
Offline
Hmmmm. I can't seem to login in. Says "Please Wait..." then says "Login Successful" but then just reloads the login screen. Sweet....
Last edited by madpenguin (2009-04-11 20:31:19)
Offline
madpenguin wrote:
Hmmmm. I can't seem to login in. Says "Please Wait..." then says "Login Successful" but then just reloads the login screen. Sweet....
telnet to your NAS and :
cp /mnt/HD_a2/ffp/etc/examples/php.ini-recommended /mnt/HD_a2/ffp/etc/php.ini
and:
/ffp/start/lighttpd.sh restart
try one more time...
Offline
Yea, I did that before I posted. Already had a modified php.ini for my site but tried using the example one just incase. No go.
Thanks tho.
Offline
Had to chmod -R 777 /www/pages/extplorer
Idiot idea using zip files. They don't hold perms. Why he chose to tarball the scripts directory but not the actual package file is beyond me. This is probably why he says to unzip locally from the desktop (Windows) and then ftp the directory over. Everything winds up 777 when you do that.
I was using unzip while ssh'ed so everything gets set to your user and 644 with zip files.
Still can't create/modify/delete anything. You would have to 777 on any files in /www/pages. No thanks. I like to keep a tight reign on perms.
Oh well... ;-) It does look pretty slick but doesn't beat ssh root@nas tho.
Offline
I cannot get eXtplorer to work on my DNS-323.
I unziped and copied the diles to a directoy called eXploer on /mnt/HD_a2/www/pages/eXtplorer
I made the directory chmod -R 7777
I copied the /mnt/HD_a2/ffp/etc/examples/php.ini-recommended to /mnt/HD_a2/ffp/etc/php.ini
I restarted lighttpd
After all my attempts, I get the following message when i go to the URL: http://<ip-address>:8080/eXtplorer
The extension 'zlib' couldn't be found. Please make sure your version of PHP was built with 'zlib' support.
I tried chnaging the following settings in my php.ini file:
output_handler = "zlib.output_compression"
zlib.output_compression = On
zlib.output_compression_level = -1
Still no go ...
I have:
Lighttpd 1.4.25
PHP 5.2.9
Offline
Worked like a charm, the only thing that doesnt work is that i cant upload anything, not even as admin. anyone who know any fix? or what the problem is?
Offline