N1ghteyes
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Comments
Recent activity by N1ghteyes-
Hi Angela It is a known bug, theres a fix waiting to be pushed to git, but in the mean time, change line 99 from $content = $this->curl_exec_follow($ch); to $content = $this->curl_exec_follow($ch,...
-
https://github.com/N1ghteyes/cpanel-UAPI-php-class There is an example for mysql databases in there, but it is the same principle. Set the scope to Email and then just call any UAPI functions l...
-
ahh ok, thats fair enough then :D
-
What is the best method to capture the returned message (if any) and display it ? Hi lvt, Could you post an issue on Github? That way more people are likely to see it and I can mark it as a Doc...
-
Hi Michael, I completely get that :) the comment was more aimed at third party users / developers, incase they come accross any bugs or want something extra from it :), pretty much just posted up ...
-
Just a note, i've added an example file for using the MySQL module added in 11.44. More examples to follow, but it should atleast provide an idea :)
-
if you have shell access, navigate to your account root and type: du -sh * that should list out all the directories and how much disk space thier trees are using. will give you a better idea of w...
-
ok, so as a direct result of this, i have written a PHP class to handle UAPI connections. It could do with some feedback / testing and improvements, not to mention better commenting, but, see the t...
-
ah ok, so UAPI is not quite the same as Api v1 and 2? I will review it, UAPI does sound much more promising though :)
-
if this doesnt work on shared hosts, will there be any way around this? a brief test of using parper_lantern throws the same problem Edit:: Aside from specifying pre 11.44 only...