DavidN.
- Total activity 78
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 36
Comments
Recent activity by DavidN.-
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...
-
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...
-
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...
-
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...
-
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...
-
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
-
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...
-
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...
-
Hello, Thanks for contacting us. Unfortunately, that part of WHM is not API-driven, so there's no call backing the "show users over quota" interface. Behind the scenes, it actually queries the rep...
-
Hi Srikanth, You can use ZoneEdit::fetchzone_records to obtain a data structure representing the zone file you're modifying. Every record returned by that call will have its line number associate...