From 1df00d2b9bc7d042b74a4ef7e4d8051355e5b93a Mon Sep 17 00:00:00 2001 From: Anon Dev <85408287+anondev-sudo@users.noreply.github.com> Date: Sun, 6 Jun 2021 11:25:47 +0200 Subject: [PATCH 1/3] Update main.blade.php --- resources/views/layouts/main.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/layouts/main.blade.php b/resources/views/layouts/main.blade.php index 808b9858..6d1d649f 100644 --- a/resources/views/layouts/main.blade.php +++ b/resources/views/layouts/main.blade.php @@ -34,7 +34,7 @@ Home From 164ddbe24e7be0c40d908fc7296d84fea6e820be Mon Sep 17 00:00:00 2001 From: Anon Dev <85408287+anondev-sudo@users.noreply.github.com> Date: Sun, 6 Jun 2021 11:28:09 +0200 Subject: [PATCH 2/3] Update home.blade.php --- resources/views/home.blade.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 61c74571..43e786f5 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -58,8 +58,8 @@
- Usage - {{number_format($useage, 2, '.', '')}} p/m + Credit usage + {{number_format($useage, 2, '.', '')}} per month
@@ -83,23 +83,23 @@
-
Pterodactyl Panel
Use your servers on our pterodactyl panel (You can use the same login details)
-
phpMyAdmin
View your database online using phpMyAdmin
-
Discord
- Need a helping hand? want to chat? got any questions? Join our discord! + Need a helping hand? Want to chat? Got any questions? Join our discord!
From 56ea86ad50e9dcd50efa333a0a0d3b29cc94555d Mon Sep 17 00:00:00 2001 From: Anon Dev <85408287+anondev-sudo@users.noreply.github.com> Date: Sun, 6 Jun 2021 11:29:53 +0200 Subject: [PATCH 3/3] Update WelcomeMessage.php --- app/Notifications/WelcomeMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/WelcomeMessage.php b/app/Notifications/WelcomeMessage.php index bb2b6de8..d74390a2 100644 --- a/app/Notifications/WelcomeMessage.php +++ b/app/Notifications/WelcomeMessage.php @@ -52,7 +52,7 @@ class WelcomeMessage extends Notification
Verification

Please verify your email address to get " . Configuration::getValueByKey('CREDITS_REWARD_AFTER_VERIFY_EMAIL') . " extra credits and increase your server limit to " . Configuration::getValueByKey('SERVER_LIMIT_REWARD_AFTER_VERIFY_EMAIL') . "
You can also verify your discord account to get another " . Configuration::getValueByKey('CREDITS_REWARD_AFTER_VERIFY_DISCORD') . " credits and to increase your server limit again with " . Configuration::getValueByKey('SERVER_LIMIT_REWARD_AFTER_VERIFY_DISCORD') . "

Information
-

This dashboard can be used to create and delete servers.
These servers can be used and managed thru our pterodactyl panel.
If you have any questions, please join our Discord and #create-a-ticket.

+

This dashboard can be used to create and delete servers.
These servers can be used and managed on our pterodactyl panel.
If you have any questions, please join our Discord server and #create-a-ticket.

We hope you can enjoy this hosting experience and if you have any suggestions please let us know!

Regards,
" . config('app.name', 'Laravel') . "

",