From 73da518521e599e7951ec67fcdd5fed39c011e65 Mon Sep 17 00:00:00 2001 From: Tobi Date: Mon, 3 Nov 2014 11:06:45 +0100 Subject: [PATCH] api, so nich ne xD --- .../population_statistics.php | 29 +++++++++++++++++++ mojotrollz/dbd/qq/CHAR_STATS.php | 13 +++++++++ .../page/user_start/char_stats_realm.tpl | 0 mojotrollz/page/user_start/user_start.php | 11 +++++++ mojotrollz/page/user_start/user_start.tpl | 3 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 mojotrollz/api/population_statistics/population_statistics.php create mode 100644 mojotrollz/dbd/qq/CHAR_STATS.php create mode 100644 mojotrollz/page/user_start/char_stats_realm.tpl diff --git a/mojotrollz/api/population_statistics/population_statistics.php b/mojotrollz/api/population_statistics/population_statistics.php new file mode 100644 index 0000000..5630b83 --- /dev/null +++ b/mojotrollz/api/population_statistics/population_statistics.php @@ -0,0 +1,29 @@ +get_char_statistics(); $vars['realm_status'] = realm::status(); $vars['world_status'] = world::status(); $vars['player_online'] = database::player_online(); diff --git a/mojotrollz/page/user_start/user_start.tpl b/mojotrollz/page/user_start/user_start.tpl index 02f9a1c..1552e8f 100644 --- a/mojotrollz/page/user_start/user_start.tpl +++ b/mojotrollz/page/user_start/user_start.tpl @@ -12,4 +12,5 @@

Server Help

Download realmlist.wtf

Download WoW 1.12

- \ No newline at end of file + +${char_stats} \ No newline at end of file