Andy Baugh cPanel Staff
Developer for over five years at cPanel.
- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
Comments
Votes on activity by Andy Baugh-
If I had to guess, the reason it is running faster on subsequent runs is likely related to the automatic run of py_compile. You could perhaps try to "force" the py compile before running the script...
-
Use modifyacct's "shell" parameter to set the shell for the account: https://api.docs.cpanel.net/openapi/whm/operation/modifyacct/ In this case you'll want the full path to jailshell, which, if I r...
-
While I can't say for sure, this sounds a lot like the issue described here: https://stackoverflow.com/questions/42382801/unable-to-include-potential-exec You say you don't have access to WHM, so i...
-
Howdy, While this question may be misfiled (it landed in a development/integrator subforum, but looks more like a question about general functionality) I took a look back at the code for roundcube ...
-
The 'nobody' user *is* the kernel overflow user. IIRC, if you don't setup the authentication details for SMTP within PHPMailer, it will try to use 'nobody' for sending the mail, so perhaps that is ...
-
If the process which creates this "unwanted" folder is openssh/sftp-server, chances are that a *client* process by either you or someone else connecting to the machine is creating the folder via th...
-
We do have some documentation here, but I will say that unless you already know what to look for, it isn't that easy to find. For example, regarding header/footer for PHP applications, it is docume...
-
cPanel >> Backups was not designed in such a way to anticipate pluggability like this. While we do have the ability for system administrators in WHM to configure the backup process to upload copies...
-
Howdy Koree, Honestly I'd just look at what we did for the old Calendar and Contacts plugin (cpanel-ccs-calendarserver); I had a custom TaskProcessor module there. It installs to /var/cpanel/perl/C...
-
Consistency of output data structures is indeed hard to get across the various APIs. It is somewhat easier if you can execute from the context of whmapi1's "cpanel" function (which executes cPanel ...