TGates

Results 109 comments of TGates

Works fine for me ('test' package)... hmm.. Used quotas of 5 for all and 500 for BW and HD ![package_creation](https://user-images.githubusercontent.com/2555611/28085324-675fbd06-6649-11e7-8dab-2d5ce592d755.png) Will check my module vs github and report back.

Did not notice any differences, anything in the error logs?

We will look into it. After checking their site 64 is the max. @MBlagui @5050 @motters @Caffe1neAdd1ct

Maybe change the prefix to the UID like other services do? This is normally much smaller than an actual user name prefix. This will still group DB names together and...

Confirmed. Admin>reseller>user works. user>reseller>admin broken (Stops at reseller, can not get back to admin) user>reseller works

Not sure this is needed... My install of Ubuntu 14.04 and Sentora 1.0.3 from a fresh start did not include 'LISTEN 443' in the httpd.conf... It should not even be...

Unfortunately, due to the way it is coded and the way it renders the input lines from the database, it cannot be changed in the manner you describe. Will look...

In this file: https://github.com/sentora/sentora-core/blob/master/modules/sentoraconfig/code/controller.ext.php Between line 51 and 52 add: ``` php if (strpos(ctrl_options::OutputSettingTextArea($rowsettings['so_name_vc']),'smtp_password') !== false) { $fieldhtml = ''; } ``` It should look like this when done: ```...

What php version are you using? The FTP module has been working just fine on the current base installs of Sentora (php 5+)

I think this was mentioned a while back, to move it to the database instead of inside the module.