echo'<tr><td class="bg-success"><div title="This is the last pod you visited from this site. '.$tip.'" data-toggle="tooltip" data-placement="bottom"><a class="text-body url" target="_self" href="/go.php?domain='.$pod['domain'].'">'.$pod['domain'].'</a></div></td>';
echo'<td data-toggle="tooltip" data-placement="bottom" title="Active users six months: '.$pod['active_users_halfyear'].', Active users one month: '.$pod['active_users_monthly'].'">'.$pod['active_users_halfyear'].'</td>';
$tip="\nOver the last {$humanmonitored} pod uptime was {$pod['uptime_alltime']}% and response time from Los Angeles was {$pod['latency']}ms, with a SSL cert that expires {$humansslexpire}. This pod was last checked {$humanlastcheck}";
echo'<tr><td class="bg-success"><a title="This is the last pod you visited from this site. '.$tip.'" class="text-body url" data-toggle="tooltip" data-placement="bottom" target="_self" href="/go.php?domain='.$pod['domain'].'">'.$pod['domain'].'</a></td>';