If you forgot the password for parental control, you should do the following:
- on the wii settings > parental control, press the button where says "i don't remember" for your PIN and secret answer pass, then you get the 8-digit confirmation number;
- use this number on http://wii.marcansoft.com/parental.psp to get the reset code; the php source code is here: http://wii.marcansoft.com/parental.txt; excerpts:
fullnum = form["date"] + form["number"][4:8]
crc = CRC32().crc32(fullnum)
code = ((crc ^ 0xaaaa) + 0x14c1) % 100000
- use the reset code to reset the parental password;
No comments:
Post a Comment