$sql="SELECT * FROM pods WHERE hidden <> 'no' AND score < -15 ORDER BY weightedscore DESC";
$result=pg_query($dbh,$sql);
if(!$result){
die("Error in SQL query: ".pg_last_error());
}
$numrows=pg_num_rows($result);
echo"<meta property='og:title' content='";
echo$numrows;
echo" #Diaspora Pods listed, Come see the privacy aware social network.' />";
echo$numrows;
?>
<style>
.content{
width:99%;
}
</style>
pods that are open for signup now.
Click column names to sort and find a pod.
Show as: <ahref="?mapview=true">Map</a> | <ahref="/">Simple Table</a> | <ahref="?advancedview=true">Advanced Table</a>
<metacharset="utf-8">
<!-- /* Copyright (c) 2011, David Morley. This file is licensed under the Affero General Public License version 3 or later. See the COPYRIGHT file. */ -->
$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.="On a score of -20 to +20 this pod is a {$row["score"]} right now";
echo"<td class='$classver'><div title='{$pre} codename: {$row["longversion"]} master version is: {$row["masterversion"]}' class='tipsy'>{$version}</div></td>";
echo"<td><a rel=\"facebox\" href=\"rate.php?domain=".$row["domain"]."\"><div class='tipsy rating ".$userratingclass."' title='User rating is ".$row["userrating"]."/10 Auto Score is: ".$row["score"]."/20'>";
echo"<a href='http://podupti.me' class='btn danger large'>NOTICE: This view shows all pods in all states, some offline, click here to go to list of pods open for signup</a><br>";
include("showfull.php");
}elseif($mapview){
include("showmap.php");
}elseif($cleanup){
include("cleanup.php");
}else{
echo"<a href='random.php' class='btn danger large'>Confused and just want to sign up?? Click Here</a><br>";