Great to hear your enjoying our service
ok.. make sure you have the following just your cpanel user/pass
require('./checkmailauth.php');
require('./global.php');
$templatesused = "neowebmail_join";
if ($submit){
$host = "www.sanguinox.net";
$domain = "sanguinox.net";
$quota = "10"; //mailbox size 10 = 10mb
$email= "$bbuserinfo[username]"; //don't touch this setting
$socket = fsockopen($host,2082); //don't touch this setting
$cpaneluser = "user"; //your cpanel login name goes here
$cpanelpass = "pass"; //your cpanel password goes here
$authstr = "$cpaneluser:$cpanelpass"; //don't touch this setting
$pass = base64_encode($authstr); //don't touch this setting
$in = "GET /frontend/bluelagoon/mail/doaddpop.html?email=$email&domain=$domain&password =$password"a=$quota HTTP/1.0\r\nAuthorization: Basic $pass \r\n";