Yes, it is a very simple file edit. Edit status.php.
Code:
$somecontent .= lookup("80","Web Server","$domain");
$somecontent .= lookup("3306","MySQL Server","$domain");
$somecontent .= lookup("21","FTP Server","$domain");
$somecontent .= lookup("22","SSH Server","$domain");
$somecontent .= lookup("110","Mail Server","$domain");
Duplicate that line, $somecontent, the number in "" i sthe port number, the next field is the name, and ignore the $domain.