Afficher un message
Vieux 29/11/2006, 01h30   #158 (permalink)
Profil
Sniper_Qc
Banni
Ancienneté  70%
Ancienneté 70%
 
Date d'inscription: mai 2006
Localisation: Sony Entertainment
Âge: 33
Genre : Homme
Pays :
Messages: 564
Téléchargements: 0
Uploads: 0
Merci: 0
Remercié 0 fois dans 0 Posts
Envoyer un message via MSN à Sniper_Qc
Par défaut

Comment hacker le wii brower avant qu'il soit sortie TUTO



Ok, I finally got the browser to work! It even has a back, forward, google, and refresh button.

If you want things to go back to normal, in your wii settings go to your internet connection, and change the dns settings to auto. Now the wii shop channel should show up normally.

NOTE: I didn't write the "basis for this guide", other people on this forum did. They deserve the credit!
audiotheory: http://www.feelthissite.com/sitedude...r=asc&start=90
sitedude: http://www.feelthissite.com/sitedude...er=asc&start=0

Here is a basic setup of whats going on (for the tech savvy), If you just want to read the simplified guide scroll down.

Have the wii dns route back to your computer (I used simpleDNS)
And on your computer, have a local server running with PHP enabled
Then you set up a proxy that goes to google, or any other site
The stuff here .... http://kontek.net/mozy/wii/WiiBrowse.zip has the proxy set up and the code for everything to be stable (also onscreen keyboard)
And for back buttons you just use a portal site like this
http://1337.lastunicorn.info/wii/
and make it redirect there instead of google, and thats it.

If you have no idea what I just wrote read on....


EASY GUIDE TO WII BROWSER

This is the guide on the front, but slightly modified for easy learning

Step One:
Download Simple DNS Plus at http://www.jhsoft.com/
Install Simple DNS Plus

Step Two:
Once you have Simple DNS Plus opened goto Tools -> Edit DNS Records
In the DNS records goto tools --> Quick Domain Wizard
In the domain field type "oss.shop.wii.com"

for the webserver ip put in YOUR IP ADDRESS, to find it
go to run
type cmd
the command prompt should open
type ipconfig
find where it says ip address
thats what you put as the webserver ip

Erase the secondary DNS Server and press OK

On the WII
Goto the Wii Menu
Wii Settings
Internet
Connection Settings
Choose the connection that is set up and works normally with the wii shop channel
Then change the settings of that connection
click next 3 times until you get to the DNS setup, Click Advanced Settings
Then enter the primary DNS as your computers IP address: (Same as what you put before, ipconfig)
Save those settings
Test the connection, it should work, if it does not, you have done something wrong

PART 2
Courtesy of audiotheory ----- He wrote this, I didn't! All I have done is modified it slightly.

I set this up last night very easily and since I'm reading that people are having a hard time I figured I'd register and post my steps. Very Happy

1) download apache server 2.2 from here: http://www.devlib.org/apache/httpd/b...x86-no_ssl.msi

2) run the install, just click OK to everything.

NOTE: If apache is getting OS 10048 error when it starts, saying someting like port 80 is being used, go to the command prompt and type...

netstat -o
then find something that uses port 80, it might show up as 12080 (it did in my case)
once you found it, find the PID of it
Then press CTRL ALT DEL
click on processes
View-- Select columns
Check the PID one
Now find the process
right click and end it (make sure its safe to end it, or just close the program using it)

3) download php 5.2 from here: http://us3.php.net/get/php-5.2.0-win.../from/a/mirror

3.5) run the install using THESE MODIFIED STEPS
It first asks you where to install PHP, dont change this! Use the default and click OK!
Then it asks for the version of Apache, it is Apache 2.2, select that and press OK
Now it asks where apache is, so navigate to C:\Program Files\Apache Software Foundation\Apache2.2\conf
MAKE SURE YOU CLICK ON THE CONF folder so you are in it!
after this step you can press ok until the end

4) if the php install has worked a message box will pop up at the end asking if you want to alter your apache configuration (click yes). If you don't get this somethings gone wrong so simpley uninstall php and run step 3 again.


5) download wiibrowse.zip (http://1337.lastunicorn.info/WiiBrowse.zip)
or http://kontek.net/mozy/wii/WiiBrowse.zip -- I used this, but I'm sure its the same

6) unzip the contents of wiibrowse.zip to the /htdocs directory(C:\Program Files\Apache Software Foundation\Apache2.2\htdocs) ( in your apache directory - make sure you have the "keep directory structure" option checked so that it creates the 2 new directorys in /htdocs

So in the htdocs folder there should be

index.html
CheckRegistered.html
and two folders:
en_US
proxy



7) click the apache icon in your taskbar and chose "restart" so that it restarts the apache service



If you've got the dns setup properly (as was posted at the beginning of the thread) and oss.shop.wii.com is being redirected to your computers ip address everything should now work!

To check if you did everything right, go to your pc, open a browser, and type 127.0.0.1 or your ip address. It should go to a blank page saying Wii Shop Channel

If it does, YOUR ALL SET!!

Go to your wii, open the wii shop channel, and your done

IF YOU WANT A BACK BUTTON, along with other buttons read more!

Navigate to your htdocs folder...
which should be here
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs
right click CheckRegistered.html and click edit OR open CheckRegistered.html in an html editor
find the line saying...
top.location = '/proxy/index.php?q=google.com&hl=0011100001';

and change it too
top.location = '/proxy/index.php?q=http://1337.lastunicorn.info/wii/&hl=0011100001';

THANKS TO ghostless who made this "portal" page!

Save it and exit, now go to the shop channel on the wii and your ON!
Sniper_Qc est déconnecté   Réponse avec citation