diff --git a/README.md b/README.md
index 454fce7..776f868 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Grublox website
+# GRUBLOX website
A Bootstrap based ROBLOX revival website.
# Todo
diff --git a/about.php b/about.php
index 645813d..5cbe56f 100644
--- a/about.php
+++ b/about.php
@@ -19,7 +19,7 @@ $user = new User($con, 0);
|
-
+
Special thanks to these people for making possible.
- Site developers:
diff --git a/error.php b/error.php
index 0a85f16..88eead8 100644
--- a/error.php
+++ b/error.php
@@ -21,26 +21,26 @@ if($conType == 404) {
$errorImage = "https://www.freeiconspng.com/thumbs/minions-png/evil-minions-png-24.png";
$errorTextMain = "404 Not found";
$errorTextExtra = "Whoops! Our minions couldn't find the page you were looking for...";
-$errorButton = "Go back to ".$sitename." HQ
";
+$errorButton = "Go back to ".$sitename."
";
}
if($conType == 403) {
$errorImage = "https://i.pinimg.com/originals/c4/d7/55/c4d7559b99559a3dc0f4c43e4e589451.png";
$errorTextMain = "403 Forbidden";
$errorTextExtra = "Get out of here! Confidential data..";
-$errorButton = "Go back to ".$sitename." HQ
";
+$errorButton = "Go back to ".$sitename."
";
}
if($conType == 400) {
$errorImage = "https://www.clipartmax.com/png/full/185-1850059_minion-41-despicable-me-minions-thinking.png";
$errorTextMain = "400 Bad Request";
$errorTextExtra = "ummmmmmmmmmmmmm 400 ummmmmmmmmmmmm";
-$errorButton = "Go back to ".$sitename." HQ
";
+$errorButton = "Go back to ".$sitename."
";
}
if($conType == 502) {
$errorImage = "https://www.freeiconspng.com/thumbs/minions-png/minions-png-file-8.png";
$errorTextMain = "502 Bad Gateway";
$errorTextExtra = "How does this even work for you if it's using PHP.";
-$errorButton = "Go back to ".$sitename." HQ
";
+$errorButton = "Go back to ".$sitename."
";
}
if($conType == 504) {
diff --git a/grublox.sql b/grublox.sql
index f5aa31b..b4304de 100644
--- a/grublox.sql
+++ b/grublox.sql
@@ -196,7 +196,7 @@ CREATE TABLE `users` (
`username` varchar(20) NOT NULL,
`password` varchar(450) NOT NULL,
`date` datetime NOT NULL DEFAULT current_timestamp(),
- `description` varchar(250) DEFAULT 'Hello, I''m new to Grublox!',
+ `description` varchar(250) DEFAULT 'Hello, I''m new to GRUBLOX!',
`status` varchar(50) NOT NULL DEFAULT 'Status!',
`money` int(11) NOT NULL DEFAULT 10,
`lastPaid` varchar(30) DEFAULT current_timestamp(),
@@ -211,7 +211,7 @@ CREATE TABLE `users` (
--
INSERT INTO `users` (`id`, `username`, `password`, `date`, `description`, `status`, `money`, `lastPaid`, `admin`, `ip`, `thumbnail`, `headshot`) VALUES
-(1, 'Administrator', '$2y$10$fcG4VepUNZgspPjRrlI6y.Gg09.nwEZ5JF.SuFsax3KHBo90JywmO', '2023-05-06 09:41:58', 'Hello, I\'m new to Grublox!', 'Status!', 35, '1683358919', 0, '', '', '');
+(1, 'Administrator', '$2y$10$fcG4VepUNZgspPjRrlI6y.Gg09.nwEZ5JF.SuFsax3KHBo90JywmO', '2023-05-06 09:41:58', 'Hello, I\'m new to GRUBLOX!', 'Status!', 35, '1683358919', 0, '', '', '');
--
-- Indexes for dumped tables
diff --git a/index.php b/index.php
index 9fde6b3..69ac62e 100644
--- a/index.php
+++ b/index.php
@@ -37,7 +37,7 @@ body {
-
the funny website with
+
"do what you think."
Register
Login