Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

account.cgi

Spotlight edited this page Feb 11, 2018 · 2 revisions

Example from Wii:

GET /cgi-bin/account.cgi?mlid=wFRIEND_CODE&hdid=UNKNOWN&rgncd=UNKNOWN
  • mlid is your Wii Friend Code starting with a w.
  • hdid is an unknown hardware identifier.
  • rgncd is supposedly the serial number of the Wii.

Server:


cd=100
msg=Success.
mlid=wFRIEND_CODE
passwd=PASSWD
mlchkid=MLCHKID
  • It's currently unknown if the mlid will change based on response here. One would guess the server'd regenerate if another friend code already exists, but there's no proof of this known.

Theoretically, this should never be called unless the IOS is patched to call upon a missing nwc24msg.cfg.

Clone this wiki locally