[eluser]PromaneX[/eluser]
new code pt 2
cpanel.php - config file - place in system/application/config/
Code:
<?
$config['host'] = "mycpaneldomain.com";
$config['user'] = "mycapanelusername";
$config['pass'] = "maycpanelpassword";
$config['skin'] = "x3"; //the name of the skin you use in cpanel, usually x3.
/* End of file cpanel.php */
/* Location: ./system/application/config/cpanel.php */
Next on my list is to add support for getting email account information for existing accounts. I will then slowly work through all of the usable features of cpanel and add support for them. If anyone wants me to give priority to something please let me know!