
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
Recent activity by Andy Baugh-
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...
-
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 ...
-
Howdy, Any API2 calls that do not have UAPI equivalent will very likely *not* be dropped from the product despite the deprecation (which at this point is 10 years deprecated yet still in use at man...
-
Thank you for the clarification. I talked to the documentation team about this, as that does seem odd. It appears that this breaks when cookies for the site are not accepted. I don't think that is ...