JAB Creations
- Total activity 238
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 47
- Subscriptions 49
Comments
Recent activity by JAB Creations-
I discovered that PHP is in "chroot jail" and confirmed it when running: stat -c %i / Which returned '2'. Because the topic is related though also entirely different I started a new thread here: ht...
-
None of this helps, it's all fragmented and there are no full examples with basic obfuscation. Reading the UAPI documentation (which apparently should be called API3) it says to first do the follo...
-
Can you verify if that solved the issue? Yes. Why did you recommend the XML version if it was not only deprecated though also being outright removed in March? Integrators and API users will want...
-
I was missing the very first parameter: the user string (the cPanel username). [PHP] $result = $xmlapi->api2_query('cpanel_user_name','Email', 'addpop', array('domain' => 'example.com', 'email' =>...
-
Thank you for the reply Michael. I'm trying to get this to work via PHP (tried the XML API first though abandoned it because the Github project looks largely abandoned with many pending commits). ...
-
Solved! Full working answer here! I needed the API interface...go figure. I've got it all working now and I'll actually post what I did to save someone else hours of aggravation. First use the so...
-
Well the command executed fine in SSH/PuTTY however it will not run in PHP. Can not execute command.';} else { $output = shell_exec('cpapi2 --user=example Park park domain=example.com'); echo '2...
-
2017 --> This works! cpapi2 --user=username Park park domain=example.com On the third post in the thread mentioned by sparek-3 in their third post. I noted that bmett was using cpapi2 and looked u...
-
The documentation here is wrong... [url=http://docs.cpanel.net/twiki/bin/view/SoftwareDevelopmentKit/ApiAuthentication]Authentication Function Call Methods ...and the fact that such a major change...
-
...and so how do I resolved the problem incurred by this unnecessary "security feature"?