AndrewH.
- Total activity 73
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 31
Comments
Recent activity by AndrewH.-
API2 (and UAPI) are written to be much friendlier to call and unfortunately since we are aiming towards replacing API1 calls with UAPI calls we haven't gone back and put in work into making the API...
-
include '../xmlapi.php'; // Includes the xml api support $ip = getenv('REMOTE_HOST'); //set IP to whatever your REMOTE_HOST is ... this should be your cpanel server's ip $root_pass = getenv('REMOT...
-
Looks like I gave you bad advice before, try this: (UAPI) https://mydevserver:2083/sessionkey/execute/Ftp/get_port (API2) https://mydevserver:2083/sessionkey/json-api/cpanel?cpanel_jsonapi_apive...
-
You can call them the same way you call API2 calls, just specify version=3 (this is how I've been using it internally anyway).
-
[url=http://docs.cpanel.net/twiki/bin/view/ApiDocs/UapiModuleHome]UAPI Module Listing UAPI is Api version 3. You can use the API Shell (in 11.40) to easily see nearly all the calls as it will lit...
-
[quote="cplogin, post: 1503752">Ah right so just update is on hold at the moment? Just the x4 theme is on hold, all other development is still going on. A better way to explain it is we realized ...
-
[quote="cplogin, post: 1503682">Does this mean all future updates are on hold or you've abandonded development of cpanel? :( No, cPanel is still being fully developed and supported.
-
What you can do (and this is what I had originally done when I worked on the x4 installer) is this: Create an install script with Perl From the install script call register_plugin similar to this:...
-
Short Answer: If you want to edit the link that appears in cPanel(Video Tutorials): /usr/local/cpanel/base/frontend/x3/dynamicui.conf /usr/local/cpanel/base/frontend/x3mail/dynamicui.conf Long An...
-
Have you tried the API call using the user's username and the reseller password?