Good evening,
in the CMS that I am currently using I noticed the lack of the online user counter in the header, so I decided to insert it like this:
<?php echo $users_online; ?> Utenti online
In the server_status table the string is called users_online
I see this
Thanks!! :up:
After the staff effect tag.
if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") && !Session.GetHabbo().DisableForcedEffects)
Session.GetHabbo().Effects().ApplyEffect(102);
if (Session.GetHabbo().GetPermissions().HasRight("mod_tool") &&...
Hi guys!
I would like every time a staff member enters the hotel to check the effect above the head and the bubble staff (number 23) without having to activate them with the commands.
I use base of Plus Emu
Thanks!
Hi guys!
First for all, sorry for my bad english but i'm italian
Today i Fix my Camera with RABCADASM (100% work) but when i buy the photo, it's bug
I use UFO Server (Emulator base Plus)
.htaccess
RewriteEngine On
# SUBMITS - CMS by Forbi
RewriteRule ^submit(|/)$...
What changes do I have to make? I did not understand what you mean, I do not understand 100% English
View this: https://gyazo.com/3ae8bf38b4fc0de399fe620bcd76c643
@JayCustom Help me, please
Hi guys, I have this problem:
https://prnt.sc/k5j57y
https://prnt.sc/k5j5e7
The folder habbo-imaging is located in htdocs
.htaccess (htdocs/.htaccess)
RewriteEngine On
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteRule ^news/([a-zA-Z0-9_-]+)(|/)$ index.php?url=news&id=$1...