N1ghteyes
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Comments
Recent activity by N1ghteyes-
I have been using UAPI 2 via URL Sorry this should read I have been using the API2 via URL
-
Hi Michael, I have been using UAPI 2 via URL calls however the 54 build has broken this and i can't seem to get it working again. (Something to do with the way the form submittion completes in cpa...
-
My apologies! I'm not much more help than that. hehe no worries. Im 90% sure i've missed something simple, just not sure what :/
-
You will still require an A entry for each subdomain. Have you considered this? There is a wildcard dns A record entry for *.scwebdesign.co.uk, should cover any need for subdomain records, confirme...
-
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 :)