$tip.="\n This pod {$row["domain"]} has been watched for {$row["monthsmonitored"]} months and its average ping time is {$row["responsetimelast7"]} with uptime of {$row["uptimelast7"]}% this month and was last checked on {$row["dateupdated"]}. ";
$tip.="\n This pod {$row["name"]} has been watched for {$row["monthsmonitored"]} months and its average ping time is {$row["responsetimelast7"]} with uptime of {$row["uptimelast7"]}% this month and was last checked on {$row["dateupdated"]}. ";
$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.";
...
...
@@ -54,7 +56,7 @@ $tip.="This pod is {$verdiff} versions behind the current code. This pods IP {$r
"</div></td>";
if(stristr($row["shortversion"],'head'))
{$version=".development code";$pre="This pod runs pre release
{$version=".dev code";$pre="This pod runs pre release