Hi,
Is there any way to point a domain or a sub-domain to another address (www.domain.com -> http://test.another.net/folder/index.php) like the possible in WHM
but with a PHP based script witch connect to Accounting.php.inc, like this:
require '/usr/local/cpanel/Cpanel/Accounting.php.inc';
$host = "localhost";
$user = "<YOUR USERNAME";
$accesshash = '<YOUR KEY>';
$usessl = "0";
$do = domainfwd($host,$user,$accesshash,$usessl,...);
Thanks.
Is there any way to point a domain or a sub-domain to another address (www.domain.com -> http://test.another.net/folder/index.php) like the possible in WHM

but with a PHP based script witch connect to Accounting.php.inc, like this:
require '/usr/local/cpanel/Cpanel/Accounting.php.inc';
$host = "localhost";
$user = "<YOUR USERNAME";
$accesshash = '<YOUR KEY>';
$usessl = "0";
$do = domainfwd($host,$user,$accesshash,$usessl,...);
Thanks.