<thwidth="220px">Diaspora Pod<aclass="tipsy"title="A pod is a site for you to set up your account.">?</a></th>
<th>Version Code<aclass="tipsy"title="Version of Diaspora this pod runs">?</a></th>
<th>Uptime Percent<aclass="tipsy"title="Percent of the time the pod is online for <?phpechodate("F")?>.">?</a></th>
<th>Signups<aclass="tipsy"title="Open to public or Closed/Invite only.">?</a></th>
<th>Months Online<aclass="tipsy"title="How many months has this pod been online? Click number for more history.">?</a></th>
<th>User Rating<aclass="tipsy"title="User and Admin rating for this pod.">?</a></th>
<th>Server Location<aclass="tipsy"title="Pod location, based on IP Geolocation">?</a></th>
...
...
@@ -49,10 +50,7 @@ $tip.="\n This pod {$row["domain"]} has been watched for {$row["monthsmonitored"
$tip.="Code base is {$row["shortversion"]} and the current github base is {$row["masterversion"]}. ";
$tip.="This pod is {$verdiff} versions behind the current code. This pods IP {$row["ip"]} ".($row["ipv6"]=="yes"?"has":"does not have")." IPv6 and is located in {$row["country"]}. On a score of -20 to +20 this pod is a {$row["score"]} right now, all data is checked every hour. Pod ".($row["signup"]=="1"?"does":"does not")." allow new users.";
echo"<td class='$classver'><div title='{$pre} codename: {$row["longversion"]} master version is: {$row["masterversion"]}' class='tipsy'>{$version}</div></td>";