BennyP

Registered
Nov 6, 2002
1
0
151
Im trying to get the backend accounting script to work using PHP, but everytime I try it just returns: using socket

&?
require '/usr/local/cpanel/Cpanel/Accounting.php.inc';

$host = &localhost&;
$user = &root&;
$hash = && hash &&;
$ssl = &0&;

showversion($host,$user,$hash,$ssl);
?&

any ideas?