
DavidN.
- Total activity 78
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 36
Activity overview
Latest activity by DavidN.-
DavidN. commented,
Hello, Thanks for contacting us. The call dispatch for WHM's APIs is static, so it's not possible to add API calls to WHM. Logic that would have gone into an API call has to be put into the CGI sc...
-
DavidN. commented,
Hi Jinkers, What you're asking for is totally possible, including in a shared environment with no root or reseller access. When you make your API call, you will just use basic HTTP authentication ...
-
DavidN. commented,
Hello, Thanks for contacting us. I have not been able to reproduce this behavior. Could you open a support ticket so we can identify the issue with your test environment? cPanel Customer Portal T...
-
DavidN. commented,
Hello again, If your script sets authentication headers correctly, it won't be necessary to use the security token. However, if you only have your reseller credentials and need to log into the use...
-
DavidN. commented,
Hello, Thanks for contacting us. As a reseller, it's possible that you might not be able to install files where they need to go in order to use our API classes. To add pages to cPanel, they have t...
-
DavidN. commented,
Hi Aleksey, I just used the 'generatessl' API call on 11.52 and 11.54, and the results were structured the same as far as I could tell. I could see the operation succeeded based on {metadata}->{re...
-
DavidN. commented,
Hello, Thanks for contacting us. Please try this and let us know if it works: $xmlapi->xmlapi_query('toggle_user_backup_state', array( 'user' => 'cpuser', 'legacy' => 0 ) ); Thanks, David Niels...
-
DavidN. commented,
Hello, The call you want is part of WHM's API, and can be found here: WHM API 1 Functions - createacct - Software Development Kit - cPanel Documentation Thanks, David Nielson cPanel Developer
-
DavidN. commented,
Hello, Thanks for contacting us. I've been looking through our SDK documentation, and using the API, I can't think of a better way to do this than you're already doing. It's currently possible to...
-
DavidN. commented,
Howdy, Probably the easiest way to do what you need to would be to write a UAPI module with a subroutine that does what you need, and then invoke that from within your header template. UAPI module...