Here is the code
:
PHP Code:
<?php
function create_acct($acct, $domain, $meg, $mpassword, $cpaneluser, $cpanelpass) {
$o = "http://$cpaneluser:$cpanelpass@$domain:2082/frontend/x/mail/doaddpop.html?email=$acct&domain=$domain&password=$mpassword"a=$meg";
$tester = @file($o);
}
function remove_acct($acct, $domain, $cpaneluser, $cpanelpass) {
$o = "http://$cpaneluser:$cpanelpass@$domain:2082/frontend/x/mail/realdelpop.html?email=$acct&domain=$domain";
$tester = @file($o);
}
?>
Replace "x" with the theme you are using for cPanel.