I am trying to make subdomain using this code. https://github.com/CpanelInc/xmlapi-php
Create subdomain using php in goddady cpanel
2
I am trying to make subdomain using this code.
https://github.com/CpanelInc/xmlapi-php
require_once('xmlapi.php.inc');
$xmlapi = new xmlapi('127.0.0.1');
$xmlapi->password_auth('root','password');
$xmlapi->set_debug(1); $xmlapi->api1_query('accountname','SubDomain','addsubdomai n',array('sub','domain.com',0,0,'/public_html/folder'));
It's working when i run this code using local-host(PC) but it's not working for live server (godadday hosting).
I am getting this error
https://github.com/CpanelInc/xmlapi-php
require_once('xmlapi.php.inc');
$xmlapi = new xmlapi('127.0.0.1');
$xmlapi->password_auth('root','password');
$xmlapi->set_debug(1); $xmlapi->api1_query('accountname','SubDomain','addsubdomai n',array('sub','domain.com',0,0,'/public_html/folder'));
It's working when i run this code using local-host(PC) but it's not working for live server (godadday hosting).
I am getting this error
Code:
Fatal error: Uncaught exception 'Exception' with message 'curl_exec threw error "Failed to connect to example.com port 2083
- Daniel Santos
Next Topics on Trending Feed
-
2