Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Update the links of MythicalDash
  • Loading branch information
NaysKutzu committed May 13, 2024
1 parent 0d13b29 commit cf74289
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Do you want MythicalDash?

You can find a step-by-step installation documentation over here: 

https://docs.mythicalsystems.me
https://docs.mythicalsystems.xyz
## Support

For support, discord server: [discord.gg/freehost](https://discord.gg/3FWyugpznc)
Expand Down Expand Up @@ -69,7 +69,7 @@ Yes, if you choose to install MythicalDash you agree with:
## Demo

You can find a live deployment copy of MythicalDash here:
- https://devclient.mythicalsystems.me
- https://devclient.mythicalsystems.xyz

## Roadmap

Expand Down
12 changes: 6 additions & 6 deletions Insomnia_2024-02-29.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ resources:
params:
- id: pair_786fa7c51a9847758381b99be88d5942
name: email
value: admin@mythicalsystems.me
value: admin@mythicalsystems.xyz
description: ""
- id: pair_bd61ca0e3aa6445fb9c84423cbf4af37
name: coins
Expand Down Expand Up @@ -422,7 +422,7 @@ resources:
params:
- id: pair_61239e6aebf748eaa512e784c5d06aae
name: email
value: admin@mythicalsystems.me
value: admin@mythicalsystems.xyz
description: ""
- id: pair_49bc7f42e8f14355919bc9bcba11c16a
name: coins
Expand Down Expand Up @@ -491,7 +491,7 @@ resources:
params:
- id: pair_c594e08be34c4407823b1b5e47b3e653
name: email
value: admin@mythicalsystems.me
value: admin@mythicalsystems.xyz
description: ""
parameters: []
headers:
Expand Down Expand Up @@ -528,7 +528,7 @@ resources:
params:
- id: pair_eae57274a71e470ba08874f58b9360ac
name: email
value: admin@mythicalsystems.me
value: admin@mythicalsystems.xyz
description: ""
parameters: []
headers:
Expand Down Expand Up @@ -565,7 +565,7 @@ resources:
params:
- id: pair_39a363f2bb3e4df3a116f4fd68b509b4
name: email
value: admin@mythicalsystems.me
value: admin@mythicalsystems.xyz
description: ""
parameters: []
headers:
Expand Down Expand Up @@ -604,7 +604,7 @@ resources:
parameters:
- id: pair_0253fef8faa045e5894fc2766df9e28c
name: email
value: admin@mythicalsystems.me
value: admin@mythicalsystems.xyz
description: ""
headers:
- name: Content-Type
Expand Down
6 changes: 3 additions & 3 deletions app/ErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static function Error($title, $text)
$curl = curl_init();

curl_setopt_array($curl, [
CURLOPT_URL => "https://api.mythicalsystems.me/problem?authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&project=mythicaldash&type=error&title=" . $title . "&message=" . $text,
CURLOPT_URL => "https://api.mythicalsystems.xyz/problem?authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&project=mythicaldash&type=error&title=" . $title . "&message=" . $text,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
Expand All @@ -30,7 +30,7 @@ public static function Warning($title, $text)
$curl = curl_init();

curl_setopt_array($curl, [
CURLOPT_URL => "https://api.mythicalsystems.me/problem?authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&project=mythicaldash&type=warning&title=" . $title . "&message=" . $text,
CURLOPT_URL => "https://api.mythicalsystems.xyz/problem?authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&project=mythicaldash&type=warning&title=" . $title . "&message=" . $text,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
Expand All @@ -51,7 +51,7 @@ public static function Critical($title, $text)
$curl = curl_init();

curl_setopt_array($curl, [
CURLOPT_URL => "https://api.mythicalsystems.me/problem?authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&project=mythicaldash&type=critical&title=" . $title . "&message=" . $text,
CURLOPT_URL => "https://api.mythicalsystems.xyz/problem?authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&project=mythicaldash&type=critical&title=" . $title . "&message=" . $text,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
Expand Down
10 changes: 5 additions & 5 deletions app/Telemetry.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static function NewUser()
$curl = curl_init();

curl_setopt_array($curl, [
CURLOPT_URL => "https://api.mythicalsystems.me/telemetry?project=mythicaldash&action=NewUser&authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&hastoken=".Encryption::generate_keynoinfo(),
CURLOPT_URL => "https://api.mythicalsystems.xyz/telemetry?project=mythicaldash&action=NewUser&authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&hastoken=".Encryption::generate_keynoinfo(),
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
Expand All @@ -25,7 +25,7 @@ public static function NewServer()
$curl = curl_init();

curl_setopt_array($curl, [
CURLOPT_URL => "https://api.mythicalsystems.me/telemetry?project=mythicaldash&action=NewServer&authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&hastoken=".Encryption::generate_keynoinfo(),
CURLOPT_URL => "https://api.mythicalsystems.xyz/telemetry?project=mythicaldash&action=NewServer&authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&hastoken=".Encryption::generate_keynoinfo(),
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
Expand All @@ -42,7 +42,7 @@ public static function NewInstall()
$curl = curl_init();

curl_setopt_array($curl, [
CURLOPT_URL => "https://api.mythicalsystems.me/telemetry?project=mythicaldash&action=NewInstall&authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&hastoken=".Encryption::generate_keynoinfo(),
CURLOPT_URL => "https://api.mythicalsystems.xyz/telemetry?project=mythicaldash&action=NewInstall&authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&hastoken=".Encryption::generate_keynoinfo(),
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
Expand All @@ -59,7 +59,7 @@ public static function NewNode()
$curl = curl_init();

curl_setopt_array($curl, [
CURLOPT_URL => "https://api.mythicalsystems.me/telemetry?project=mythicaldash&action=NewNode&authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&hastoken=".Encryption::generate_keynoinfo(),
CURLOPT_URL => "https://api.mythicalsystems.xyz/telemetry?project=mythicaldash&action=NewNode&authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&hastoken=".Encryption::generate_keynoinfo(),
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
Expand All @@ -76,7 +76,7 @@ public static function NewTicket()
$curl = curl_init();

curl_setopt_array($curl, [
CURLOPT_URL => "https://api.mythicalsystems.me/telemetry?project=mythicaldash&action=NewTicket&authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&hastoken=".Encryption::generate_keynoinfo(),
CURLOPT_URL => "https://api.mythicalsystems.xyz/telemetry?project=mythicaldash&action=NewTicket&authKey=AxWTnecj85SI4bG6rIP8bvw2uCF7W5MmkJcQIkrYS80MzeTraQWyICL690XOio8F&hastoken=".Encryption::generate_keynoinfo(),
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion migrate/65.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE `mythicaldash_settings` CHANGE `bg` `bg` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '\'https://wallpapers.com/images/hd/minecraft-great-cave-walls-forest-hd-mm9b3bqe6qc6s96f.webp\'', CHANGE `ads_code` `ads_code` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '\'<div class=\"card bg-default shadow\"> <style> .gift-container { background-color: #ff0000; padding: 10px; border: 2px solid #333; border-radius: 10px; } .gift-image { width: 100px; height: auto; } </style> <div class=\"card-header\"> <h3 class=\"card-title mb-0\">Advertisement Title</h3> </div> <div class=\"card-body\"> <p>This is a example</p> <a href=\"https://mythicalsystems.me\"> <img src=\"\" alt=\"Gift Image\" class=\"\" /> </a> <a class=\"btn btn-primary\" href=\"https://mythicalsystems.me\">Test</a> </div> </div>\'';
ALTER TABLE `mythicaldash_settings` CHANGE `bg` `bg` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '\'https://wallpapers.com/images/hd/minecraft-great-cave-walls-forest-hd-mm9b3bqe6qc6s96f.webp\'', CHANGE `ads_code` `ads_code` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '\'<div class=\"card bg-default shadow\"> <style> .gift-container { background-color: #ff0000; padding: 10px; border: 2px solid #333; border-radius: 10px; } .gift-image { width: 100px; height: auto; } </style> <div class=\"card-header\"> <h3 class=\"card-title mb-0\">Advertisement Title</h3> </div> <div class=\"card-body\"> <p>This is a example</p> <a href=\"https://mythicalsystems.xyz\"> <img src=\"\" alt=\"Gift Image\" class=\"\" /> </a> <a class=\"btn btn-primary\" href=\"https://mythicalsystems.xyz\">Test</a> </div> </div>\'';
2 changes: 1 addition & 1 deletion migrate/7.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE `mythicaldash_settings` ADD `enable_ads` ENUM('false','true') NOT NULL DEFAULT 'false' AFTER `enable_afk`, ADD `ads_code` TEXT NOT NULL DEFAULT '<div class=\"card bg-default shadow\"> <style> .gift-container { background-color: #ff0000; padding: 10px; border: 2px solid #333; border-radius: 10px; } .gift-image { width: 100px; height: auto; } </style> <div class=\"card-header\"> <h3 class=\"card-title mb-0\">Advertisement Title</h3> </div> <div class=\"card-body\"> <p>This is a example</p> <a href=\"https://mythicalsystems.me\"> <img src=\"https://media.discordapp.net/attachments/1063492404608503910/1097203872470143006/standard.gif\" alt=\"Gift Image\" class=\"\" /> </a> <a class=\"btn btn-primary\" href=\"https://mythicalsystems.me\">Test</a> </div> </div>' AFTER `enable_ads`;
ALTER TABLE `mythicaldash_settings` ADD `enable_ads` ENUM('false','true') NOT NULL DEFAULT 'false' AFTER `enable_afk`, ADD `ads_code` TEXT NOT NULL DEFAULT '<div class=\"card bg-default shadow\"> <style> .gift-container { background-color: #ff0000; padding: 10px; border: 2px solid #333; border-radius: 10px; } .gift-image { width: 100px; height: auto; } </style> <div class=\"card-header\"> <h3 class=\"card-title mb-0\">Advertisement Title</h3> </div> <div class=\"card-body\"> <p>This is a example</p> <a href=\"https://mythicalsystems.xyz\"> <img src=\"https://media.discordapp.net/attachments/1063492404608503910/1097203872470143006/standard.gif\" alt=\"Gift Image\" class=\"\" /> </a> <a class=\"btn btn-primary\" href=\"https://mythicalsystems.xyz\">Test</a> </div> </div>' AFTER `enable_ads`;
2 changes: 1 addition & 1 deletion migrate/81.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ALTER TABLE `mythicaldash_settings` CHANGE `bg` `bg` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'https://wallpapers.com/images/hd/minecraft-great-cave-walls-forest-hd-mm9b3bqe6qc6s96f.webp', CHANGE `ads_code` `ads_code` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '<div class=\"card bg-default shadow\"> <style> .gift-container { background-color: #ff0000; padding: 10px; border: 2px solid #333; border-radius: 10px; } .gift-image { width: 100px; height: auto; } </style> <div class=\"card-header\"> <h3 class=\"card-title mb-0\">Advertisement Title</h3> </div> <div class=\"card-body\"> <p>This is a example</p> <a href=\"https://mythicalsystems.me\"> <img src=\"\" alt=\"Gift Image\" class=\"\" /> </a> <a class=\"btn btn-primary\" href=\"https://mythicalsystems.me\">Test</a> </div> </div>';
ALTER TABLE `mythicaldash_settings` CHANGE `bg` `bg` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'https://wallpapers.com/images/hd/minecraft-great-cave-walls-forest-hd-mm9b3bqe6qc6s96f.webp', CHANGE `ads_code` `ads_code` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '<div class=\"card bg-default shadow\"> <style> .gift-container { background-color: #ff0000; padding: 10px; border: 2px solid #333; border-radius: 10px; } .gift-image { width: 100px; height: auto; } </style> <div class=\"card-header\"> <h3 class=\"card-title mb-0\">Advertisement Title</h3> </div> <div class=\"card-body\"> <p>This is a example</p> <a href=\"https://mythicalsystems.xyz\"> <img src=\"\" alt=\"Gift Image\" class=\"\" /> </a> <a class=\"btn btn-primary\" href=\"https://mythicalsystems.xyz\">Test</a> </div> </div>';
10 changes: 5 additions & 5 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="Discover the epitome of excellence with our Open-Source Client Area, crafted exclusively for Pterodactyl users. Unlock a world of unparalleled convenience and functionality as you delve into an ecosystem designed to elevate your hosting experience. Our meticulously developed solution redefines industry standards, providing a comprehensive suite of features that cater to every aspect of your interaction with Pterodactyl. Join countless others who have embraced the power of our Client Area, and embark on a journey towards effortless management, enhanced control, and a seamless hosting encounter that remains unparalleled." />
<meta name="keywords" content="MythicalDash, MythicalSystems, MythicalDash Host, Start a freehost, Open-Source, Client Area ,Pterodactyl Hosting ,Hosting Management ,User-Friendly Interface ,Enhanced Functionality ,Control Panel ,Hosting Experience ,Innovative Solution ,Client Area Features ,Seamless Management ,Hosting Control ,Pterodactyl Integration ,Advanced Tools ,Hosting Convenience ,Customization Options ,Hosting Optimization ,Client Dashboard ,Effortless Hosting ,Management Suite ,User Experience ,MythicalDash ,MythicalSystems" />
<meta name="author" content="MythicalSystems" />
<meta name="website" content="https://mythicalsystems.me" />
<meta name="website" content="https://mythicalsystems.xyz" />
<meta name="version" content="1.5.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="shortcut icon" href="https://avatars.githubusercontent.com/u/117385445" />
Expand Down Expand Up @@ -54,8 +54,8 @@
</li>

<li><a href="https://discord.gg/xUGNwePZmY" class="sub-menu-item">Discord</a></li>
<li><a href="https://docs.mythicalsystems.me/docs/mythicaldash/intro" class="sub-menu-item">Docs</a></li>
<li><a href="https://devclient.mythicalsystems.me" class="sub-menu-item">Demo</a></li>
<li><a href="https://docs.mythicalsystems.xyz/docs/mythicaldash/intro" class="sub-menu-item">Docs</a></li>
<li><a href="https://devclient.mythicalsystems.xyz" class="sub-menu-item">Demo</a></li>

</ul>
</div>
Expand All @@ -69,7 +69,7 @@ <h4 class="font-bold lg:leading-normal leading-normal text-4xl lg:text-5xl mb-5"
<p class="text-slate-400 text-lg max-w-xl mx-auto">Launch your host and benefit from our expertise in designing and coding the best pterodactyl dashboard.</p>

<div class="mt-6">
<a href="https://docs.mythicalsystems.me/docs/mythicaldash/intro" class="btn bg-indigo-600 hover:bg-indigo-700 border-indigo-600 hover:border-indigo-700 text-white rounded-md">Start the adventure</a>
<a href="https://docs.mythicalsystems.xyz/docs/mythicaldash/intro" class="btn bg-indigo-600 hover:bg-indigo-700 border-indigo-600 hover:border-indigo-700 text-white rounded-md">Start the adventure</a>
</div>
</div>
<div class="home-dashboard mt-8 z-3 wow animate__animated animate__fadeIn">
Expand Down Expand Up @@ -374,7 +374,7 @@ <h6 class="mt-2 font-semibold">Lordwolfy</h6>
<div class="container text-center">
<div class="grid md:grid-cols-2 items-center text-center">
<div class="md:text-left text-center">
<p class="mb-0">Copyright © 2021 - <script>document.write(new Date().getFullYear())</script> <a href="https://mythicalsystems.me">MythicalSystems</a></p>
<p class="mb-0">Copyright © 2021 - <script>document.write(new Date().getFullYear())</script> <a href="https://mythicalsystems.xyz">MythicalSystems</a></p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion view/admin/health.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
?>
<div class="alert alert-danger " role="alert">
You are not up-to-date with your MythicalDash installation, make sure to update <a
href="https://docs.mythicalsystems.me/docs/MythicalDash/upgrade">here</a>.
href="https://docs.mythicalsystems.xyz/docs/MythicalDash/upgrade">here</a>.
</div>
<?php
}
Expand Down
2 changes: 1 addition & 1 deletion view/admin/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
?>
<div class="alert alert-danger " role="alert">
You are not up-to-date with your MythicalDash installation, make sure to update <a
href="https://docs.mythicalsystems.me/docs/MythicalDash/upgrade">here</a>.
href="https://docs.mythicalsystems.xyz/docs/MythicalDash/upgrade">here</a>.
</div>
<?php
}
Expand Down
Loading

0 comments on commit cf74289

Please sign in to comment.