Hello and sorry for my bad English.
I use HTTPSocket and CMD_EMAIL_REG now i need to get the outlook.reg file to <a href =''"></a>
so far i use this:
it is work and i can see the output but i need more help about the function CMD_EMAIL_REG
i look here http://www.directadmin.com/api.html and there no help about it
someone ??
I use HTTPSocket and CMD_EMAIL_REG now i need to get the outlook.reg file to <a href =''"></a>
so far i use this:
HTML:
$sock = new HTTPSocket;
$sock->connect(myrootIP,2222);
$sock->set_login(root_USER,rootPASWWORD);
$sock->set_method('POST');
$sock->query('/CMD_EMAIL_REG','domain=MYDOMAIN.COMl');
$result_outlook = $sock->fetch_parsed_body();
print_r($result_outlook);
it is work and i can see the output but i need more help about the function CMD_EMAIL_REG
i look here http://www.directadmin.com/api.html and there no help about it
someone ??