From what I can tell, the queries from perennate, Flapadar, and the last one listed by KuJoe are all basically the same.
perennate:
SELECT tblservers.name, tblproducts.name, COUNT(*)
FROM tblservers, tblhosting, tblproducts
WHERE tblhosting.server = tblservers.id
AND tblhosting.packageid =...