From 46c5f0a6ce2cf16f55498b7a45af5b086d1c195c Mon Sep 17 00:00:00 2001 From: Newcomer1989 Date: Tue, 11 Jun 2019 13:04:44 +0200 Subject: [PATCH] release 1.3.0 --- install.php | 128 +- jobs/addon_assign_groups.php | 3 +- jobs/bot.php | 592 ++-- jobs/calc_serverstats.php | 28 +- jobs/calc_user.php | 11 +- jobs/calc_userstats.php | 4 +- jobs/check_db.php | 223 +- jobs/clean.php | 6 +- jobs/event_userenter.php | 89 +- jobs/handle_messages.php | 191 +- jobs/update_groups.php | 6 +- jobs/update_rs.php | 80 +- languages/core_ar.php | 45 +- languages/core_cz.php | 309 +- languages/core_de.php | 179 +- languages/core_en.php | 53 +- languages/core_es.php | 45 +- languages/core_fr.php | 46 +- languages/core_it.php | 45 +- languages/core_nl.php | 45 +- languages/core_pl.php | 45 +- languages/core_pt.php | 47 +- languages/core_ro.php | 47 +- languages/core_ru.php | 45 +- languages/nations_cz.php | 250 ++ libs/combined_st.css | 6 +- libs/combined_wi.css | 27 +- libs/combined_wi.js | 25 +- libs/fa.js | 4 + libs/fonts/FontAwesome.otf | Bin 134808 -> 0 bytes libs/fonts/fontawesome-webfont.eot | Bin 165742 -> 0 bytes libs/fonts/fontawesome-webfont.svg | 2671 ----------------- libs/fonts/fontawesome-webfont.ttf | Bin 165548 -> 0 bytes libs/fonts/fontawesome-webfont.woff | Bin 98024 -> 0 bytes libs/fonts/fontawesome-webfont.woff2 | Bin 77160 -> 0 bytes libs/fonts/glyphicons-halflings-regular.eot | Bin 20127 -> 0 bytes libs/fonts/glyphicons-halflings-regular.svg | 288 -- libs/fonts/glyphicons-halflings-regular.ttf | Bin 45404 -> 0 bytes libs/fonts/glyphicons-halflings-regular.woff | Bin 23424 -> 0 bytes libs/fonts/glyphicons-halflings-regular.woff2 | Bin 18028 -> 0 bytes libs/qb.js | 6 +- libs/qbh_bse.js | 9 +- libs/qbh_bsw.js | 6 +- libs/qbrm.js | 10 +- libs/statsindex.js | 2 +- libs/ts3_lib/Adapter/ServerQuery.php | 21 + libs/ts3_lib/Transport/Abstract.php | 27 + libs/ts3_lib/Transport/TCP.php | 36 + other/config.php | 17 +- other/load_addons_config.php | 2 +- other/phpcommand.php | 26 +- stats/index.php | 53 +- stats/info.php | 19 +- stats/list_rankup.php | 16 +- stats/my_stats.php | 80 +- stats/nations.php | 2 +- stats/nav.php | 65 +- stats/top_all.php | 8 +- stats/top_month.php | 8 +- stats/top_week.php | 8 +- stats/update_graph.php | 6 + webinterface/addon_assign_groups.php | 6 +- webinterface/admin_addtime.php | 6 +- webinterface/admin_remtime.php | 6 +- webinterface/bot.php | 70 +- webinterface/changepassword.php | 25 +- webinterface/core.php | 58 +- webinterface/db.php | 36 +- webinterface/index.php | 77 +- webinterface/msg.php | 26 +- webinterface/nav.php | 111 +- webinterface/other.php | 168 +- webinterface/resetpassword.php | 5 +- webinterface/stats.php | 262 +- webinterface/ts.php | 53 +- worker.php | 13 +- 76 files changed, 2580 insertions(+), 4352 deletions(-) create mode 100644 languages/nations_cz.php create mode 100644 libs/fa.js delete mode 100644 libs/fonts/FontAwesome.otf delete mode 100644 libs/fonts/fontawesome-webfont.eot delete mode 100644 libs/fonts/fontawesome-webfont.svg delete mode 100644 libs/fonts/fontawesome-webfont.ttf delete mode 100644 libs/fonts/fontawesome-webfont.woff delete mode 100644 libs/fonts/fontawesome-webfont.woff2 delete mode 100644 libs/fonts/glyphicons-halflings-regular.eot delete mode 100644 libs/fonts/glyphicons-halflings-regular.svg delete mode 100644 libs/fonts/glyphicons-halflings-regular.ttf delete mode 100644 libs/fonts/glyphicons-halflings-regular.woff delete mode 100644 libs/fonts/glyphicons-halflings-regular.woff2 diff --git a/install.php b/install.php index 781f47f..e5314af 100644 --- a/install.php +++ b/install.php @@ -1,6 +1,6 @@  @@ -12,26 +12,6 @@ $rsversion = '1.2.12'; TS-N.NET Ranksystem -
@@ -41,13 +21,13 @@ $rsversion = '1.2.12';