Merge branch 'main' of gitssh.wiimart.org:wiimart/WiiMart-github-io

This commit is contained in:
thom2305 2025-05-05 08:42:57 -04:00
commit a9a69940d2
No known key found for this signature in database
GPG Key ID: 0171038FEE1BEF12
38 changed files with 288 additions and 142 deletions

View File

@ -1,17 +1,28 @@
# Website of WiiMart
# [WiiMart.org](https://wiimart.org)
<img src="media/branding-bag-no-bg.png" width="100" height="100" align="right" />
This is the source code of WiiMart's website. It contains WADs, branding, and project information.
## Folders and build script
* `/inst` ZIP files of the WiiMart Installer
* `/media` Media files used throughout the site (profile pictures, branding, screenshots, sound effects)
* `/meta` Files used for the website (CSS, JS, images, music)
* `/wad` WAD files (patched IOS and shop)
* `.gitlab-ci.yml` Build script for the website
## Content pages
* `404.html` 404 page
* `branding.html` Branding for WiiMart
* `install.html` Installation guide
* `download.html` Same as `install.html`
* `credits.html` Credits for WiiMart
* `CNAME` Domain text file
* `download.html` Redirect for `install.html`
* `errors.html` Error Code Checker
* `favicon.ico` Favicon
* `fishiemart.html` ;D
* `index.html` Main page
* `/media` Media files used throughout the site (profile pictures, branding, screenshots)
* `/meta` Files used for the website (CSS, JS, arrow images)
* `/wad` WAD files (patched IOS and shop)
* `install.html` Installation guide
* `support.html` Support/FAQ page
*WiiMart is not affiliated with Nintendo or any related parties. To contact, please send an email to support@wiimart.org*
*WiiMart is not affiliated with Nintendo or any related parties. To contact, please send an email to support@wiimart.org*

View File

@ -26,7 +26,7 @@
<h1><a href="/">WiiMart</a></h1>
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <button disabled>Branding</button>
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <button disabled>Branding</button> <a href="credits"><button>Credits</button></a><br><br>
<div>
<h2>Wordmarks</h2>

165
credits.html Normal file
View File

@ -0,0 +1,165 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<style>@font-face {font-family: 'Shop'; src: url('meta/shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
<script src="meta/music.js" preload></script>
<title>WiiMart Credits</title>
<meta content="WiiMart Credits" property="og:title" />
<meta content="View the credits for WiiMart here." property="og:description" />
<meta content="https://wiimart.org/media/branding-bag.png" property="og:image"/>
<meta content="https://wiimart.org/credits" property="og:url" />
<meta content="#1164E9" data-react-helmet="true" name="theme-color" />
<meta name="keywords" content="WiiMart, Wii Shop, homebrew"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="meta/main.css" />
<script src="meta/gallery.js" defer></script>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<style>
div.c {border-color:#9900FF}
div.c div.pfp {border-color:#9900FF}
h2.c {color:#9900FF}
div.mem {display: flex;align-items: flex-start;}
.uname {max-width:90%;word-wrap:break-word; word-break:break-word}
div.pfp {display: flex;align-items: center;width: 100%;}
img.pfp {width:150px;height:150px; min-height:150px; min-width:150px; object-fit: cover;margin-right:10px;border-radius: 5px;}
p.mem {flex: 1}
</style>
</head>
<body onload="loadafterwednesdaycheck();">
<div id="bgmplayer">
<h2>BGM player</h2>
<a href="javascript:playBGM();" id="shopbgmselector"><button id="shopbgm">Play</button></a>
<p><br>Enable audio autoplay in your browser for it to continue playing throughout the website.</p>
</div>
<h1><a href="/">WiiMart</a></h1>
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a> <button disabled>Credits</button><br><br>
<div>
<h2>Shop Developers</h2>
<div class="pfp">
<img loading="lazy" src="media/pfp-ocarina.png" class="pfp" style="cursor:help">
<p class="mem"><b class="uname"><i>Ocarina</i></b> is the creator of WiiMart! He began working on it after the unsuccess of Rii Shop.
As the owner, he maintains the shop entirely.<br><br>
<a href="https://wiilab.wiimart.org/Ocarina"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@Epicboss16"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p>
<audio src="media/sound-zelda.mp3"></audio>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-selim.png" class="pfp">
<p class="mem"><b class="uname">Selim</b> is a Discord administrator and server hoster for WiiMart, currently tinkering with <mark>[unreleased fork]</mark>.<br><br>
<a href="https://wiilab.wiimart.org/selimgozel1"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-thom.png" class="pfp">
<p class="mem"><b class="uname">Thom</b> is a Discord administrator and is the developer of the WiiMarty Discord bot and <mark>[unreleased tool]</mark>. He can code in Python and C/C++. He was a co-owner of Reviive.<br><br>
<a href="https://wiilab.wiimart.org/thom2305"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://thom2305.github.io/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-wabagg.png" title="Wabagg123" class="pfp">
<p class="mem"><b class="uname">Wabagg123</b> is one of the developers for WiiMart that contributes to the WiiConnect24 and Wii SOAP part of the shop.<br><br>
<a href="https://www.youtube.com/@wabagg123/"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> </p>
</div>
</div>
<div>
<h2>Website Developers</h2>
<div class="pfp">
<img loading="lazy" src="media/pfp-gem.png" class="pfp" style="cursor:help">
<p class="mem"><b class="uname"><i>Gemdation</i></b> is the main website coder and designer of the WiiMart branding.<br><br>
<a href="https://wiilab.wiimart.org/gem"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@gemdation"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://gemdation.com/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
<audio src="media/sound-fail.mp3"></audio>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-idkwh.png" class="pfp">
<p class="mem"><b class="uname">idkwhereisthisname</b> is a Discord administrator, they have worked on their own Wii projects on the past such as <abbr title="Yet another Wii Shop Channel">YaWSC</abbr>.<br><br>
<a href="https://wiilab.wiimart.org/idkwhereisthisname"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@idkwhereisthisname"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://idkwhereisthis.name/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-chris.png" class="pfp" style="cursor:help">
<p class="mem"><b class="uname"><i>ChrisplayzWii</i></b> is one of the Discord moderators, he was the main coder for the original WiiMart website and was the owner of Reviive.<br><br>
<a href="https://wiilab.wiimart.org/Chrisplayzwii"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@ChrisplayzWii"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://chrisplayzwii.github.io/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
<audio src="media/sound-roblox-coil.mp3"></audio>
</div>
</div>
<div>
<h2>Discord Staff</h2>
<div class="pfp">
<img loading="lazy" src="media/pfp-yts.png" class="pfp" style="cursor:help">
<p class="mem"><b class="uname"><i>YourTooSlow</i></b> is a Discord administrator, he is learning HTML and JavaScript.<br><br>
<a href="https://wiilab.wiimart.org/Your2Slow"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://yourtooslow.com/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> </p>
<audio src="media/sound-sonic.exe.mp3"></audio>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-andry.png" class="pfp">
<p class="mem"><b class="uname">Andry6702</b> is a Discord moderator, he contributed on other projects such as New Shop Channel and Reviive.<br><br>
<a href="https://www.youtube.com/@andry6702"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://andry6702.net"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
</div>
<div class="pfp">
<img src="media/pfp-rm05.png" class="pfp">
<p class="mem"><b>RM05</b> is a Discord moderator and WiiMart translation contributor.<br><br>
<a href="https://wiilab.wiimart.org/MrRM05"><button><img src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@Mr_RM05"><button><img src="meta/ico-yt.png" class="ico"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-emol.png" class="pfp" style="cursor:help">
<p class="mem"><b class="uname">Emolgun</b> is one of the Discord moderators.<br><br>
<a href="https://bsky.app/profile/emolgun.bsky.social"><button><img src="meta/ico-bsky.png" class="ico" alt="GitLab"></button></a> <a href="https://twitch.tv/emolgun"><button><img src="meta/ico-twitch.png" class="ico"> <a href="https://www.youtube.com/@Emolgun"><button><img src="meta/ico-yt.png" class="ico"></button></a></p>
</div>
<div class="pfp" >
<img loading="lazy" src="media/pfp-def.png" class="pfp">
<p class="mem"><b class="uname">DefeatOf13</b> is a Discord moderator and WiiMart mascot designer.<br><br>
<a href="https://wiilab.wiimart.org/DefeatOf13"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@defeatof13"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://defitmods.xyz"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-max.gif" class="pfp">
<p class="mem"><b class="uname">maxmaxmaxmaxm...</b> is a Discord moderator and contributor.<br><br>
<a href="https://wiilab.wiimart.org/max"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-subnetic.png" class="pfp">
<p class="mem"><b class="uname">Subnetic</b> is one of the Discord moderators, he frequently creates the Virtual Console injects that are added.<br><br>
<a href="https://youtube.com/@subnetic96"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://gbatemp.net/members/subnetic.740778/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-peg.png" class="pfp" style="cursor:help">
<p class="mem"><b class="uname"><i>Peg</i></b> is one of the Discord moderators.<br><br>
What a nice cat, I think you should click it!</p>
<audio src="media/sound-gary.mp3"></audio>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-tim.gif" class="pfp" style="cursor:help">
<p class="mem"><b class="uname"><i>Just Tim</i></b> is one of the Discord moderators.<br><br>
<a href="https://www.youtube.com/@JustTim51955"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p>
<audio src="media/sound-su-ringtone.mp3"></audio>
</div>
</div>
<div class="c">
<h2 class="c">Contributors</h2>
<div class="pfp">
<img loading="lazy" src="media/pfp-rou.png" class="pfp" style="cursor:help">
<p class="mem"><b class="uname"><i>Roulettz</i></b> created the first 2006 banner WiiMart WAD.<br><br>
</p>
<audio src="media/sound-shop-finish.wav"></audio>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-comp.gif" class="pfp" style="cursor:help">
<p class="mem"><b class="uname"><i>Nathan Boehm</i></b>'s project, <a href="https://wiishopchannel.net">WiiShopChannel.net</a>, often helped out WiiMart for reference purposes.<br><br>
<a href="https://nathanboehm.com"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> <a href="https://www.youtube.com/@NathanBoehm"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p>
</p>
<audio src="media/sound-points.mp3"></audio>
</div>
</div>
<script>document.addEventListener('DOMContentLoaded', function() {const pfpDivs = document.querySelectorAll('.pfp'); pfpDivs.forEach(function(pfpDiv) {const clickableImage = pfpDiv.querySelector('img'); const sound = pfpDiv.querySelector('audio'); if (clickableImage && sound) {clickableImage.addEventListener('click', function() {const newSound = new Audio(sound.src);newSound.play();});}});});</script>
<div>
<p class="mem">Want to also contribute to this project? Check out WiiMart on WiiLab!<br><br>
<a href="https://wiilab.wiimart.org/wiimart/"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></p>
</div>
<footer><p>WiiMart is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer>
</body>
</html>

View File

@ -27,7 +27,7 @@
<h1><a href="/">WiiMart</a></h1>
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <button disabled>Errors</button> <a href="branding"><button>Branding</button></a><br><br>
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <button disabled>Errors</button> <a href="branding"><button>Branding</button></a> <a href="credits"><button>Credits</button></a><br><br>
<div id="input">
@ -43,8 +43,9 @@
<p><a href="javascript:reseterrorcodeform();" style="color: #FF4242;cursor:pointer;text-align:center; text-decoration:underline;"><b>Check another error</b></a></p>
</div>
<p>Want to contribute to this? Go see the <a href="https://wiilab.wiimart.org/wiimart/WiiMart-github-io/-/blob/main/meta/error.js?ref_type=heads">error.js</a> file over at GitHub</p>
<p>Want to contribute to this? Go see the <a href="https://wiilab.wiimart.org/wiimart/WiiMart-github-io/-/blob/main/meta/error.js">error.js</a> file over at GitLab.</p>
<footer><p>WiiMart is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer>
</body</html>
</body>
</html>

View File

@ -26,14 +26,14 @@
<h1>WiiMart</h1>
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a><br><br>
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a> <a href="credits"><button>Credits</button></a><br><br>
<script>function WiiMartWednesday() {const today = new Date(); const dayOfWeek = today.getDay();if (dayOfWeek === 3) {const wednesdayDiv = document.getElementById('wednesdaytitles'); if (wednesdayDiv) {wednesdayDiv.style.display = 'block';} }}; function whatiswmw() {const wswbox = document.getElementById("whatiswsw"); wswbox.style.display="block"; } function whatiswmwclose() { const wswbox = document.getElementById("whatiswsw"); wswbox.style.display="none";} window.onload = WiiMartWednesday(); loadafterwednesdaycheck(); function whatiswmw() {const wswbox = document.getElementById("whatiswsw");wswbox.style.display="block";} function whatiswmwclose() { const wswbox = document.getElementById("whatiswsw"); wswbox.style.display="none";}</script>
<div id="wednesdaytitles" style="display:none;"><img loading="lazy" src="meta/NEW_en.gif" alt="NEW" style="margin-right:5px;">It's WiiMart Wednesday, The catalog has been updated with new games! <br><a href="javascript:whatiswmw();" style="font-size:11px; font-style:italic; cursor:help;" id="helpwed">What is WiiMart Wednesday?</a></div><div id="whatiswsw" style="display:none;"><h3>What is Wii Shop/WiiMart Wednesday?</h3><hr><p>"Update Day" also known as "Wii Shop Wednesday is a song that Nirvana The Band The Show made. <br> it was a song about the latest games added to the shop channel on that wednesday as they sang to the titles on the catalog pages. <br><br> We decided to bring it back and now every wednesday, new games are added to the WiiMart catalog. <br><br> <a href="https://www.youtube.com/watch?v=XQ0lnz1iv3k&t=0s" target="_blank">Visit this link to watch the Update day video</a></p><br><button onclick="whatiswmwclose();">Close</button></div>
<div id="wednesdaytitles" style="display:none"><img loading="lazy" src="meta/NEW_en.gif" alt="NEW" style="margin-right:5px;">It's WiiMart Wednesday, The catalog has been updated with new games! <br><a href="javascript:whatiswmw();" style="font-size:11px; font-style:italic; cursor:help;" id="helpwed">What is WiiMart Wednesday?</a></div><div id="whatiswsw" style="display:none;"><h3>What is Wii Shop/WiiMart Wednesday?</h3><hr><p>"Update Day" also known as "Wii Shop Wednesday is a song that Nirvana The Band The Show made. <br> it was a song about the latest games added to the shop channel on that wednesday as they sang to the titles on the catalog pages. <br><br> We decided to bring it back and now every wednesday, new games are added to the WiiMart catalog. <br><br> <a href="https://www.youtube.com/watch?v=XQ0lnz1iv3k&t=0s" target="_blank">Visit this link to watch the Update day video</a></p><br><button onclick="whatiswmwclose();">Close</button></div>
<div style="border-color:red">
<h2 style="color:red">WiiMart is down.</h2>
<p>Please standby as the servers undergo maintenance.</p>
<div style="border-color:green">
<h2 style="color:green">Update your WiiMart!</h2>
<p>For this update, you'll need to download new WADs.<br>Go to the <a href="install">Install</a> page.</p>
</div>
<div id="about">
@ -86,6 +86,8 @@
<div>
<h2>Frequently Asked Questions</h2>
<h3>How do I troubleshoot <i>this error code</i>?</h3>
<p>Check it with <a href="errors">this tool</a>, otherwise ask for help in the <b>#support</b> channel on <a href="https://wiimart.org">Discord</a>.</p>
<h3>Is real money needed to buy Wii Points?</h3>
<p>The WiiMart service is entirely free of charge! Wii Points are "bought" only to keep the service as close the original as possible.</p>
<h3>Can WiiMart run on Dolphin?</h3>
@ -106,107 +108,7 @@
<b>Region Free EVERYTHING</b> option in System Menu Hacks, then launch it again.</p>
</div>
<div>
<h2>Other Questions</h2>
<p>You may ask in our Discord server, the <b>#support</b> channel can help you.</p>
<a href="https://discord.gg/wiimart"><button>Discord</button></a><br><br>
</div>
<h1>Who is involved?</h1>
<div>
<h2>Members</h2>
<div class="pfp">
<img loading="lazy" src="media/pfp-ocarina.png" class="pfp">
<p class="mem"><b class="uname">Ocarina</b> is the creator of WiiMart! He began working on it after the unsuccess of Rii Shop.
As the owner, he maintains the shop entirely.<br><br>
<a href="https://wiilab.wiimart.org/Ocarina"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@Epicboss16"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-selim.png" class="pfp">
<p class="mem"><b class="uname">Selim</b> is a Discord administrator and server hoster for WiiMart, currently tinkering with <mark>[unreleased fork]</mark>.<br><br>
<a href="https://wiilab.wiimart.org/selimgozel1"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-thom.png" class="pfp">
<p class="mem"><b class="uname">Thom</b> is a Discord administrator and is the developer of the WiiMarty Discord bot and <mark>[unreleased tool]</mark>. He can code in Python and C/C++. He was a co-owner of Reviive.<br><br>
<a href="https://wiilab.wiimart.org/thom2305"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://thom2305.github.io/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-wabagg.png" title="Wabagg123" class="pfp">
<p class="mem"><b class="uname">Wabagg123</b> is one of the developers for WiiMart that contributes to the WiiConnect24 and Wii SOAP part of the shop.<br><br>
<a href="https://www.youtube.com/@wabagg123/"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> </p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-gem.png" class="pfp">
<p class="mem"><b class="uname">Gemdation</b> is the main website coder and designer of the WiiMart branding.<br><br>
<a href="https://wiilab.wiimart.org/gem"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@gemdation"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://gemdation.com/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-idkwh.png" class="pfp">
<p class="mem"><b class="uname">idkwhereisthisname</b> is a Discord administrator, they have worked on their own Wii projects on the past such as <abbr title="Yet another Wii Shop Channel">YaWSC</abbr>.<br><br>
<a href="https://wiilab.wiimart.org/idkwhereisthisname"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@idkwhereisthisname"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://idkwhereisthis.name/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-chris.png" class="pfp">
<p class="mem"><b class="uname">ChrisplayzWii</b> is one of the Discord moderators, he was the main coder for the original WiiMart website and was the owner of Reviive.<br><br>
<a href="https://wiilab.wiimart.org/Chrisplayzwii"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@ChrisplayzWii"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://chrisplayzwii.github.io/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-yts.png" class="pfp">
<p class="mem"><b class="uname">YourTooSlow</b> is a Discord administrator, he is learning HTML and JavaScript.<br><br>
<a href="https://wiilab.wiimart.org/Your2Slow"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://yourtooslow.com/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> </p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-andry.png" class="pfp">
<p class="mem"><b class="uname">Andry6702</b> is a Discord moderator, he contributed on other projects such as New Shop Channel and Reviive.<br><br>
<a href="https://www.youtube.com/@andry6702"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://andry6702.net"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
</div>
<div class="pfp">
<img src="media/pfp-rm05.png" class="pfp">
<p class="mem"><b>RM05</b> is a Discord moderator and WiiMart translation contributor.<br><br>
<a href="https://wiilab.wiimart.org/MrRM05"><button><img src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@Mr_RM05"><button><img src="meta/ico-yt.png" class="ico"></button></a>
</p>
</div>
<div class="pfp" >
<img loading="lazy" src="media/pfp-def.png" class="pfp">
<p class="mem"><b class="uname">DefeatOf13</b> is a Discord moderator and WiiMart mascot designer.<br><br>
<a href="https://wiilab.wiimart.org/DefeatOf13"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@defeatof13"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://defitmods.xyz"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-max.gif" class="pfp">
<p class="mem"><b class="uname">maxmaxmaxmaxm...</b> is a Discord moderator and contributor.<br><br>
<a href="https://wiilab.wiimart.org/max"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-subnetic.png" class="pfp">
<p class="mem"><b class="uname">Subnetic</b> is one of the Discord moderators, he frequently creates the Virtual Console injects that are added.<br><br>
<a href="https://youtube.com/@subnetic96"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://gbatemp.net/members/subnetic.740778/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-peg.png" id="pfpMeow" class="pfp" style="cursor:help">
<p class="mem"><b class="uname">Peg</b> is one of the Discord moderators.<br><br>
What a nice cat, I think you should give it a click!</p>
<audio id="soundMeow" src="meta/gary.mp3"></audio>
<script>const clickableImage = document.getElementById('pfpMeow'); const sound = document.getElementById('soundMeow'); clickableImage.addEventListener('click', function() {const newSound = new Audio(sound.src); newSound.play();});</script>
</div>
</div>
<div>
<h2>Honorable Mention</h2>
<p>Check out <a href="https://wiishopchannel.net">WiiShopChannel.net</a>, it is Wii Shop Channel client recreated for
modern browsers. This neat project often helped out WiiMart for reference purposes.</p>
</div>
<div>
<p class="mem">Want to also contribute to this project? Check out WiiMart on WiiLab!<br><br>
<a href="https://wiilab.wiimart.org/wiimart/"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></p>
</div>
<footer><p>WiiMart is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer>
</body>
</html>

24
inst/index.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Index of /inst</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../meta/main.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body class="dir">
<h1>Index of /inst</h1>
<table>
<tr><td><a href="/">..</a></td></tr>
<tr><td><a href="WiiMartInstaller.V1.0.zip">WiiMartInstaller.V1.0.zip</a></td></tr>
<tr><td><a href="WiiMartInstaller.V1.1.zip">WiiMartInstaller.V1.1.zip</a></td></tr>
<tr><td><a href="WiiMartInstaller.V1.2.zip">WiiMartInstaller.V1.2.zip</a></td></tr>
<tr><td><a href="WiiMartInstaller.V1.3.zip">WiiMartInstaller.V1.3.zip</a></td></tr>
</table>
</body>
</html>

View File

@ -15,9 +15,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="meta/main.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<style>img {width:100%} .r {outline: 2px solid #9A9A9A} div#start button {width:60%;margin-bottom: 10px;}</style>
<style>img {width:100%} .r {outline: 2px solid #9A9A9A} div#start button {width:60%;margin-bottom: 10px;} div.question a {text-decoration:none}</style>
</head>
<body onload="loadafterwednesdaycheck();">
<body onload="loadafterwednesdaycheck();">
<div id="bgmplayer">
<h2>BGM player</h2>
<a href="javascript:playBGM();" id="shopbgmselector"><button id="shopbgm">Play</button></a>
@ -26,24 +26,44 @@
<h1><a href="/">WiiMart</a></h1>
<button disabled>Install</button> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a>
<button disabled>Install</button> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a> <a href="credits"><button>Credits</button></a><br><br>
<script>
function showDiv(divId) {
const divs = document.querySelectorAll('.question');
divs.forEach(div => { div.style.display = 'none'; });
document.getElementById(divId).style.display = 'block';
}
</script>
<script>function showDiv(divId) {const divs = document.querySelectorAll('.question'); divs.forEach(div => { div.style.display = 'none'; });document.getElementById(divId).style.display = 'block';}</script>
<div id="start" class="question">
<h2>What platform are you on?</h2>
<h2 id="Auto">Automatic Installation</h2>
<button onclick="showDiv('inst')" style="background-image: url(media/screenshot-hbc-blank.png);background-size: cover;"><img src="media/button-inst.png"><b>WiiMart Installer</b> for<br>The Homebrew Channel</button><br>
<p><mark class="new">NEW!</mark> This in-progress installer tool can install WiiMart and IOS WADs with just one app!</p>
<hr>
<h2 id="Manual">Manual Installation</h2>
<h3>What platform are you on?</h3>
<button onclick="showDiv('wii')"><img src="media/button-wii.png">Wii</button><br>
<button onclick="showDiv('vWii')"><img src="media/button-vwii.png">vWii</button><br>
<button onclick="showDiv('dolphin')"><img src="media/button-dolphin-desktop.png">Dolphin</button>
<hr>
<p><b>Important:</b> No matter which option you pick, you will need to have a homebrewed console. If you don't have it homebrewed, see <a href="https://wii.hacks.guide"><b>wii.hacks.guide</b></a> before looking at this guide.</p>
</div>
<div id="inst" class="question" style="display:none">
<h2>WiiMart Installer</h2>
<span style="color:red;font-weight:bold">Do not use on Korean Wii consoles.</span>
<h3>Download and Placing</h3>
<p><a href="inst/WiiMartInstaller.V1.3.zip"><button>Download WiiMart Installer</button></a></p>
<p>Put the <b>wiimartinstaller</b> folder in the <b>apps</b> folder of your SD Card or USB Drive. Like
in the example shown.</p>
<img src="media/screenshot-files-1.png">
<p><b>wiimartinstaller</b> will go with the rest of your apps.</p>
<img src="media/screenshot-files-2-issue.png" style="outline: solid 2px red">
<p style="color:red">Do not nest it under an extra folder. It has to be drive://apps/wiimartinstaller</p>
<h3>Launching</h3>
<img src="media/screenshot-hbc-wm-inst-2.png">
<p>Simply press <b>Load</b> and you will be taken to the installer.</p>
<p>If anything goes wrong involving tickets (e.g. TView), it is recommended that you head over to the <a href="#Manual" onclick="showDiv('start')">Manual Installation</a>.</p>
<button onclick="showDiv('start')" class="r"></button>
</div>
<div id="dolphin" class="question" style="display: none;">
<h2>Dolphin</h2>
<h3>Do you have a console NAND backup?</h3>
@ -70,7 +90,7 @@
<h3>Downloading WADs</h3>
<p>Download <i>one</i> of the WADs below.</p>
<p><a href="wad/WiiMart.wad"><button>Download WiiMart</button></a></p>
<p><a href="wad/WiiMartOB.wad"><button>Download WiiMart (old banner)</button></a> <a href="support#OldBanner">(?)</a></p>
<p><a href="wad/WiiMartOB.wad"><button>Download WiiMart (old banner)</button></a> <a href="support#OldBanner"><button>?</button></a></p>
<h3>Installing WADs</h3>
<img src="media/screenshot-dolphin-vwii-install.png">
<p>Go to <b>Tools</b>, <b>Install WAD</b>, and select the WAD you downloaded.</p>
@ -88,8 +108,9 @@
<h3>Downloading WADs</h3>
<p>Download IOS56 for vWii and <i>one</i> of the WiiMart WADs below.</p>
<p><a href="wad/IOS56(vWii).wad"><button>Download IOS56 for vWii</button></a></p>
<p>IOS80 can be installed from the <a href="https://oscwii.org/library/app/Patched_IOS80_Installer_for_vWii">homebrew patcher</a>.</p>
<p><a href="wad/WiiMart.wad"><button>Download WiiMart</button></a></p>
<p><a href="wad/WiiMartOB.wad"><button>Download WiiMart (old banner)</button></a> <a href="support#OldBanner">(?)</a></p>
<p><a href="wad/WiiMartOB.wad"><button>Download WiiMart (2006 banner)</button></a> <a href="support#OldBanner"><button>?</button></a></p>
<h3>Installing WADs</h3>
<p>Use <a href="https://oscwii.org/library/app/yawmME">YAWWME</a> as it is <i>the</i> recommended WAD manager for it's brick protection.</p>
<img src="media/screenshot-yawmme-vwii.png">
@ -108,8 +129,9 @@
<h3>Downloading WADs</h3>
<p>Download IOS56 for Wii and <i>one</i> of the WiiMart WADs below.</p>
<p><a href="wad/IOS56(Wii).wad"><button>Download IOS56 for Wii</button></a></p>
<p><a href="wad/IOS80(Wii).wad"><button>Download IOS80 for Wii</button></a> <a href="support#IOS80"><button>?</button></a></p>
<p><a href="wad/WiiMart.wad"><button>Download WiiMart</button></a></p>
<p><a href="wad/WiiMartOB.wad"><button>Download WiiMart (old banner)</button></a> <a href="support#OldBanner">(?)</a></p>
<p><a href="wad/WiiMartOB.wad"><button>Download WiiMart (2006 banner)</button></a> <a href="support#OldBanner"><button>?</button></a></p>
<h3>Installing WADs</h3>
<p>Use <a href="https://oscwii.org/library/app/yawmME">YAWWME</a> as it is <i>the</i> recommended WAD manager for it's brick protection.</p>
<img src="media/screenshot-yawmme-wii.png">
@ -125,4 +147,4 @@
<footer><p>WiiMart is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer>
</body>
</html>
</html>

BIN
media/button-inst.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -34,16 +34,20 @@
<tr><td><a href="martyna-peek.png">martyna-peek.png</a></td></tr>
<tr><td><a href="pfp-andry.png">pfp-andry.png</a></td></tr>
<tr><td><a href="pfp-chris.png">pfp-chris.png</a></td></tr>
<tr><td><a href="pfp-comp.gif">pfp-comp.gif</a></td></tr>
<tr><td><a href="pfp-def.png">pfp-def.png</a></td></tr>
<tr><td><a href="pfp-emol.png">pfp-emol.png</a></td></tr>
<tr><td><a href="pfp-fishie.png">pfp-fishie.png</a></td></tr>
<tr><td><a href="pfp-gem.png">pfp-gem.png</a></td></tr>
<tr><td><a href="pfp-idkwh.png">pfp-idkwh.png</a></td></tr>
<tr><td><a href="pfp-ocarina.png">pfp-ocarina.png</a></td></tr>
<tr><td><a href="pfp-peg.png">pfp-peg.png</a></td></tr>
<tr><td><a href="pfp-rm05.png">pfp-rm05.png</a></td></tr>
<tr><td><a href="pfp-rou.png">pfp-rou.png</a></td></tr>
<tr><td><a href="pfp-selim.png">pfp-selim.png</a></td></tr>
<tr><td><a href="pfp-subnetic.png">pfp-subnetic.png</a></td></tr>
<tr><td><a href="pfp-thom.png">pfp-thom.png</a></td></tr>
<tr><td><a href="pfp-tim.gif">pfp-tim.gif</a></td></tr>
<tr><td><a href="pfp-wabagg.png">pfp-wabagg.png</a></td></tr>
<tr><td><a href="pfp-wiimart.png">pfp-wiimart.png</a></td></tr>
<tr><td><a href="pfp-yts.png">pfp-yts.png</a></td></tr>
@ -59,7 +63,13 @@
<tr><td><a href="screenshot-eula-help-2-issue.png">screenshot-eula-help-2-issue.png</a></td></tr>
<tr><td><a href="screenshot-eula-help-3.png">screenshot-eula-help-3.png</a></td></tr>
<tr><td><a href="screenshot-eula-help-4.png">screenshot-eula-help-4.png</a></td></tr>
<tr><td><a href="screenshot-files-1.png">screenshot-files-1.png</a></td></tr>
<tr><td><a href="screenshot-files-2.png">screenshot-files-2.png</a></td></tr>
<tr><td><a href="screenshot-files-2-issue.png">screenshot-files-2-issue.png</a></td></tr>
<tr><td><a href="screenshot-game.png">screenshot-game.png</a></td></tr>
<tr><td><a href="screenshot-hbc-blank.png">screenshot-hbc-blank.png</a></td></tr>
<tr><td><a href="screenshot-hbc-wm-inst-1.png">screenshot-hbc-wm-inst-1.png</a></td></tr>
<tr><td><a href="screenshot-hbc-wm-inst-2.png">screenshot-hbc-wm-inst-2.png</a></td></tr>
<tr><td><a href="screenshot-loading.png">screenshot-loading.png</a></td></tr>
<tr><td><a href="screenshot-main-menu.png">screenshot-main-menu.png</a></td></tr>
<tr><td><a href="screenshot-news.png">screenshot-news.png</a></td></tr>
@ -84,6 +94,14 @@
<tr><td><a href="screenshot-system-menu.png">screenshot-system-menu-wii.png</a></td></tr>
<tr><td><a href="screenshot-yawmme-vwii.png">screenshot-yawmme-vwii.png</a></td></tr>
<tr><td><a href="screenshot-yawmme-wii.png">screenshot-yawmme-wii.png</a></td></tr>
<tr><td><a href="sound-fail.mp3">sound-fail.mp3</a></td></tr>
<tr><td><a href="sound-gary.mp3">sound-gary.mp3</a></td></tr>
<tr><td><a href="sound-points.mp3">sound-points.mp3</a></td></tr>
<tr><td><a href="sound-roblox-coil.mp3">sound-roblox-coil.mp3</a></td></tr>
<tr><td><a href="sound-shop-finish.wav">sound-shop-finish.wav</a></td></tr>
<tr><td><a href="sound-sonic.exe.mp3">sound-sonic.exe.mp3</a></td></tr>
<tr><td><a href="sound-su-ringtone.mp3">sound-su-ringtone.mp3</a></td></tr>
<tr><td><a href="sound-zelda.mp3">sound-zelda.mp3</a></td></tr>
</table>
<p><mark>Note</mark>: WAD files used to be here, they have been since moved to <a href="../wad">/wad</a>.

BIN
media/pfp-comp.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 KiB

BIN
media/pfp-emol.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
media/pfp-rou.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
media/pfp-tim.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

BIN
media/sound-fail.mp3 Normal file

Binary file not shown.

BIN
media/sound-points.mp3 Normal file

Binary file not shown.

BIN
media/sound-roblox-coil.mp3 Normal file

Binary file not shown.

BIN
media/sound-shop-finish.wav Normal file

Binary file not shown.

BIN
media/sound-sonic.exe.mp3 Normal file

Binary file not shown.

BIN
media/sound-su-ringtone.mp3 Normal file

Binary file not shown.

BIN
media/sound-zelda.mp3 Normal file

Binary file not shown.

BIN
meta/ico-bsky.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
meta/ico-twitch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -26,7 +26,9 @@
<tr><td><a href="favicon.ico">favicon.ico</a></td></tr>
<tr><td><a href="gallery.js">gallery.js</a></td></tr>
<tr><td><a href="gary.mp3">gary.mp3</a></td></tr>
<tr><td><a href="ico-bsky.png">ico-bsky.png</a></td></tr>
<tr><td><a href="ico-git.png">ico-git.png</a></td></tr>
<tr><td><a href="ico-twitch.png">ico-twitch.png</a></td></tr>
<tr><td><a href="ico-web.png">ico-web.png</a></td></tr>
<tr><td><a href="ico-yt.png">ico-yt.png</a></td></tr>
<tr><td><a href="issue.js">issue.js</a></td></tr>

View File

@ -17,6 +17,7 @@ h1, h2 {color:#34BEED;}
h1 {font-size: 30px;}
h1 a {text-decoration:none}
h1 img {position: absolute;top: 20px;margin-left: 10px}
hr {border-color:grey}
a {color:#34BEED; font-weight: bold;}
::selection{color: #323232;background: #34BEED;}
@ -26,17 +27,12 @@ body.dir a {color:black;text-decoration: none;font-weight: normal;}
body.dir a:hover {color:#34BEED}
table {border: 1px solid white; border-collapse: collapse;}
th, td {border: 1px solid;}
div.mem {display: flex;align-items: flex-start;}
.uname {max-width:90%;word-wrap:break-word; word-break:break-word;}
div.pfp {display: flex;align-items: center;width: 100%;}
img.pfp {width:150px;height:150px; min-height:150px; min-width:150px; object-fit: cover;margin-right:10px;border-radius: 5px;}
p.mem {flex: 1;}
.ico {min-width:30px; min-height:30px; width:40px; height:40px;}
img.ico {vertical-align: middle; min-width:30px; min-height:30px; width:40px; height:40px;}
button.ico {width:20px; height:20px;}
img.ico {vertical-align: middle; width:25px; height:25px;}
.blue {color:#1164E9;}
mark {color:white;background:#34BEED;font-weight:bold;}
mark.new {background-color: gold;border-radius: 10px; padding-right:5px; padding-left:5px;font-weight:bold;}
mark.new {background-color: gold;color:orangered;border-radius: 10px; padding-right:5px; padding-left:5px;font-weight:bold;}
div.issue {border-color:red;color:red;width:100%;text-align:center;}
div.issue h2 {color:red;}

View File

@ -19,7 +19,7 @@
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<style>img, img.slide {width:100%} input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;} div.err {border-color:red;text-align:left; h2 {color: #FF0000;} p {color: #FF0000;}}</style>
</head>
<body onload="loadafterwednesdaycheck();">
<body onload="loadafterwednesdaycheck();">
<div id="bgmplayer">
<h2>BGM player</h2>
<a href="javascript:playBGM();" id="shopbgmselector"><button id="shopbgm">Play</button></a>
@ -29,7 +29,7 @@
<h1><a href="/">WiiMart</a></h1>
<a href="install"><button>Install</button></a> <button disabled>Support</button> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a><br><br>
<a href="install"><button>Install</button></a> <button disabled>Support</button> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a> <a href="credits"><button>Credits</button></a><br><br>
<h2>Shop-related</h2>
@ -40,6 +40,8 @@
<p>Check it with <a href="errors">this tool</a>, otherwise ask for help in the <b>#support</b> channel on <a href="https://wiimart.org">Discord</a>.</p>
<h3>Why did the gift button dissappear?</h3>
<p>Gifting was available using a WiiConnect24 revival. Unfortunately we were asked to stop sending out gifts via their service.</p>
<h3 id="IOS80">Why can't I install titles to the SD Card?</h3>
<p>A patched IOS80 WAD is needed. To get it, go through the <a href="install">Install</a> page.</p>
<h3>How do I change the region?</h3>
<div class="gallery" style="width:100%">
<img src="media/screenshot-region-help-1.png" class="slide">
@ -75,9 +77,11 @@
<p>Install the following WADs, they will overwrite WiiMart and the patched IOS associated.</p>
<h4>Wii</h4>
<p><a href="wad/IOS56(WiiOriginal).wad"><button>Download IOS56 for Wii</button></a></p>
<p><a href="wad/IOS80(vWiiOriginal).wad"><button>Download IOS80 for Wii</button></a></p>
<p><a href="wad/Wii-Shop-Wii-Original.wad"><button>Download Wii Shop for Wii</button></a></p>
<h4>vWii</h4>
<p><a href="wad/IOS56(vWiiOriginal).wad"><button>Download IOS56 for vWii</button></a></p>
<p><a href="wad/IOS80(vWiiOriginal).wad"><button>Download IOS80 for vWii</button></a></p>
<p><a href="wad/Wii-Shop-vWii-Original.wad"><button>Download Wii Shop for vWii</button></a></p>
</div>
@ -159,4 +163,5 @@
<footer><p>WiiMart is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer>
</body</html>
</body>
</html>

Binary file not shown.

Binary file not shown.