Matt Paplham
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Matt Paplham-
I changed the following and it worked: [CODE=php] $url = $this->server_address.':2087/json-api/createacct?api.version=1&username='.$this->cp_user.'&domain='.$this->domain.'&contactemail='.$this->e...
-
Thanks for your response. I appreciate your time. From the command line, I am using the same endpoint, yes. And yes, our servers have a registered SSL certificate. With a fresh mind this morni...
-
Hi Lauren - Thanks for your help. I see the error when trying to add a redirect from the "Alias" or "Addon Domains" interface in cPanel. Additionally, manually adding the redirect code (or anythi...
-
I just wanted to follow up on this thread. After banging my head on the wall for too long trying to get the hook coded as a Perl Module, I decided to try BASH instead. At least for me, it was muc...
-
@cPanelMichael - Are you able to share any hook.pm examples using uapi for the hook actions? equally does not show how to use uapi/api2/api1 functions, simply: # Insert your actions here. I fee...
-
Thanks for all the help so far. I've spent a lot of time reading the documentation and searching for examples on the web but am also turning up empty handed. If you can't use LiveAPI Perl Modules...
-
kdub - Thanks for your quick reply. I think my problem is that perl -c is not looking in /usr/local/cpanel/Cpanel for Cpanel::Logger. [root@dev ~]# perl -c /usr/local/cpanel/OnCreate.pm Can't loca...