This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[Module] ELFileManager (build on elfinder)
#71
RE: [Module] ELFileManager (build on elfinder)
hi all,

is there a chance a chmod operation could be added to his plugin?

Many thanks
Reply
Thanks given by:
#72
RE: [Module] ELFileManager (build on elfinder)
(04-01-2017, 09:19 PM)ponte Wrote: hi all,

is there a chance a chmod operation could be added to his plugin?

Many thanks

You would have to ask the ELFilemanger developers about that.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:
#73
RE: [Module] ELFileManager (build on elfinder)
Can I edit the ELFileManager name for FileManager ?, and where do I edit this?
Reply
Thanks given by:
#74
RE: [Module] ELFileManager (build on elfinder)
You could study this and do it yourself.

My Sentora DemoMy GithubAuxio Github
Zentora themeS-Type themeCstyleX theme
flat-color-iconssmall-n-flat-icons

Sentora's development takes way too long, so i'm transitioning to HestiaCP.
Reply
Thanks given by:
#75
RE: [Module] ELFileManager (build on elfinder)
for some reason, extract files from this archive is NOT working... any ideas why?? (it used to work. not sure what I've changed).. all other things in elfiremanager working fine

I get the "Cannot connect to backend" after some time...
Reply
Thanks given by:
#76
RE: [Module] ELFileManager (build on elfinder)
Due to the fact that we did not write the core of the module (ELFilemanager) It may be better to check their web site.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:
#77
RE: [Module] ELFileManager (build on elfinder)
@Diablo925 repo is down please update

@TGates
Reply
Thanks given by:
#78
RE: [Module] ELFileManager (build on elfinder)
(11-24-2017, 09:18 PM)Rayvat Wrote: @Diablo925  repo is down please update

@TGates

the repo is up: http://repo.alio.dk/ELFileManager.zzp

My Sentora DemoMy GithubAuxio Github
Zentora themeS-Type themeCstyleX theme
flat-color-iconssmall-n-flat-icons

Sentora's development takes way too long, so i'm transitioning to HestiaCP.
Reply
Thanks given by:
#79
RE: [Module] ELFileManager (build on elfinder)
(11-24-2017, 11:31 PM)Ron-e Wrote: the repo is up: http://repo.alio.dk/ELFileManager.zzp

website is up but still 404

update : it's working now
Reply
Thanks given by:
#80
RE: [Module] ELFileManager (build on elfinder)
(04-01-2017, 09:19 PM)ponte Wrote: hi all,

is there a chance a chmod operation could be added to his plugin?

Many thanks

Default settings have chmod turned off.
With some adjustments you can turn it on.

Here's how I got it working on a CentOS 7 host:

(1) /etc/sentora/panel/modules/ELFileManager/app/php/elFinderVolumeDriver.class.php
Change 'statOwner' and 'allowChmodReadOnly' (on or about lines 257-259) to true.

Code:
                'statOwner'       => true,
                // allow exec chmod of read-only files
                'allowChmodReadOnly' => true,

(2) /etc/sentora/panel/modules/ELFileManager/app/js/elfinder.full.js
Change self.checkstate (on or about line 10984) to this.checkstate.

Code:
               return !this._disabled && this.checkstate(this.files(sel)) ? 0 : -1;

(3) Install php-posix and php-process

yum install php-posix php-process

(4) restart web services

systemctl restart httpd

Note: 'Change Mode' will appear on the default theme's toolbar as a yellow asterisk at the right of the 'Get Info'. The other themes' toolbar: CHMOD appears in the same location but only as an empty box with no icon.
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
[MODULE] phpMyAdmin-AU (Auto-Update) TGates 14 40 ,553 06-15-2021, 06:54 AM
Last Post: TGates
[MODULE] SenBrand - Basic Branding module for Sentora TGates 20 43 ,267 06-04-2021, 11:47 AM
Last Post: ccr1969
[MODULE] CoinCorner BitCoin Module Xversion 4 13 ,029 06-03-2021, 05:02 AM
Last Post: zHostingSolutions

Forum Jump:


Users browsing this thread: 2 Guest(s)