Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no info about Save and Load account #110

Closed
xBZZZZ opened this issue Jan 23, 2023 · 1 comment
Closed

no info about Save and Load account #110

xBZZZZ opened this issue Jan 23, 2023 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@xBZZZZ
Copy link

xBZZZZ commented Jan 23, 2023

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]
    
@Wyliemaster Wyliemaster added bug Something isn't working help wanted Extra attention is needed labels Jan 23, 2023
@Wyliemaster Wyliemaster pinned this issue Jan 23, 2023
@idkreally-3537
Copy link
Contributor

This is resolved with pull request #111, which was recently merged

@Cvolton Cvolton closed this as completed Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants