<ahref='random.php'class='btn danger large'>Confused and just want to sign up?? Click Here</a><br>
<?php
if($hidden=="true"){echo"<a href='http://podupti.me' class='btn danger large'>NOTICE: These pods are Hidden and have problems, click here to go to working pods</a>";}
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>";
Data last refreshed at: <?phpechodate("F d Y H:i:s.",filemtime($lastfile))?> Pacific Time<br>
Poduptime is run by <ahref="https://diasp.org/u/davidmorley"target=_new>David Morley</a> and is open source on <ahref="https://github.com/diasporg/Poduptime">GitHub</a> Feel free to contribute with pull requests or bug reports!<br>
Some pods are <ahref="http://podupti.me/?hidden=true">Hidden</a> since they have too many issues, see the <ahref="https://github.com/diasporg/Poduptime/wiki">Wiki</a> for more.<br><br>
Questions on how this works? <ahref="https://github.com/diasporg/Poduptime/wiki">Wiki</a><br>
<ahref="https://diasporafoundation.org/">More about Diaspora</a>
Show as: <ahref="?mapview=true">Map</a><ahref="/">Simple Table</a><ahref="?advancedview=true">Advanced Table</a>
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. */ -->
$sql="SELECT * FROM pods WHERE hidden <> 'no' ORDER BY weightedscore DESC";
}else{
$sql="SELECT * FROM pods WHERE adminrating <> -1 AND hidden <> 'yes' ORDER BY weightedscore DESC";
$sql="SELECT * FROM pods ORDER BY weightedscore DESC";
}
$result=pg_query($dbh,$sql);
if(!$result){
...
...
@@ -21,9 +21,14 @@ 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>
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. */ -->
echo"<td class='$classver'><div title='{$pre} codename: {$row["longversion"]} master version is: {$row["masterversion"]}' class='tipsy'>{$version}</div></td>";
echo"<td class='tipsy' title='active six months: ".$row["active_users_halfyear"].", active one month: ".$row["active_users_monthly"]."'>".$row["active_users_halfyear"]."</td>";