Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all references to assistant.moe domain & subdomains #12

Merged
merged 1 commit into from
Feb 4, 2025
Merged
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
29 changes: 0 additions & 29 deletions Avatars/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta content="text/html; charset=utf-8" http-equiv="content-type">
Start Favicon
<link rel="apple-touch-icon" sizes="57x57" href="https://cdn.assistant.moe/favicon/modelsaber/avatar/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://cdn.assistant.moe/favicon/modelsaber/avatar/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://cdn.assistant.moe/favicon/modelsaber/avatar/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://cdn.assistant.moe/favicon/modelsaber/avatar/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://cdn.assistant.moe/favicon/modelsaber/avatar/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://cdn.assistant.moe/favicon/modelsaber/avatar/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://cdn.assistant.moe/favicon/modelsaber/avatar/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://cdn.assistant.moe/favicon/modelsaber/avatar/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.assistant.moe/favicon/modelsaber/avatar/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://cdn.assistant.moe/favicon/modelsaber/avatar/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.assistant.moe/favicon/modelsaber/avatar/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://cdn.assistant.moe/favicon/modelsaber/avatar/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.assistant.moe/favicon/modelsaber/avatar/favicon-16x16.png">
<link rel="manifest" href="https://cdn.assistant.moe/favicon/modelsaber/avatar/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">

End Favicon

<title>ModelSaber</title>
<link href="https://cdn.assistant.moe/css/bulma.css" media="screen" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/custom.css" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/light.css" id="light-theme" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/dark.css" id="dark-theme" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">

<script src="https://cdn.assistant.moe/js/theme.js"></script>-->
<?php require_once '../head.php'; ?>
<?php require_once ROOT . '/resources/includes/sort.php'; ?>
<meta name="msapplication-TileImage" content="/favicon/avatar/ms-icon-144x144.png">
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM php:7-apache-buster

RUN apt-get update && \
apt-get install -y libpq-dev python3 python3-pip libonig-dev git && \
apt-get install -y libpq-dev python3 python3-pip libonig-dev zlib1g-dev libjpeg-dev git && \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding these was necessary to get the docker image to build, I think Pillow (used by UnityPack) got updated and has new dependencies

pip3 install git+https://github.com/HearthSim/UnityPack.git@f8cdc2516538d189606a76986ad2d71c3fad5f8b#egg=unitypack && \
docker-php-ext-install pdo_pgsql exif mbstring && \
cp -v "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" && \
Expand Down
10 changes: 0 additions & 10 deletions Manage/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,6 @@ function delTree($dir) {
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta content="text/html; charset=utf-8" http-equiv="content-type">
<title><?= SITECAMEL ?></title>
<link href="https://cdn.assistant.moe/css/bulma.css" media="screen" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/custom.css" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/light.css" id="light-theme" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/dark.css" id="dark-theme" rel="stylesheet">
<link href="<?= WEBROOT ?>/resources/input.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.assistant.moe/js/theme.js"></script>-->
<?php require_once ROOT . '/head.php'; ?>
<?php require_once ROOT . '/resources/includes/sort.php'; ?>
</head>
Expand Down
28 changes: 0 additions & 28 deletions Platforms/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta content="text/html; charset=utf-8" http-equiv="content-type">
Start Favicon
<link rel="apple-touch-icon" sizes="57x57" href="https://cdn.assistant.moe/favicon/modelsaber/platform/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://cdn.assistant.moe/favicon/modelsaber/platform/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://cdn.assistant.moe/favicon/modelsaber/platform/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://cdn.assistant.moe/favicon/modelsaber/platform/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://cdn.assistant.moe/favicon/modelsaber/platform/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://cdn.assistant.moe/favicon/modelsaber/platform/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://cdn.assistant.moe/favicon/modelsaber/platform/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://cdn.assistant.moe/favicon/modelsaber/platform/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.assistant.moe/favicon/modelsaber/platform/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://cdn.assistant.moe/favicon/modelsaber/platform/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.assistant.moe/favicon/modelsaber/platform/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://cdn.assistant.moe/favicon/modelsaber/platform/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.assistant.moe/favicon/modelsaber/platform/favicon-16x16.png">
<link rel="manifest" href="https://cdn.assistant.moe/favicon/modelsaber/platform/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
End Favicon

<title>ModelSaber</title>
<link href="https://cdn.assistant.moe/css/bulma.css" media="screen" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/custom.css" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/light.css" id="light-theme" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/dark.css" id="dark-theme" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">

<script src="https://cdn.assistant.moe/js/theme.js"></script>-->
<?php require_once '../head.php'; ?>
<?php require_once ROOT . '/resources/includes/sort.php'; ?>
<meta name="msapplication-TileImage" content="/favicon/platform/ms-icon-144x144.png">
Expand Down
28 changes: 0 additions & 28 deletions Quest/Sabers/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta content="text/html; charset=utf-8" http-equiv="content-type">
Start Favicon
<link rel="apple-touch-icon" sizes="57x57" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://cdn.assistant.moe/favicon/modelsaber/saber/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.assistant.moe/favicon/modelsaber/saber/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://cdn.assistant.moe/favicon/modelsaber/saber/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.assistant.moe/favicon/modelsaber/saber/favicon-16x16.png">
<link rel="manifest" href="https://cdn.assistant.moe/favicon/modelsaber/saber/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">

End Favicon
<title>ModelSaber</title>
<link href="https://cdn.assistant.moe/css/bulma.css" media="screen" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/custom.css" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/light.css" id="light-theme" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/dark.css" id="dark-theme" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">

<script src="https://cdn.assistant.moe/js/theme.js"></script>-->
<?php require_once '../../head.php'; ?>
<?php require_once ROOT . '/resources/includes/sort.php'; ?>
<meta name="msapplication-TileImage" content="/favicon/saber/ms-icon-144x144.png">
Expand Down
2 changes: 1 addition & 1 deletion Quest/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<p>If you have the <a href="https://github.com/Assistant/ModAssistant">Mod Assistant</a> installed, you can simply click on the <kbd>Install</kbd> buttons to automatically install these models.</p>
<p>If you don't, you can still <kbd>Download</kbd> them manually.</p>
<p>Now with a <strong><em>dark secret...</em></strong></p>
<p>If you want to learn to make your own, visit the guides for <a href="https://bs.assistant.moe/Avatars"><?= ucfirst(AVATARS) ?></a>, <a href="https://bs.assistant.moe/Sabers"><?= ucfirst(SABERS) ?></a>, <a href="https://bs.assistant.moe/Platforms"><?= ucfirst(PLATFORMS) ?></a>, and <a href="https://bs.assistant.moe/Bloqs"><?= ucfirst(NOTES) ?></a>.</p>
<p>If you want to learn to make your own, visit the guides for <a href="https://bsmg.wiki/models/custom-avatars.html"><?= ucfirst(AVATARS) ?></a>, <a href="https://bsmg.wiki/models/custom-sabers.html"><?= ucfirst(SABERS) ?></a>, <a href="https://bsmg.wiki/models/custom-platforms.html"><?= ucfirst(PLATFORMS) ?></a>, and <a href="https://bsmg.wiki/models/custom-notes.html"><?= ucfirst(NOTES) ?></a>.</p>
<p>You can also join the <a href="https://discord.gg/beatsabermods">BSMG Discord</a> if you have any further questions.</p>
</div>
</div>
Expand Down
28 changes: 0 additions & 28 deletions Sabers/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta content="text/html; charset=utf-8" http-equiv="content-type">
Start Favicon
<link rel="apple-touch-icon" sizes="57x57" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.assistant.moe/favicon/modelsaber/saber/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://cdn.assistant.moe/favicon/modelsaber/saber/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.assistant.moe/favicon/modelsaber/saber/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://cdn.assistant.moe/favicon/modelsaber/saber/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.assistant.moe/favicon/modelsaber/saber/favicon-16x16.png">
<link rel="manifest" href="https://cdn.assistant.moe/favicon/modelsaber/saber/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">

End Favicon
<title>ModelSaber</title>
<link href="https://cdn.assistant.moe/css/bulma.css" media="screen" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/custom.css" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/light.css" id="light-theme" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/dark.css" id="dark-theme" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">

<script src="https://cdn.assistant.moe/js/theme.js"></script>-->
<?php require_once '../head.php'; ?>
<?php require_once ROOT . '/resources/includes/sort.php'; ?>
<meta name="msapplication-TileImage" content="/favicon/saber/ms-icon-144x144.png">
Expand Down
2 changes: 1 addition & 1 deletion Upload/Guide/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
</div>
</section>
<?php include_once ROOT . '/resources/includes/scripts.php'; ?>
<script src="https://cdn.assistant.moe/js/prism.js"></script>
<script src="<?= WEBROOT ?>/resources/js/prism.js"></script>
</body>
</html>
27 changes: 0 additions & 27 deletions Upload/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta content="text/html; charset=utf-8" http-equiv="content-type">
Start Favicon
<link rel="apple-touch-icon" sizes="57x57" href="https://cdn.assistant.moe/favicon/modelsaber/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://cdn.assistant.moe/favicon/modelsaber/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://cdn.assistant.moe/favicon/modelsaber/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://cdn.assistant.moe/favicon/modelsaber/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://cdn.assistant.moe/favicon/modelsaber/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://cdn.assistant.moe/favicon/modelsaber/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://cdn.assistant.moe/favicon/modelsaber/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://cdn.assistant.moe/favicon/modelsaber/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.assistant.moe/favicon/modelsaber/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://cdn.assistant.moe/favicon/modelsaber/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.assistant.moe/favicon/modelsaber/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://cdn.assistant.moe/favicon/modelsaber/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.assistant.moe/favicon/modelsaber/favicon-16x16.png">
<link rel="manifest" href="https://cdn.assistant.moe/favicon/modelsaber/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
End Favicon
<title>ModelSaber</title>
<link href="https://cdn.assistant.moe/css/bulma.css" media="screen" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/custom.css" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/light.css" id="light-theme" rel="stylesheet">
<link href="https://cdn.assistant.moe/css/dark.css" id="dark-theme" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.assistant.moe/js/theme.js"></script>-->
<?php require_once '../head.php'; ?>
<!--Start OEmbed-->
<meta content="ModelSaber" property="og:site_name">
Expand Down
Loading
Loading