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 @@ + + + +