'no' ORDER BY active_users_halfyear DESC NULLS LAST, uptimelast7 DESC NULLS LAST"; } else { $sql = "SELECT * FROM pods WHERE adminrating <> -1 AND hidden <> 'yes' ORDER BY active_users_halfyear DESC NULLS LAST, uptimelast7 DESC NULLS LAST"; } $result = pg_query($dbh, $sql); if (!$result) { die("Error in SQL query: " . pg_last_error()); } $numrows = pg_num_rows($result); echo ""; echo $numrows; ?> pods tracked right now. Click column names to sort and find a pod. Show as: Map Table
Diaspora Pod? | Version? | Uptime.">? | Signups? | Total Users? | Active Users? | Posts? | Comments? | Months? | Rating? | Location? | Services? | " . $row["domain"] . " ? | ";
"";
if (stristr($row["shortversion"],'head'))
{$version=".dev";$pre = "This pod runs pre release
development code";} elseif (!$row["shortversion"])
{$version="0";$pre = "This pod runs
unknown code";}
else
{$version=$row["shortversion"];$pre="This pod runs production code";}
if ($row["shortversion"] == $row["masterversion"] && $row["shortversion"] != "") {$classver = "green";} elseif ($verdiff > 6) {$classver = "red";} else {$classver = "black";}
echo "{$version} | ";
echo "" . $row["uptimelast7"] . "% | "; if ($row["signup"] == 1) {$signup="Open";} else {$signup="Closed";} echo "" . $signup . " | "; echo "" . $row["total_users"] . " | "; echo "" . $row["active_users_halfyear"] . " | "; echo "" . $row["local_posts"] . " | "; echo "" . $row["comment_counts"] . " | "; if (strpos($row["pingdomurl"], "pingdom.com")) {$moreurl = $row["pingdomurl"];} else {$moreurl = "http://api.uptimerobot.com/getMonitors?format=json&customUptimeRatio=7-30-60-90&apiKey=".$row["pingdomurl"];} echo ""; if ($row["userrating"] >6) {$userratingclass="green";} elseif ($row["userrating"] <7) {$userratingclass="yellow";} elseif ($row["userrating"] <3) {$userratingclass="red";} echo " | " . $row["country"] . " | \n"; echo ""; if ($row["service_facebook"] == "t") {echo "";} if ($row["service_twitter"] == "t") {echo "";} if ($row["service_tumblr"] == "t") {echo "";} if ($row["service_wordpress"] == "t") {echo "";} echo " | \n"; if ($tt == 5) { echo <<
---|