diff --git a/404.html b/404.html index 829daeb..96b694c 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@ 404 Not Found - WiiMart - + diff --git a/branding.html b/branding.html index ac94e6a..2bdaff1 100644 --- a/branding.html +++ b/branding.html @@ -16,14 +16,11 @@ -
-

BGM player

- - - -


(enable autoplay on your browser for the music to continue playing throughout the website)

- -
+
+

BGM player

+ +


(enable autoplay on your browser for the music to continue playing throughout the website)

+

Branding

diff --git a/download.html b/download.html index 1b67d1d..a43cc1c 100644 --- a/download.html +++ b/download.html @@ -1,10 +1,7 @@ - + Download WiiMart @@ -14,19 +11,15 @@ - -
-

BGM player

- - - -


(enable autoplay on your browser for the music to continue playing throughout the website)

- -
+
+

BGM player

+ +


(enable autoplay on your browser for the music to continue playing throughout the website)

+

Download

diff --git a/errors.html b/errors.html new file mode 100644 index 0000000..5d0c938 --- /dev/null +++ b/errors.html @@ -0,0 +1,47 @@ + + + + + Error Code Checker + + + + + + + + + + + + + +
+

BGM player

+ +


(enable autoplay on your browser for the music to continue playing throughout the website)

+
+ +

Error Code Checker BETA

+ +

+ + +
+

Input Error Code

+
+ +
+ + +
+

+

+

Check another error

+
+ +

Want to contribute to this? Go see the error.js file over at GitHub

+ + + + \ No newline at end of file diff --git a/fishiemart.html b/fishiemart.html index f8bd04a..a4e23db 100644 --- a/fishiemart.html +++ b/fishiemart.html @@ -16,16 +16,12 @@ -
-

BGM player

- - - -


(enable autoplay on your browser for the music to continue playing throughout the website)

- -
+
+

BGM player

+ +


(enable autoplay on your browser for the music to continue playing throughout the website)

+
-

FishieMart

diff --git a/index.html b/index.html index 15f2e68..c99a66d 100644 --- a/index.html +++ b/index.html @@ -18,18 +18,18 @@ - - -
-

BGM player

- - - -


(enable autoplay on your browser for the music to continue playing throughout the website)

- -
+
+

BGM player

+ +


(enable autoplay on your browser for the music to continue playing throughout the website)

+

WiiMart

+ +

+ + + @@ -65,7 +65,7 @@
-

Something new!

+

Something new!

In case the originals aren't enough, we have also added tons of custom Virtual Console injects! Just some of the latest titles we've added are The New Tetris, EarthBound, Super Mario All-Stars + Super Mario World, and Mortal Kombat.

@@ -83,6 +83,9 @@

When is this feature going to be added?

The owner and developers are updating on their own time. In the meantime you can check the progress above for what features do and don't work. Important: Gifting is no longer available at the moment.

+

Why is gifting gone?

+

Gifting was available using a WiiConnect24 revival. Unfortunately we were asked to stop sending out gifts via their service.

+

What information is stored when using WiiMart?

The web server stores IP addresses of those that connect to it, common with web servers. Wii console serial numbers are stored, in the SOAP database with encryption.

diff --git a/media/index.html b/media/index.html index 2a2b2f8..076e22a 100644 --- a/media/index.html +++ b/media/index.html @@ -4,7 +4,7 @@ Index of /media - + @@ -42,6 +42,8 @@ screenshot-main-menu.png screenshot-news.png screenshot-start-menu.png + shop_bgm_loop_wsw.wav + shop_bgm_loop.wav

Note: WAD files used to be here, they have been since moved to /wad. diff --git a/meta/error.js b/meta/error.js new file mode 100644 index 0000000..7f41ba6 --- /dev/null +++ b/meta/error.js @@ -0,0 +1,29 @@ +const errorCodes = { + "204042": "User is not registered with the server", + "204961": "SSL cipher error when trying to communicate with SOAP servers", + "204050": "You do not own a title; ticket not found", + "204036": "Problem importing Title metadata", + "204035": "Problem importing ticket", + "204037": "Problem importing title content", + "204034": "Invalid SOAP response", + "204704": "Equivalent to a HTTP 404 error", + "209531": "Page not found", + "209552": "Server error" +}; + +document.getElementById("submitBtn").addEventListener("click", function() { + const codeInput = document.getElementById("errorCode").value; + const resultsDiv = document.getElementById("results"); + const inputDiv = document.getElementById("input"); + + if (errorCodes[codeInput]) { + document.getElementById("code").innerText = codeInput; + document.getElementById("issue").innerText = errorCodes[codeInput]; + inputDiv.style.display = "none"; + resultsDiv.style.display = "block"; + } else { + alert("Invalid error code. Please enter a valid 6-digit error code."); + } +}); + +function refreshPage() {location.reload();} \ No newline at end of file diff --git a/meta/index.html b/meta/index.html index 0d7c13b..d45b6db 100644 --- a/meta/index.html +++ b/meta/index.html @@ -4,7 +4,7 @@ Index of /meta - + @@ -19,12 +19,16 @@ arrow-left-pressed.png arrow-right.png background.png + error.js + favicon-fishie.ico favicon.ico gallery.js ico-github.png ico-web.png ico-yt.png main.css + music.js + NEW_en.gif shop.ttf diff --git a/wad/index.html b/wad/index.html index 4971ea0..7c66618 100644 --- a/wad/index.html +++ b/wad/index.html @@ -4,7 +4,7 @@ Index of /wad - +