From c76171faf9c64158da43a40c0d6c3ba74c720e8b Mon Sep 17 00:00:00 2001 From: Ocarinaoftime <89474990+Ocarinaoftime@users.noreply.github.com> Date: Fri, 14 Mar 2025 07:51:47 -0400 Subject: [PATCH] Add JSP files to source --- jsp/404.jsp | 9 + jsp/500.jsp | 41 + jsp/B_01.jsp | 713 +++++ jsp/B_02.jsp | 616 +++++ jsp/B_03.jsp | 1001 +++++++ jsp/B_04 copy.jsp | 2866 ++++++++++++++++++++ jsp/B_04.jsp | 1401 ++++++++++ jsp/B_05-test.jsp | 1834 +++++++++++++ jsp/B_05.jsp | 1925 ++++++++++++++ jsp/B_06.jsp | 683 +++++ jsp/B_07.jsp | 607 +++++ jsp/B_08.jsp | 846 ++++++ jsp/B_09.jsp | 1709 ++++++++++++ jsp/B_10.jsp | 1538 +++++++++++ jsp/B_13.jsp | 457 ++++ jsp/B_16.jsp | 829 ++++++ jsp/B_17.jsp | 790 ++++++ jsp/B_18.jsp | 712 +++++ jsp/B_19.jsp | 1214 +++++++++ jsp/B_23.jsp | 657 +++++ jsp/B_27.jsp | 736 ++++++ jsp/B_28.jsp | 787 ++++++ jsp/B_31.jsp | 2150 +++++++++++++++ jsp/CheckBalance.jsp | 713 +++++ jsp/CheckRegistered.jsp | 770 ++++++ jsp/ECommerceSOAP.jsp | 6 + jsp/H_01-bak.jsp | 798 ++++++ jsp/H_01-test.jsp | 552 ++++ jsp/H_01.jsp | 630 +++++ jsp/H_02.jsp | 556 ++++ jsp/H_03.jsp | 556 ++++ jsp/H_04.jsp | 556 ++++ jsp/IdentityAuthenticationSOAP.jsp | 6 + jsp/L_01.jsp | 586 +++++ jsp/L_02.jsp | 522 ++++ jsp/L_03.jsp | 556 ++++ jsp/L_03_UA_1.jsp | 454 ++++ jsp/L_04.jsp | 709 +++++ jsp/Log.jsp | 708 +++++ jsp/M_01.jsp | 443 ++++ jsp/P_01.jsp | 892 +++++++ jsp/P_01_WiiU1st.jsp | 897 +++++++ jsp/P_02.jsp | 739 ++++++ jsp/P_02_WiiU1st.jsp | 983 +++++++ jsp/P_04.jsp | 965 +++++++ jsp/P_06.jsp | 906 +++++++ jsp/P_07.jsp | 693 +++++ jsp/P_08.jsp | 1495 +++++++++++ jsp/P_12.jsp | 994 +++++++ jsp/P_15.jsp | 687 +++++ jsp/P_17.jsp | 822 ++++++ jsp/P_18.jsp | 724 ++++++ jsp/P_19.jsp | 724 ++++++ jsp/P_20.jsp | 719 +++++ jsp/P_21.jsp | 818 ++++++ jsp/P_22.jsp | 818 ++++++ jsp/Register.jsp | 825 ++++++ jsp/ReportDownload.jsp | 440 ++++ jsp/S_01.jsp | 1109 ++++++++ jsp/S_02.jsp | 751 ++++++ jsp/S_04.jsp | 530 ++++ jsp/S_05.jsp | 594 +++++ jsp/S_06.jsp | 580 +++++ jsp/S_07.jsp | 522 ++++ jsp/S_08.jsp | 609 +++++ jsp/S_09.jsp | 681 +++++ jsp/S_10.jsp | 641 +++++ jsp/S_12.jsp | 556 ++++ jsp/S_13.jsp | 556 ++++ jsp/S_14.jsp | 692 +++++ jsp/S_16.jsp | 704 +++++ jsp/S_17.jsp | 39 + jsp/S_18.jsp | 39 + jsp/S_19.jsp | 556 ++++ jsp/S_20.jsp | 29 + jsp/S_21.jsp | 29 + jsp/S_22.jsp | 556 ++++ jsp/S_27.jsp | 556 ++++ jsp/S_30.jsp | 685 +++++ jsp/TestSettings.jsp | 549 ++++ jsp/W_01-new.jsp | 2457 ++++++++++++++++++ jsp/W_01.jsp | 3901 ++++++++++++++++++++++++++++ jsp/W_02.jsp | 566 ++++ jsp/W_02_1.jsp | 451 ++++ jsp/W_03.jsp | 1026 ++++++++ jsp/W_04.jsp | 673 +++++ jsp/class.jsp | 46 + jsp/debug.jsp | 29 + jsp/debugMode.jsp | 33 + jsp/getTitle.jsp | 40 + jsp/getTitles.jsp | 0 jsp/index.jsp | 715 +++++ jsp/indexold2.jsp | 708 +++++ jsp/internal.jsp | 2 + jsp/serverB_04.jsp | 2871 ++++++++++++++++++++ jsp/test.jsp | 14 + jsp/wii_shop.jsp | 104 + 97 files changed, 73582 insertions(+) create mode 100644 jsp/404.jsp create mode 100644 jsp/500.jsp create mode 100644 jsp/B_01.jsp create mode 100644 jsp/B_02.jsp create mode 100644 jsp/B_03.jsp create mode 100644 jsp/B_04 copy.jsp create mode 100644 jsp/B_04.jsp create mode 100644 jsp/B_05-test.jsp create mode 100644 jsp/B_05.jsp create mode 100644 jsp/B_06.jsp create mode 100644 jsp/B_07.jsp create mode 100644 jsp/B_08.jsp create mode 100644 jsp/B_09.jsp create mode 100644 jsp/B_10.jsp create mode 100644 jsp/B_13.jsp create mode 100644 jsp/B_16.jsp create mode 100644 jsp/B_17.jsp create mode 100644 jsp/B_18.jsp create mode 100644 jsp/B_19.jsp create mode 100644 jsp/B_23.jsp create mode 100644 jsp/B_27.jsp create mode 100644 jsp/B_28.jsp create mode 100644 jsp/B_31.jsp create mode 100644 jsp/CheckBalance.jsp create mode 100644 jsp/CheckRegistered.jsp create mode 100644 jsp/ECommerceSOAP.jsp create mode 100644 jsp/H_01-bak.jsp create mode 100644 jsp/H_01-test.jsp create mode 100644 jsp/H_01.jsp create mode 100644 jsp/H_02.jsp create mode 100644 jsp/H_03.jsp create mode 100644 jsp/H_04.jsp create mode 100644 jsp/IdentityAuthenticationSOAP.jsp create mode 100644 jsp/L_01.jsp create mode 100644 jsp/L_02.jsp create mode 100644 jsp/L_03.jsp create mode 100644 jsp/L_03_UA_1.jsp create mode 100644 jsp/L_04.jsp create mode 100644 jsp/Log.jsp create mode 100644 jsp/M_01.jsp create mode 100644 jsp/P_01.jsp create mode 100644 jsp/P_01_WiiU1st.jsp create mode 100644 jsp/P_02.jsp create mode 100644 jsp/P_02_WiiU1st.jsp create mode 100644 jsp/P_04.jsp create mode 100644 jsp/P_06.jsp create mode 100644 jsp/P_07.jsp create mode 100644 jsp/P_08.jsp create mode 100644 jsp/P_12.jsp create mode 100644 jsp/P_15.jsp create mode 100644 jsp/P_17.jsp create mode 100644 jsp/P_18.jsp create mode 100644 jsp/P_19.jsp create mode 100644 jsp/P_20.jsp create mode 100644 jsp/P_21.jsp create mode 100644 jsp/P_22.jsp create mode 100644 jsp/Register.jsp create mode 100644 jsp/ReportDownload.jsp create mode 100644 jsp/S_01.jsp create mode 100644 jsp/S_02.jsp create mode 100644 jsp/S_04.jsp create mode 100644 jsp/S_05.jsp create mode 100644 jsp/S_06.jsp create mode 100644 jsp/S_07.jsp create mode 100644 jsp/S_08.jsp create mode 100644 jsp/S_09.jsp create mode 100644 jsp/S_10.jsp create mode 100644 jsp/S_12.jsp create mode 100644 jsp/S_13.jsp create mode 100644 jsp/S_14.jsp create mode 100644 jsp/S_16.jsp create mode 100644 jsp/S_17.jsp create mode 100644 jsp/S_18.jsp create mode 100644 jsp/S_19.jsp create mode 100644 jsp/S_20.jsp create mode 100644 jsp/S_21.jsp create mode 100644 jsp/S_22.jsp create mode 100644 jsp/S_27.jsp create mode 100644 jsp/S_30.jsp create mode 100644 jsp/TestSettings.jsp create mode 100644 jsp/W_01-new.jsp create mode 100644 jsp/W_01.jsp create mode 100644 jsp/W_02.jsp create mode 100644 jsp/W_02_1.jsp create mode 100644 jsp/W_03.jsp create mode 100644 jsp/W_04.jsp create mode 100644 jsp/class.jsp create mode 100644 jsp/debug.jsp create mode 100644 jsp/debugMode.jsp create mode 100644 jsp/getTitle.jsp create mode 100644 jsp/getTitles.jsp create mode 100644 jsp/index.jsp create mode 100644 jsp/indexold2.jsp create mode 100644 jsp/internal.jsp create mode 100644 jsp/serverB_04.jsp create mode 100644 jsp/test.jsp create mode 100644 jsp/wii_shop.jsp diff --git a/jsp/404.jsp b/jsp/404.jsp new file mode 100644 index 0000000..c140c2a --- /dev/null +++ b/jsp/404.jsp @@ -0,0 +1,9 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug +

Whoops! That page was not found!

+
+

To go back to the page you were at, click here +
+ or, you can go back to the first page of the shop, by clicking here. +

\ No newline at end of file diff --git a/jsp/500.jsp b/jsp/500.jsp new file mode 100644 index 0000000..53bd480 --- /dev/null +++ b/jsp/500.jsp @@ -0,0 +1,41 @@ +<%@ page import = "java.io.*,java.util.*,java.net.http.*,java.net.URI,java.net.http.HttpResponse.BodyHandlers,java.net.HttpURLConnection,java.net.URL,java.nio.charset.StandardCharsets,org.json.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +<%@ page buffer="8192kb" autoFlush="true" %> +<%@ page isErrorPage="true" %> + + + + + + Server Error + + +

Uh oh!

+ The server ran into an error and couldn't send a response for you. +
+ There is nothing wrong on your end, so if you want to go back to the page you were at previously, click here. + +

Debug Information:

+ <% + // Retrieve the exception object + Throwable throwable = (Throwable) request.getAttribute("javax.servlet.error.exception"); + if (throwable != null) { + %> +

+ Exception Message: + <%= throwable.getMessage() %> +

+
+            Stack Trace:
+            <%= org.apache.commons.lang3.exception.ExceptionUtils.getStackTrace(throwable) %>
+        
+ <% + } else { + %> +

No exception details are available.

+ <% + } + %> + + \ No newline at end of file diff --git a/jsp/B_01.jsp b/jsp/B_01.jsp new file mode 100644 index 0000000..68c3a34 --- /dev/null +++ b/jsp/B_01.jsp @@ -0,0 +1,713 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Virtual Console + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+
Virtual Console
+
+ +
+
Classic games from past systems
+
+ +
+
+
Popular Titles
+
+
+ +
+
+
Newest Additions
+
+
+ +
+
+
Search by Category
+
+
+ +
+
+
Search by Game Title
+
+
+ + + diff --git a/jsp/B_02.jsp b/jsp/B_02.jsp new file mode 100644 index 0000000..b19e6e3 --- /dev/null +++ b/jsp/B_02.jsp @@ -0,0 +1,616 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Wii Software + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ Wii Software
+
+ Get new Wii Channels here.
+
The WiiMart isn’t just about downloading Virtual Console games 窶錀 we’ve also created new software just for Wii. One example is the Internet Channel.

The Internet Channel allows you to surf the web from the comfort of your couch. We’re planning to release the Internet Channel in the near future. Check back often for this and other exciting Channels.
+
+ +
+
+
Google is a trademark of Google Inc.
+
+ + + diff --git a/jsp/B_03.jsp b/jsp/B_03.jsp new file mode 100644 index 0000000..7c23644 --- /dev/null +++ b/jsp/B_03.jsp @@ -0,0 +1,1001 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Search by System + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+
Search by System
+
+
+ +
+ +
+ +
+ +
+
+ +
+
+ + + + +
+ Wii Channels +
+
+
+ + + + +
+ Titles: +
+
+
+ + + + +
+ 7 +
+
+
+ + + +
+
+ +
+
+ +
+
+ + + + +
+ NES +
+
+
+ + + + +
+ Titles: +
+
+
+ + + + +
+ 92 +
+
+
+ + + +
+
+ +
+
+ +
+
+ + + + +
+ Super NES +
+
+
+ + + + +
+ Titles: +
+
+
+ + + + +
+ 63 +
+
+
+ + + +
+
+ +
+
+ +
+
+ + + + +
+ Nintendo 64 +
+
+
+ + + + +
+ Titles: +
+
+
+ + + + +
+ 21 +
+
+
+ + + +
+
+ +
+
+ +
+
+ + + + +
+ TurboGrafx16 +
+
+
+ + + + +
+ Titles: +
+
+
+ + + + +
+ 58 +
+
+
+ + + +
+
+ +
+
+ +
+
+ + + + +
+ Sega Genesis +
+
+
+ + + + +
+ Titles: +
+
+
+ + + + +
+ 73 +
+
+
+ + + +
+
+ +
+
+ +
+
+ + + + +
+ NEOGEO +
+
+
+ + + + +
+ Titles: +
+
+
+ + + + +
+ 54 +
+
+
+ + + +
+
+ +
+
+ +
+
+ + + + +
+ MASTER SYSTEM +
+
+
+ + + + +
+ Titles: +
+
+
+ + + + +
+ 15 +
+
+
+ + + +
+
+ +
+
+ +
+
+ + + + +
+ Virtual Console Arcade +
+
+
+ + + + +
+ Titles: +
+
+
+ + + + +
+ 21 +
+
+
+ + + +
+
+ +
+
+ +
+
+ + + + +
+ WiiWare +
+
+
+ + + + +
+ Titles: +
+
+
+ + + + +
+ 364 +
+
+
+ + + +
+
+ + + + \ No newline at end of file diff --git a/jsp/B_04 copy.jsp b/jsp/B_04 copy.jsp new file mode 100644 index 0000000..065fb78 --- /dev/null +++ b/jsp/B_04 copy.jsp @@ -0,0 +1,2866 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +<%@ page buffer="8192kb" autoFlush="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Catalog + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+
+ +
+
+ + +
+ +
+
+
+
+ 1/77
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ WiiWare
+
+ Nordcurrent
+
+ 101-in-1 Explosive Megamix +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ Nintendo 64
+
+ Nintendo
+
+ 1080° SNOWBOARDING +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ Virtual Console Arcade
+
+ CAPCOM
+
+ 1942 +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ WiiWare
+
+ QubicGames
+
+ 2 Fast 4 Gnomz +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ WiiWare
+
+ QubicGames
+
+ Demo +
+
+ 2 Fast 4 Gnomz +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ NEOGEO
+
+ D4 Enterprise
+
+ 2020 SUPER BASEBALL +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ WiiWare
+
+ TECMO
+
+ 3-2-1, Rattle Battle! +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ WiiWare
+
+ Microforum
+
+ 3D Pixel Racing +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ WiiWare
+
+ Microforum
+
+ Demo +
+
+ 3D Pixel Racing +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ WiiWare
+
+ Nordcurrent
+
+ 5 Arcade Gems +
+ +
+ +
+ + + + + + + + +
+ + + +
+ +
+ + +
+
+
+ + + +
+
+ + + + + diff --git a/jsp/B_04.jsp b/jsp/B_04.jsp new file mode 100644 index 0000000..4bb7e5c --- /dev/null +++ b/jsp/B_04.jsp @@ -0,0 +1,1401 @@ +<%@ page import = "java.io.*,java.util.*,java.net.http.*,java.net.URI,java.net.URLEncoder,java.net.http.HttpResponse.BodyHandlers,java.net.HttpURLConnection,java.net.URL,java.nio.charset.StandardCharsets,org.json.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug +<%@ page buffer="8192kb" autoFlush="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Catalog + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+
+ +
+
+ + +
+ +
+
+
+
+ <%= request.getParameter("p") == null ? "1" : request.getParameter("p") %>
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<% +String customHeader1 = "platform"; +String customValue1 = request.getParameter("platform") == null ? "WII" : request.getParameter("platform"); +String customHeader2 = "X-Custom-Header2"; +String customValue2 = request.getParameter("p") == null ? "1" : request.getParameter("p"); +String vcParam = request.getParameter("vc") != null ? "&vc=true" : ""; +String titleParam = request.getParameter("title") == null ? "" : "&title=" + request.getParameter("title"); +String publisherParam = request.getParameter("publisher") == null ? "" : "&publisher=" + URLEncoder.encode(request.getParameter("publisher"), "UTF-8"); +String[] titleIds = request.getParameterValues("titleId") == null ? new String[]{""} : request.getParameterValues("titleId"); +String recParam = request.getParameter("rec") == null ? "" : "&rec=true"; +String genreParam = request.getParameter("genre") == null ? "" : "&genre=" + request.getParameter("genre"); +String targetURL = "http://127.0.0.1:8082/getTitles?p=" + customValue2 + vcParam + titleParam + publisherParam + recParam + genreParam; +for (String titleIdHex : titleIds) { + if (titleIdHex.equals("")) break; + targetURL += "&titleId=" + titleIdHex; +} +String titleList1 = request.getParameter("titlelist1") == null ? "" : "&titlelist1=true"; +String titleList2 = request.getParameter("titlelist2") == null ? "" : "&titlelist2=true"; +String titleList3 = request.getParameter("titlelist3") == null ? "" : "&titlelist3=true"; +String titleList4 = request.getParameter("titlelist4") == null ? "" : "&titlelist4=true"; +targetURL += titleList1 + titleList2 + titleList3 + titleList4; +%> +<% +StringBuilder res = new StringBuilder(); +String games = ""; +try { + URL url = new URL(targetURL); + HttpURLConnection connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod("GET"); + + // Set custom headers + connection.setRequestProperty(customHeader1, customValue1); + connection.setRequestProperty(customHeader2, customValue2); + + int responseCode = connection.getResponseCode(); + BufferedReader reader; + + if (responseCode == HttpURLConnection.HTTP_OK) { + reader = new BufferedReader(new InputStreamReader(connection.getInputStream())); + String line; + while ((line = reader.readLine()) != null) { + res.append(line); + } + reader.close(); + games = res.toString(); + } else if (responseCode == 500) { + games = "[{ id: '', title1: '', title2: '', console: '', controllers: '', region: '', language: '', attributes: '', date: '', added: '', publisher: '', genre: '', points: '', players: '', rating: '', ratingdetails: '', thumbnail: '', size: '', titleVersion: -1, page: -1 }]"; + } else { + reader = new BufferedReader(new InputStreamReader(connection.getErrorStream())); + } + +} catch (Exception e) { + e.printStackTrace(); + res.append("Error: ").append(e.getMessage()); +} + +//Now for the tmd size + +%> + +<% +JSONArray g = null; +// Parse JSON response +try { + g = new JSONArray(games); +} catch (Exception e) { + g = new JSONArray("[{ id: '', title1: '', title2: '', console: '', controllers: '', region: '', language: '', attributes: '', date: '', added: '', publisher: '', genre: '', points: '', players: '', rating: '', ratingdetails: '', thumbnail: '', size: '', titleVersion: -1, page: -1 }]"); +} + +%> + +<% for (int i = 0; i < g.length(); i++) { + +JSONObject game = g.getJSONObject(i); +// Break if we didn't get a successful catalog response +if (game.getString("id").equals("")) { + break; +} +String platform = game.getString("console"); +if (platform.equals("WII")) { + platform = "Wii Channels"; +} else if (platform.equals("WIIWARE")) { + platform = "WiiWare"; +} + +String publisher = game.getString("publisher"); +String title1 = game.getString("title1"); +String title2 = game.getString("title2"); +String titleId = game.getString("id"); +String thumbnail = game.getString("thumbnail"); + +// Add Virtual Console platforms for display +String vcPlatforms = "Nintendo 64, NES, Super NES, Master System, Sega Genesis, NEOGEO, Virtual Console Arcade, TurboGrafx16, Commodore 64"; +boolean isVcTitle = vcPlatforms.toLowerCase().contains(platform.toLowerCase()); + +// Skip non-VC titles if vc=true is specified +if (vcParam.contains("true") && !isVcTitle) { + continue; +} +%> +
+
+ <%= platform %> +
+
+ <%= publisher %> +
+<% +if (!title2.equals("")) { %> +
+ <%= title2 %> +
+<% } %> +
+ <%= title1 %> +
+ +
+ +
+ +
+
+ + + +
+ +
+
+ 0 Wii Points +
+
+
+ +
+<% } %> + +
+
+ <% + String pv = request.getParameter("p") == null ? "1" : request.getParameter("p"); + String platv = request.getParameter("platform") == null && request.getParameter("vc") == null ? "WII" : request.getParameter("platform"); + boolean isVc = (request.getParameter("vc") != null && Boolean.parseBoolean(request.getParameter("vc"))); + String rec = request.getParameter("rec") == null ? "" : "&rec=true"; + String genreString = request.getParameter("genre") == null ? "" : "&genre=" + request.getParameter("genre"); + String platformString = "platform="; + String titleSearch = request.getParameter("title") == null ? "" : "&title=" + request.getParameter("title"); + + if (isVc) { + platformString = "vc=true&platform=" + platv; + } else { + platformString = "platform=" + platv; + } + %> +
+ + + +
+
+
+ + + +
+
+ + + + + + diff --git a/jsp/B_05-test.jsp b/jsp/B_05-test.jsp new file mode 100644 index 0000000..1a86d72 --- /dev/null +++ b/jsp/B_05-test.jsp @@ -0,0 +1,1834 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Details + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + +
+ +
+
Details
+
+
+ + +
+
+
+
+ + + + +
+ To customers who downloaded the Internet Channel
for 500 Wii Points:

In accordance with the Internet Channel
becoming free of charge, you can now download one
NES title (worth 500 Wii Points) free of charge.
+
+
+ +
+
+ + + + +
+ Please note that this offer will expire
on December 31st, 2009.
+
+
+ + +
+ +
+
+ +
+ + + + + + + + + + +
+
+
+
+
+
+
+
+
+
???publisher.???
+
+
+
+
+
+
+
+
+
???platform.???
+
+
+ +
+
+ +
+ +
+ +
+
+
+ Free
+
+ 0 Wii Points
+
+ + + +
+
+ +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jsp/B_05.jsp b/jsp/B_05.jsp new file mode 100644 index 0000000..18adf6f --- /dev/null +++ b/jsp/B_05.jsp @@ -0,0 +1,1925 @@ +<%@ page import = "java.io.*,java.util.*,java.net.http.*,java.net.URI,java.net.http.HttpResponse.BodyHandlers,java.net.HttpURLConnection,java.net.URL,java.nio.charset.StandardCharsets,org.json.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> + +debug + + + +B_04 +<%@ page buffer="8192kb" autoFlush="true" %> +<% +String titleId = request.getParameter("titleId") == null ? "" : request.getParameter("titleId"); +String targetURL = "http://127.0.0.1:8082/getTitle?titleId=" + titleId; +%> + +<% +StringBuilder res = new StringBuilder(); + +try { + URL url = new URL(targetURL); + HttpURLConnection connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod("GET"); + + int responseCode = connection.getResponseCode(); + BufferedReader reader; + + if (responseCode == HttpURLConnection.HTTP_OK) { + reader = new BufferedReader(new InputStreamReader(connection.getInputStream())); + } else { + reader = new BufferedReader(new InputStreamReader(connection.getErrorStream())); + } + + String line; + while ((line = reader.readLine()) != null) { + res.append(line); + } + reader.close(); +} catch (Exception e) { + e.printStackTrace(); + res.append("Error: ").append(e.getMessage()); +} + +String games = res.toString(); +//Tmd size stuff +String tmdUrl = "http://198.62.122.200/ccs/download/" + titleId + "/tmd"; +StringBuilder tmdRes = new StringBuilder(); +long tmdSize = 0; +try { + URL url = new URL(tmdUrl); + HttpURLConnection connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod("GET"); + tmdSize = connection.getContentLengthLong(); + int responseCode = connection.getResponseCode(); + BufferedReader reader; + + if (responseCode == HttpURLConnection.HTTP_OK) { + reader = new BufferedReader(new InputStreamReader(connection.getInputStream())); + } else { + reader = new BufferedReader(new InputStreamReader(connection.getErrorStream())); + } + + String line; + //String contentLength = connection.getHeaderField("Content-Length"); + //tmdSize = contentLength; + while ((line = reader.readLine()) != null) { + tmdRes.append(line); + } + reader.close(); +} catch (Exception e) { + //e.printStacktrace(out); + res.append("Error: ").append(e.getMessage()); +} +%> + +<% +// Parse JSON response +JSONObject title = new JSONObject(games); +String id = title.getString("id").replace("00010002", "00010001"); +String thumbnail = title.getString("thumbnail"); +String title1 = title.getString("title1"); +String title2 = title.getString("title2"); +String platform = title.getString("console"); +if (platform.equals("WII")) { + platform = "Wii Channels"; +} else if (platform.equals("WIIWARE")) { + platform = "WiiWare"; +}; +String releaseDate = title.getString("date"); +String genre = title.getString("genre"); +String publisher = title.getString("publisher"); +String points = title.getString("points"); +String players = title.getString("players"); +String ratingDetails = title.getString("ratingdetails"); +String rating = title.getString("rating").toUpperCase(); +String controllers = title.getString("controllers"); +String size = title.getString("size"); +String latestVersion = title.getString("titleVersion"); +%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Details + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + +
+ +
+
Details
+
+
+ + +
+
+
+
+ + + + +
+ To customers who downloaded the Internet Channel
for 500 Wii Points:

In accordance with the Internet Channel
becoming free of charge, you can now download one
NES title (worth 500 Wii Points) free of charge.
+
+
+ +
+
+ + + + +
+ Please note that this offer will expire
on December 31st, 2009.
+
+
+ + +
+ +
+
+ +
+ + + + + + + + + + +
+
+ +
+
+ <%= genre %>
+
+
Released <%= releaseDate %>
+
+
+
<%= publisher %>
+
+
+
<%= players %>
+
+
+
<%= title1 %>
+
+
+
<%= title2 %>
+
+
+
<%= platform %>
+
+
+ +
+ +
+ +
+ <% + if (!rating.equals("")) { %> + ESRBE + <% } %> +
+
<%= ratingDetails %>
+
+ +
+ +
+
+
+ Free
+
+ <%= points %> Wii Points
+
+ + + +
+
+ +
+
+
+
+
+
Gift
+
+ 0 Wii Points
+
+ + + +
+
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jsp/B_06.jsp b/jsp/B_06.jsp new file mode 100644 index 0000000..aa4583c --- /dev/null +++ b/jsp/B_06.jsp @@ -0,0 +1,683 @@ +<%@ page import = "java.io.*,java.util.*,javax.servlet.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + +<% + String param = request.getParameter("titleId"); + RequestDispatcher dispatcher = request.getRequestDispatcher("/serv/titleId/" + param + "/B_06.jsp"); + dispatcher.forward(request, response); +%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +More Details + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+
+
+
+
+
+
+
More Details
+
+
+
+
+
+
+
???platform.???
+
+ + diff --git a/jsp/B_07.jsp b/jsp/B_07.jsp new file mode 100644 index 0000000..29b836f --- /dev/null +++ b/jsp/B_07.jsp @@ -0,0 +1,607 @@ +<%@ page import = "java.io.*,java.util.*,javax.servlet.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + +<% + String param = request.getParameter("titleId"); + RequestDispatcher dispatcher = request.getRequestDispatcher("/serv/titleId/" + param + "/B_07.jsp"); + dispatcher.forward(request, response); +%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Rating Information + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+
Rating Information
+
+
+ +
+ + + diff --git a/jsp/B_08.jsp b/jsp/B_08.jsp new file mode 100644 index 0000000..638f538 --- /dev/null +++ b/jsp/B_08.jsp @@ -0,0 +1,846 @@ +<%@ page import = "java.io.*,java.util.*,java.net.http.*,java.net.URI,java.net.http.HttpResponse.BodyHandlers,java.net.HttpURLConnection,java.net.URL,java.nio.charset.StandardCharsets,org.json.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + +<% +String titleId = request.getParameter("titleId") == null ? "" : request.getParameter("titleId"); +String targetURL = "http://127.0.0.1:8082/getTitle?titleId=" + titleId; +%> + +<% +StringBuilder res = new StringBuilder(); + +try { + URL url = new URL(targetURL); + HttpURLConnection connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod("GET"); + + int responseCode = connection.getResponseCode(); + BufferedReader reader; + + if (responseCode == HttpURLConnection.HTTP_OK) { + reader = new BufferedReader(new InputStreamReader(connection.getInputStream())); + } else { + reader = new BufferedReader(new InputStreamReader(connection.getErrorStream())); + } + + String line; + while ((line = reader.readLine()) != null) { + res.append(line); + } + reader.close(); +} catch (Exception e) { + e.printStackTrace(); + res.append("Error: ").append(e.getMessage()); +} + +String games = res.toString(); +%> + +<% +// Parse JSON response +JSONObject title = new JSONObject(games); +String id = title.getString("id"); +String thumbnail = title.getString("thumbnail"); +String title1 = title.getString("title1"); +String title2 = title.getString("title2"); +String platform = title.getString("console"); +if (platform.equals("WII")) { + platform = "Wii Channels"; +} else if (platform.equals("WIIWARE")) { + platform = "WiiWare"; +}; +String releaseDate = title.getString("date"); +String genre = title.getString("genre"); +String publisher = title.getString("publisher"); +String points = title.getString("points"); +String players = title.getString("players"); +String ratingDetails = title.getString("ratingdetails"); +String rating = title.getString("rating").toUpperCase(); +String controllers = title.getString("controllers"); +%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Selection Confirmation + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
<%= title1 %>
+
+
+
<%= title2 %>
+
+
+
+
Please note the following when downloading this software:
+
+
+ + <%= controllers %> + +
+
+
+
+
+
+
+
+
+
+ + diff --git a/jsp/B_09.jsp b/jsp/B_09.jsp new file mode 100644 index 0000000..c9f73fe --- /dev/null +++ b/jsp/B_09.jsp @@ -0,0 +1,1709 @@ +<%@ page import = "java.io.*,java.util.*,java.net.http.*,java.net.URI,java.net.http.HttpResponse.BodyHandlers,java.net.HttpURLConnection,java.net.URL,java.nio.charset.StandardCharsets,org.json.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug + + + + + +<% +String titleId = request.getParameter("titleId") == null ? "" : request.getParameter("titleId"); +String targetURL = "http://127.0.0.1:8082/getTitle?titleId=" + titleId; +%> + +<% +StringBuilder res = new StringBuilder(); + +try { + URL url = new URL(targetURL); + HttpURLConnection connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod("GET"); + + int responseCode = connection.getResponseCode(); + BufferedReader reader; + + if (responseCode == HttpURLConnection.HTTP_OK) { + reader = new BufferedReader(new InputStreamReader(connection.getInputStream())); + } else { + reader = new BufferedReader(new InputStreamReader(connection.getErrorStream())); + } + + String line; + while ((line = reader.readLine()) != null) { + res.append(line); + } + reader.close(); +} catch (Exception e) { + e.printStackTrace(); + res.append("Error: ").append(e.getMessage()); +} + +String games = res.toString(); +//Tmd size stuff +String tmdUrl = "http://198.62.122.200/ccs/download/" + titleId + "/tmd"; +StringBuilder tmdRes = new StringBuilder(); +long tmdSize = 0; +try { + URL url = new URL(tmdUrl); + HttpURLConnection connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod("GET"); + tmdSize = connection.getContentLengthLong(); + int responseCode = connection.getResponseCode(); + BufferedReader reader; + + if (responseCode == HttpURLConnection.HTTP_OK) { + reader = new BufferedReader(new InputStreamReader(connection.getInputStream())); + } else { + reader = new BufferedReader(new InputStreamReader(connection.getErrorStream())); + } + + String line; + //String contentLength = connection.getHeaderField("Content-Length"); + //tmdSize = contentLength; + while ((line = reader.readLine()) != null) { + tmdRes.append(line); + } + reader.close(); +} catch (Exception e) { + //e.printStacktrace(out); + res.append("Error: ").append(e.getMessage()); +} +%> + +<% +// Parse JSON response +JSONObject title = new JSONObject(games); +String id = title.getString("id"); +String thumbnail = title.getString("thumbnail"); +String title1 = title.getString("title1"); +String title2 = title.getString("title2"); +String platform = title.getString("console"); +if (platform.equals("WII")) { + platform = "Wii Channels"; +} else if (platform.equals("WIIWARE")) { + platform = "WiiWare"; +}; +String releaseDate = title.getString("date"); +String genre = title.getString("genre"); +String publisher = title.getString("publisher"); +String points = title.getString("points"); +String players = title.getString("players"); +String ratingDetails = title.getString("ratingdetails"); +String rating = title.getString("rating").toUpperCase(); +String controllers = title.getString("controllers"); +String size = title.getString("size"); +String latestVersion = title.getString("titleVersion"); +%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Download Confirmation + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + +
+ +
+
Download Confirmation
+
+ + +
+ +
+
+
+
Current Wii Points:
+
+
+
+
+
Wii Points to Download:
+
+
+ + +
+
+
+
Open Blocks:
+
+
+
+
+
+ Blocks to Download:
+
+
+
+
+
+ Blocks after Download:
+
+
+
+
+
+
+ + + + +
+
+
Wii Points after Download:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Wii Points
+
+
+
+
+
Wii Points
+
+
+
+
+
Wii Points
+
+
+
+
Blocks
+
+
+
Blocks
+
+
+
Blocks
+
+
+
+
+ Downloading this software requires 0 Wii Points and uses 303.375 blocks in the Wii system memory.
+
+
+
+
<%= title1 %>
+
+<% if (!title2.equals("")) { %> +
+
<%= title2 %>
+
+<% } %> +
+ + + + + + + + + + + + + + + + + + diff --git a/jsp/B_10.jsp b/jsp/B_10.jsp new file mode 100644 index 0000000..55f7a9f --- /dev/null +++ b/jsp/B_10.jsp @@ -0,0 +1,1538 @@ +<%@ page import = "java.io.*,java.util.*,java.net.http.*,java.net.URI,java.net.http.HttpResponse.BodyHandlers,java.net.HttpURLConnection,java.net.URL,java.nio.charset.StandardCharsets,org.json.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug + + + + + +<% +String titleId = request.getParameter("titleId") == null ? "" : request.getParameter("titleId"); +String targetURL = "http://127.0.0.1:8082/getTitle?titleId=" + titleId; +%> +<% +StringBuilder res = new StringBuilder(); + +try { + URL url = new URL(targetURL); + HttpURLConnection connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod("GET"); + + int responseCode = connection.getResponseCode(); + BufferedReader reader; + + if (responseCode == HttpURLConnection.HTTP_OK) { + reader = new BufferedReader(new InputStreamReader(connection.getInputStream())); + } else { + reader = new BufferedReader(new InputStreamReader(connection.getErrorStream())); + } + + String line; + while ((line = reader.readLine()) != null) { + res.append(line); + } + reader.close(); +} catch (Exception e) { + //e.printStacktrace(); +} + +String games = res.toString(); +//Tmd size stuff +String tmdUrl = "http://198.62.122.200/ccs/download/" + titleId + "/tmd"; +StringBuilder tmdRes = new StringBuilder(); +long tmdSize = 0; +try { + URL url = new URL(tmdUrl); + HttpURLConnection connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod("GET"); + tmdSize = connection.getContentLengthLong(); + int responseCode = connection.getResponseCode(); + BufferedReader reader; + + if (responseCode == HttpURLConnection.HTTP_OK) { + reader = new BufferedReader(new InputStreamReader(connection.getInputStream())); + } else { + reader = new BufferedReader(new InputStreamReader(connection.getErrorStream())); + } + + String line; + //String contentLength = connection.getHeaderField("Content-Length"); + //tmdSize = contentLength; + while ((line = reader.readLine()) != null) { + tmdRes.append(line); + } + reader.close(); +} catch (Exception e) { + //e.printStacktrace(out); + res.append("Error: ").append(e.getMessage()); +} +%> +<% +// Parse JSON response +JSONObject title = new JSONObject(games); +String id = title.getString("id"); +String thumbnail = title.getString("thumbnail"); +String title1 = title.getString("title1"); +String title2 = title.getString("title2"); +String platform = title.getString("console"); +if (platform.equals("WII")) { + platform = "Wii Channels"; +} else if (platform.equals("WIIWARE")) { + platform = "WiiWare"; +}; +String releaseDate = title.getString("date"); +String genre = title.getString("genre"); +String publisher = title.getString("publisher"); +String points = title.getString("points"); +String players = title.getString("players"); +String ratingDetails = title.getString("ratingdetails"); +String rating = title.getString("rating").toUpperCase(); +String controllers = title.getString("controllers"); +String size = title.getString("size"); +String latestVersion = title.getString("titleVersion"); +%> + + + + + + + + + + + + + + + + + + + + + + + + + +Download Software + + + + + + + + + + + + + + + +
+
Download Software
+
+
+
You are downloading
+
+
+
+
<%= title1 %>
+
+<% if (!title2.equals("")) { %> +
+
<%= title2 %>
+
+<% } %> +
+
+
+
Wii Points after Download:
Blocks after Download:
+
+
+
+
+ +
+
+
+
+
+
Wii Points
Blocks
+
+
+
+ +
+
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+
Wii Points
+
+
+
+
+ + + + + + + + + +
+
+
+
+
+
+
+ + + + + + diff --git a/jsp/B_13.jsp b/jsp/B_13.jsp new file mode 100644 index 0000000..063cc13 --- /dev/null +++ b/jsp/B_13.jsp @@ -0,0 +1,457 @@ +<%@ page import = "java.io.*,java.util.*,javax.servlet.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +???B_13.title??? + + + + + +<% + String titleId = request.getParameter("titleId"); +%> + +
+ + diff --git a/jsp/B_16.jsp b/jsp/B_16.jsp new file mode 100644 index 0000000..944e33f --- /dev/null +++ b/jsp/B_16.jsp @@ -0,0 +1,829 @@ +<%@ page import = "java.io.*,java.util.*,javax.servlet.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Search by Genre + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+
Search by Genre
+
+
+ +
+ +
+ +
+
+
Demo
+
+
+
Titles:
+
+
+
47
+
+
+
+
+
Action
+
+
+
Titles:
+
+
+
422
+
+
+
+
+
Adventure
+
+
+
Titles:
+
+
+
147
+
+
+
+
+
Fighting
+
+
+
Titles:
+
+
+
62
+
+
+
+
+
Puzzle
+
+
+
Titles:
+
+
+
152
+
+
+
+
+
Racing
+
+
+
Titles:
+
+
+
40
+
+
+
+
+
RPG
+
+
+
Titles:
+
+
+
46
+
+
+
+
+
Simulation
+
+
+
Titles:
+
+
+
57
+
+
+
+
+
Sports
+
+
+
Titles:
+
+
+
82
+
+
+
+
+
Shooter
+
+
+
Titles:
+
+
+
111
+
+
+
+
+
Board Game
+
+
+
Titles:
+
+
+
29
+
+
+
+
+
Strategy
+
+
+
Titles:
+
+
+
31
+
+
+
+
+
First-Person Shooter
+
+
+
Titles:
+
+
+
5
+
+
+
+
+
Education
+
+
+
Titles:
+
+
+
25
+
+
+
+
+
Arcade
+
+
+
Titles:
+
+
+
205
+
+
+
+
+
Platformer
+
+
+
Titles:
+
+
+
82
+
+
+
+
+
Multiplayer
+
+
+
Titles:
+
+
+
186
+
+
+
+
+
Import
+
+
+
Titles:
+
+
+
25
+
+
+
+
+
Nintendo Wi-Fi Connection
+
+
+
Titles:
+
+
+
4
+
+
+
+
+
Nintendo WFC Pay & Play
+
+
+
Titles:
+
+
+
27
+
+
+
+
+
Other
+
+
+
Titles:
+
+
+
113
+
+
+
+ + + + diff --git a/jsp/B_17.jsp b/jsp/B_17.jsp new file mode 100644 index 0000000..54cd7fc --- /dev/null +++ b/jsp/B_17.jsp @@ -0,0 +1,790 @@ +<%@ page import = "java.io.*,java.util.*,java.net.http.*,java.net.URI,java.net.http.HttpResponse.BodyHandlers,java.net.HttpURLConnection,java.net.URL,java.nio.charset.StandardCharsets,org.json.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug + + + + + +<%@ page buffer="8192kb" autoFlush="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Search by Publisher + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+
Search by Publisher
+
+
+ +
+ +<% + // Fetch the publishers from the Express backend + String targetURL = "http://127.0.0.1:8082/publishers"; + if (request.getParameter("vc") != null) { + targetURL += "/vc"; + } + StringBuilder res = new StringBuilder(); + + try { + URL url = new URL(targetURL); + HttpURLConnection connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod("GET"); + + BufferedReader reader = new BufferedReader(new InputStreamReader(connection.getInputStream())); + String line; + while ((line = reader.readLine()) != null) { + res.append(line); + } + reader.close(); + } catch (Exception e) { + e.printStackTrace(); + res.append("[]"); // Default to an empty array in case of error + } + + // Convert response string to JSON array + JSONArray publishers = new JSONArray(res.toString()); +%> + +
+
+
+ +
+
+ + + + +
+ Nintendo +
+
+
+ + + + +
+ Titles: +
+
+
+ + + + +
+ <% + int numOfTitles = 0; + for (int i = 0; i < publishers.length(); i++) { + JSONObject publisherObj = publishers.getJSONObject(i); + String publisher = publisherObj.getString("publisher"); + if (publisher.equalsIgnoreCase("Nintendo")) numOfTitles = publisherObj.getInt("count"); + else continue; + } + %> + <%= numOfTitles %> +
+
+
+ + + +
+
+<% + + int columnCount = 2; + int spacingX = 235; + int spacingY = 54; + int displayedIndex = 1; + + for (int i = 0; i < publishers.length(); i++) { + JSONObject publisherObj = publishers.getJSONObject(i); + String publisher = publisherObj.getString("publisher"); + int titleCount = publisherObj.getInt("count"); + + if (publisher.equalsIgnoreCase("Nintendo")) continue; // Skip Nintendo + if (publisher.equalsIgnoreCase("Activision")) continue; // Skip Activision + + int row = displayedIndex / columnCount; + int col = displayedIndex % columnCount; + int leftPos = (col * spacingX) + 6; + int topPos = (row * spacingY) + 2; + + displayedIndex++; + +%> + +
+
+ +
+
+ + + + +
+ <%= publisher %> +
+
+
+ + + + +
+ Titles: +
+
+
+ + + + +
+ <%= titleCount %> +
+
+ +
+<% } %> +
+
+ +
+
+ + + + +
+ Activision +
+
+
+ + + + +
+ Titles: +
+
+
+ + + + +
+ <% + int numOfTitles2 = 0; + for (int i = 0; i < publishers.length(); i++) { + JSONObject publisherObj = publishers.getJSONObject(i); + String publisher = publisherObj.getString("publisher"); + if (publisher.equalsIgnoreCase("Activision")) numOfTitles2 = publisherObj.getInt("count"); + else continue; + } + %> + <%= numOfTitles2 %> +
+
+
+ + + +
+
+
+ + + + diff --git a/jsp/B_18.jsp b/jsp/B_18.jsp new file mode 100644 index 0000000..3cd0e11 --- /dev/null +++ b/jsp/B_18.jsp @@ -0,0 +1,712 @@ +<%@ page import = "java.io.*,java.util.*,java.net.http.*,java.net.URI,java.net.http.HttpResponse.BodyHandlers,java.net.HttpURLConnection,java.net.URL,java.nio.charset.StandardCharsets,org.json.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Gift + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
Gift
+ +
+ Select a Wii Friend to give a gift.
+ +
+
+
+ + + diff --git a/jsp/B_19.jsp b/jsp/B_19.jsp new file mode 100644 index 0000000..a23f5aa --- /dev/null +++ b/jsp/B_19.jsp @@ -0,0 +1,1214 @@ +<%@ page import = "java.io.*,java.util.*,javax.servlet.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + +<% + String param = request.getParameter("titleId"); + RequestDispatcher dispatcher = request.getRequestDispatcher("/serv/titleId/" + param + "/B_19.jsp"); + dispatcher.forward(request, response); +%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Send a Message with Your Gift + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
+ +
+ +
Send a Message with Your Gift
+ + + + + + + + + + + + + + +
+ +
+
+ + +
Quit
+ + +
+ + + + + + diff --git a/jsp/B_23.jsp b/jsp/B_23.jsp new file mode 100644 index 0000000..af90e07 --- /dev/null +++ b/jsp/B_23.jsp @@ -0,0 +1,657 @@ +<%@ page import = "java.io.*,java.util.*,javax.servlet.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Search by Category + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+
Search by Category
+
+ +
+
+
System
+
+
+ +
+
+
Publisher
+
+
+ +
+
+
Genre
+
+
+ + + diff --git a/jsp/B_27.jsp b/jsp/B_27.jsp new file mode 100644 index 0000000..3acd9ba --- /dev/null +++ b/jsp/B_27.jsp @@ -0,0 +1,736 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiWare + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+
WiiWare
+
+ +
+
Original Wii titles available only here
+
+ +
+
+
Popular Titles
+
+
+ +
+
+
Newest Additions
+
+
+ +
+
+
Search by Publisher
+
+
+ +
+
+
Search by Genre
+
+
+ +
+
+
Search by Game Title
+
+
+ + + diff --git a/jsp/B_28.jsp b/jsp/B_28.jsp new file mode 100644 index 0000000..f20591b --- /dev/null +++ b/jsp/B_28.jsp @@ -0,0 +1,787 @@ +<%@ page import = "java.io.*,java.util.*,javax.servlet.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + +<% + String param = request.getParameter("titleId"); + RequestDispatcher dispatcher = request.getRequestDispatcher("/serv/titleId/" + param + "/B_28.jsp"); + dispatcher.forward(request, response); +%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Selection Confirmation + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
+
Selection Confirmation
+
+
+
+
+
+
ロックマン10 追加コンテンツ
+
+
+
+
+
+ + + +
+
+
+ + + diff --git a/jsp/B_31.jsp b/jsp/B_31.jsp new file mode 100644 index 0000000..18ccde0 --- /dev/null +++ b/jsp/B_31.jsp @@ -0,0 +1,2150 @@ +<%@ page import = "java.io.*,java.util.*,javax.servlet.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + +<% + String param = request.getParameter("titleId"); + RequestDispatcher dispatcher = request.getRequestDispatcher("/serv/titleId/" + param + "/B_31.jsp"); + dispatcher.forward(request, response); +%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + +
+ +
Redeem Wii Download Ticket
+
+ + + + + + + + + +
+
+
+
+
+ + + + + + diff --git a/jsp/CheckBalance.jsp b/jsp/CheckBalance.jsp new file mode 100644 index 0000000..26fe3ba --- /dev/null +++ b/jsp/CheckBalance.jsp @@ -0,0 +1,713 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ WiiMart
+
+ +Connecting. Please wait... + + + + + + + + + +
+
+
+
+
+ +
+ + diff --git a/jsp/CheckRegistered.jsp b/jsp/CheckRegistered.jsp new file mode 100644 index 0000000..049a696 --- /dev/null +++ b/jsp/CheckRegistered.jsp @@ -0,0 +1,770 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ WiiMart
+
+Connecting. Please wait... + + + + + + + + + +
+
+
+
+
+ +
+ + diff --git a/jsp/ECommerceSOAP.jsp b/jsp/ECommerceSOAP.jsp new file mode 100644 index 0000000..4bcbe68 --- /dev/null +++ b/jsp/ECommerceSOAP.jsp @@ -0,0 +1,6 @@ +<%@ page language="java" %> +<% + String targetUrl = "http://oss-auth.blinklab.com/oss/ecs/services/ECommerceSOAP"; // Relative URL of the target JSP + RequestDispatcher dispatcher = request.getRequestDispatcher(targetUrl); + dispatcher.forward(request, response); +%> \ No newline at end of file diff --git a/jsp/H_01-bak.jsp b/jsp/H_01-bak.jsp new file mode 100644 index 0000000..42151cb --- /dev/null +++ b/jsp/H_01-bak.jsp @@ -0,0 +1,798 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Account Activity + + + + + + + + + +
+ +
+ + + + diff --git a/jsp/H_01-test.jsp b/jsp/H_01-test.jsp new file mode 100644 index 0000000..172b51b --- /dev/null +++ b/jsp/H_01-test.jsp @@ -0,0 +1,552 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+
WiiMart
+
+ + + + + + + + + + + + + + + + + diff --git a/jsp/H_01.jsp b/jsp/H_01.jsp new file mode 100644 index 0000000..7ffa689 --- /dev/null +++ b/jsp/H_01.jsp @@ -0,0 +1,630 @@ +<%@ page import = "java.io.*,java.util.*,java.net.http.*,java.net.URI,java.net.http.HttpResponse.BodyHandlers,java.net.HttpURLConnection,java.net.URL,java.nio.charset.StandardCharsets,org.json.*,javafx.scene.web.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+<% if (credsCorrect) { %> +
+
Account Activity
+
+<% } else { %> +
+
WiiMart
+
+<% } %> + + + + + + + + + + + + + + + + + + + + + diff --git a/jsp/H_02.jsp b/jsp/H_02.jsp new file mode 100644 index 0000000..003a66c --- /dev/null +++ b/jsp/H_02.jsp @@ -0,0 +1,556 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+
WiiMart
+
+ + + + + + + + + + + + + + + + + diff --git a/jsp/H_03.jsp b/jsp/H_03.jsp new file mode 100644 index 0000000..9f0371a --- /dev/null +++ b/jsp/H_03.jsp @@ -0,0 +1,556 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+
WiiMart
+
+ + + + + + + + + + + + + + + + + diff --git a/jsp/H_04.jsp b/jsp/H_04.jsp new file mode 100644 index 0000000..9f0371a --- /dev/null +++ b/jsp/H_04.jsp @@ -0,0 +1,556 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+
WiiMart
+
+ + + + + + + + + + + + + + + + + diff --git a/jsp/IdentityAuthenticationSOAP.jsp b/jsp/IdentityAuthenticationSOAP.jsp new file mode 100644 index 0000000..68b34a2 --- /dev/null +++ b/jsp/IdentityAuthenticationSOAP.jsp @@ -0,0 +1,6 @@ +<%@ page language="java" %> +<% + String targetUrl = "http://oss-auth.blinklab.com/oss/ias/services/IdentityAuthenticationSOAP"; // Relative URL of the target JSP + RequestDispatcher dispatcher = request.getRequestDispatcher(targetUrl); + dispatcher.forward(request, response); +%> \ No newline at end of file diff --git a/jsp/L_01.jsp b/jsp/L_01.jsp new file mode 100644 index 0000000..27ba366 --- /dev/null +++ b/jsp/L_01.jsp @@ -0,0 +1,586 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ WiiMart
+
+

The country setting for the console has changed since the last time you connected to the WiiMart. If you have pending gifts, you won’t be able to receive them after changing your country setting.

+

The country setting for the console has changed since the last time you connected to the WiiMart.

+

+ Previously: 
+ Currently: 

+

+ + +

+
+ + + diff --git a/jsp/L_02.jsp b/jsp/L_02.jsp new file mode 100644 index 0000000..f9a9a56 --- /dev/null +++ b/jsp/L_02.jsp @@ -0,0 +1,522 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ WiiMart
+
+ The WiiMart is not currently available in your region.
+ + + diff --git a/jsp/L_03.jsp b/jsp/L_03.jsp new file mode 100644 index 0000000..185275f --- /dev/null +++ b/jsp/L_03.jsp @@ -0,0 +1,556 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
+ +
+
WiiMart
+
Welcome to WiiMart!

In this channel, you’ll find a variety of classic games for Virtual Console as well as new software created exclusively for the Wii console. You can redeem Wii Points to download these software titles, or in some cases, you can obtain them for free.

Happy shopping!
+ + + diff --git a/jsp/L_03_UA_1.jsp b/jsp/L_03_UA_1.jsp new file mode 100644 index 0000000..b268c61 --- /dev/null +++ b/jsp/L_03_UA_1.jsp @@ -0,0 +1,454 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + diff --git a/jsp/L_04.jsp b/jsp/L_04.jsp new file mode 100644 index 0000000..b48715b --- /dev/null +++ b/jsp/L_04.jsp @@ -0,0 +1,709 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
Parental Controls
+ +
+ +
+ Parental Controls manages use of Wii Points and downloading of software and limits the ability to erase the WiiMart Account Activity information.

Please enter the PIN to disable the Parental Controls temporarily.
+ +
+
PIN
+
+
+
+ +
+
+
+ + + + + + + diff --git a/jsp/Log.jsp b/jsp/Log.jsp new file mode 100644 index 0000000..d40c675 --- /dev/null +++ b/jsp/Log.jsp @@ -0,0 +1,708 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WiiMart + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ WiiMart +
+
+ +
+ + diff --git a/jsp/M_01.jsp b/jsp/M_01.jsp new file mode 100644 index 0000000..8ba6cf2 --- /dev/null +++ b/jsp/M_01.jsp @@ -0,0 +1,443 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +M_01.title + +<% String titleId = request.getParameter("titleId"); %> + +
+ <% + String url = "/oss/oss/ext/manual/" + titleId + "/html/index.html?language=en&country=US&countryRegion=USA®ion=USA&titleId=" + titleId; + %> + +
+ + diff --git a/jsp/P_01.jsp b/jsp/P_01.jsp new file mode 100644 index 0000000..df4dabc --- /dev/null +++ b/jsp/P_01.jsp @@ -0,0 +1,892 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
Add Wii Points
+ + + + + + +
+ + +
+
Shopping Made Easy with Wii Points
+
+ +
+ On the WiiMart, you use Wii Points to download software.

You can add Wii Points in two ways: by redeeming a Wii Points Card purchased at retail or by buying them with a credit card here.
+ +
+ + + +
+ Redeem
Wii Points Card
+
+
+ +
+ + + +
+ Buy Wii Points
with a Credit Card
+
+ + + +
+ + + + diff --git a/jsp/P_01_WiiU1st.jsp b/jsp/P_01_WiiU1st.jsp new file mode 100644 index 0000000..171d101 --- /dev/null +++ b/jsp/P_01_WiiU1st.jsp @@ -0,0 +1,897 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
Add Wii Points
+ + + + + + +
+ + +
+
Shopping Made Easy with Wii Points
+
+ +
+ On the WiiMart, you use Wii Points to download software.

You can add Wii Points in two ways: by redeeming a Wii Points Card purchased at retail or by buying them with a credit card here.
+ +
+ + + +
+ Redeem
Wii Points Card
+
+
+ +
+ + + +
+ Buy Wii Points
with a Credit Card
+
+ + + +
+ + + + diff --git a/jsp/P_02.jsp b/jsp/P_02.jsp new file mode 100644 index 0000000..6ceb42b --- /dev/null +++ b/jsp/P_02.jsp @@ -0,0 +1,739 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
Redeem Wii Points Card
+
Scratch off the silver area on the back of the Wii Points Card to reveal the Wii Points Card activation number. Enter this number below.
+ + +
+
Wii Points Card Activation Number
+
+
+
+ +
+

+
+
+ + + + + diff --git a/jsp/P_02_WiiU1st.jsp b/jsp/P_02_WiiU1st.jsp new file mode 100644 index 0000000..10fd8fd --- /dev/null +++ b/jsp/P_02_WiiU1st.jsp @@ -0,0 +1,983 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
Redeem Wii Points Card
+ + + +
+Wii Points added here can only be used in the WiiMart. You cannot redeem them for Wii U software from Nintendo eShop.

Add Wii Points to your WiiMart account?
+ + + +
+
+
OK
+
+
+
+ + + + + + + + diff --git a/jsp/P_04.jsp b/jsp/P_04.jsp new file mode 100644 index 0000000..9eebf46 --- /dev/null +++ b/jsp/P_04.jsp @@ -0,0 +1,965 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Redeem Wii Points Card
+
+ + + + + + + + + +
+
+
+
+
+ + + + diff --git a/jsp/P_06.jsp b/jsp/P_06.jsp new file mode 100644 index 0000000..4deb0fd --- /dev/null +++ b/jsp/P_06.jsp @@ -0,0 +1,906 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
Wii Points Purchase
+ +
Please select the number of Wii Points you want to buy.
+ + + + + +
+Please note that your credit card provider may impose a foreign transaction fee on this purchase. Please contact your provider for details. +
+ +
+ + + + +
+ + + + diff --git a/jsp/P_07.jsp b/jsp/P_07.jsp new file mode 100644 index 0000000..d5fd0ec --- /dev/null +++ b/jsp/P_07.jsp @@ -0,0 +1,693 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ + + +
JCB
+
+ +
+ + + +
MasterCard
+
+ +
+ + + +
Visa
+
+ +
Wii Points Purchase
+
Please select the credit-card type you would like to use to buy Wii Points.
+ + diff --git a/jsp/P_08.jsp b/jsp/P_08.jsp new file mode 100644 index 0000000..49be287 --- /dev/null +++ b/jsp/P_08.jsp @@ -0,0 +1,1495 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + +<%@ page buffer="8192kb" autoFlush="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
Transaction Country: United States of America
Wii Points Purchase
+
Please enter your credit-card information.
(Your credit-card information will be sent over a secure connection.)
+
+ + + + + + + +
+
+
+
+
+
+
+ Security Statement
+
+
+ + +
+
+
+
+
+
+
+ What’s a security code?
+
+
+ +
+
+ +
+ + + + + + + +
+
Credit-Card Number
+
+ +
+
+ +
+
Expiration Date
+ +
+
+ + + + + +
+ +
+
+
+ +
+
+ + + + + + +
+ +
+
+
+ +
+ +
+
+ +
+
+
Security Code
+
+
+ +
+
+ +
+
+
+ + + +
+ + + + diff --git a/jsp/P_12.jsp b/jsp/P_12.jsp new file mode 100644 index 0000000..884aa23 --- /dev/null +++ b/jsp/P_12.jsp @@ -0,0 +1,994 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug + + + +<%@ page buffer="8192kb" autoFlush="true" %> + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Wii Points have no monetary value and cannot be redeemed for cash. All Wii Points and software downloads are only for use on a single Wii console and are non-refundable and non-transferable.
+
+ + +
+
Wii Points
<%= request.getParameter("points") %> +
Wii Points
+
+
+
+ +
+
+
+
Amount:
+
+
+
+
+
+
Tax:
+
+
+
+
+
+
Total:
+
+
+
+
+
+ +
+ + + + + + + + + + +
+
+
+
+
+ + + + + + + + + + diff --git a/jsp/P_15.jsp b/jsp/P_15.jsp new file mode 100644 index 0000000..fcc01bf --- /dev/null +++ b/jsp/P_15.jsp @@ -0,0 +1,687 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ +
Wii Points Added:
+
+ + Wii Points +
+ +
New Wii Points Balance:
+
+ + Wii Points +
+
+ +
Add Wii Points
+
+ Wii Points were added to your WiiMart account!
+ + + + diff --git a/jsp/P_17.jsp b/jsp/P_17.jsp new file mode 100644 index 0000000..d0554e8 --- /dev/null +++ b/jsp/P_17.jsp @@ -0,0 +1,822 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Wiiショッピングチャンネル + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wiiポイント
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
ニンテンドープリペイド番号の購入方法
+
+
下記の場所でニンテンドープリペイド番号を購入できます。
+
+ + +
+
Wii販売店など
+
+ +
+
コンビニエンスストア
+
+ +
+
+
+
+ + +
+
+ +
+
+
+
+ + +
+
+ + + + diff --git a/jsp/P_18.jsp b/jsp/P_18.jsp new file mode 100644 index 0000000..2079dfc --- /dev/null +++ b/jsp/P_18.jsp @@ -0,0 +1,724 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Wiiショッピングチャンネル + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wiiポイント
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
ニンテンドープリペイド番号の入力
+
ニンテンドーポイントプリペイドカード(またはWiiポイントプリペイド
カード)裏面のスクラッチを削ると記載されているニンテンドープリペイド
番号(またはWiiポイント番号)を登録できます。
+ + +
+
+ +
+
16ケタのニンテンドープリペイド番号を入力してください。
+
+
+
+ +
+

+
+
+ + + + + diff --git a/jsp/P_19.jsp b/jsp/P_19.jsp new file mode 100644 index 0000000..eb77664 --- /dev/null +++ b/jsp/P_19.jsp @@ -0,0 +1,724 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Wiiショッピングチャンネル + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wiiポイント
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
ニンテンドープリペイド番号の入力
+
コンビニエンスストアで購入時に受け取るレシート、もしくは専用の
シートに記載されているニンテンドープリペイド番号を登録できます。
+ + +
+
+ +
+
16ケタのニンテンドープリペイド番号を入力してください。
+
+
+
+ +
+

+
+
+ + + + + diff --git a/jsp/P_20.jsp b/jsp/P_20.jsp new file mode 100644 index 0000000..8014754 --- /dev/null +++ b/jsp/P_20.jsp @@ -0,0 +1,719 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
Redeem Nintendo eShop Card
+
(N/A)
+ + +
+
Activation number
+
+
+
+ +
+

+
+
+ + + + + diff --git a/jsp/P_21.jsp b/jsp/P_21.jsp new file mode 100644 index 0000000..3a72289 --- /dev/null +++ b/jsp/P_21.jsp @@ -0,0 +1,818 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
(N/A)
+ + + +
+
(N/A)
+
+ +
+
(N/A)
+
+ + + + +
+
(N/A)
+
+ + + + +
+
+
+
+
Redeem
Nintendo eShop Card
+
+
+ + +
+
+ + + + + diff --git a/jsp/P_22.jsp b/jsp/P_22.jsp new file mode 100644 index 0000000..8bc2efa --- /dev/null +++ b/jsp/P_22.jsp @@ -0,0 +1,818 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
(N/A)
+ + + +
+
(N/A)
+
+ +
+
(N/A)
+
+ + + + +
+
(N/A)
+
+ + + + +
+
+
+
+
Redeem
Nintendo eShop Card
+
+
+ + +
+
+ + + + + diff --git a/jsp/Register.jsp b/jsp/Register.jsp new file mode 100644 index 0000000..cf5a0a2 --- /dev/null +++ b/jsp/Register.jsp @@ -0,0 +1,825 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ WiiMart
+
+Connecting. Please wait... + + + + + + + + + +
+
+
+
+
+ +
+ + diff --git a/jsp/ReportDownload.jsp b/jsp/ReportDownload.jsp new file mode 100644 index 0000000..b634bae --- /dev/null +++ b/jsp/ReportDownload.jsp @@ -0,0 +1,440 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jsp/S_01.jsp b/jsp/S_01.jsp new file mode 100644 index 0000000..450e557 --- /dev/null +++ b/jsp/S_01.jsp @@ -0,0 +1,1109 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ +
+ + +
Settings and Features
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
+ + + +
+ + +
+
Remove WiiMart Account
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ + +
+
Remove WiiMart Account
+
+
+ + +
+ + +
+
Wii Download Ticket
+
+
+ +
+ + + + diff --git a/jsp/S_02.jsp b/jsp/S_02.jsp new file mode 100644 index 0000000..8cb7770 --- /dev/null +++ b/jsp/S_02.jsp @@ -0,0 +1,751 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ Club Nintendo Membership Link
+ +
+
+ +
+
+ +
+ +
+
+ +
Username
+
Password
+ +
+ If you are a Club Nintendo member, you can link your Username to your WiiMart now. By linking, your future Wii downloads will automatically be registered to your Club Nintendo account, and you will be eligible to earn exclusive rewards. For details, see club.nintendo.com.

Note: If you link your Username on a second Wii console, it will be unlinked from the first Wii console.

Club Nintendo Membership is not required to use the WiiMart.
+ +
+ If you’re a Club Nintendo member you can link your Username to your WiiMart account. By linking your Username, your future downloads will automatically be registered to your Club Nintendo account and you will have the opportunity to complete surveys to earn Coins you or your family can redeem for exclusive rewards. For details, please see club.nintendo.com.

Note: You cannot register the same Username on multiple Wii consoles. When you register a second Wii console, the first is automatically canceled.
+
+ + + diff --git a/jsp/S_04.jsp b/jsp/S_04.jsp new file mode 100644 index 0000000..a3dacdd --- /dev/null +++ b/jsp/S_04.jsp @@ -0,0 +1,530 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ Club Nintendo Membership Link
+
+ Your Club Nintendo Membership and WiiMart account are now linked.
+ + + diff --git a/jsp/S_05.jsp b/jsp/S_05.jsp new file mode 100644 index 0000000..61f7357 --- /dev/null +++ b/jsp/S_05.jsp @@ -0,0 +1,594 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ Unlink Your Club Nintendo Membership
+
+ You can remove the link between your Club Nintendo Membership and your WiiMart account. Please note that this only unlinks them and does not delete them.

If you do unlink your accounts, you can always relink them later.
+ +
+ +
Username
+
+
+
+
+ + + + diff --git a/jsp/S_06.jsp b/jsp/S_06.jsp new file mode 100644 index 0000000..3d9e4d1 --- /dev/null +++ b/jsp/S_06.jsp @@ -0,0 +1,580 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ Unlink Your Club Nintendo Membership
+
Are you sure you want to remove the link between your Club Nintendo Membership and your WiiMart account?
+ +
+ +
Username
+
+
+
+
+ + + + diff --git a/jsp/S_07.jsp b/jsp/S_07.jsp new file mode 100644 index 0000000..9b455a0 --- /dev/null +++ b/jsp/S_07.jsp @@ -0,0 +1,522 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ Unlink Your Club Nintendo Membership
+
+ The link between your Club Nintendo Membership and your WiiMart account has been removed.
+ + + diff --git a/jsp/S_08.jsp b/jsp/S_08.jsp new file mode 100644 index 0000000..552ba0b --- /dev/null +++ b/jsp/S_08.jsp @@ -0,0 +1,609 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
Remove WiiMart Account
+
+
+
+
+ + + + + + + + + diff --git a/jsp/S_09.jsp b/jsp/S_09.jsp new file mode 100644 index 0000000..5eb2382 --- /dev/null +++ b/jsp/S_09.jsp @@ -0,0 +1,681 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ Remove WiiMart Account
+ +
+
+ To remove your WiiMart account, please enter the serial number printed on the side of your console.
Note: Once you remove your WiiMart account, it cannot be recovered.
+ +
+ Serial Number
+ +
+ +
+
+ + + + + diff --git a/jsp/S_10.jsp b/jsp/S_10.jsp new file mode 100644 index 0000000..91a28d9 --- /dev/null +++ b/jsp/S_10.jsp @@ -0,0 +1,641 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+
Remove WiiMart Account
+
+
+ + + + + + + + + + + +
+
+
+
+
+
+ +
+
+
+
+ + + diff --git a/jsp/S_12.jsp b/jsp/S_12.jsp new file mode 100644 index 0000000..9f0371a --- /dev/null +++ b/jsp/S_12.jsp @@ -0,0 +1,556 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+
WiiMart
+
+ + + + + + + + + + + + + + + + + diff --git a/jsp/S_13.jsp b/jsp/S_13.jsp new file mode 100644 index 0000000..9f0371a --- /dev/null +++ b/jsp/S_13.jsp @@ -0,0 +1,556 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+
WiiMart
+
+ + + + + + + + + + + + + + + + + diff --git a/jsp/S_14.jsp b/jsp/S_14.jsp new file mode 100644 index 0000000..519a0f4 --- /dev/null +++ b/jsp/S_14.jsp @@ -0,0 +1,692 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
Input Wii Download Ticket
+
With a Wii Download Ticket, you can enter a code to download software.

If you need to download a title you’ve already redeemed, select "Titles You’ve Downloaded" from the main menu, and choose the title.
+ +
+
Please enter the Wii Download Ticket code.
+
+ +
+
+ +
+
+ +
+

+
+
+ + + + + diff --git a/jsp/S_16.jsp b/jsp/S_16.jsp new file mode 100644 index 0000000..0595bcd --- /dev/null +++ b/jsp/S_16.jsp @@ -0,0 +1,704 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Connection Ambassador Registration + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ Connection Ambassador Registration
+ +
+ With the Connection Ambassador Campaign, people who have connected their Wii console to the Internet can help other users get online, earning 500 Wii Points for both parties. To learn more, select More Information below.
+ +
+ +
+
+ + Connection Ambassador +
+
+
+ + + +
+
+ +
+ +
+
+ + Person who was helped +
+
+
+ + + +
+
+ +
+ +
+
+ More Information
+
+ Help someone connect their Wii
console to the Internet, then follow
these instructions to get 500 Wii
Points.
+ + Do you know someone whose Wii
console isn't connected to the
Internet?

Connect a Wii console to the Internet to play with people around the world,
and purchase Wii-exclusive
software and additional game content
not available at retail outlets.

The Connection Ambassador Campaign
is a program in which people who have
connected their Wii console to the
Internet can help other users get
online, earning 500 Wii Points for both
parties.

If you've already connected your Wii
console to the Internet and happen to
know someone who does not know
how to do this, please assist that
individual, giving advice on broadband
connections, necessary devices,
and settings. If that person connects
to the Internet, you will both receive
a reward of 500 Wii Points!

How to Register
Once someone has established the Wii
Internet connection with your help, the
first thing to do is to access the Wii
Shop Channel on that person's Wii
console. Choose Settings/Other > Connection
Ambassador Campaign > Assisted
person, and then enter the Wii Number of the person who helped with the connection (your Wii Number).
To redeem the points, some questions
have to be answered. We are kindly
asking for your assistance.

After entering the assisting person's
Wii Number (your Wii Number), please connect to the WiiMart.
Choose Connection Ambassador Campaign > Assisting person, and then enter the Wii Number of the assisted person.

Notes
- The person who was helped has 30 days from first connecting to the WiiMart to register the helper's Wii Number. After that, the helper must register the helpee's Wii Number within 30 days. If this registration is not done within the designated time period, points will not be allotted, so please be careful.
- A person who was helped to connect to the Internet can only register as a helpee once per Wii console.
- A helper, through this process, can only collect points for 20 such registrations per Wii console. For the 21st registration and thereafter, the helper will not receive any more points. However, the individual who is helped will receive points.
- Once a helper is given 500 Wii Points, he/she cannot register as a helpee.
- If the individual who helped someone connect to the Internet has a Wii Point balance that exceeds 10,000 points as a result of points being added, that person cannot register to become a helper.
- This campaign may end without notice.
+
+
+ +
+
+ About the Connection Ambassador
+
+ When the number of people you assist hits 10, you are designated a [Connection Ambassador 10]. As a bonus, you will be able to download the entire library of Nintendo titles for the NES free of charge.

When you reach 20 people, you are designated a [Connection Ambassador 20]. As a bonus, you will be able to download the entire library of titles for the NES, SNES, and Nintendo 64 free of charge.

At the point when you become a Connection Ambassador, any of these titles that you had already downloaded may be gifted once to a Wii Friend, also free of charge.

This campaign may end without notice.
+
+
+ + + + diff --git a/jsp/S_17.jsp b/jsp/S_17.jsp new file mode 100644 index 0000000..cf6ceb0 --- /dev/null +++ b/jsp/S_17.jsp @@ -0,0 +1,39 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jsp/S_18.jsp b/jsp/S_18.jsp new file mode 100644 index 0000000..cf6ceb0 --- /dev/null +++ b/jsp/S_18.jsp @@ -0,0 +1,39 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jsp/S_19.jsp b/jsp/S_19.jsp new file mode 100644 index 0000000..9f0371a --- /dev/null +++ b/jsp/S_19.jsp @@ -0,0 +1,556 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+
WiiMart
+
+ + + + + + + + + + + + + + + + + diff --git a/jsp/S_20.jsp b/jsp/S_20.jsp new file mode 100644 index 0000000..853503f --- /dev/null +++ b/jsp/S_20.jsp @@ -0,0 +1,29 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jsp/S_21.jsp b/jsp/S_21.jsp new file mode 100644 index 0000000..853503f --- /dev/null +++ b/jsp/S_21.jsp @@ -0,0 +1,29 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jsp/S_22.jsp b/jsp/S_22.jsp new file mode 100644 index 0000000..9f0371a --- /dev/null +++ b/jsp/S_22.jsp @@ -0,0 +1,556 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+
WiiMart
+
+ + + + + + + + + + + + + + + + + diff --git a/jsp/S_27.jsp b/jsp/S_27.jsp new file mode 100644 index 0000000..9f0371a --- /dev/null +++ b/jsp/S_27.jsp @@ -0,0 +1,556 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+
WiiMart
+
+ + + + + + + + + + + + + + + + + diff --git a/jsp/S_30.jsp b/jsp/S_30.jsp new file mode 100644 index 0000000..2f76277 --- /dev/null +++ b/jsp/S_30.jsp @@ -0,0 +1,685 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +One Free Title + + + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + +
+ +
+
One Free Title
+
+ + +
+
+ + + + +
+ To customers who downloaded the Internet Channel
for 500 Wii Points:

In accordance with the Internet Channel
becoming free of charge, you can now download one
NES title (worth 500 Wii Points) free of charge.
+
+
+ +
+
+ + + + +
+ Please note that this offer will expire
on December 31st, 2009.
+
+
+ + +
+ +
+ + + diff --git a/jsp/TestSettings.jsp b/jsp/TestSettings.jsp new file mode 100644 index 0000000..52b6905 --- /dev/null +++ b/jsp/TestSettings.jsp @@ -0,0 +1,549 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +???settings.title??? + + + + +
+

Thanks you for visiting the online store

+ + +
+
+
+ + + diff --git a/jsp/W_01-new.jsp b/jsp/W_01-new.jsp new file mode 100644 index 0000000..da15ba3 --- /dev/null +++ b/jsp/W_01-new.jsp @@ -0,0 +1,2457 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Welcome to the WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+ +
+
+
+ +
+
+
+
+
+
+ WiiMart + Recommended Titles +
+
+ + + +
+ + +
+
Important Info:
+
+ + + +
+
+
+
+
+
+ One Free Title
+
+ +
+
+ + + +
+
+
+ +
+
+ + Start Shopping +
+
+ + + +
+
+ +
+ Start Shopping
+
+ + + +
+
+
+ + + diff --git a/jsp/W_01.jsp b/jsp/W_01.jsp new file mode 100644 index 0000000..8d48606 --- /dev/null +++ b/jsp/W_01.jsp @@ -0,0 +1,3901 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Welcome to the WiiMart + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+ WiiMart + Recommended Titles +
+
+ + + +
+ + +
+
Important Info:
+
+ + + + + +
+ Start Shopping
+
+ + + +
+
+
+ + + + diff --git a/jsp/W_02.jsp b/jsp/W_02.jsp new file mode 100644 index 0000000..fd7891e --- /dev/null +++ b/jsp/W_02.jsp @@ -0,0 +1,566 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Important Info: + + + + + + + + + + + + + + + + + + + + + + + + +
+
Wii Points
+
+
+
+
+
+
Important Info:
+
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
+
+
+
+
+
+ +
+ +
+
+ + diff --git a/jsp/W_02_1.jsp b/jsp/W_02_1.jsp new file mode 100644 index 0000000..a761e56 --- /dev/null +++ b/jsp/W_02_1.jsp @@ -0,0 +1,451 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Important Info: + + + + +
+Welcome to the WiiMart! If you encounter any errors, +
+be sure to report them in the discord server in #support. +

+Happy shopping! + +- Ocarina + + diff --git a/jsp/W_03.jsp b/jsp/W_03.jsp new file mode 100644 index 0000000..89d5cc2 --- /dev/null +++ b/jsp/W_03.jsp @@ -0,0 +1,1026 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +WiiMart + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
 WiiWare
+
+
+
+
Virtual Console
+
+
+ +
+
+
Virtual Console
+
+
+
WiiWare
+
+
+
Wii Channels
+
+
+
+
Add Wii Points
+
+
+
Account Activity
+
+
+
Settings and Features
+
+
+
Titles You’ve Downloaded
+
+ +
+
+
+
+ + + + +
+ +
+
+
+
+ +
+ + + +
+ +
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+ + +
+
WiiMart
+ + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ + +
+
Wii Points
+
+
+
+ +
+ + + +
+ + + diff --git a/jsp/W_04.jsp b/jsp/W_04.jsp new file mode 100644 index 0000000..cc5f045 --- /dev/null +++ b/jsp/W_04.jsp @@ -0,0 +1,673 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +You got a gift! + + + + + + + + + + + + + + + + + + + + + + + + +
+
You got a gift!
+
+ +
+
+
A gift is waiting for you that
you haven’t downloaded yet.
Please download or return the gift.
+
+
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + + diff --git a/jsp/class.jsp b/jsp/class.jsp new file mode 100644 index 0000000..e60a560 --- /dev/null +++ b/jsp/class.jsp @@ -0,0 +1,46 @@ +<%@ page import="com.databaseclass.MyDatabaseClass, java.io.*, java.util.*" %> + + + + + + + +

hi

+ <% MyDatabaseClass myClass=new MyDatabaseClass(); String msg=myClass.connect(); %> + + + <% + String statement = request.getParameter("statement"); + if (statement==null) { + out.println("No statement"); + } else { + out.println(myClass.query(statement)); + } + %> + + \ No newline at end of file diff --git a/jsp/debug.jsp b/jsp/debug.jsp new file mode 100644 index 0000000..10b62f7 --- /dev/null +++ b/jsp/debug.jsp @@ -0,0 +1,29 @@ + + + + Debug + + + + + Return to Shop + Reload + + + + + + + + diff --git a/jsp/debugMode.jsp b/jsp/debugMode.jsp new file mode 100644 index 0000000..40c9af9 --- /dev/null +++ b/jsp/debugMode.jsp @@ -0,0 +1,33 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug +index + + + + + + + + + + + + diff --git a/jsp/getTitle.jsp b/jsp/getTitle.jsp new file mode 100644 index 0000000..7f8b341 --- /dev/null +++ b/jsp/getTitle.jsp @@ -0,0 +1,40 @@ + +<% +String customHeader1 = "platform"; +String customValue1 = request.getParameter("platform") == null ? "WII" : request.getParameter("platform"); +String customHeader2 = "X-Custom-Header2"; +String customValue2 = request.getParameter("p") == null ? "1" : request.getParameter("p"); +String vcParam = request.getParameter("vc") != null ? "&vc=true" : ""; +String targetURL = "http://oss-auth.blinklab.com/getTitles?p=" + customValue2 + vcParam; +StringBuilder res = new StringBuilder(); + +try { + URL url = new URL(targetURL); + HttpURLConnection connection = (HttpURLConnection) url.openConnection(); + connection.setRequestMethod("GET"); + + // Set custom headers + connection.setRequestProperty(customHeader1, customValue1); + connection.setRequestProperty(customHeader2, customValue2); + + int responseCode = connection.getResponseCode(); + BufferedReader reader; + + if (responseCode == HttpURLConnection.HTTP_OK) { + reader = new BufferedReader(new InputStreamReader(connection.getInputStream())); + } else { + reader = new BufferedReader(new InputStreamReader(connection.getErrorStream())); + } + + String line; + while ((line = reader.readLine()) != null) { + res.append(line); + } + reader.close(); +} catch (Exception e) { + e.printStackTrace(); + res.append("Error: ").append(e.getMessage()); +} + +String games = res.toString(); +%> \ No newline at end of file diff --git a/jsp/getTitles.jsp b/jsp/getTitles.jsp new file mode 100644 index 0000000..e69de29 diff --git a/jsp/index.jsp b/jsp/index.jsp new file mode 100644 index 0000000..7fda88c --- /dev/null +++ b/jsp/index.jsp @@ -0,0 +1,715 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> + + + + + + WiiMart + + + + + + + + + + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ WiiMart +
+ +
+ WiiMart
+
WiiMart
+
Welcome to WiiMart!

In this revival, you’ll find a variety of classic games for Virtual Console as well as new software created exclusively for the Wii console. You can redeem Wii Points to download these software titles, or in some cases, you can obtain them for free.

Happy shopping!
+ + diff --git a/jsp/indexold2.jsp b/jsp/indexold2.jsp new file mode 100644 index 0000000..fb87e4e --- /dev/null +++ b/jsp/indexold2.jsp @@ -0,0 +1,708 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WiiMart + + + + + + + + + +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ +
+ WiiMart +
+
+ +
+ + diff --git a/jsp/internal.jsp b/jsp/internal.jsp new file mode 100644 index 0000000..b6fac48 --- /dev/null +++ b/jsp/internal.jsp @@ -0,0 +1,2 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>debug

Uh oh!

The server ran into an error and couldn't get the page for you.
There is nothing wrong on your end, so if you want to go back to the page you were at previously, click here. \ No newline at end of file diff --git a/jsp/serverB_04.jsp b/jsp/serverB_04.jsp new file mode 100644 index 0000000..358a70c --- /dev/null +++ b/jsp/serverB_04.jsp @@ -0,0 +1,2871 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +<%@ page buffer="8192kb" autoFlush="true" %> +debug + + + +test + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Catalog + + + + + + + + + + + + + + + +
+
+
+ + + +
+ +
+ + + +
+ +
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・                   ・・
+
・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・
+ + +
+ + +
+
Wii Points
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+
+ +
+
+ + +
+ +
+
+
+
+ 1/77
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ WiiWare
+
+ Nordcurrent
+
+ 101-in-1 Explosive Megamix +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ Nintendo 64
+
+ Nintendo
+
+ 1080° SNOWBOARDING +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ Virtual Console Arcade
+
+ CAPCOM
+
+ 1942 +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ WiiWare
+
+ QubicGames
+
+ 2 Fast 4 Gnomz +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ WiiWare
+
+ QubicGames
+
+ Demo +
+
+ 2 Fast 4 Gnomz +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ NEOGEO
+
+ D4 Enterprise
+
+ 2020 SUPER BASEBALL +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ WiiWare
+
+ TECMO
+
+ 3-2-1, Rattle Battle! +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ WiiWare
+
+ Microforum
+
+ 3D Pixel Racing +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ WiiWare
+
+ Microforum
+
+ Demo +
+
+ 3D Pixel Racing +
+ +
+ +
+ + + + + + + + +
+ + + + +
+
+ WiiWare
+
+ Nordcurrent
+
+ 5 Arcade Gems +
+ +
+ +
+ + + + + + + + +
+ + + +
+ +
+ + +
+
+
+ + + +
+
+ + + + + diff --git a/jsp/test.jsp b/jsp/test.jsp new file mode 100644 index 0000000..e0a7f5b --- /dev/null +++ b/jsp/test.jsp @@ -0,0 +1,14 @@ + + + + Test + + + + + + \ No newline at end of file diff --git a/jsp/wii_shop.jsp b/jsp/wii_shop.jsp new file mode 100644 index 0000000..ef53699 --- /dev/null +++ b/jsp/wii_shop.jsp @@ -0,0 +1,104 @@ + + +Hax + +
+

Woot! Here Wii go again? + +

+ + + + + + + + + + + +

+

+ +
+ \ No newline at end of file