diff --git a/about.php b/about.php index 55aa765..a31c008 100644 --- a/about.php +++ b/about.php @@ -17,11 +17,30 @@ <?php echo $pagename; ?> | <?php echo $sitename; ?> -

yes i am AGAIN still not hired to make html

-

here is all the devs

-

"; - } ?>and not u cause you stink ๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚ +
+

Special thanks to these people for making possible.


+ + + +
+ +

Sorry if the page looks bland, I dont know what to add. +
\ No newline at end of file diff --git a/catalog.php b/catalog.php index 15409b4..e1a67cb 100644 --- a/catalog.php +++ b/catalog.php @@ -111,7 +111,7 @@ $getitstarted->header();

Limited Unique Items

-

A limited supply originally sold by . Each unit is labeled with a serial number. Once sold out, owners can re-sell them to other users.

+

A limited supply originally sold by . Each unit is labeled with a serial number. Once sold out, you cannot buy them.

@@ -146,8 +146,8 @@ $getitstarted->header();
" height=150 width=150>

Limited'; }; ?>

+ @
- @

diff --git a/core/classes.php b/core/classes.php index 109009e..1a95bfc 100644 --- a/core/classes.php +++ b/core/classes.php @@ -13,6 +13,7 @@ class PartyStarter { require 'core/config.php'; $grubloxlogotohome = 'G GRUBLOX'; $showhome = ''; + $adminTab = " "; if (isset($_SESSION['user'])) { $showhome = '

'; + } else { + $adminTab = " "; + } + $grubloxlogotohome = 'G GRUBLOX'; - $query = $con->prepare('SELECT * FROM users WHERE id=:id'); - $query->bindParam(':id', $_SESSION['user'], PDO::PARAM_INT); - $query->execute(); $money = $query->fetch(PDO::FETCH_ASSOC)["money"] ?? "0"; if ($money < 1000000) { @@ -49,17 +61,18 @@ class PartyStarter { } - // if admin - if($query->fetch(PDO::FETCH_ASSOC)["admin"] ?? 0 >= 1) { - $adminTab = ' '; - } else { - $adminTab = " "; - } // messy shit sorry mario1 fix it urself :trol: - $rightside = ' + '; } else { $rightside = ' @@ -70,7 +83,7 @@ class PartyStarter { Login '; } - $adminTab = " "; + echo '