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
[HELP]Client loads to 87% and stops
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="JayC" data-source="post: 310189" data-attributes="member: 36373"><p>If he's connected and then it disconnects it does not have anything to do with variables -__-</p><p></p><p>Okay, this is localhost mind you so you do not need to open ports, sorry didn't realize that.</p><p>Also: You already have XAMPP/IIS configured correctly</p><p>which leaves it down to the following configuration:</p><p>- Emulator</p><p>- Client</p><p>[SPOILER="Use This EMU Code"]</p><p>## Mercury Emulator 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=</p><p>db.name=r63b</p><p></p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=1</p><p>db.pool.maxsize=500</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=11000</p><p>game.tcp.conperip=100</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=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</p><p>[/SPOILER]</p><p></p><p>If that configuration does not work, please leave your client.php code</p></blockquote><p></p>
[QUOTE="JayC, post: 310189, member: 36373"] If he's connected and then it disconnects it does not have anything to do with variables -__- Okay, this is localhost mind you so you do not need to open ports, sorry didn't realize that. Also: You already have XAMPP/IIS configured correctly which leaves it down to the following configuration: - Emulator - Client [SPOILER="Use This EMU Code"] ## Mercury Emulator 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= db.name=r63b ## MySQL pooling setup (controls amount of connections) db.pool.minsize=1 db.pool.maxsize=500 ## Game TCP/IP Configuration game.tcp.bindip=127.0.0.1 game.tcp.port=30000 game.tcp.conlimit=11000 game.tcp.conperip=100 game.tcp.enablenagles=true ## MUS TCP/IP Configuration mus.tcp.bindip=127.0.0.1 mus.tcp.port=30001 mus.tcp.allowedaddr=127.0.0.1 ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300 [/SPOILER] If that configuration does not work, please leave your client.php code [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP]Client loads to 87% and stops
Top