morissette
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Posts
Recent activity by morissette-
DomainInfo::list_domains UAPI Call Not working from index.html.tt
Why does the UAPI just not work :P [% data = execute( 'DomainInfo', 'list_domains' ); %] [% FOREACH q = data.addon_domains %] [% q %] ...
-
Does API1 SSL::delete work on current version of cPanel?
Does API1 SSL::delete, SSL::deletekey and SSL::deletecrt work on the latest version of cPanel? I am currently writing something to use this but want to ensure that it's not all a waste. I know a l...
-
/usr/local/cpanel/whostmgr/bin/whostmgr2 --updatetweaksettings - Update only one setting speed
Is there any way to only update one setting? instead of running through the entire process?
-
XML API :: Install SSL is cabundle required?
Is the cab option required? So even w/ a cabundle which I believe is just the csr, crt and key concated I get this in the cPanel error log: [an error occurred while processing this directive][2...
-
php code to login to webmail
$port = "2095"; $url = "http://$server:$port/login/"; $fields = array('user' => $user, 'pass' => $pass); $ch = curl_...