Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Habboon Emulator 76% stuck
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="JoshuaS" data-source="post: 430425" data-attributes="member: 41738"><p>Hi again guys! </p><p>So as i'm learning about the php coding and now i got some trouble. When using PlusEMU with plus database everything is working fine. I'm using this code on the PlusEMU.</p><p>[CODE]## PlusEMU System Configuration File</p><p>## Must be edited for the server to work</p><p></p><p>## MySQL Configuration</p><p>db.hostname=127.0.0.1</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=mangos</p><p>db.name=hotel</p><p></p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=10</p><p>db.pool.maxsize=250</p><p></p><p>## Game TCP/IP Configuration</p><p>game.tcp.bindip=127.0.0.1</p><p>game.tcp.port=30000</p><p>game.tcp.conlimit=100000</p><p>game.tcp.conperip=5</p><p>game.tcp.enablenagles=true</p><p></p><p>## RCON TCP/IP Configuration</p><p>rcon.tcp.bindip=127.0.0.1</p><p>rcon.tcp.port=30001</p><p>rcon.tcp.allowedaddr=localhost;127.0.0.1</p><p></p><p>## Client configuration</p><p>client.ping.enabled=1</p><p>client.ping.interval=20000</p><p>client.maxrequests=300[/CODE]</p><p></p><p>But on the habboon emulator i'm using this code: </p><p>[CODE]## uberEmulator System Configuration File</p><p>## Must be edited for the server to work</p><p></p><p>## MySQL Configuration</p><p>db.hostname=127.0.0.1</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=mangos</p><p>db.name=habboon</p><p></p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=10</p><p>db.pool.maxsize=250</p><p></p><p>## Game TCP/IP Configuration</p><p>game.tcp.bindip=127.0.0.1</p><p>game.tcp.port=30000</p><p>game.tcp.conlimit=100000</p><p>game.tcp.conperip=5</p><p>game.tcp.enablenagles=true</p><p></p><p>## MUS TCP/IP Configuration</p><p>mus.tcp.bindip=127.0.0.1</p><p>mus.tcp.port=30001</p><p>mus.tcp.allowedaddr=localhost;127.0.0.1</p><p></p><p>## Client configuration</p><p>client.ping.enabled=1</p><p>client.ping.interval=20000</p><p>client.maxrequests=300[/CODE]</p><p>And that is not working. The difference i see is that it's a rcon Configuration on the PlusEMU but MUS configuration on habboon. Anyways, how do i work around this glitch? My habboon database and emulator is from habbofiles.com</p></blockquote><p></p>
[QUOTE="JoshuaS, post: 430425, member: 41738"] Hi again guys! So as i'm learning about the php coding and now i got some trouble. When using PlusEMU with plus database everything is working fine. I'm using this code on the PlusEMU. [CODE]## 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=mangos db.name=hotel ## MySQL pooling setup (controls amount of connections) db.pool.minsize=10 db.pool.maxsize=250 ## Game TCP/IP Configuration game.tcp.bindip=127.0.0.1 game.tcp.port=30000 game.tcp.conlimit=100000 game.tcp.conperip=5 game.tcp.enablenagles=true ## RCON TCP/IP Configuration rcon.tcp.bindip=127.0.0.1 rcon.tcp.port=30001 rcon.tcp.allowedaddr=localhost;127.0.0.1 ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300[/CODE] But on the habboon emulator i'm using this code: [CODE]## uberEmulator 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=mangos db.name=habboon ## MySQL pooling setup (controls amount of connections) db.pool.minsize=10 db.pool.maxsize=250 ## Game TCP/IP Configuration game.tcp.bindip=127.0.0.1 game.tcp.port=30000 game.tcp.conlimit=100000 game.tcp.conperip=5 game.tcp.enablenagles=true ## MUS TCP/IP Configuration mus.tcp.bindip=127.0.0.1 mus.tcp.port=30001 mus.tcp.allowedaddr=localhost;127.0.0.1 ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300[/CODE] And that is not working. The difference i see is that it's a rcon Configuration on the PlusEMU but MUS configuration on habboon. Anyways, how do i work around this glitch? My habboon database and emulator is from habbofiles.com [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Habboon Emulator 76% stuck
Top