Well in my opinion it makes your hotel look professional, but if you do not think so thats you. :)
cool, i personally do not like web sockets, but it's you. I like ajax because it is simple, easy, and it is secure.
Hey Clubbo Hotel is looking for a css designer to design the pages for our new cms, becoming a css designer at Clubbo Hotel will get you the dev rank and access to mostly everything but as long as you can provide clean css code. Before we accept you, you need to show is some of your work and...
Hey Clubbo Hotel is looking for a css designer to design the pages for our new cms, becoming a css designer at Clubbo Hotel will get you the dev rank and access to mostly everything but as long as you can provide clean css code. Before we accept you, you need to show is some of your work and...
The easiest way is
<?php
$query = "SELECT u.username, u.look, s.respects_received FROM users u, user_settings s WHERE u.rank < 7 ORDER BY s.respects_received DESC LIMIT 10";
?>
Then use a stmt to execute the query and use while($stmt->fetch) { } for echoing multiple results
Oh yea some php...
The groups_items table was already filled out when i downloaded the plain db, what should it look like?
The exact result of the badge is it only shows the shape of the badge but it has no colors. I have no idea why its displaying like that.
So i did a test i have this simple badge id...
lol, i had the same issue, first make sure your connection.info.host = your vps ip and connection.info.port = based on the pictures it would be 30000 and make sure all the vars / texts / figure data / furni data / override vars / override texts links are working and make sure none of them return...
do not use that regardless, it is telling you your connection is not secure. i would suggest using a pdo connection and to preform the queries using prepared statments
http://php.net/manual/en/class.pdo.php
http://php.net/manual/en/pdo.connections.php
error_reporting(0); hides the errors, but...