Please be advised to check following.
(1) Did you enter your VPS IP in Client & Emulator Config, instead of localhost?
(2) In your external_variables, all links should be your VPS IP or Domain, not localhost.
(3) When you try to connect to the client in your home browser, press F12 to open up...
if you want to make users logout every 1 hour, you have to set a session lifetime. This is based on your homepage.
Right ABOVE session_start(); in your core file, add following
// server should keep session data for AT LEAST 1 hour
ini_set('session.gc_maxlifetime', 3600);
// each client should...
Yes, @sim0n I noticed issues with the commands as well. The database provided does not fit 100% to the emulator.
You need to check specific command permissions. Mostly, the commands are not added in permission_commands table. So you have to create a command_flagme permission (or whatever its...
Hello and Welcome to the scene. I can recommend using Quality Tutorials posted here by other members. Most of them offer a great package, including emulator, swf and cms.
Please use this help section only for specific issues.
https://devbest.com/forums/habbo-tutorials.37/
$ip = $_SERVER['REMOTE_ADDR'];
$accounts = $sql->query("SELECT id FROM users WHERE ip_last = '$ip' or ip_reg = '$ip'")->num_rows;
if($accounts > 0) {
// Abort Registration
} else {
// Continue registration
}
You need to do a check in your registration script. Please be aware, this is...
Which version of Plus Emulator are you using?
We can not read the error message since its hidden behind the other window.
I recommend installing NET Framework 3.0 and 4.0, when its not installed yet.
Did you check the emulator error logs? They are stored in the Logs folder. Are you sure that you are logged in in your CMS and that your Auth Ticket is being set correctly in your database? Maybe try logging in with another user account as well.
Is your emulator running and accepting...
This can be caused by two factors. Either your CMS returns an PHP/SQL error, or your server.
Since its now „Not Found“, I suppose your web.config is not set properly. Did you install URL Rewrite 2.0 on IIS? And did you import your web.config/htaccess rules to IIS?
Unfortunately, you are...
There has to be some error. It is pretty impossible that an emulator gets broken out of the nowhere, just because you closed and openend it again.
Lets check your client stuff again, if you did any changes. Undo them all if so.
Did you check the emulator error logs? They are stored in the Logs...
Please open your index.php or config.php and type
error_reporting(E_ALL);
ini_set("display_errors", 1);
at the top of the php content and then load the page again. That will help us to get more information about your problem.
Friendbar issue: Another issue in the friendlist bar on the bottom right. If one of my friends goes offline, his "button" is still there and showing that the friend's still online. Guess it might be a update packet issue?
QuickPoll issue: The Quickpoll appears, but when users vote, the result on...