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...
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...
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 :[
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
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...
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?
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...