
Andy Baugh cPanel Staff
Developer for over five years at cPanel.
- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
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...
-
Perhaps the example in the API documentation wasn't specific enough for your scenario? Here: /usr/local/cpanel/bin/whmapi1 set_application_contact_event_importance app='Update' event='EndOfLife' im...
-
Howdy, You'd want to use `set_application_contact_event_importance` and set the importance to 'Disabled' for that event. https://api.docs.cpanel.net/openapi/whm/operation/set_application_contact_ev...
-
You probably will want to enable "debughooks" then so that you get log messages about what's going on. That should at least help you see whether the hook executed in that context or not. See here f...
-
The issue is that the category and event name you are specifying is not correct. In our documentation (and our code) we refer to the category as 'Passwd' and event as 'ChangePasswd'. Unless you spe...