http://www.customcf.smfhelp.com/images/x10free.png
cPanel always is offline
// CPANEL Only port 2082
imagettftext($background, 12, 0, 215, 83, $white, 'arial.ttf', "cPanel:");
$fp = @fsockopen('64.92.165.74', 2082, $errno, $errstr, 3);
if (!$fp){
$data = 'Offline';
$color = $red;
} else {...