diff --git a/admin.php b/admin.php index 37e2ad4..cb90055 100644 --- a/admin.php +++ b/admin.php @@ -47,8 +47,32 @@ $offset = $page * $limit; -
-
users table of contents go here lol
+
+
+ + + + + + + + + + + + + + + + + + + +
IDUserDood
1qzipsex
+ +
games to approve
catalog items to approve and add custom ones that users cantt add...
job execustionfg
diff --git a/develop.php b/create_place.php similarity index 94% rename from develop.php rename to create_place.php index f2fc0dc..9f052c7 100644 --- a/develop.php +++ b/create_place.php @@ -32,7 +32,7 @@ $q->bindParam(':id',$_SESSION['user'],PDO::PARAM_INT); $q->bindParam(':price',$placeprice,PDO::PARAM_INT); $q->execute(); -$q = $con->prepare("INSERT INTO games (name, description, creator, players, state, thumbnail) VALUES (:name, :description, :playerlimit, :creator, 'pending', 'empty')"); +$q = $con->prepare("INSERT INTO games (name, description, creator, players, state) VALUES (:name, :description, :creator, :playerlimit, 'pending')"); $q->bindParam(':name',$_POST['name']); $q->bindParam(':description',$_POST['description']); $q->bindParam(':playerlimit',$_POST['playerlimit']); @@ -47,9 +47,7 @@ $q->execute(); <?php echo $pagename; ?> | <?php echo $sitename; ?>
-
-

-
+

Create a place
diff --git a/friends.php b/friends.php index d852d81..6e2339a 100644 --- a/friends.php +++ b/friends.php @@ -51,7 +51,7 @@ $getitstarted->header(); 1 - qzip + qzip
DenyApprove diff --git a/games.php b/games.php index 0c7bca0..0eecf4d 100644 --- a/games.php +++ b/games.php @@ -83,7 +83,7 @@ $random_search = array_rand($random_search_array, 1);
" style="text-decoration: none; text-align: left; margin-bottom: 9px;"> - " class="card-img-top rounded-top" alt=""> + " class="card-img-top rounded-top" alt="">

diff --git a/sindex.php b/sindex.php new file mode 100644 index 0000000..5badb3c --- /dev/null +++ b/sindex.php @@ -0,0 +1,30 @@ + + + + + + + + + + + + + <?php echo $sitename; ?> + + +
+

}

+

Coming soon...

+
+ +