Sentora Support Forums

Full Version: Extplorer as FILE MANAGER
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hmm just tested:
http://extplorer.net/wiki/EXtplorer's_Features

Support zip/unzip & FTP MODE. But I don't know if we can hook it's authentifcation thru sentora & restrict folders.

Able to use it for FTP looks great. Zip / unzip don't work as it might require SSH & currently use only ftp thru proftpd.... awesome piece

M B
Key config file:

/config/conf.php

default login is: admin/admin

you can set FTP as default authentification using:
$GLOBALS['ext_conf']['authentication_method_default'] = 'extplorer';

Change extplorer to ftp.

Also available authentification modes are:
/include/authentication
and you would be surprised to see SSH too there!

Also if you use Explorer authentifcation the user DB is a flat file:

/config/.htusers.php

All what a module have to do is translate FTP users/passwords there... Not bad as file manager & zip works fine in explorer/ssh mode.

M B
blank page Sad
how to install, centos 7 and php 5.6
Me.B didn't post a tutorial.
He has simply given some suggestions to create a module for it. You misunderstood it Smile
No blank page here... IT worked out of the box.

Just unpack it & check conf I pointed here. Enable php errors to see what's wrong.

M B
I followed the tip, but still blank page Sad

a module would be perfect
How did you deploy the zip? In custom subdomain ? or sentora /etc/apps?

Give more infos over you setup. It worked fine here. PHP error?

M B
(02-08-2015, 09:34 AM)Me.B Wrote: [ -> ]How did you deploy the zip? In custom subdomain ? or sentora /etc/apps?

Give more infos over you setup. It worked fine here. PHP error?

M B

subdomain Smile

a try /etc/apps

....

edit

/etc/sentora/panel/etc/apps/extplorer/
error 404 Sad
....
now

http://cp.princesslyz.com/etc/apps/extplorer/

only logo
use normal hosting and change owner to apache (centos) or www-data (ubuntu)
login page appears, but admini admins does not work
my god

.....

do not understand, after I enter a ftp account, a domain, and go extplorer, I returned to the login page, now with the language option, and the admin and password admin login, worked!

...

I had to change FTP to extplorer, now work.
Pages: 1 2