AndrewH.
- Total activity 73
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 31
Comments
Recent activity by AndrewH.-
Are you creating a /cp directory in your cpmove-XXX.tar.gz file? If so does it have a file with the name of the user? Here is an example from a cPanel account I just ran pkgacct on. " [root@and...
-
See this thread, we actually implemented the functionality to do this. If you have any further questions please feel free to ask.
-
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:...