Hello! I am writing today because i am having a trouble where i tried to code a dice roller on the cms which worked however the problem comes in when i roll it, it shows results on a blank page. I was wondering if there is a solution to run it in the cms itself.
Screenshots...
It looks better now. :) but another suggestion would be adding a containter to contain your slider like the one here http://prntscr.com/5z9xfu which is better than this http://prntscr.com/5z9xks
If this was what you were looking for,https://devbest.com/threads/habbo-r63-enable-commands-with-pictures.6308/, if you were looking for other enables you have to find it yourself in the release section buddy.
A small suggestion, i prefer you placing your register as drop box or something and centralizing the login. You can also add moving clouds in the background and some messages at the top because it looks very plain.
Add this script before your <!doctype html> if($_SESSION['user']['rank'] >= 4){ and this code after your </html> } else {die('Sorry, the hotel is under maintenance.');} you can redirect the page to a maintenace page if you want with this code in die() header('Location: {url}/maintenance');