Jump to content

Tutorial Forum
Welcome to our Tutorials and Guides section!

Here you will find all guides written by our members. The guides can also be found in the Tutorial and Guides index and will temporarily be listed on our front page.

If you have used a guide, please don't forget to rate it (open the topic and use the stars on the top right)!

  • Please log in to reply
* * * * * 15 votes

Nintendo Video Server Spoofing

(Go to first unread post)
cherryduck Post #1 Posted 29 July 2011 - 02:38 AM

    GBAtemp Regular

  • PipPipPip

  • Group: Members
  • Posts: 124
  • Member No.: 87,381
  • Joined: 01-July 07
  • Location: The far side of the moon

  •  

Thanks to user popoffka for laying the groundwork and figuring it out first, and writing up the 3DBrew article on Nintendo Video. See here and here.

Spoofing the Nintendo Video server will allow users in unsupported countries who get the message "The Nintendo Video service is not available in your location. You cannot download videos." to download and view videos within the Nintendo Video app. Also, it allows users such as myself who can already receive videos to view videos from other countries. HOWEVER, you can only view videos from the same region as you, ie EU, US or JP. So for example, I live in the UK, I can download videos from Germany but US videos will not work. The video files are region protected.

Before you start, you may need to change the region setting on your 3DS to match the country whose video files you wish to view. Find this setting in "System Settings", "Other Settings", "Profile", "Region Settings".

A quick summary of what we will achieve:

1) Download the video files you wish to watch from the Nintendo server.
2) Set up an HTTP server to host the video files.
3) Set up a DNS server to redirect the Nintendo Video app to download the videos from your server.
4) Route the 3DS through your DNS server.
5) Download and view the videos on your 3DS.

1) Download the video files you wish to watch from the Nintendo server

Firstly, you want to get hold of the video files. Check this link for the format of URL to use and figure out the correct links to download the videos you wish to view. The COUNTRYCODE determines which country you are going to download your videos from, and the LANGUAGECODE depends on what language you have your 3DS set to. You can download videos from any country where they are available and in any language, but remember only videos from your region will work. As an example, the link to the first UK video is:
CODE
http://pubeu-p.est.c.app.nintendowifi.net/1/110/1/ESP_MD1
Where 110 is the COUNTRYCODE for the UK and the 1 after that is the LANGUAGECODE which corresponds to English. For Germany it is:
CODE
http://pubeu-p.est.c.app.nintendowifi.net/1/78/3/ESP_MD1
For America it is:
CODE
http://pubus-p.est.c.app.nintendowifi.net/1/49/1/ESE_MD1


These are just examples, you can figure out the links for any supported country by following the format specified in the 3DBrew article.

Now, if you're in an unsupported country, you will not be able to download from these links, you will see an "Access Denied" page. If you're downloading the US videos, use the Hide My Ass! web proxy server, otherwise to fix this, download and install this Firefox extension. Once it is installed, you will see a little red icon on the bottom right of your Firefox window, click the arrow next to that and hit Configure, then make sure it looks like the following picture:



Click OK on this and then click the little red icon and it should turn green. Now try your link. If it doesn't work, click the icon until it goes red, and then click it to green and try again. Every time you do this, the Stealthy extension cycles through different proxies, so eventually it will work and you will be able to download from your link. Now download the rest of the videos, there will be at most four and sometimes less.

Once you have downloaded the files, make sure you click the icon so it turns red again, we don't need to access the internet through a proxy anymore.

2) Set up an HTTP server to host the video files

You can use any HTTP server but I used Abyss Web Server as it is quick and easy to set up. Google it, download the setup file and install. The install is very easy, just keep clicking next until it asks you if you wish to start the web server and hit yes, a page will then open in your web browser. Choose your language, enter a username and password, and log in. Done!

For the next part this explanation is necessary.

When the Nintendo Video app attempts to fetch videos, it will decide where to fetch them from based on 3 things.

1) The region of your 3DS (EU, US or JP).
2) The country set in your 3DS region settings.
3) The language set on your 3DS.

So, figure out which URL YOUR 3DS will attempt to download from based on these things, again you can figure this out by following the format on this page. As a quick example, if your 3DS is:

An EU model - pubeu-p.est.c.app.nintendowifi.net
Region is set to the UK - COUNTRYCODE = 110
Language is set to English - LANGUAGECODE = 1

then when your 3DS attempts to download videos, put those three together and you can see it will attempt to download from the url
CODE
pubeu-p.est.c.app.nintendowifi.net/1/110/1


It is very important you figure out the URL that YOUR 3DS will attempt to download from, DO NOT SIMPLE COPY THIS EXAMPLE, unless your 3DS matches these conditions. This URL may be different from the one you downloaded the video files from originally.

Now all you need to do is browse to the Abyss Web Server installation, default location is C:\Abyss Web Server. In here will be a folder called htdocs. Make sure you are in this folder and then you need to create a series of nested folders to match the URL you have just figured out. This is everything AFTER pubeu-p.est.c.app.nintendowifi.net. So, in the above example, we need to make a folder named "1" (Without the quote marks). WITHIN this folder, we make another one named "110" and then within THIS folder we make a final folder named "1".

Put your downloaded video files in here and we are all done for this section.



3) Set up a DNS server to redirect the Nintendo Video app to download the videos from your server

For this section I chose Simple DNS Plus, it's the easiest DNS server to use and has a free 14 day trial.

Google it, download and install. Once you have it running, in the main window there is a "Records" button. Click on this, and in the window that pops up click on the "Quick Zone Wizard" button. In the "Zone Name" field, enter the domain that your 3DS will attempt to download from, based on the region of your 3DS. Following on from the earlier example, my 3DS will attempt to download from pubeu-p.est.c.app.nintendowifi.net so I enter that in this field. In the "Web server IP" field enter the IP address of your computer. Ignore the other two fields. It should look something like this:



If you don't know your IP address for the previous step, press the Windows key and R at the same time, in the box that pops up type "cmd". When the command prompt appears, type "ipconfig" and hit enter. Look for the entry matching your internet interface and next to "IPv4 Address" you can see your IP address.

4) Route the 3DS through your DNS server

Turn on your 3DS and open the "System Settings". Tap on "Internet Settings" then "Connection Settings" and then click on the connection corresponding to the network you are currently connected to. Tap on "Change Settings", scroll until you see "DNS" and tap that. Tap on "No" and then "Detailed Setup". Under both Primary and Secondary DNS, enter the IP address of your computer, then hit "OK" and "Save". If you pass the connection test you are good to go.

5) Download and view the videos on your 3DS

Open the Nintendo Video app and hit "Connectivity Check". With any luck, it will say that you are able to download videos and then start downloading the videos from your HTTP server. If there are any connection issues, check that your firewall is not blocking the connection, or temporarily turn it off.

IMPORTANT: Always make sure you run Abyss Web Server BEFORE you run Simple DNS Plus, or the server will not be able to listen on port 80 and will not work. When you restart your PC, Simple DNS Plus will run automatically, so shut it down, launch Abyss Web Server, and then launch Simple DNS Plus, or simply remove Simple DNS Plus from your startup entries.

Edited by cherryduck, 02 August 2011 - 12:27 AM.



jamesaa Post #2 Posted 29 July 2011 - 02:43 AM

    GBAtemp Advance Fan

  • PipPipPipPipPip

  • Group: Members
  • Posts: 582
  • Member No.: 35,335
  • Joined: 08-January 06

  •  

Wow, very interesting.

I want to test this now, but unfortunately i'm lending my 3DS to my flat mate, and she's now asleep, will have to wait until tomorrow to give this a go!

Will lurk around in this thread to see others results though tongue.gif


ferofax Post #3 Posted 29 July 2011 - 10:42 AM

    おれは かいぞくだ


  • Group: Members
  • Posts: 1,550
  • Member No.: 155,229
  • Joined: 26-January 09
  • Location: Philippines

  •  

thanks a bunch, man! you've restored my faith in the 3DS! happy.gif

i'm ferofax, did all them steps as closely as i could, and i successfully downloaded my first video from my spoofed US Nintendo Video server. it took me a while to download the videos mostly, as there are few proxies that work for my country, and they are far between. and the proxy usually stops working after the first download, so i had to switch proxies after every download.

and i'm from the Philippines by the way, so that's around South East Asia, using a Singapore/Malaysian US model 3DS.

tl;dr SUCCESSFUL


Adr990 Post #4 Posted 29 July 2011 - 10:44 AM

    ~3DS~


  • Group: Members
  • Posts: 1,112
  • Member No.: 76,295
  • Joined: 22-April 07

  •  

Ahh, finally, I tried somethings, but e-shop always error'd me out.

Thanks dude, great job!


Cyan Post #5 Posted 29 July 2011 - 11:09 AM

    GBATemp's lurking knight


  • Group: Moderators
  • Posts: 4,925
  • Member No.: 746
  • Joined: 27-October 02
  • Location: Engine room, learning

  •  

Nice tutorial, thank you smile.gif


Would URL redirection to a file with a proxy server works, or does it need to be a DNS redirection+web server?
Downloading the video file on the computer and redirecting always the same URL to the downloaded file would be easier and wouldn't need a webserver and DNS server.
But maybe it doesn't work if there's a check with the waited file name/hash and the downloaded one. (PS3 didn't have this check first, but then Sony added it to prevent file spoofing from proxy redirection).


cherryduck Post #6 Posted 29 July 2011 - 11:24 AM

    GBAtemp Regular

  • PipPipPip

  • Group: Members
  • Posts: 124
  • Member No.: 87,381
  • Joined: 01-July 07
  • Location: The far side of the moon

  •  

I first tried to do this through URL redirection to a local file with a proxy server, however Nintendo Video refuses to work at all when routed through a proxy server, at least for me, so I had to go the long way round. However, the e-shop WILL allow connection through a proxy server, and successfully redirects to a local file through it, in this way I have redownloaded the Nintendo Video app from my PC instead of the Nintendo servers. It seems that Nintendo Video has more checks and security in place than the e-shop, or maybe it simply can't connect because the 3DS uses your IP address in conjunction with the settings on your 3DS to determine which Nintendo Video server to download from, whereas the e-shop items all seem to download from the same domain.

Edited by cherryduck, 29 July 2011 - 11:33 AM.


WiiBricker Post #7 Posted 29 July 2011 - 11:32 AM

    GPL Police - Hunting down Google Code SVN repos 24/7


  • Group: Members
  • Posts: 2,781
  • Member No.: 217,655
  • Joined: 19-September 09
  • Location: Land of Potatoes

  •  

Stealthy doesn't work at all for me. There is no little red or green icon in the bottom right of my Firefox window.


Cyan Post #8 Posted 29 July 2011 - 11:32 AM

    GBATemp's lurking knight


  • Group: Moderators
  • Posts: 4,925
  • Member No.: 746
  • Joined: 27-October 02
  • Location: Engine room, learning

  •  

Thanks for the information


cherryduck Post #9 Posted 29 July 2011 - 11:45 AM

    GBAtemp Regular

  • PipPipPip

  • Group: Members
  • Posts: 124
  • Member No.: 87,381
  • Joined: 01-July 07
  • Location: The far side of the moon

  •  

QUOTE(WiiBricker @ Jul 29 2011, 11:32 AM) <{POST_SNAPBACK}>
Stealthy doesn't work at all for me. There is no little red or green icon in the bottom right of my Firefox window.


In Firefox go to Tools, Add-ons, and check that it's installed properly. Failing that, Stealthy isn't the only way to direct your browser through a proxy, Google for proxy websites which you can access directly or lists which you can use in conjunction with other Firefox Add-ons.


TyRaNtM Post #10 Posted 29 July 2011 - 11:49 AM

    GBAtemp Advance Fan

  • PipPipPipPipPip

  • Group: Members
  • Posts: 989
  • Member No.: 106,733
  • Joined: 13-October 07
  • Location: Chile

  •  

QUOTE(cherryduck @ Jul 29 2011, 11:45 AM) <{POST_SNAPBACK}>
QUOTE(WiiBricker @ Jul 29 2011, 11:32 AM) <{POST_SNAPBACK}>
Stealthy doesn't work at all for me. There is no little red or green icon in the bottom right of my Firefox window.


In Firefox go to Tools, Add-ons, and check that it's installed properly. Failing that, Stealthy isn't the only way to direct your browser through a proxy, Google for proxy websites which you can access directly or lists which you can use in conjunction with other Firefox Add-ons.


If I want to download with Stealthy at USA servers, i need to put the USA option or US as code?
Because i can't download any video, and i have the green icon in Firefox.
Im using this URL: http://pubus-p.est.c.app.nintendowifi.net/1/49/1/ESE_MD1

EDIT: I manage to download it with a free web proxy ohmy.gif

Edited by TyRaNtM, 29 July 2011 - 11:57 AM.


cherryduck Post #11 Posted 29 July 2011 - 11:55 AM

    GBAtemp Regular

  • PipPipPip

  • Group: Members
  • Posts: 124
  • Member No.: 87,381
  • Joined: 01-July 07
  • Location: The far side of the moon

  •  

Use the US option and keep cycling Stealthy off and on and trying again, eventually you should connect to a working proxy server. Otherwise, for US videos an easy option is to Google the Hide My Ass! proxy server and use that, it tends to be a little more stable for US proxies than Stealthy.


TyRaNtM Post #12 Posted 29 July 2011 - 11:57 AM

    GBAtemp Advance Fan

  • PipPipPipPipPip

  • Group: Members
  • Posts: 989
  • Member No.: 106,733
  • Joined: 13-October 07
  • Location: Chile

  •  

QUOTE(cherryduck @ Jul 29 2011, 11:55 AM) <{POST_SNAPBACK}>
Use the US option and keep cycling Stealthy off and on and trying again, eventually you should connect to a working proxy server. Otherwise, for US videos an easy option is to Google the Hide My Ass! proxy server and use that, it tends to be a little more stable for US proxies than Stealthy.


Yeah, with Hide My Ass i can!


nintendoom Post #13 Posted 29 July 2011 - 12:22 PM

    Nintendoom


  • Group: Members
  • Posts: 1,044
  • Member No.: 198,816
  • Joined: 12-September 09
  • Location: Viridian City

  •  

QUOTE(ferofax @ Jul 29 2011, 11:42 AM) <{POST_SNAPBACK}>
thanks a bunch, man! you've restored my faith in the 3DS! happy.gif

i'm ferofax, did all them steps as closely as i could, and i successfully downloaded my first video from my spoofed US Nintendo Video server. it took me a while to download the videos mostly, as there are few proxies that work for my country, and they are far between. and the proxy usually stops working after the first download, so i had to switch proxies after every download.

and i'm from the Philippines by the way, so that's around South East Asia, using a Singapore/Malaysian US model 3DS.

tl;dr SUCCESSFUL

would you mind telling me how you did it?!?? like giving me the spoofed server you used?

nvm.. downloaded the files using hide my ass


Edited by nintendoom, 29 July 2011 - 12:29 PM.


nintendoom Post #14 Posted 29 July 2011 - 12:39 PM

    Nintendoom


  • Group: Members
  • Posts: 1,044
  • Member No.: 198,816
  • Joined: 12-September 09
  • Location: Viridian City

  •  

doesn't this affect other games using wifi?


TyRaNtM Post #15 Posted 29 July 2011 - 12:41 PM

    GBAtemp Advance Fan

  • PipPipPipPipPip

  • Group: Members
  • Posts: 989
  • Member No.: 106,733
  • Joined: 13-October 07
  • Location: Chile

  •  

QUOTE(nintendoom @ Jul 29 2011, 12:39 PM) <{POST_SNAPBACK}>
doesn't this affect other games using wifi?


Just download and after that, put off the DNS in 3DS Internet Connection Setup, and that's all.
----------------------------------------------------------------------------------------------
BTW: I just notice that the file, is where the video is located in the screen, i mean:

[ESE_MD1][ESE_MD2]
[ESE_MD3][ESE_MD4]


I think that is the order of the videos in the Nintendo Video screen.
So, we can put wherever video we want, just renaming the file.
For example, you can have 4 screens of the same video if you want.

Edited by TyRaNtM, 29 July 2011 - 12:45 PM.







Users browsing this topic

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users