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
BcStorm not loading!
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="AlexFallen" data-source="post: 188677" data-attributes="member: 4641"><p>Yeah. Tried both in VPS and through my PC.</p><p> </p><p>EDIT:</p><p>Here's my BcStorm config -</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=localhost</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=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=50</p><p> </p><p>## Game TCP/IP Configuration</p><p>game.tcp.bindip=have my ip here</p><p>game.tcp.port=30000</p><p>game.tcp.conlimit=11000</p><p>game.tcp.conperip=100</p><p>game.tcp.enablenagles=False</p><p> </p><p>## MUS TCP/IP Configuration</p><p>mus.tcp.bindip=have my ip here</p><p>mus.tcp.port=30001</p><p>mus.tcp.allowedaddr=have my ip here</p><p> </p><p>## Stream Message; Si lo dejas sin texto no aparecerá</p><p>hotel.stream.message=Welcome on Habtime</p><p> </p><p>## License</p><p>internal.license=</p><p> </p><p>## Hotel Link; To StreamImages</p><p>guilds.link=http://localhost/habbo-imaging/badge/</p><p>stream.link=http://localhost/habbo-imaging/head?look=</p><p> </p><p>## Client configuration</p><p>client.ping.enabled=1</p><p>client.ping.interval=200000</p><p>client.maxrequests=500</p><p>client.maxpossiblefriends=700</p><p>client.maxitemsininventary=3400</p><p> </p><p>#IRC</p><p>irc.enabled=false</p><p>irc.server=127.0.0.1</p><p>irc.port=6667</p><p>irc.user=USER CSharpBot 8 * :I'm a C# irc bot</p><p>irc.nick=[VG]Mordi</p><p>irc.channel=#habbovg_servermod</p><p>irc.password=#</p><p> </p><p>#Groep instellingen</p><p>group.enabled=true</p><p>auth.ssodisabled=false</p><p> </p><p>#pixel instellingen</p><p>game.pixel.enabled=true</p><p>game.pixel.amount=100</p><p>game.pixel.time=600</p><p> </p><p>#credits instellingen</p><p>game.credits.enabled=true</p><p>game.credits.amount=1000</p><p>game.credits.time=600</p><p> </p><p>game.login.credits.receiveamount=100</p><p>game.login.pixel.receiveamount=100</p><p> </p><p>#Threading Main Loops.</p><p>SeparatedTasksInMainLoops.enabled=true</p><p> </p><p> </p><p>SeparatedTasksInGameClientManager.enabled=true</p><p> </p><p># Ban flood protection</p><p>spambans.enabled=false</p><p>spambans.limit=5[/CODE]</p></blockquote><p></p>
[QUOTE="AlexFallen, post: 188677, member: 4641"] Yeah. Tried both in VPS and through my PC. EDIT: Here's my BcStorm config - [CODE] ## 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=password db.name=r63b ## MySQL pooling setup (controls amount of connections) db.pool.minsize=1 db.pool.maxsize=50 ## Game TCP/IP Configuration game.tcp.bindip=have my ip here game.tcp.port=30000 game.tcp.conlimit=11000 game.tcp.conperip=100 game.tcp.enablenagles=False ## MUS TCP/IP Configuration mus.tcp.bindip=have my ip here mus.tcp.port=30001 mus.tcp.allowedaddr=have my ip here ## Stream Message; Si lo dejas sin texto no aparecerá hotel.stream.message=Welcome on Habtime ## License internal.license= ## Hotel Link; To StreamImages guilds.link=http://localhost/habbo-imaging/badge/ stream.link=http://localhost/habbo-imaging/head?look= ## Client configuration client.ping.enabled=1 client.ping.interval=200000 client.maxrequests=500 client.maxpossiblefriends=700 client.maxitemsininventary=3400 #IRC irc.enabled=false irc.server=127.0.0.1 irc.port=6667 irc.user=USER CSharpBot 8 * :I'm a C# irc bot irc.nick=[VG]Mordi irc.channel=#habbovg_servermod irc.password=# #Groep instellingen group.enabled=true auth.ssodisabled=false #pixel instellingen game.pixel.enabled=true game.pixel.amount=100 game.pixel.time=600 #credits instellingen game.credits.enabled=true game.credits.amount=1000 game.credits.time=600 game.login.credits.receiveamount=100 game.login.pixel.receiveamount=100 #Threading Main Loops. SeparatedTasksInMainLoops.enabled=true SeparatedTasksInGameClientManager.enabled=true # Ban flood protection spambans.enabled=false spambans.limit=5[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
BcStorm not loading!
Top