Stats

Stats are updated continuously and instantly.

Todays Top Scores

getDayTopScores(); } catch(StorageSchemaException $e) { echo "
Error: Database schema is not queryable
"; } catch(StorageConnectionException $e) { echo "
Error: Database is not available
"; } ?> $res) { echo ''; echo ''; echo ''; echo ''; echo ''; } ?>
# Username Points
' . ($key+1) . '' . $res['username'] . '' . number_format($res['points'],0) . '

Week Top Scores

getWeekTopScores(); } catch(StorageSchemaException $e) { echo "
Error: Database schema is not queryable
"; } catch(StorageConnectionException $e) { echo "
Error: Database is not available
"; } ?> $res) { echo ''; echo ''; echo ''; echo ''; echo ''; } ?>
# Username Points
' . ($key+1) . '' . $res['username'] . '' . number_format($res['points'],0) . '

Month Top Scores

getMonthTopScores(); } catch(StorageSchemaException $e) { echo "
Error: Database schema is not queryable
"; } catch(StorageConnectionException $e) { echo "
Error: Database is not available
"; } ?> $res) { echo ''; echo ''; echo ''; echo ''; echo ''; } ?>
# Username Points
' . ($key+1) . '' . $res['username'] . '' . number_format($res['points'],0) . '

Year Top Scores

getYearTopScores(); } catch(StorageSchemaException $e) { echo "
Error: Database schema is not queryable
"; } catch(StorageConnectionException $e) { echo "
Error: Database is not available
"; } ?> $res) { echo ''; echo ''; echo ''; echo ''; echo ''; } $storage->close(); ?>
# Username Points
' . ($key+1) . '' . $res['username'] . '' . number_format($res['points'],0) . '