Pod | Version | Uptime | IPv6 | Response Time | Signups | Users | Active Users 6 | Active Users 1 | Posts | Comments | Months | Rating | Score | Country | Services | ' . $row['domain'] . ' | '; if ($row['shortversion'] > $row['masterversion']) { $version = $row['shortversion']; $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 (version_compare($row['shortversion'], $row['masterversion'], '=')) { $classver = 'text-success'; } elseif (version_compare($row['shortversion'], $row['masterversion'], '<')) { $classver = 'text-warning'; } else { $classver = 'black'; } echo '' . $version . ' | ';
echo '' . $row['uptime_alltime'] . '% | '; echo '' . ($row['ipv6'] === 't' ? 'Yes' : 'No') . ' | '; echo '' . $row['responsetime'] . ' | '; echo '' . ($row['signup'] === 't' ? 'Open' : 'Closed') . ' | '; echo '' . $row['total_users'] . ' | '; echo '' . $row['active_users_halfyear'] . ' | '; echo '' . $row['active_users_monthly'] . ' | '; echo '' . $row['local_posts'] . ' | '; echo '' . $row['comment_counts'] . ' | '; $moreurl = '/showstats.php?domain=' . $row['domain']; echo ''; echo ' | ' . $row['userrating'] . '/10'; echo ' | '; echo '' . $row['score'] . '/100 | '; if ($country_code === $row['country']) { echo '' . $row['country'] . ' | '; } else { echo '' . $row['country'] . ' | '; } echo '';
$row['service_facebook'] === 't' && print '';
$row['service_twitter'] === 't' && print '';
$row['service_tumblr'] === 't' && print '';
$row['service_wordpress'] === 't' && print '';
$row['service_xmpp'] === 't' && print '![]() | ';
}
?>
---|