Search results

  1. JoshuaLuke

    [HELP] Phoenix Exception When Calling Guide Bot

    No. I didn't know it had to :S
  2. JoshuaLuke

    [HELP] Phoenix Exception When Calling Guide Bot

    User DC: System.NullReferenceException: Object reference not set to an instance of an object. at Phoenix.HabboHotel.Rooms.xefa913121c70e125.x0ed8773417e36787(x6eba3a694576efe3 x645d0371e45b7db5, x3c086f4c0ce15b97 xe61a2b7da94430d1) at...
  3. JoshuaLuke

    SQL ERROR - letter blocks

    Open your "my.ini" file within the MySQL installation directory, and look for the text "sql-mode". Find: Code: # Set the SQL mode to strict sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" Replace with: Code: # Set the SQL mode to strict...
  4. JoshuaLuke

    SQL ERROR - letter blocks

    INSERT INTO `uber`.`catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`...
  5. JoshuaLuke

    How to get picture in badge icon? [Phoenix Help]

    What script are we refering to? o.0
  6. JoshuaLuke

    How to get picture in badge icon? [Phoenix Help]

    No, I need to change the above
  7. JoshuaLuke

    How to get picture in badge icon? [Phoenix Help]

    Whats this 'script', do you know?
  8. JoshuaLuke

    How to get picture in badge icon? [Phoenix Help]

    Hey, When you click yourself on my hotel the Group Badge shows a swirly black thing, is it possible to make it an actual badge, if so how? I tried inputting something into the db but failed :[
  9. JoshuaLuke

    How to make a certain username a certain colour with PHP [HELP]

    Doesn't work, it says 'Incorrectly configured in my browser' or if I use an else if it doesn't work
  10. JoshuaLuke

    How to make a certain username a certain colour with PHP [HELP]

    Where bouts do I put that? :L
  11. JoshuaLuke

    How to make a certain username a certain colour with PHP [HELP]

    Sure: function formatUsername($id, $link = true, $styles = true) { $datas = dbquery("SELECT id,rank,username FROM users WHERE id = '" . $id . "' LIMIT 1"); if (mysql_num_rows($datas) == 0) { return '<s>Unknown User</s>'; } $data = mysql_fetch_assoc($datas); $prefix = ''; $name =...
  12. JoshuaLuke

    How to make a certain username a certain colour with PHP [HELP]

    It uses a while ($u = mysql_fetch_assoc($getUsers))
  13. JoshuaLuke

    How to make a certain username a certain colour with PHP [HELP]

    The page outputs fine with the code I provided but it doesn't change the name to owner.
  14. JoshuaLuke

    How to make a certain username a certain colour with PHP [HELP]

    What do I define the color variable as? eg. $color = 'lalal'; Also, I got this from my staff page: if($u['username'] == 'Subway') { $u['username'] = 'Owner'; } But it didn't work :l
  15. JoshuaLuke

    How to make a certain username a certain colour with PHP [HELP]

    Hey, I have a users online page and it displays all the users online. I'm wanting to make my username bold and red so it stands out since im the owner (my username is Josh) but I can't figure out how to do it. Heres my code: <div class="habblet-container "> <div class="cbb...
  16. JoshuaLuke

    PHP Error Handling Help

    What i'm saying is it still inserts into the database even with the issets,
  17. JoshuaLuke

    PHP Error Handling Help

    But they all need to be inserted into the database anyway, so I figured using issets ould be the easiest way. Then I was going to do an !$_POST but it didn't work out. Anyway, any other way of doing it easier?
  18. JoshuaLuke

    PHP Error Handling Help

    Hey, I'm making staff apps for Uber, the data from the POST vars insert fine, but they all have to be set according to my PHP, but when they're not set the data still inserts into the database. Also, i'm unsure about how to display a message if a field isn't set. Here's my code: if...
  19. JoshuaLuke

    Phoenix Exception [Help]

    Fixed. Mod close thread
  20. JoshuaLuke

    Phoenix Exception [Help]

    3.7.4 licensed, yes.
Top