Multi Game Support

    Blayer98 schrieb:

    @Sepalani

    Hi sorry for the late reply, I have the game name and the key already, here it is:

    bejeweled2wii WLWOdshqrvkVHessEFgr0001e4e500000fa1000000040b8e2727

    I can also try and find the Trauma Center New Blood GamestatsHTTP information if I can, since that also uses rankings, but I'll need to dump my copy first. (It's a Wii game, not WiiWare so idk if it'll have it...)
    No worries for the delay ;v)

    It should have it even if it's a Wii game. If it doesn't, it may use Gamestats TCP only. Anyway, you can have a look to the Wii section to know how to extract its secret (it should be in the main.dol file): github.com/sepalani/GamestatsHTTP/wiki

    Similarly, when you have the game name you might want to find every occurrences of it and see if there is a 6-character long string near by (that should be the MASTER secret, the one @Wiimm was talking about). If you're unsure, you can share screenshots of your hex-editor where you found them. That way, you will be able to create a game definition file for Wiimmfi. Before that, just check that the game isn't already in the MASTER secrets list mentioned above but under an unusual game name (such as the Japanese one).
    "Bejeweled 2" enabled.
    "Mario Strikers Charged" updated.

    WIT: Wiimms ISO Tools
    Verwaltet Plain ISO, WDF, WIA, CISO, WBFS, FST: kann Extrahieren, Erstellen, Patchen, Mischen und Überprüfen

    SZS: Wiimms SZS Tools
    Verwaltet SZS-, BRRES-, U8-, BMG-, BREFT-Dateien uvm.



    PN ohne persönlichen Charakter werden ignoriert. Support-Anfragen gehören ins Forum.

    Sepalani schrieb:

    @PokeAcer
    Are there network dumps pre-shutdown for this game? Regardless, can a network dump be made, it will make it easier to understand why there isn't any ranking. I don't have the Nintendo ranking database so the NintendoWFC original scores are gone forever. That is to say, if nobody played Dr Mario Online Rx since this day, there might not be any score uploaded for this game yet. You can also check that in the gamestats2.db file, if there isn't any entry for this game, well... the ranking might be working but nobody is playing it.
    I can make post-shutdown dumps but I'lll look, and I know about Nintendo rankings, IDC about those.
    Larsen played a few matches to no avail :P


    EDIT: Can't find any NWFC ones it seems, but I backed up AltWFC's pre-shutdown dumps at download.rc24.xyz/Packet%20Dumps/NintendoWFC/ so you might find some info on gamestats there for other games

    I currently host the DLS1, GAMESTATS, and Peerchat server for Wiimmfi. if you have any issues with leaderboards (excluding MKW!), Mystery Gifts or other in-game downloadables, or Pokémon Wi-Fi Plaza, I can try to help!
    I checked Bejeweled 2, attempting to download the global leaderboards results in 90040, which if I recall correctly, means invalid data.

    Also, concerning my above deleted post, I somehow missed this entire page of posts when I made it, but gimmie a break, it's early in the morning :P
    Friend Codes(Be sure to tell me that you've added me so I can add you back):
    Spoiler anzeigen
    Wii Games:
    Mario Kart Wii: 2366-7332-2898
    Super Smash Bros. Brawl: 5243-2582-8369
    Fortune Street: 4772-0893-9264
    Animal Crossing City Folk/Let's go to the City: 4988-1638-6337 (Name: NFan Town:NinLand)

    *insert signature here*
    *cringe*
    I've already looked into some of the save-nintendo-wifi ones. It seems that all Yu-Gi-Oh! World Championship games (from 2007 to 2011) are using Gamestats HTTP. More specifically the "/get.asp" route that I haven't implemented expect for the 2011 using the "/get2.asp" route. Unfortunately, it doesn't seem these dumps recorded the "/put.asp" route being used which still needs to be figured out.

    EDIT:
    @NintendoFan
    Could you provide a network dump?
    S&SASR doesn't work; when searching online for Time Trials, it does nothing, and then when racing it gives this:

    Quellcode

    1. [segaracingwii] GET /web/client/get2.asp?pid=600259441
    2. Key: GamestatsKey(salt='NiTImzYOBRlSrVobxcjX', constants=GamestatsKeyConstants(x=234789, y=27055, z=67108864, checksum_secret=1542675486))
    3. [segaracingwii] Handle get2.asp?pid=600259441
    4. 127.0.0.1 - - [01/Jul/2017 20:45:26] "GET /segaracingwii/web/client/get2.asp?pid=600259441 HTTP/1.1" 200 -
    5. [segaracingwii] GET /web/client/get2.asp?pid=600259441&hash=86b47ede0479d502e2c16f84a69b622edd60f4ed&data=W_Ne_I-DPaWQk8sygl1JIfPOS43QxnZ2-XJoImYzsGI-P4WanQUzfw==
    6. Key: GamestatsKey(salt='NiTImzYOBRlSrVobxcjX', constants=GamestatsKeyConstants(x=234789, y=27055, z=67108864, checksum_secret=1542675486))
    7. [segaracingwii] Handle get2.asp?pid=600259441&hash=86b47ede0479d502e2c16f84a69b622edd60f4ed&data=W_Ne_I-DPaWQk8sygl1JIfPOS43QxnZ2-XJoImYzsGI-P4WanQUzfw==
    8. 127.0.0.1 - - [01/Jul/2017 20:45:26] Get2 request for segaracingwii: {'hash': ['86b47ede0479d502e2c16f84a69b622edd60f4ed'], 'pid': ['600259441'], 'data': ['W_Ne_I-DPaWQk8sygl1JIfPOS43QxnZ2-XJoImYzsGI-P4WanQUzfw==']}
    9. ----------------------------------------
    10. Exception happened during processing of request from ('127.0.0.1', 50368)
    11. Traceback (most recent call last):
    12. File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
    13. self.finish_request(request, client_address)
    14. File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
    15. self.RequestHandlerClass(request, client_address, self)
    16. File "/usr/lib/python2.7/SocketServer.py", line 652, in __init__
    17. self.handle()
    18. File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
    19. self.handle_one_request()
    20. File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
    21. method()
    22. File "gamestats_server.py", line 61, in do_GET
    23. self.server.gamestats_router.do_GET(self, gamename, path)
    24. File "/home/billy/services/NewGamestatsHTTP/project/routers/__init__.py", line 31, in <lambda>
    25. self.do(handler, gamename, path, routes)
    26. File "/home/billy/services/NewGamestatsHTTP/project/routers/__init__.py", line 39, in do
    27. return callback(handler, gamename, resource)
    28. File "/home/billy/services/NewGamestatsHTTP/project/routers/web.py", line 353, in handle_web_client
    29. "put2.asp": client_put2
    30. File "/home/billy/services/NewGamestatsHTTP/project/routers/web.py", line 328, in handle
    31. callback(handler, gamename, resource)
    32. File "/home/billy/services/NewGamestatsHTTP/project/routers/web.py", line 201, in client_get2
    33. handler.server.gamestats_db
    34. File "/home/billy/services/NewGamestatsHTTP/project/gamestats_database.py", line 206, in web_get2
    35. return db.web_get2(gamename, pid, region, category, mode, data)
    36. File "/home/billy/services/NewGamestatsHTTP/project/gamestats_database.py", line 184, in web_get2
    37. raise ValueError("Unknown get2 mode: {}".format(mode))
    38. ValueError: Unknown get2 mode: 1987495632
    39. ----------------------------------------
    Alles anzeigen
    in the script. Attached is the PCAP of my Wii.
    Dateien
    • wii.pcap

      (14,97 kB, 84 mal heruntergeladen, zuletzt: )

    I currently host the DLS1, GAMESTATS, and Peerchat server for Wiimmfi. if you have any issues with leaderboards (excluding MKW!), Mystery Gifts or other in-game downloadables, or Pokémon Wi-Fi Plaza, I can try to help!
    Hey @Wiimm would it be possible to have further filtering of /stat so we can do things like filter for all NOSTAT games, or see all games except FULL? It might help so we can test out existing games :3

    EDIT: You also messed up: MSChargedWii Japan is changed to the new message but PAL and USA isnt :P

    I currently host the DLS1, GAMESTATS, and Peerchat server for Wiimmfi. if you have any issues with leaderboards (excluding MKW!), Mystery Gifts or other in-game downloadables, or Pokémon Wi-Fi Plaza, I can try to help!

    Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von Billy549 ()

    NintendoFan schrieb:

    I checked Bejeweled 2, attempting to download the global leaderboards results in 90040, which if I recall correctly, means invalid data.
    That could be due to:

    Quellcode

    1. BAAAADAAAAAEAAAAKAAAA8CQAAA== HTTP/1.1" 200 -
    2. [bejeweled2wii] GET /web/client/get2.asp?pid=600259422
    3. Key: None
    4. [bejeweled2wii] Handle get2.asp?pid=600259422
    5. 127.0.0.1 - - [01/Jul/2017 21:40:17] "GET /bejeweled2wii/web/client/get2.asp?pid=600259422 HTTP/1.1" 200 -
    6. [bejeweled2wii] GET /web/client/get2.asp?pid=600259422&hash=f166b70b5f52a910736b3b88521a08faa9546670&data=C44kbl47xyMcAAAA_wAAAJECAAABAAAADAAAAAEAAAAKAAAAAAAAAA==
    7. Key: None
    8. [bejeweled2wii] Handle get2.asp?pid=600259422&hash=f166b70b5f52a910736b3b88521a08faa9546670&data=C44kbl47xyMcAAAA_wAAAJECAAABAAAADAAAAAEAAAAKAAAAAAAAAA==
    9. 127.0.0.1 - - [01/Jul/2017 21:40:18] Get2 request for bejeweled2wii: {'hash': ['f166b70b5f52a910736b3b88521a08faa9546670'], 'pid': ['600259422'], 'data': ['C44kbl47xyMcAAAA_wAAAJECAAABAAAADAAAAAEAAAAKAAAAAAAAAA==']}
    10. 127.0.0.1 - - [01/Jul/2017 21:40:18] Missing gamestats secret salt for bejeweled2wii
    11. 127.0.0.1 - - [01/Jul/2017 21:40:18] "GET /bejeweled2wii/web/client/get2.asp?pid=600259422&hash=f166b70b5f52a910736b3b88521a08faa9546670&data=C44kbl47xyMcAAAA_wAAAJECAAABAAAADAAAAAEAAAAKAAAAAAAAAA== HTTP/1.1" 200 -
    Alles anzeigen

    @Sepalani bomberman 2 gives this:

    Quellcode

    1. [bomberman20ds] GET /web/client/put.asp?pid=600259460
    2. Key: GamestatsKey(salt='EGPfnpYJkKEOHpbkfqNA', constants=GamestatsKeyConstants(x=197597, y=18923, z=512, checksum_secret=501309096))
    3. [bomberman20ds] Handle put.asp?pid=600259460
    4. [bomberman20ds] GET /web/client/put.asp?pid=600259460
    5. Key: GamestatsKey(salt='EGPfnpYJkKEOHpbkfqNA', constants=GamestatsKeyConstants(x=197597, y=18923, z=512, checksum_secret=501309096))
    6. [bomberman20ds] Handle put.asp?pid=600259460
    7. [bomberman20ds] GET /web/client/put.asp?pid=600259460
    8. Key: GamestatsKey(salt='EGPfnpYJkKEOHpbkfqNA', constants=GamestatsKeyConstants(x=197597, y=18923, z=512, checksum_secret=501309096))
    9. [bomberman20ds] Handle put.asp?pid=600259460
    and 502 Proxy Errors (Packet dump attached as usual)
    Dateien
    • dsi.pcap

      (14,84 kB, 104 mal heruntergeladen, zuletzt: )

    I currently host the DLS1, GAMESTATS, and Peerchat server for Wiimmfi. if you have any issues with leaderboards (excluding MKW!), Mystery Gifts or other in-game downloadables, or Pokémon Wi-Fi Plaza, I can try to help!
    Dr Mario does not like waiting; rankings are blank but the gamestats requests are Proxy Error'ing.

    For MS2012Wii (I just saw this in the logs), this issue is seen:

    Quellcode

    1. 127.0.0.1 - - [01/Jul/2017 22:18:46] "GET /ms2012wii/web/client/put2.asp?pid=600259462&hash=6ab8d400f9663bf3a701a3a20c337e9efaf45939&data=KupPJ_QEFi21-JHenMoOXeaK7uwlMmuMYMGXjFw40RKTfodVOcgt9MEQfOzZKO8yp72bdHw8n73I HTTP/1.1" 200 -
    2. [ms2012wii] GET /web/client/get2.asp?pid=600259462
    3. Key: GamestatsKey(salt='PHGNtRfxhuYjQYHfzDng', constants=GamestatsKeyConstants(x=60069, y=30413, z=134217728, checksum_secret=719997155))
    4. [ms2012wii] Handle get2.asp?pid=600259462
    5. 127.0.0.1 - - [01/Jul/2017 22:18:46] "GET /ms2012wii/web/client/get2.asp?pid=600259462 HTTP/1.1" 200 -
    6. [ms2012wii] GET /web/client/get2.asp?pid=600259462&hash=2adc189001274f8a281b933032d53b4762ac6e41&data=KupKESsP4-iU6ZhXlrO4fI80QgItkcMkvxlxUzc3SkxemmxcvqK28g==
    7. Key: GamestatsKey(salt='PHGNtRfxhuYjQYHfzDng', constants=GamestatsKeyConstants(x=60069, y=30413, z=134217728, checksum_secret=719997155))
    8. [ms2012wii] Handle get2.asp?pid=600259462&hash=2adc189001274f8a281b933032d53b4762ac6e41&data=KupKESsP4-iU6ZhXlrO4fI80QgItkcMkvxlxUzc3SkxemmxcvqK28g==
    9. 127.0.0.1 - - [01/Jul/2017 22:18:46] Get2 request for ms2012wii: {'hash': ['2adc189001274f8a281b933032d53b4762ac6e41'], 'pid': ['600259462'], 'data': ['KupKESsP4-iU6ZhXlrO4fI80QgItkcMkvxlxUzc3SkxemmxcvqK28g==']}
    10. ----------------------------------------
    11. Exception happened during processing of request from ('127.0.0.1', 60644)
    12. Traceback (most recent call last):
    13. File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
    14. self.finish_request(request, client_address)
    15. File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
    16. self.RequestHandlerClass(request, client_address, self)
    17. File "/usr/lib/python2.7/SocketServer.py", line 652, in __init__
    18. self.handle()
    19. File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
    20. self.handle_one_request()
    21. File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
    22. method()
    23. File "gamestats_server.py", line 61, in do_GET
    24. self.server.gamestats_router.do_GET(self, gamename, path)
    25. File "/home/billy/services/NewGamestatsHTTP/project/routers/__init__.py", line 31, in <lambda>
    26. self.do(handler, gamename, path, routes)
    27. File "/home/billy/services/NewGamestatsHTTP/project/routers/__init__.py", line 39, in do
    28. return callback(handler, gamename, resource)
    29. File "/home/billy/services/NewGamestatsHTTP/project/routers/web.py", line 353, in handle_web_client
    30. "put2.asp": client_put2
    31. File "/home/billy/services/NewGamestatsHTTP/project/routers/web.py", line 328, in handle
    32. callback(handler, gamename, resource)
    33. File "/home/billy/services/NewGamestatsHTTP/project/routers/web.py", line 201, in client_get2
    34. handler.server.gamestats_db
    35. File "/home/billy/services/NewGamestatsHTTP/project/gamestats_database.py", line 206, in web_get2
    36. return db.web_get2(gamename, pid, region, category, mode, data)
    37. File "/home/billy/services/NewGamestatsHTTP/project/gamestats_database.py", line 184, in web_get2
    38. raise ValueError("Unknown get2 mode: {}".format(mode))
    39. ValueError: Unknown get2 mode: 616796461
    40. ----------------------------------------
    Alles anzeigen
    Packet Dump attached is for Dr Mario.
    Dateien
    • wii.pcap

      (32,72 kB, 90 mal heruntergeladen, zuletzt: )

    I currently host the DLS1, GAMESTATS, and Peerchat server for Wiimmfi. if you have any issues with leaderboards (excluding MKW!), Mystery Gifts or other in-game downloadables, or Pokémon Wi-Fi Plaza, I can try to help!
    Dr Mario is giving

    Quellcode

    1. [drmariowii] GET /web/client/get2.asp?pid=600235521&hash=c17e070009aed97d7e6af3f8fe75f9f3fc5d500e&data=ZuAzdgHfxiIdAQAB_gABAQABAAADAQEBDQEAAQABAQEXAQEAAAEBAKrdxyO448Yi7C_GIgEBAQABAQEAAAEAAQEBAQABAAEAAQAAAAEAAQAAAQAAAAEAAQAAAAABAAAAAAEAAAEAAAAAAQAAAAEBAQEAAQEBAQEAAAEBAAEAAAAAAQAAAAEAAQABAQEBAAEBAAEAAAEAAAABAQAAAAEBAQAAAQABAQEAAAAAAAAAAQEAAAEAAQEBAQAAAQEAAQEAAQAAAQEBAQAAAAEAAAEBAQEBAQABAAEBAAAAAAABAAABAAEBAQEBAAEBAAEAAQEAAQEBAQAAAAEBAQEAAAEAAAEAAAEBAQAAAAEAAAEAAAEAAAEAAQEAAAABAQAAAQEBAAEAAAEBAQE=
    2. Key: GamestatsKey(salt='FRFCvNXiZGQgfbWudVoP', constants=GamestatsKeyConstants(x=210477, y=25691, z=131072, checksum_secret=1725970804))
    3. [drmariowii] Handle get2.asp?pid=600235521&hash=c17e070009aed97d7e6af3f8fe75f9f3fc5d500e&data=ZuAzdgHfxiIdAQAB_gABAQABAAADAQEBDQEAAQABAQEXAQEAAAEBAKrdxyO448Yi7C_GIgEBAQABAQEAAAEAAQEBAQABAAEAAQAAAAEAAQAAAQAAAAEAAQAAAAABAAAAAAEAAAEAAAAAAQAAAAEBAQEAAQEBAQEAAAEBAAEAAAAAAQAAAAEAAQABAQEBAAEBAAEAAAEAAAABAQAAAAEBAQAAAQABAQEAAAAAAAAAAQEAAAEAAQEBAQAAAQEAAQEAAQAAAQEBAQAAAAEAAAEBAQEBAQABAAEBAAAAAAABAAABAAEBAQEBAAEBAAEAAQEAAQEBAQAAAAEBAQEAAAEAAAEAAAEBAQAAAAEAAAEAAAEAAAEAAQEAAAABAQAAAQEBAAEAAAEBAQE=
    4. 127.0.0.1 - - [01/Jul/2017 22:24:51] Get2 request for drmariowii: {'hash': ['c17e070009aed97d7e6af3f8fe75f9f3fc5d500e'], 'pid': ['600235521'], 'data': ['ZuAzdgHfxiIdAQAB_gABAQABAAADAQEBDQEAAQABAQEXAQEAAAEBAKrdxyO448Yi7C_GIgEBAQABAQEAAAEAAQEBAQABAAEAAQAAAAEAAQAAAQAAAAEAAQAAAAABAAAAAAEAAAEAAAAAAQAAAAEBAQEAAQEBAQEAAAEBAAEAAAAAAQAAAAEAAQABAQEBAAEBAAEAAAEAAAABAQAAAAEBAQAAAQABAQEAAAAAAAAAAQEAAAEAAQEBAQAAAQEAAQEAAQAAAQEBAQAAAAEAAAEBAQEBAQABAAEBAAAAAAABAAABAAEBAQEBAAEBAAEAAQEAAQEBAQAAAAEBAQEAAAEAAAEAAAEBAQAAAAEAAAEAAAEAAAEAAQEAAAABAQAAAQEBAAEAAAEBAQE=']}
    5. ----------------------------------------
    6. Exception happened during processing of request from ('127.0.0.1', 33106)
    7. Traceback (most recent call last):
    8. File "/usr/lib/python2.7/SocketServer.py", line 596, in process_request_thread
    9. self.finish_request(request, client_address)
    10. File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
    11. self.RequestHandlerClass(request, client_address, self)
    12. File "/usr/lib/python2.7/SocketServer.py", line 652, in __init__
    13. self.handle()
    14. File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
    15. self.handle_one_request()
    16. File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
    17. method()
    18. File "gamestats_server.py", line 61, in do_GET
    19. self.server.gamestats_router.do_GET(self, gamename, path)
    20. File "/home/billy/services/NewGamestatsHTTP/project/routers/__init__.py", line 31, in <lambda>
    21. self.do(handler, gamename, path, routes)
    22. File "/home/billy/services/NewGamestatsHTTP/project/routers/__init__.py", line 39, in do
    23. return callback(handler, gamename, resource)
    24. File "/home/billy/services/NewGamestatsHTTP/project/routers/web.py", line 353, in handle_web_client
    25. "put2.asp": client_put2
    26. File "/home/billy/services/NewGamestatsHTTP/project/routers/web.py", line 328, in handle
    27. callback(handler, gamename, resource)
    28. File "/home/billy/services/NewGamestatsHTTP/project/routers/web.py", line 201, in client_get2
    29. handler.server.gamestats_db
    30. File "/home/billy/services/NewGamestatsHTTP/project/gamestats_database.py", line 206, in web_get2
    31. return db.web_get2(gamename, pid, region, category, mode, data)
    32. File "/home/billy/services/NewGamestatsHTTP/project/gamestats_database.py", line 184, in web_get2
    33. raise ValueError("Unknown get2 mode: {}".format(mode))
    34. ValueError: Unknown get2 mode: 16843011
    35. ----------------------------------------
    Alles anzeigen

    I currently host the DLS1, GAMESTATS, and Peerchat server for Wiimmfi. if you have any issues with leaderboards (excluding MKW!), Mystery Gifts or other in-game downloadables, or Pokémon Wi-Fi Plaza, I can try to help!
    It's late and I'm back from a Kirmes (fun fair) 100m away from my home. So all must wait until tomorrow ...

    WIT: Wiimms ISO Tools
    Verwaltet Plain ISO, WDF, WIA, CISO, WBFS, FST: kann Extrahieren, Erstellen, Patchen, Mischen und Überprüfen

    SZS: Wiimms SZS Tools
    Verwaltet SZS-, BRRES-, U8-, BMG-, BREFT-Dateien uvm.



    PN ohne persönlichen Charakter werden ignoriert. Support-Anfragen gehören ins Forum.
    @PokeAcer
    Apparently some games are encrypting the payload data as mentioned there: github.com/mm201/pkmn-classic-…rk/wiki/gamestats2-server
    Therefore, I implemented an heuristic to detect if a packet is encrypted or not based on the pid. It seems to work with the games I have so far. While replaying the requests from your dumps it seemed to work as well. I also fixed a case-sensitive issue with the secret key detection.
    @Sepalani I was about to test world of goo but then I realized I forgot to get the key so well here it is :P

    yJyQPhlxyMqcyySsJHPO00015d2d0000756500004000276e1953wrldgoowii
    Friend Codes(Be sure to tell me that you've added me so I can add you back):
    Spoiler anzeigen
    Wii Games:
    Mario Kart Wii: 2366-7332-2898
    Super Smash Bros. Brawl: 5243-2582-8369
    Fortune Street: 4772-0893-9264
    Animal Crossing City Folk/Let's go to the City: 4988-1638-6337 (Name: NFan Town:NinLand)

    *insert signature here*
    *cringe*

    PokeAcer schrieb:

    Hey @Wiimm would it be possible to have further filtering of /stat so we can do things like filter for all NOSTAT games, or see all games except FULL? It might help so we can test out existing games :3
    Give me some days.

    PokeAcer schrieb:

    EDIT: You also messed up: MSChargedWii Japan is changed to the new message but PAL and USA isnt
    done

    ReddyeenSuketoudara schrieb:

    New game to add, Puyo Puyo 20th Anniversary
    done

    WIT: Wiimms ISO Tools
    Verwaltet Plain ISO, WDF, WIA, CISO, WBFS, FST: kann Extrahieren, Erstellen, Patchen, Mischen und Überprüfen

    SZS: Wiimms SZS Tools
    Verwaltet SZS-, BRRES-, U8-, BMG-, BREFT-Dateien uvm.



    PN ohne persönlichen Charakter werden ignoriert. Support-Anfragen gehören ins Forum.

    Wiimm schrieb:

    PokeAcer schrieb:

    Hey @Wiimm would it be possible to have further filtering of /stat so we can do things like filter for all NOSTAT games, or see all games except FULL? It might help so we can test out existing games :3

    Give me some days.
    Hey Captain, here is Scotty. The machines are ready again!
    * wiimmfi.de/stat?allbystatus=1

    WIT: Wiimms ISO Tools
    Verwaltet Plain ISO, WDF, WIA, CISO, WBFS, FST: kann Extrahieren, Erstellen, Patchen, Mischen und Überprüfen

    SZS: Wiimms SZS Tools
    Verwaltet SZS-, BRRES-, U8-, BMG-, BREFT-Dateien uvm.



    PN ohne persönlichen Charakter werden ignoriert. Support-Anfragen gehören ins Forum.
    For aliencrashwii, I get 98020 when I attempt to update the leaderboards. Using the magic of packet capturing, here's what happened:

    Quellcode

    1. POST /ac HTTP/1.1..Host: naswii.wiimmfi.de..User-Agent: RVL SDK/1.0..Host: naswii.wiimmfi.de..HTTP_X_GAMECD: WE9E..Content-Type: application/x-www-form-urlencoded..Content-Length: 315....action=bG9naW4%2A&gsbrcd=V0U5SjNwYjVjdDM%2A&userid=MDgwMTA1NDEyNTk2MA
    2. ngamesn=ADQATQ%2A%2A&sdkver=MDAxMDAw&gamecd=V0U5RQ%2A%2A&makercd=MDE%2A&unitcd=MQ%2A%2A&macadr=MDAxY2JlYTUwMTA3&lang=MDE%2A&devtime=MTcwNzAxMjI0NDEy&confmethod=MDA%2A&csnum=TFU1NDQwMTg1ODU%2A&cfc=NjE1MDQ3NDkyMDAxNzg1MA%2A%2A®ion=MDE%2A
    3. HTTP/1.1 200 OK..Date: Sun, 02 Jul 2017 08:44:33 GMT..Server: Apache/2.4.6 (Linux/SUSE)..X-Powered-By: PHP/5.4.20..NODE: wifiappw3..Duration: D=517578 usec..Content-Length: 195..Content-Type: text/plain....challenge=MElEc016WW8*&locator=Z2FtZXNweS5jb20*&retry=MA**&returncd=MDAx&token=TkRTLzYwMDIwNDc3Mi8wSURzTXpZby8wLzk4LjE1MS40MS40OXx5ZEkwam4rNUc3ZmZHUVFHVlBKMmYxWnk*&datetime=MjAxNzA3MDIwODQ0MzM*..
    4. GET /aliencrashwii/web/client/get2.asp?pid=600204772 HTTP/1.1..Host: gamestats2.gs.wiimmfi.de..User-Agent: GameSpyHTTP/1.0..Connection: close....
    5. HTTP/1.1 200 OK..Date: Sun, 02 Jul 2017 08:44:37 GMT..Server: BaseHTTP/0.3 Python/2.7.12..Content-Length: 32..Content-Type: text/html..X-Powered-By: ASP.NET..Connection: close....PVNNMOXXC2ooIzRA289BzOXfxvvITpPi
    Friend Codes(Be sure to tell me that you've added me so I can add you back):
    Spoiler anzeigen
    Wii Games:
    Mario Kart Wii: 2366-7332-2898
    Super Smash Bros. Brawl: 5243-2582-8369
    Fortune Street: 4772-0893-9264
    Animal Crossing City Folk/Let's go to the City: 4988-1638-6337 (Name: NFan Town:NinLand)

    *insert signature here*
    *cringe*
    I can't see what game this is for, but

    Quellcode

    1. self.do(handler, gamename, path, routes)
    2. File "/home/billy/services/NewGamestatsHTTP/project/routers/__init__.py", line 39, in do
    3. return callback(handler, gamename, resource)
    4. File "/home/billy/services/NewGamestatsHTTP/project/routers/web.py", line 368, in handle_web_client
    5. "put2.asp": client_put2
    6. File "/home/billy/services/NewGamestatsHTTP/project/routers/web.py", line 343, in handle
    7. callback(handler, gamename, resource)
    8. File "/home/billy/services/NewGamestatsHTTP/project/routers/web.py", line 218, in client_get2
    9. handler.server.gamestats_db
    10. File "/home/billy/services/NewGamestatsHTTP/project/gamestats_database.py", line 206, in web_get2
    11. return db.web_get2(gamename, pid, region, category, mode, data)
    12. File "/home/billy/services/NewGamestatsHTTP/project/gamestats_database.py", line 184, in web_get2
    13. raise ValueError("Unknown get2 mode: {}".format(mode))
    14. ValueError: Unknown get2 mode: 3975184560
    15. ----------------------------------------
    Alles anzeigen
    I have pulled the latest commit from Git and restarted before this error occurred.

    I currently host the DLS1, GAMESTATS, and Peerchat server for Wiimmfi. if you have any issues with leaderboards (excluding MKW!), Mystery Gifts or other in-game downloadables, or Pokémon Wi-Fi Plaza, I can try to help!
    Sonic & SEGA All-Stars Racing is incorrectly labelled as some issues; it should be labelled as FULL - Rankings work (upload and download, I just tested), as do friend rooms @Wiimm

    @Sepalani has made yet another seemingly forever issue-ridden game work! :D

    I currently host the DLS1, GAMESTATS, and Peerchat server for Wiimmfi. if you have any issues with leaderboards (excluding MKW!), Mystery Gifts or other in-game downloadables, or Pokémon Wi-Fi Plaza, I can try to help!
    Puyo Puyo 7



    Thanks for @Sepalani . not occurs 98820. can play wiimmfi.
    (NOT TESTING RANKING AND FRIENDMATCHES)



    but cant re-connect to wiimmfi. this trouble has altwfc too. attached pcapng.
    need a fix.
    Dateien

    Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von tsukinomiya ()