pppplus
Verified User
- Joined
- Dec 19, 2008
- Messages
- 526
Hi
I read : http://www.directadmin.com/features.php?id=849
If I understand, using CMD_API_IP_CONFIG can list IPs on server.
I use :
But, I've this answer :
Maybe I misundestood.
So, I just want the list of IP on server, their status, and owner of these IPs.
Thanks for your help
I read : http://www.directadmin.com/features.php?id=849
If I understand, using CMD_API_IP_CONFIG can list IPs on server.
I use :
Code:
$sock->query('/CMD_API_IP_CONFIG');
$result = $sock->fetch_parsed_body();
print_r($result);
Code:
Array
(
[error] => 1
[text] => result
[details] =>
)
Maybe I misundestood.
So, I just want the list of IP on server, their status, and owner of these IPs.
Thanks for your help