tr { margin-top: 10px; td { margin: 0px 5px 0px 5px; } '; $o .= '
Sites running Friendica that you can join. (Please check current registration status.)
'; $o .= 'Friendica is experiencing very rapid growth and we need more public portals - as some of our primary servers are reaching capacity. Friendica is a decentralised and distributed network. Help us share the load. If you can provide a Friendica server for public use, please send the URL to info at friendica dot com. We will include you in our list.
'; $r = q("select * from site where url != '' and version != '' and not plugins like '%%testdrive%%' order by rand()"); $policy = array ( 'REGISTER_CLOSED' => 'closed', 'REGISTER_OPEN' => 'open', 'REGISTER_APPROVE' => 'requires approval'); $results = false; if(count($r)) { $results = true; $o .= '' . t('Site Name') . ' | '; $o .= '' . t('Registration') . ' | '; $o .= '' . t('Additional Info') . ' | '; $o .= '' . t('Version') . ' | '; $o .= '' . t('Plugins Installed') . ' | '; $o .= '' . t('Site Administrator') . ' | '; $o .= '' . t('Record Updated (UTC)') . ' | '; $o .= '
' . '' . $rr['name'] . ' ' . $rr['url'] . '' . ' | ';
$o .= '' . $policy[$rr['reg_policy']] . ' | '; $o .= '' . $rr['info'] . ' | '; $o .= '' . $rr['version'] . ' | '; $o .= '' . str_replace(',',', ',$rr['plugins']) . ' | '; $o .= '' . '' . $rr['admin_name'] . '' . ' | '; $o .= '' . $rr['updated'] . ' | '; $o .= '
-- Demo and test sites -- Limited account duration with expiration -- | ||||||
' . '' . $rr['name'] . ' ' . $rr['url'] . '' . ' | ';
$o .= '' . $policy[$rr['reg_policy']] . ' | '; $o .= '' . $rr['info'] . ' | '; $o .= '' . $rr['version'] . ' | '; $o .= '' . str_replace(',',', ',$rr['plugins']) . ' | '; $o .= '' . '' . $rr['admin_name'] . '' . ' | '; $o .= '' . $rr['updated'] . ' | '; $o .= '
Sites that could not be verified. May be running older versions.
'; // foreach($r as $rr) { // $o .= '' . $rr['url'] . '