To add onto this, you need to also modify the query the staff page uses to call your user table (add "country" at the end of the SELECT syntax:
$GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look,country FROM users WHERE rank = {$Ranks['id']}");
So there's an error on your part if there are tables missing. Either manually add them or delete your database and execute a new one. Also, that wasn't a fix for the issue with the diamonds table missing, it was one for a common error you will receive in your emulator when placing furniture down...
This is what I'm using to select ranks from the database:
<?php
$GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id > 1 ORDER BY id DESC");
while($Ranks = mysql_fetch_assoc($GetRanks))...
1. Download the correct database: https://mega.nz/#!k8YzGKiD!gCy1rPVqcbnAzhHgA6pHRf8qxgsKpFFU-G6BeT7qJjM
2. Open your database manager (Navicat or phpMyAdmin) and run this query:
SET @@global.sql_mode= '';
3. Import the database you downloaded from Step 1.
4. Modify the `catalog_items` table by...
The error simply states it could not read the configuration file (config.ini) of your emulator.
It should look like this:
## PlusEMU System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=123...
I was experiencing an issue with an emulator error which was the room editor causing accounts to corrupt when you login and log out. Also, it caused the emulator to stick at 76%.
201 ERROR - Exception >> Exception:
System.FormatException: Input string was not in a correct format.
at...
This is what I have:
if (!User.IsBot && !User.IsAsleep && User.IdleTime >= (UserIdleTime*60))
I'm guessing it's taking the default UserIdleTime and multiplying it by 60?
What exactly do I edit for handling what amount of credits and diamonds are given by the Frank bot? Also, how do I get rid of the "Poop Point" thing from him as well?
Is there a way to increase the timer that kicks you from the room when you're AFK?
Anyone fix the issue with 76% loading? I got the latest production from SWFHub, using Habbo_cracked.swf, enabled flash in the client and I have a loading screen up to 76% but just constantly keeps loading at 76%. I have disabled the firewall, put the raw server IP & 30000 in the client, still no...
Here's my feedback.
The panel headers should be on top, not the bottom. It confused me when I first visited the new updated site.
The footer is a bit obnoxious and doesn't really go with the rest of the template.
Add a "Scroll to Top" button once you reach the bottom of the website.
Other than...
Hello,
As most of you have heard, there is a new ransomware windows exploit that has been abused and used infecting 70,000+ computers worldwide and also taking down the UK NHS and Telefonica. During this infection, its been noticed that it abuses Windows 7, Windows Server 2008, Windows Server...