cPanel live.php class -


i trying find list of addon domains , subdomains of user. there code live.php found here

can me ?

<?php include("/usr/local/cpanel/php/cpanel.php"); // instantiate cpanel object. $cpanel = new cpanel(); // connect cpanel - once. print $cpanel->header( "path" ); // add header. ?> $list_addons = $cpanel->api2( 'addondomain', 'listaddondomains', array( 'dir' => 'domain', ) ); echo $list_addons ; <?php print $cpanel->footer(); // add footer. $cpanel->end(); // disconnect cpanel - once. ?> 


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -