Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ app.get("*", (req, res) => {
});

app.listen(port, () => {
console.log(`CMOC Viewer is running on ${port}`);
console.log(`Mii Contest Viewer is running on ${port}`);
});

module.exports = app;
4 changes: 2 additions & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta
name="keywords"
content="Check Mii Out Channel, CMOC, Wii, WiiLink, RiiConnect24, RC24, Nintendo, Mii, Miis, Download Miis, Mii Parade, Mii Contest Channel, Mii Contest, Mii Contest Channel Shutdown, Mii Contest Channel Revival, Mii Contest Channel Revived, Mii Contest Channel Revival Project, Mii Contest Channel Revived Project, Mii Contest Channel Revival Project by WiiLink24, Mii Contest Channel Revived Project by WiiLink24, Mii Contest Channel Revival Project by WiiLink, Mii Contest Channel Revived Project by WiiLink, WiiLink24, wiilink24.com, riiconnect24.com, rc24.xyz"
content="Check Mii Out Channel, CMOC, Wii, WiiLink, RiiConnect24, RC24, Nintendo, Mii, Miis, Download Miis, Mii Parade, Mii Contest Channel, Mii Contest, Mii Contest Channel Shutdown, Mii Contest Channel Revival, MCC, Mii Contest Channel Revived, Mii Contest Channel Revival Project, Mii Contest Channel Revived Project, Mii Contest Channel Revival Project by WiiLink24, Mii Contest Channel Revived Project by WiiLink24, Mii Contest Channel Revival Project by WiiLink, Mii Contest Channel Revived Project by WiiLink, WiiLink24, wiilink24.com, riiconnect24.com, rc24.xyz"
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Expand All @@ -27,7 +27,7 @@
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CMOC Viewing Tool | WiiLink</title>
<title>MCC Viewing Tool | WiiLink</title>
<script src="https://kit.fontawesome.com/e47ece3e74.js" crossorigin="anonymous"></script>
<script
src="https://unpkg.com/twemoji@latest/dist/twemoji.min.js"
Expand Down
Binary file modified frontend/public/img/viewingTool-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/components/FooterPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@

<hr class="hr" style={display} />
<div class="footer-holder" style={display}>
<h4 class="slogan">The WiiLink CMOC Viewing Tool is a website where you can check all Miis posted into the Check Mii Out Channel, as well as download them and view contests!
<h4 class="slogan">The WiiLink Mii Contest Viewing Tool is a website where you can check all Miis posted into the Mii Contest Channel, as well as download them and view contests!
<br><br>
© 2020-2024 <b style="font-family:Rubik;">WiiLink</b><b style="font-family:Gilroy;">
Team</b
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/[...404].vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Title from '@/components/Title.vue'
import { useHead } from '@unhead/vue'

useHead({
title: '404 | CMOC Viewing Tool',
title: '404 | MCC Viewing Tool',
meta: [
{ name: 'description', content: 'The content you were looking for could not be found...' },
{ property: 'og:image', content: '/img/cmocseobg.png' }
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/artisans/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import LoadingAnimation from '@/components/LoadingAnimation.vue'
import { useHead } from '@unhead/vue'

useHead({
title: 'Artisan View | CMOC Viewing Tool',
title: 'Artisan View | MCC Viewing Tool',
meta: [
{ name: 'description', content: 'Detailed information about a specific Mii Artisan, including all their posted Miis for you to download!'},
{ property: 'og:image', content: '/img/cmocseobg.png' },
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/artisans/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import LoadingAnimation from '@/components/LoadingAnimation.vue'
import { useHead } from '@unhead/vue'

useHead({
title: 'Artisans | CMOC Viewing Tool',
title: 'Artisans | MCC Viewing Tool',
meta: [
{ name: 'description', content: 'Here are all the people that make the amazing Miis you see on the Plaza!'},
{ property: 'og:image', content: '/img/cmocseobg.png' },
Expand Down Expand Up @@ -48,7 +48,7 @@ watch(current_page, async (newValue) => {
<img
src="https://rc24.xyz/goodies/wallpapers/CMO_Channel_BG_1600x900.png"
class="w-full absolute z-0 blur-sm dissolve"
alt="CMOC Background Image"
alt="MCC Background Image"
/>
<div class="container translate-y-10">
<Title name="Artisans" />
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/contests.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { RouterLink, RouterView } from 'vue-router'
import { useHead } from '@unhead/vue'

useHead({
title: 'Contests | CMOC Viewing Tool',
title: 'Contests | MCC Viewing Tool',
meta: [
{ name: 'description', content: 'View all running and past contests of the service, as well as information associated to them!'},
{ property: 'og:image', content: '/img/cmocseobg.png' },
Expand All @@ -17,7 +17,7 @@ useHead({
<img
src="https://rc24.xyz/goodies/wallpapers/CMO_Channel_BG_1600x900.png"
class="w-full absolute z-0 blur-sm dissolve"
alt="CMOC Background Image"
alt="MCC Background Image"
/>
<div class="container translate-y-10">
<Title name="Contests" />
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/contests/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import LoadingAnimation from '@/components/LoadingAnimation.vue'
import { useHead } from '@unhead/vue'

useHead({
title: 'Contest View | CMOC Viewing Tool',
title: 'Contest View | MCC Viewing Tool',
meta: [
{ name: 'description', content: 'View all running and past contests of the service, as well as information associated to them!'},
{ property: 'og:image', content: '/img/cmocseobg.png' },
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/contests/active.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ContestCard from '@/components/ContestCard.vue';
import { useHead } from '@unhead/vue'

useHead({
title: 'Active Contests | CMOC Viewing Tool',
title: 'Active Contests | MCC Viewing Tool',
meta: [
{ name: 'description', content: 'View all running and past contests of the service, as well as information associated to them!'},
{ property: 'og:image', content: '/img/cmocseobg.png' },
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/contests/previous.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ContestCard from '@/components/ContestCard.vue';
import { useHead } from '@unhead/vue'

useHead({
title: 'Previous Contests | CMOC Viewing Tool',
title: 'Previous Contests | MCC Viewing Tool',
meta: [
{ name: 'description', content: 'View all running and past contests of the service, as well as information associated to them!'},
{ property: 'og:image', content: '/img/cmocseobg.png' },
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import MiiCard from '@/components/MiiCard.vue'
import { useHead } from '@unhead/vue'

useHead({
title: 'Home | CMOC Viewing Tool',
title: 'Home | MCC Viewing Tool',
meta: [
{ name: 'description', content: 'Get updated info on all running contests, as well as download your favorite Mii Characters from our service!'},
{ property: 'og:image', content: '/img/cmocseobg.png' },
Expand Down Expand Up @@ -100,7 +100,7 @@ const dragEnd = (e) => {
<div class="container lg:py-20 py-10 lg:absolute relative">
<section class="lg:h-[500px] flex flex-col justify-between grow-0 lg:w-1/2 space-y-2">
<div>
<h1 class="text-5xl font-bold">Welcome to the new CMOC Viewing Tool</h1>
<h1 class="text-5xl font-bold">Welcome to the new MCC Viewing Tool</h1>
<h2 class="mt-2 text-3xl">
Get updated info on all running contests, as well as download your favorite Mii
Characters from our service.
Expand Down Expand Up @@ -211,7 +211,7 @@ const dragEnd = (e) => {
</ul>
</div>
<div class="mt-6 mb-10">
<h1 class="font-bold text-4xl">What's new on the Check Mii Out Channel?</h1>
<h1 class="font-bold text-4xl">What's new on the Mii Contest Channel?</h1>
<div class="p-6 mt-3 border-4 border-slate-600 border-dashed rounded-3xl block relative">
<i class="-right-10 -top-10 text-9xl animate-spin text-yellow-300/60 fa-solid fa-certificate absolute"></i>
<div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/plaza/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import LoadingAnimation from '@/components/LoadingAnimation.vue';
import { useHead } from '@unhead/vue'

useHead({
title: 'Mii View | CMOC Viewing Tool',
title: 'Mii View | MCC Viewing Tool',
meta: [
{ name: 'description', content: 'Detailed information about a specific Mii!'},
{ property: 'og:image', content: '/img/cmocseobg.png' },
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/plaza/popular.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import LoadingAnimation from '@/components/LoadingAnimation.vue'
import { useHead } from '@unhead/vue'

useHead({
title: 'Popular | CMOC Viewing Tool',
title: 'Popular | MCC Viewing Tool',
meta: [
{ name: 'description', content: 'Up and rising Miis in our service, download them for yourself!'},
{ property: 'og:image', content: '/img/cmocseobg.png' },
Expand Down Expand Up @@ -60,7 +60,7 @@ watch(current_page, async (newValue) => {
<img
src="https://rc24.xyz/goodies/wallpapers/CMO_Channel_BG_blue_1600x900.png"
class="w-full absolute z-0 blur-sm dissolve"
alt="CMOC Background Image"
alt="MCC Background Image"
/>
<div class="container translate-y-10">
<Title name="Popular" />
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/plaza/top.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { fetchPlazaTop } from '@/backend'
import { useHead } from '@unhead/vue'

useHead({
title: 'Top 50 | CMOC Viewing Tool',
title: 'Top 50 | MCC Viewing Tool',
meta: [
{ name: 'description', content: 'Top 50 Miis currently in the service!'},
{ property: 'og:image', content: '/img/cmocseobg.png' },
Expand All @@ -33,7 +33,7 @@ onMounted(async () => {
<img
src="https://rc24.xyz/goodies/wallpapers/CMO_Channel_BG_orange_1600x900.png"
class="w-full absolute z-0 blur-sm dissolve"
alt="CMOC Background Image"
alt="MCC Background Image"
/>
<div class="container translate-y-10">
<Title name="Top 50" />
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import LoadingAnimation from '@/components/LoadingAnimation.vue'
import { useHead } from '@unhead/vue'

useHead({
title: 'Search | CMOC Viewing Tool',
title: 'Search | MCC Viewing Tool',
meta: [
{ name: 'description', content: 'Search all of our Mii database and download them for yourself!'},
{ property: 'og:image', content: '/img/cmocseobg.png' },
Expand Down Expand Up @@ -217,7 +217,7 @@ watch(current_page, async (newValue) => {
<div v-else-if="search_type == 'miis'" class="p-20 w-full h-30 rounded-[18px] border-4 border-gray-400 dark:border-slate-500 border-dashed flex items-center justify-center relative">
<div class="flex flex-col items-center gap-3 text-gray-500 dark:text-slate-400">
<div class="flex flex-row gap-3 items-center"><i class="fa-solid fa-magnifying-glass text-6xl"></i><b class="p-3 pl-6 pr-6 rounded-lg text-white bg-green-500">Mii Search Mode</b></div>
<h2 class="sm:w-96 w-full text-center relative">To begin searching, type your query in the box and press the enter key or <i class="fa-solid fa-magnifying-glass"></i> Search icon. You can search for a Mii by using its Name, CMOC Contest Code, or Initals.</h2>
<h2 class="sm:w-96 w-full text-center relative">To begin searching, type your query in the box and press the enter key or <i class="fa-solid fa-magnifying-glass"></i> Search icon. You can search for a Mii by using its Name, MCC Contest Code, or Initals.</h2>
</div>
</div>
<div v-else-if="search_type == 'artisans'" class="p-20 w-full h-30 rounded-[18px] border-4 border-gray-400 dark:border-slate-500 border-dashed flex items-center justify-center relative">
Expand Down