roberthayden
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by roberthayden-
roberthayden commented,
Solved using: mgufrone/cpanel-php
-
roberthayden commented,
I try to use xmlapi and do: require_once __DIR__ . "/../../utils/xmlapi.php"; $xmlapi = new xmlapi("IP"); $xmlapi->set_port(2082); $xmlapi->password_auth("USER", "PASS"); $xmlapi->set_debug(1); ...
-
roberthayden created a post,
How to add Addon Domains using Cpanel API or something?
Hello, I am searching about how to add addon domains using cpanel api but they seems obsolete. Thank you in advance.
-
roberthayden created a post,
Custom domain points to subdomain / dns server automatically
Good day! I am developing an app that publish a site to a subdomain or you can choose your custom domain. Subdomain is done. My problem is the custom domain. How can I point a custom domain to th...