Hello,
I have been looking to find out how to list accounts with php outside of cpanel
and i am having a bit of a issue
that dont seem right to me. how can i list accounts in a table out side of cpanel/whm?PHP Code:$site = "http://{$whmuser}:{$whmpass}@localhost:2086/scripts2/listaccts?viewall=1&nohtml=1";
$result = file_get_contents($site);
$breakresult = explode(",", $result);
foreach ($breakresult as $key){ // Split the cPanel Function array into bits.
echo $key;
}



LinkBack URL
About LinkBacks
Reply With Quote





