Skip to content

no info about Save and Load account #110

Closed
@xBZZZZ

Description

@xBZZZZ

I am talking about these:Account menu


GD does two requests to two different servers:

Save

  1. requestresponse
    POST /database/getAccountURL.php HTTP/1.1
    Host: www.boomlings.com
    Accept: */*
    Content-Length: 44
    Content-Type: application/x-www-form-urlencoded
    Connection: close
    
    accountID=13467032&type=1&secret=Wmfd2893gb7
    
    HTTP/1.1 200 OK
    Date: Mon, 23 Jan 2023 16:12:09 GMT
    Content-Type: text/html
    Connection: close
    X-Powered-By: PHP/5.3.10-1ubuntu3.48
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Server: cloudflare
    CF-RAY: 78e1cf2de921c03a-VNO
    Content-Length: 26
    
    http://www.robtopgames.net
    
  2. requestresponse
    POST /database/accounts/backupGJAccountNew.php HTTP/1.1
    Host: www.robtopgames.net
    Accept: */*
    Content-Length: 569473
    Content-Type: application/x-www-form-urlencoded
    Expect: 100-continue
    Connection: close
    
    userName=xBZZZZ&password=[my password here]&gameVersion=21&binaryVersion=35&gdw=0&saveData=[encoded CCGameManager.dat without xor];[encoded CCLocalLevels.dat without xor]&secret=Wmfv3899gc9
    
    HTTP/1.1 100 Continue
    
    HTTP/1.1 200 OK
    Date: Mon, 23 Jan 2023 16:12:11 GMT
    Content-Type: text/html; charset=UTF-8
    Connection: close
    CF-Cache-Status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=Bab3xCirc1nvQiwvQm%2BWPZRwcG1bxz0OptTVVkTU2Xl9KPl6fURHztQdF5%2FoPAxoZrtWrKJk%2F9cM40uaTiE0NOX4Dh21JAFLyXawDT5%2FcrzydFLTu1BINVf3o5pkv%2BgU5EcDtlc%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 78e1cf3c6fbebc15-VNO
    Content-Length: 1
    
    1
    

Load

  1. requestresponse
    POST /database/getAccountURL.php HTTP/1.1
    Host: www.boomlings.com
    Accept: */*
    Content-Length: 44
    Content-Type: application/x-www-form-urlencoded
    Connection: close
    
    accountID=13467032&type=2&secret=Wmfd2893gb7
    
    HTTP/1.1 200 OK
    Date: Mon, 23 Jan 2023 16:07:30 GMT
    Content-Type: text/html
    Connection: close
    X-Powered-By: PHP/5.3.10-1ubuntu3.48
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Server: cloudflare
    CF-RAY: 78e1c85da9cfffe8-VNO
    Content-Length: 26
    
    http://www.robtopgames.net
    
  2. requestresponse
    POST /database/accounts/syncGJAccountNew.php HTTP/1.1
    Host: www.robtopgames.net
    Accept: */*
    Content-Length: 102
    Content-Type: application/x-www-form-urlencoded
    Connection: close
    
    userName=xBZZZZ&password=[my password here]&secret=Wmfv3899gc9&gameVersion=21&binaryVersion=35&gdw=0
    
    HTTP/1.1 200 OK
    Date: Mon, 23 Jan 2023 16:07:30 GMT
    Content-Type: text/html; charset=UTF-8
    Connection: close
    Vary: Accept-Encoding
    CF-Cache-Status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=rmD3XKjnEDBNGUPuwmqqy%2BLuG1YF8q7bLTHagiQb4KI%2FOB8rAF5WITfWgjOFQYPWJ%2BJiAfXSNAQspn4PoMUIUOFqFmUaVOkJnFsf3TJcEnrCxA%2FMAtqzMuDZKL14r0p%2Betw2nR4%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    CF-RAY: 78e1c85e9dffc035-VNO
    Content-Length: 48877
    
    [encoded CCGameManager.dat without xor];[encoded CCLocalLevels.dat without xor];21;35;[I don't know];[I don't know]
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions