From e3298dbeaae79bb1d384fa8cd78a67be89819720 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 15:37:01 +0200 Subject: Initial commit --- online/ingame/allow/index.php | 16 ++++++++ online/ingame/api/profile.level.php | 15 +++++++ online/ingame/api/profile.logout.php | 15 +++++++ online/ingame/api/profile.name.php | 11 ++++++ online/ingame/api/profile.picture.php | 11 ++++++ online/ingame/api/profile.stats.php | 15 +++++++ online/ingame/api/profile.token.php | 13 ++++++ online/ingame/api/set.level.php | 13 ++++++ online/ingame/api/set.stats.php | 13 ++++++ online/ingame/index.php | 74 +++++++++++++++++++++++++++++++++++ 10 files changed, 196 insertions(+) create mode 100644 online/ingame/allow/index.php create mode 100644 online/ingame/api/profile.level.php create mode 100644 online/ingame/api/profile.logout.php create mode 100644 online/ingame/api/profile.name.php create mode 100644 online/ingame/api/profile.picture.php create mode 100644 online/ingame/api/profile.stats.php create mode 100644 online/ingame/api/profile.token.php create mode 100644 online/ingame/api/set.level.php create mode 100644 online/ingame/api/set.stats.php create mode 100644 online/ingame/index.php (limited to 'online/ingame') diff --git a/online/ingame/allow/index.php b/online/ingame/allow/index.php new file mode 100644 index 0000000..16171b6 --- /dev/null +++ b/online/ingame/allow/index.php @@ -0,0 +1,16 @@ + + + + + + Kartik Online + + + + + + + + + + + + +
+ +
+

+

.

+
+

+ + +

+
+ + + + -- cgit