+
+
+
+
+
+ | ID |
+ User |
+ Dood |
+
+
+
+
+
+ | 1 |
+ qzip |
+ sex |
+
+
+
+
+
+
+
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();
|
-
-
-
+
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 |
|
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);