From 09e900cec42be95b589a5ebef3b4953d0a4d4c8d Mon Sep 17 00:00:00 2001 From: cosmobona56 Date: Fri, 21 Mar 2025 17:00:43 +0100 Subject: [PATCH 1/5] Add files via upload --- translations/german/404.jsp | 9 ++++++++ translations/german/500.jsp | 41 +++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 translations/german/404.jsp create mode 100644 translations/german/500.jsp diff --git a/translations/german/404.jsp b/translations/german/404.jsp new file mode 100644 index 0000000..40e8ad4 --- /dev/null +++ b/translations/german/404.jsp @@ -0,0 +1,9 @@ +<%@ page import = "java.io.*,java.util.*" %> +<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> +debug +

Oops! Diese Seite wurde nicht gefunden!

+
+

Um zu der Seite zurückzukehren, auf der Sie sich befanden, klicken Sie auf here +
+ Oder Sie können zur ersten Seite des Shops zurückkehren, indem Sie auf hier klicken. +

\ No newline at end of file diff --git a/translations/german/500.jsp b/translations/german/500.jsp new file mode 100644 index 0000000..14a3ffa --- /dev/null +++ b/translations/german/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 Fehler + + +

Uh oh!

+ Der Server ist auf einen Fehler gestoßen und konnte keine Antwort senden. +
+ Es gibt nichts falsches bei Ihnen, also wenn sie auf die vorherige Seite möchten, klicken sie hier. + +

Debug Infos:

+ <% + // 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 -- 2.49.1 From 2c8c436850ef1a194bd325d0da69e8b40c4298b6 Mon Sep 17 00:00:00 2001 From: LNLenost Date: Mon, 24 Mar 2025 11:25:20 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb221f9..52270cb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WiiMart: a working, active WSC revival - + Nintendo, if you want me to take this down, please email me at wiimartshopping@gmail.com (please don't though I love this) -- 2.49.1 From 8d679a87f0b220084e02a612a839e809a5ecfedb Mon Sep 17 00:00:00 2001 From: LNLenost Date: Mon, 24 Mar 2025 11:26:13 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 52270cb..86f8752 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Nintendo, if you want me to take this down, please email me at wiimartshopping@gmail.com (please don't though I love this) WiiMart is the first ever Wii Shop Channel revival that lasted more than a week and still wasn't nuked! -You can find its source code here. +## This repository contains the source code of the backend. # Download The cIOSes are [here](https://wiimart.github.io/cIOS/) while WiiMart's WAD [here](https://wiimart.github.io/wad/). In the meantime, [join the Discord!](https://dsc.gg/WiiMart) @@ -31,6 +31,5 @@ Install both the WiiMart WAD and the patched IOS WAD (for Wii). Install by going So far, getting the shop on a blank NAND has been unsuccesful. -
Pages managed by [LNLenost](https://github.com/LNLenost) -- 2.49.1 From 072aa9f35f233fdd378f1ffaa1294cdc26f7c024 Mon Sep 17 00:00:00 2001 From: LNLenost Date: Mon, 24 Mar 2025 11:27:16 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86f8752..8a7f8c8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Nintendo, if you want me to take this down, please email me at wiimartshopping@gmail.com (please don't though I love this) WiiMart is the first ever Wii Shop Channel revival that lasted more than a week and still wasn't nuked! -## This repository contains the source code of the backend. +You can find its source code here. # Download The cIOSes are [here](https://wiimart.github.io/cIOS/) while WiiMart's WAD [here](https://wiimart.github.io/wad/). In the meantime, [join the Discord!](https://dsc.gg/WiiMart) @@ -17,7 +17,7 @@ Downloading WiiMart varies on what platform you are on. Download the WiiMart WAD and the patched IOS WAD for your console type (Wii/vWii). We recommend [YAWMME](https://oscwii.org/library/app/yawmME) for installing WADs. -vWii is the Wii U's Wii Mode +(vWii is the Wii U's Wii Mode) You can install both WADs normally, but if they give you an error such as `-1022` or `-1029` you can delete the existing title then install. Press `-` to mark the channel for uninstallation, and then mark it with `+` for installation. -- 2.49.1 From bfd0e08a22a94d597c8080238abff48f5547999e Mon Sep 17 00:00:00 2001 From: LNLenost Date: Mon, 24 Mar 2025 11:29:16 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/README.md b/README.md index 8a7f8c8..0eee93d 100644 --- a/README.md +++ b/README.md @@ -5,31 +5,7 @@ Nintendo, if you want me to take this down, please email me at wiimartshopping@gmail.com (please don't though I love this) WiiMart is the first ever Wii Shop Channel revival that lasted more than a week and still wasn't nuked! -You can find its source code here. - -# Download -The cIOSes are [here](https://wiimart.github.io/cIOS/) while WiiMart's WAD [here](https://wiimart.github.io/wad/). In the meantime, [join the Discord!](https://dsc.gg/WiiMart) - -# Installation -Downloading WiiMart varies on what platform you are on. - -- Console - -Download the WiiMart WAD and the patched IOS WAD for your console type (Wii/vWii). We recommend [YAWMME](https://oscwii.org/library/app/yawmME) for installing WADs. - -(vWii is the Wii U's Wii Mode) - -You can install both WADs normally, but if they give you an error such as `-1022` or `-1029` you can delete the existing title then install. Press `-` to mark the channel for uninstallation, and then mark it with `+` for installation. - -- Dolphin - -*For those with Wii NAND backups* - -Install both the WiiMart WAD and the patched IOS WAD (for Wii). Install by going to `Tools` and `Install WAD`. You can then go to the Wii Menu by going to `Tools` and then `Load Wii System Menu 4.3X`. - -*For those without Wii NAND backups* - -So far, getting the shop on a blank NAND has been unsuccesful. +## This repository contains the backend's source code. Pages managed by [LNLenost](https://github.com/LNLenost) -- 2.49.1