I see in WHM we have access to our Remote Access Key to enable the management of Accounts etc. in an AUTOmated way using PERL/PHP
I don't seem to be able to include:
require '/usr/local/cpanel/Cpanel/Accounting.php.inc';
And get the following error:
Warning: require(/usr/local/cpanel/Cpanel/Accounting.php.inc) [function.require]: failed to open stream: Operation not permitted in /home/*****/public_html/del.htm on line 12
I want to be able to automate my customer experience so they can purchase hosting without my interaction...
Any ideas?
I don't seem to be able to include:
require '/usr/local/cpanel/Cpanel/Accounting.php.inc';
And get the following error:
Warning: require(/usr/local/cpanel/Cpanel/Accounting.php.inc) [function.require]: failed to open stream: Operation not permitted in /home/*****/public_html/del.htm on line 12
I want to be able to automate my customer experience so they can purchase hosting without my interaction...
Any ideas?
Comment