and this in the Remoting script:
Code:
$params = array ( 'sid' => $session_id,
'module' => 'web',
'function' => 'domain_add',
'params' => array ( web_id => "$web_id", // web_title or web_id
domain_host => "$my_hostname",
domain_dns => '',
domain_dnsmail => '',
domain_register => '',
domain_weiterleitung => "$my_path",
domain_domain => "$my_domain_name",
domain_ip => "$my_ip",
domain_local_mailserver => 1));