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
Uber ?
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="Ayumi" data-source="post: 8106" data-attributes="member: 1264"><p>You should have something like this: edit it to what I put...</p><p></p><p>## uberEmulator System Configuration File </p><p>## Must be edited for the server to work </p><p></p><p>## MySQL Configuration </p><p>db.hostname=localhost </p><p>db.port=3306 </p><p>db.username=root </p><p>db.password=<span style="color: #00ffff">*MYPHPADMINPASS*</span> </p><p>db.name=<span style="color: #00ffff">*DATABASE*</span> </p><p></p><p>## MySQL pooling setup (controls amount of connections) </p><p>db.pool.minsize=5 </p><p>db.pool.maxsize=300 </p><p></p><p>## Game TCP/IP Configuration </p><p>game.tcp.bindip=<span style="color: lime">*IP HERE*</span> </p><p>game.tcp.port=<span style="color: red">*PORT*</span> </p><p>game.tcp.conlimit=500 </p><p></p><p>## MUS TCP/IP Configuration </p><p>mus.tcp.bindip=<span style="color: lime">*IP HERE*</span> </p><p>mus.tcp.port=<span style="color: #00ffff">*MUS PORT HERE (USUALLY 30001)*</span> </p><p>mus.tcp.allowedaddr=<span style="color: lime">*WAN IP HERE*</span></p><p></p><p>## Client configuration </p><p>client.ping.enabled=0 </p><p>client.ping.interval=0</p></blockquote><p></p>
[QUOTE="Ayumi, post: 8106, member: 1264"] You should have something like this: edit it to what I put... ## uberEmulator System Configuration File ## Must be edited for the server to work ## MySQL Configuration db.hostname=localhost db.port=3306 db.username=root db.password=[COLOR="#00ffff"]*MYPHPADMINPASS*[/COLOR] db.name=[COLOR="#00ffff"]*DATABASE*[/COLOR] ## MySQL pooling setup (controls amount of connections) db.pool.minsize=5 db.pool.maxsize=300 ## Game TCP/IP Configuration game.tcp.bindip=[COLOR="lime"]*IP HERE*[/COLOR] game.tcp.port=[COLOR="red"]*PORT*[/COLOR] game.tcp.conlimit=500 ## MUS TCP/IP Configuration mus.tcp.bindip=[COLOR="lime"]*IP HERE*[/COLOR] mus.tcp.port=[COLOR="#00ffff"]*MUS PORT HERE (USUALLY 30001)*[/COLOR] mus.tcp.allowedaddr=[COLOR="lime"]*WAN IP HERE*[/COLOR] ## Client configuration client.ping.enabled=0 client.ping.interval=0 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Uber ?
Top