In the client.php you posted it includes
"connection.info.host" : "attackprotect.com",
"connection.info.port" : "30643",
So that is why is said it might be because you use a proxy.
Another possibility is your proxy IP is banned.
Try empty the ban table or just manually remove the proxy IP.
Delete entire table:
TRUNCATE table bans;
Manually remove proxy IP:
DELETE * FROM bans WHERE value = '<IP BEING DROPPED HERE>';
It might be because you use a proxy, it might be dropping the connections using the proxy IP.
If you use phoenix run these SQLs then reboot the emulator.
UPDATE server_settings SET enable_securesessions = '0';
UPDATE server_settings SET enable_antiddos = '1';
UPDATE server_settings SET...
If you want to code your own custom functions, use a emu normally used for a hotel and implement RP features yourself.
Don't use reality if you want stability.
You can use any CMS really, just make a small modification to make it work with firstname-lastname.
If you are using a proxy run these SQLs.
UPDATE server_settings SET enable_securesessions = '0';
UPDATE server_settings SET enable_antiddos = '1';
UPDATE server_settings SET ip_lastforbans = '1';
NOTE: Your proxy IP might be banned, either unban the Proxy IP via the database or just empty the...
It is to do with the query, you just add another field & errors for that field.
And the main creation query in the VALUES do something like $_POST['reg_firstname'] . "-" . $_POST['reg_lastname'],
The MySQL extension has been removed in newer versions of PHP, in your configuration file at the top in the PHP tag add error_reporting(0); to bypass this.
Add &size=m to the figure URL.
Either the app/tpl/skins/Habbo/hk folder might not exist or the a /ase folder might not exist I think it is...
We can't teach you how to do it, you would have to learn PHP in order to change from MySQL to MySQLi.
Or use a new CMS, that doesn't use outdated extensions?
I personally don't like IIS, use the setup I used for past hotels.
Windows Server - Emulator + MySQL
Linux Server: NGINX for your site.
Basic steps:
- Install PHP-MySQL, PHP-FPM & NGINX on linux server.
- Do normal EMU and MySQL setup on windows server.
- Allow connections from MySQL to linux...
There is a tutorials section for a reason, don't pay people to do basic things.
http://devbest.com/forums/habbo-tutorials.37/
Steps:
- Install a webserver(Most people use IIS)
- Install MySQL(for database).
- Choose a CMS, put it in the folder your webserver used(If it is a CMS made in PHP, php...