updated references to morblox with archblox (ill do images later)

This commit is contained in:
Thomas G 2022-07-02 12:01:23 +10:00
parent 8aebeecf13
commit a849695f5f
13 changed files with 79 additions and 79 deletions

View File

@ -1,7 +1,7 @@
var time = 5;
function redirect() {
window.location.replace("https://morblox.us");
window.location.replace("https://archblox.com");
}
function countdown() {

View File

@ -24,7 +24,7 @@
<div id="SearchContainer">
<div class="ProfileContainerBox" id="ProfileContainerBox1" style="background-color: white;">
<div id="ProfileContainerBox1ImageContainer">
<img alt="Profile Image" src="https://morblox.us/img/reviewpending.png" width="60px"
<img alt="Profile Image" src="https://archblox.com/img/reviewpending.png" width="60px"
height="100%">
</div>
<div id="ProfileContainerBox1TextContainer" style="color:black">

View File

@ -4,10 +4,10 @@
<head>
<title>Login - {{ env('APP_NAME') }}</title>
<meta charset="utf-8">
<meta content="Login - Morblox" property="og:title" />
<meta content="MORBLOX is a work in progress revival." property="og:description" />
<meta content="https://morblox.us" property="og:url" />
<meta content="https://morblox.us/img/MORBLOXlogo.png" property="og:image" />
<meta content="Login - ARCHBLOX" property="og:title" />
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
<meta content="https://archblox.com" property="og:url" />
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" />
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color" />
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta name="apple-mobile-web-app-capable" content="yes" />
@ -24,9 +24,9 @@
<ul></ul>
<ul></ul>
<div id="logo_signup">
<a href="{{ route('index') }}"><img alt="MORBLOX Logo" src="{{ asset('img/MORBLOXlogo.png') }}"
<a href="{{ route('index') }}"><img alt="ARCHBLOX Logo" src="{{ asset('img/MORBLOXlogo.png') }}"
width="200" height="40" /></a>
<p id="morbin">It's MORBLOX time.</p>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<div class="content_signup">
<h1>Welcome back!</h1>
@ -67,7 +67,7 @@
</form>
</div>
<div id="footer_signup">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin
time!</p>
<p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a>
</p>

View File

@ -4,10 +4,10 @@
<head>
<title>Register - {{ env('APP_NAME') }}</title>
<meta charset="utf-8">
<meta content="Register - Morblox" property="og:title" />
<meta content="MORBLOX is a work in progress revival." property="og:description" />
<meta content="https://morblox.us" property="og:url" />
<meta content="https://morblox.us/img/MORBLOXlogo.png" property="og:image" />
<meta content="Register - ARCHBLOX" property="og:title" />
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
<meta content="https://archblox.com" property="og:url" />
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" />
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color" />
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta name="apple-mobile-web-app-capable" content="yes" />
@ -24,12 +24,12 @@
<ul></ul>
<ul></ul>
<div id="logo_signup">
<a href="{{ route('index') }}"><img alt="MORBLOX Logo" src="{{ asset('img/MORBLOXlogo.png') }}"
<a href="{{ route('index') }}"><img alt="ARCHBLOX Logo" src="{{ asset('img/MORBLOXlogo.png') }}"
width="200" height="40" /></a>
<p id="morbin">It's MORBLOX time.</p>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<div class="content_signup">
<h1>Welcome to MORBLOX!</h1>
<h1>Welcome to ARCHBLOX!</h1>
<p>Have an account already? <a href="{{ route('login') }}">Click here</a> to log in.</p>
<ul></ul>
<p>Before entering anything, please read the <a href="{{ route('privacy') }}">Privacy Policy</a> and the <a
@ -90,13 +90,13 @@
<strong>Incorrect invite key.</strong>
</div>
@enderror
<p>An Invite Key is required to sign up. You can obtain one from a person that has played MORBLOX.</p>
<p>An Invite Key is required to sign up. You can obtain one from a person that has played ARCHBLOX.</p>
<p>Don't beg for keys.</p>
<ul></ul>
<button class="greenbutton">Sign Up!</button>
</div>
<div id="footer_signup">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a></p>
</div id="footer">
</body>

View File

@ -2,10 +2,10 @@
<html lang="en-us">
<head>
<title>{{ env('APP_NAME') }} - 403</title>
<meta content="morblox.us - 403" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us" property="og:url"/>
<meta content="https://morblox.us/img/MORBLOXlogo.png" property="og:image"/>
<meta content="ARCHBLOX - 403" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com" property="og:url"/>
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image"/>
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
@ -19,9 +19,9 @@
<body>
<ul></ul>
<div id="logo_signup">
<a href="{{ route('index') }}"><img alt="MORBLOX Logo" src="{{ asset('img/MORBLOXlogo.png') }}"
<a href="{{ route('index') }}"><img alt="ARCHBLOX Logo" src="{{ asset('img/MORBLOXlogo.png') }}"
width="200" height="40" /></a>
<p id="morbin">It's MORBLOX time.</p>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<div class="content_signup">
<h2>403 Forbidden</h2>
@ -30,7 +30,7 @@
<img alt="Angry Luigi" src="{{ asset('img/error.png') }}" width="100%" height="max-content">
</div>
<div id="footer_signup">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin
time!</p>
<p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a></p>
</div>

View File

@ -2,10 +2,10 @@
<html lang="en-us">
<head>
<title>{{ env('APP_NAME') }} - 404</title>
<meta content="morblox.us - 404" property="og:title"/>
<meta content="MORBLOX is a work in progress revival." property="og:description"/>
<meta content="https://morblox.us" property="og:url"/>
<meta content="https://morblox.us/img/MORBLOXlogo.png" property="og:image"/>
<meta content="ARCHBLOX - 404" property="og:title"/>
<meta content="ARCHBLOX is a work in progress revival." property="og:description"/>
<meta content="https://archblox.com" property="og:url"/>
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image"/>
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
@ -18,9 +18,9 @@
<body>
<ul></ul>
<div id="logo_signup">
<a href="{{ route('index') }}"><img alt="MORBLOX Logo" src="{{ asset('img/MORBLOXlogo.png') }}"
<a href="{{ route('index') }}"><img alt="ARCHBLOX Logo" src="{{ asset('img/MORBLOXlogo.png') }}"
width="200" height="40" /></a>
<p id="morbin">It's MORBLOX time.</p>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<div class="content_signup">
<h2>404 Page Not Found</h2>
@ -29,7 +29,7 @@
<img alt="Angry Luigi" src="{{ asset('img/error.png') }}" width="100%" height="max-content">
</div>
<div id="footer_signup">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin
time!</p>
<p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a></p>
</div>

View File

@ -2,12 +2,12 @@
<html lang="en-us">
<head>
<title>{{ env('APP_NAME') }} - It's MORBLOX time.</title>
<title>{{ env('APP_NAME') }} - It's ARCHBLOX time.</title>
<meta charset="utf-8">
<meta content="Morblox" property="og:title" />
<meta content="MORBLOX is a work in progress revival." property="og:description" />
<meta content="https://morblox.us" property="og:url" />
<meta content="https://morblox.us/img/MORBLOXlogo.png" property="og:image" />
<meta content="ARCHBLOX" property="og:title" />
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
<meta content="https://archblox.com" property="og:url" />
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" />
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color" />
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta name="apple-mobile-web-app-capable" content="yes" />
@ -23,18 +23,18 @@
<body>
<ul></ul>
<div id="logo_signup">
<a href="{{ route('index') }}"><img alt="MORBLOX Logo" src="{{ asset('img/MORBLOXlogo.png') }}"
<a href="{{ route('index') }}"><img alt="ARCHBLOX Logo" src="{{ asset('img/MORBLOXlogo.png') }}"
width="200" height="40" /></a>
<p id="morbin">It's MORBLOX time.</p>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<div class="content_signup">
<h1>Welcome to MORBLOX!</h1>
<p>MORBLOX is a Work-In-Progress revival.</p>
<h1>Welcome to ARCHBLOX!</h1>
<p>ARCHBLOX is a Work-In-Progress revival.</p>
<ul></ul>
<a href="{{ route('login') }}">Log In</a>
<a href="{{ route('register') }}">Sign Up</a>
<ul></ul>
<p id="morblox" class="invisible">Want to check out the published site? <a href="https://morblox.us">Click
<p id="ARCHBLOX" class="invisible">Want to check out the published site? <a href="https://archblox.com">Click
here!</a></p>
<p id="discord">Also, <a href="https://discord.gg/nudzQ7hkWY">Join our Discord!</a></p>
<ul></ul>
@ -43,7 +43,7 @@
<p>There are <strong>{{ App\Models\User::count() }}</strong> users registered</p>
</div>
<div id="footer_signup">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin
time!</p>
<p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a></p>
</div>

View File

@ -4,10 +4,10 @@
<head>
@yield('title')
<meta charset="utf-8">
<meta content="Morblox" property="og:title" />
<meta content="MORBLOX is a work in progress revival." property="og:description" />
<meta content="https://morblox.us" property="og:url" />
<meta content="https://morblox.us/img/MORBLOXlogo.png" property="og:image" />
<meta content="ARCHBLOX" property="og:title" />
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
<meta content="https://archblox.com" property="og:url" />
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" />
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color" />
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta name="apple-mobile-web-app-capable" content="yes" />
@ -24,7 +24,7 @@
@yield('alert')
<div class="iphone-sidebar">
<img src="https://morblox.us/img/MORBLOXlogo.png" width="50%">
<img src="https://archblox.com/img/MORBLOXlogo.png" width="50%">
<p>Admin Panel</p>
<p>Logged in as: {{ Auth::user()->name }}</p>
<br>

View File

@ -4,10 +4,10 @@
<head>
@yield('title')
<meta charset="utf-8">
<meta content="Morblox" property="og:title" />
<meta content="MORBLOX is a work in progress revival." property="og:description" />
<meta content="https://morblox.us" property="og:url" />
<meta content="https://morblox.us/img/MORBLOXlogo.png" property="og:image" />
<meta content="ARCHBLOX" property="og:title" />
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
<meta content="https://archblox.com" property="og:url" />
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" />
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color" />
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta name="apple-mobile-web-app-capable" content="yes" />
@ -22,9 +22,9 @@
<body>
<div class="navbar">
<a id="logo_full" href="{{ route('home') }}"><img alt="MORBLOX Logo"
<a id="logo_full" href="{{ route('home') }}"><img alt="ARCHBLOX Logo"
src="{{ asset('img/MORBLOXlogo.png') }}" width="200" height="40" /></a>
<a id="logo_small" class="invisible" href="{{ route('home') }}"><img alt="MORBLOX Logo"
<a id="logo_small" class="invisible" href="{{ route('home') }}"><img alt="ARCHBLOX Logo"
src="{{ asset('img/MORBLOXlogoshort.png') }}" width="45" height="40" /></a>
<div class="navbarbuttoncontainer">
<a class="navbarbutton" id="smallbtn5" href="#">Games</a>
@ -72,7 +72,7 @@
@yield('content')
</div>
<div id="footer">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin
time!</p>
<p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a>
</p>

View File

@ -3,10 +3,10 @@
<head>
<title>Privacy Policy - {{ env('APP_NAME') }}</title>
<meta charset="utf-8">
<meta content="Morblox" property="og:title" />
<meta content="MORBLOX is a work in progress revival." property="og:description" />
<meta content="https://morblox.us" property="og:url" />
<meta content="https://morblox.us/img/MORBLOXlogo.png" property="og:image" />
<meta content="ARCHBLOX" property="og:title" />
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
<meta content="https://archblox.com" property="og:url" />
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" />
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
@ -21,23 +21,23 @@
<ul></ul>
<ul></ul>
<div id="logo_signup">
<a href="{{ route('index') }}"><img alt="MORBLOX Logo" src="{{ asset('img/MORBLOXlogo.png') }}"
<a href="{{ route('index') }}"><img alt="ARCHBLOX Logo" src="{{ asset('img/MORBLOXlogo.png') }}"
width="200" height="40" /></a>
<p id="morbin">It's MORBLOX time.</p>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<div class="content_signup">
<h1>Privacy Policy</h1>
<p>MORBLOX is committed to providing a silly ROBLOX revival and this policy outlines our ongoing obligations to you in respect of how we manage your Personal Information.
<p>ARCHBLOX is committed to providing a silly ROBLOX revival and this policy outlines our ongoing obligations to you in respect of how we manage your Personal Information.
We have adopted the Australian Privacy Principles (APPs) contained in the Privacy Act 1988 (Cth) (the Privacy Act). The NPPs govern the way in which we collect, use, disclose, store, secure and dispose of your Personal Information.
A copy of the Australian Privacy Principles may be obtained from the website of The Office of the Australian Information Commissioner at www.aoic.gov.au</p>
<h2>Req. Legal Disclaimer</h2>
<p>MORBLOX is not associated, partnered or owned with Roblox Corp in any way.</p>
<p>ARCHBLOX is not associated, partnered or owned with Roblox Corp in any way.</p>
<h2>How we store your passwords</h2>
<p>As with every other site that uses passwords, we need a way to secure them, so no bad actors can read them. We use bcrypt to store your passwords securely.</p>
<h2>What is Personal Information and why do we collect it?</h2>
<p>Personal Information is information that identifies an individual. The Personal Information we collect include your username, age and email address.
We also store your Places, Decals, T-Shirts, Shirts, Pants, Audios, Settings, Friends and MORBUX until you delete it yourself, or we moderate it (see our Terms of Service).
This Personal Information is obtained from our website morblox.us. We do not store your IP Address.
This Personal Information is obtained from our website archblox.com. We do not store your IP Address.
We collect your Personal Information for the primary purpose of using the services. We may also use your Personal Information for secondary purposes closely related to the primary purpose, in circumstances where you would reasonably expect such use or disclosure.
When we collect Personal Information, we will, where appropriate and where possible, explain to you why we are collecting the information and how we plan to use it.</p>
<h2>What happens when your account gets terminated?</h2>
@ -58,7 +58,7 @@
<ul></ul>
</div>
<div id="footer_signup">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a></p>
</div id="footer">
</body>

View File

@ -3,10 +3,10 @@
<head>
<title>Terms of Service - {{ env('APP_NAME') }}</title>
<meta charset="utf-8">
<meta content="Morblox" property="og:title" />
<meta content="MORBLOX is a work in progress revival." property="og:description" />
<meta content="https://morblox.us" property="og:url" />
<meta content="https://morblox.us/img/MORBLOXlogo.png" property="og:image" />
<meta content="ARCHBLOX" property="og:title" />
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
<meta content="https://archblox.com" property="og:url" />
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" />
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
@ -21,20 +21,20 @@
<ul></ul>
<ul></ul>
<div id="logo_signup">
<a href="{{ route('index') }}"><img alt="MORBLOX Logo" src="{{ asset('img/MORBLOXlogo.png') }}"
<a href="{{ route('index') }}"><img alt="ARCHBLOX Logo" src="{{ asset('img/MORBLOXlogo.png') }}"
width="200" height="40" /></a>
<p id="morbin">It's MORBLOX time.</p>
<p id="morbin">It's ARCHBLOX time.</p>
</div>
<div class="content_signup">
<h1>Terms of Service</h1>
<p>Welcome to MORBLOX! Before playing, you'll need to know the rules to make sure you know what you can and can't do here.</p>
<p>Welcome to ARCHBLOX! Before playing, you'll need to know the rules to make sure you know what you can and can't do here.</p>
<ul></ul>
<h2>Our Rules</h2>
<h5>At the end of every rule there is a "()" section containing what the punishment is for breaking that rule.</h5>
<p>&#x2022; Swearing is fine, but please do not say any racial or homophobic slurs. (Ban for few days, Termination)</p>
<p>&#x2022; Do not upload NSFW/NSFL content to MORBLOX, or post links to that contents. (Termination)</p>
<p>&#x2022; You must be over the age of 13 to play MORBLOX. (Termination)</p>
<p>&#x2022; Don't mini-mod, or pretend to be a MORBLOX Developer or Administrator. (Warning, Ban for few days)</p>
<p>&#x2022; Do not upload NSFW/NSFL content to ARCHBLOX, or post links to that contents. (Termination)</p>
<p>&#x2022; You must be over the age of 13 to play ARCHBLOX. (Termination)</p>
<p>&#x2022; Don't mini-mod, or pretend to be a ARCHBLOX Developer or Administrator. (Warning, Ban for few days)</p>
<p>&#x2022; Do not scam other users for their MORBUX. (Ban for few days, Termination)</p>
<p>&#x2022; Do not harass other users. (Ban for few days, Termination)</p>
<p>&#x2022; Do not make accounts for the purpose of breaking rules. (Termination)</p>
@ -43,11 +43,11 @@
<p>&#x2022; Don't spam. (Warning, Ban for few days)</p>
<ul></ul>
<h2>Asset Moderation</h2>
<p>If we believe that any of your assets is breaking the rules, we will remove or change that Asset as required, and then take action onto your MORBLOX account.</p>
<p>If we believe that any of your assets is breaking the rules, we will remove or change that Asset as required, and then take action onto your ARCHBLOX account.</p>
<ul></ul>
</div>
<div id="footer_signup">
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo and Morbius. It's Morbin time!</p>
<p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a></p>
</div id="footer">
</body>

View File

@ -14,7 +14,7 @@
</div>
<div id="content_special">
<div id="profileleftcontainer">
<p id="status">"I'm new to MORBLOX!"</p>
<p id="status">"I'm new to ARCHBLOX!"</p>
<img alt="profile image" src="{{ asset('img/reviewpending.png') }}" width="75%">
<p id="bio">{{ $data['user']->blurb }}</p>
<ul></ul>

View File

@ -28,7 +28,7 @@
</div>
<div id="ProfileContainerBox1TextContainer">
<a href="{{ route('profile', $user->id) }}" id="FeedContainerBox1Username">{{ $user->name }}</a>
<p>"I'm new to MORBLOX!"</p>
<p>"I'm new to ARCHBLOX!"</p>
@if (Cache::has('is_online_' . $user->id))
<strong id="onlinestatus" class="onlinestatus_website">Website</strong>
@else