I have tried the PHP code above which I have found on the cPanel website but after trying it I get only html code in arrays.PHP Code:#!/usr/local/cpanel/3rdparty/bin/php
<?php
require '/usr/local/cpanel/Cpanel/Accounting.php.inc';
$host = "localhost";
$user = "whm login";
$accesshash = 'whm pass';
$accts = listaccts($host,$user,$accesshash,0);
print_r($accts);
$pkgs = listpkgs($host,$user,$accesshash,0);
print_r($pkgs);
?>



LinkBack URL
About LinkBacks
Reply With Quote





