From 150341056b3a49e322e02f885fbd665c6d15cd36 Mon Sep 17 00:00:00 2001 From: magmaus3 Date: Fri, 11 Aug 2023 15:44:56 +0200 Subject: [PATCH] Add StatsServer.md and example stats files --- content/StatsServer.md | 35 ++++++++++++++ content/decompiled_src/stats-complete.txt | 59 +++++++++++++++++++++++ content/decompiled_src/stats-empty.txt | 1 + content/decompiled_src/stats-partial.txt | 4 ++ 4 files changed, 99 insertions(+) create mode 100644 content/StatsServer.md create mode 100644 content/decompiled_src/stats-complete.txt create mode 100644 content/decompiled_src/stats-empty.txt create mode 100644 content/decompiled_src/stats-partial.txt diff --git a/content/StatsServer.md b/content/StatsServer.md new file mode 100644 index 0000000..d01d919 --- /dev/null +++ b/content/StatsServer.md @@ -0,0 +1,35 @@ +--- +title: "Stats Server" +#description: "" +# layout: "definition" +page_status: +- 'stub' +--- + +## Details + +### Sending + +The game sends a HTTP POST request for: +```plain +/stats/stats.php?product=full&platform=android&version=1.3.8 +``` + +- `product`: most likely used to indicate if the game is a `full` version or the +`free` one +- `platform`: platform that the game is on, for example android +- `version`: game version + +with a xml document (gzip compressed) containing user's statistics, for example: + +```xml + + + + +``` + +if user just started playing, the document might look like this: +```xml + +``` diff --git a/content/decompiled_src/stats-complete.txt b/content/decompiled_src/stats-complete.txt new file mode 100644 index 0000000..422a7c5 --- /dev/null +++ b/content/decompiled_src/stats-complete.txt @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/decompiled_src/stats-empty.txt b/content/decompiled_src/stats-empty.txt new file mode 100644 index 0000000..33841e4 --- /dev/null +++ b/content/decompiled_src/stats-empty.txt @@ -0,0 +1 @@ + diff --git a/content/decompiled_src/stats-partial.txt b/content/decompiled_src/stats-partial.txt new file mode 100644 index 0000000..7d75af2 --- /dev/null +++ b/content/decompiled_src/stats-partial.txt @@ -0,0 +1,4 @@ + + + +