Search results

  1. L

    Downfall v10

    How do i fix this? I tried ALTER TABLE `furniture`ADD COLUMN `effectM` int(3) NOT NULL DEFAULT 0,ADD COLUMN `effectF` int(3) NOT NULL DEFAULT 0; ALTER TABLE `furniture`MODIFY COLUMN `interaction_type`...
  2. L

    RevCMS template wont update!

    $information = "SELECT * FROM users WHERE id = '" . $_SESSION['user']['id'] . "' LIMIT 1";$q = mysql_query($information) or die(mysql_error());$row = mysql_fetch_assoc($q); echo $row['credits']; echo $row['activity_points'];
  3. L

    RevCMS template wont update!

    Can you explain a bit more? I've been trying to do a query but it does not work :( I'm bad xD
  4. L

    RevCMS template wont update!

    I use revCMS habbo theme. On me.php it says how much coin you have, but as soon as I buy something or give me some coins in the database is not updated on the website. So I have to log out and log in to it to be updated on the website. How do I fix this?
Top