Hi,
I'm using whit command: whmreq("/xml-api/accountsummary?user=$user_whm", $host, $user, $hash);
and whmreq return an array to me and the result is:
Array
(
[accountsummary] => Array
(
[acct] => Array
(
[0] => Array
(
[disklimit] => 2M
[diskused] => 0M
[domain] => teste.com.br
=> [email protected]
[ip] => xx.xx.xx.xx
[owner] => teste
[partition] => home2
[plan] => teste_testao
[startdate] => 08 Feb 11 08:51
[theme] => x
[unix_startdate] => 1202727076
[user] => teste
)
)
[status] => 1
[statusmsg] => Ok
)
)
This account is suspended and why i don't have information about "suspended" and "suspendedreason" ??
http://www.cpanel.net/plugins/xmlapi/accountsummary.html
Thanks
Guilherme
I'm using whit command: whmreq("/xml-api/accountsummary?user=$user_whm", $host, $user, $hash);
and whmreq return an array to me and the result is:
Array
(
[accountsummary] => Array
(
[acct] => Array
(
[0] => Array
(
[disklimit] => 2M
[diskused] => 0M
[domain] => teste.com.br
=> [email protected]
[ip] => xx.xx.xx.xx
[owner] => teste
[partition] => home2
[plan] => teste_testao
[startdate] => 08 Feb 11 08:51
[theme] => x
[unix_startdate] => 1202727076
[user] => teste
)
)
[status] => 1
[statusmsg] => Ok
)
)
This account is suspended and why i don't have information about "suspended" and "suspendedreason" ??
http://www.cpanel.net/plugins/xmlapi/accountsummary.html
Thanks
Guilherme
Last edited: