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
{PLUS} Fast food server
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="Bekmezci" data-source="post: 400139" data-attributes="member: 7066"><p>[CODE]</p><p>## Fast Food Coded by Carlos D.</p><p>## Please, don't delete this notes.</p><p></p><p>## MySql Configuration</p><p>db.host=localhost</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=dunneeddis</p><p>db.dbname=dunneeddiseither</p><p></p><p>## MySql Extra Info</p><p>db.pool.size=100</p><p>db.client.amount=200</p><p></p><p>## Sockets Configuration ##</p><p>game.tcp.conlimit=11000</p><p>game.tcp.conperip=100</p><p>game.tcp.enablenagles=True</p><p></p><p>#FastFood info</p><p>swfs.site=https://www.hibbohotel.nl/game/swf/games</p><p>init.port=4445</p><p></p><p>[/CODE]</p><p></p><p>[CODE]</p><p> ## PlusEmulator 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=DUNNEEDDIS</p><p>db.name=DUNNEEDTHISEITHER</p><p></p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=100</p><p>db.pool.maxsize=2500</p><p></p><p>## Game TCP/IP Configuration</p><p>game.tcp.bindip=IPWASHERE</p><p>game.tcp.port=4444</p><p>game.tcp.conlimit=1000000</p><p>game.tcp.conperip=1000</p><p>game.tcp.enablenagles=true</p><p></p><p>## MUS TCP/IP Configuration</p><p>mus.tcp.bindip=IPWASHERE</p><p>mus.tcp.port=30001</p><p>mus.tcp.allowedaddr=IPWASHERE</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></p><p>fast.food.enabled=1</p><p>food.url=https://www.hibbohotel.nl/games/gamecenter_basejump/</p><p>food.ip=localhost</p><p>food.port=4445</p><p>food.habboUrl=http://fuseus-private-httpd-fe-1</p><p>snow.url=http://xx/gamecenter/gamecenter_snowwar/</p><p>slotcar.url=http://xx/gamecenter/gamecenter_slotcar/</p><p>republic.url=http://xx/gamecenter/ChatRepublic_ssk/</p><p>sudoku.url=http://xx/gamecenter/gamecenter_sudoku/</p><p>[/CODE]</p><p></p><p>SQL SETUP : [ATTACH=full]5949[/ATTACH]</p></blockquote><p></p>
[QUOTE="Bekmezci, post: 400139, member: 7066"] [CODE] ## Fast Food Coded by Carlos D. ## Please, don't delete this notes. ## MySql Configuration db.host=localhost db.port=3306 db.username=root db.password=dunneeddis db.dbname=dunneeddiseither ## MySql Extra Info db.pool.size=100 db.client.amount=200 ## Sockets Configuration ## game.tcp.conlimit=11000 game.tcp.conperip=100 game.tcp.enablenagles=True #FastFood info swfs.site=https://www.hibbohotel.nl/game/swf/games init.port=4445 [/CODE] [CODE] ## PlusEmulator System Configuration File ## Must be edited for the server to work ## MySQL Configuration db.hostname=localhost db.port=3306 db.username=root db.password=DUNNEEDDIS db.name=DUNNEEDTHISEITHER ## MySQL pooling setup (controls amount of connections) db.pool.minsize=100 db.pool.maxsize=2500 ## Game TCP/IP Configuration game.tcp.bindip=IPWASHERE game.tcp.port=4444 game.tcp.conlimit=1000000 game.tcp.conperip=1000 game.tcp.enablenagles=true ## MUS TCP/IP Configuration mus.tcp.bindip=IPWASHERE mus.tcp.port=30001 mus.tcp.allowedaddr=IPWASHERE ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300 fast.food.enabled=1 food.url=https://www.hibbohotel.nl/games/gamecenter_basejump/ food.ip=localhost food.port=4445 food.habboUrl=http://fuseus-private-httpd-fe-1 snow.url=http://xx/gamecenter/gamecenter_snowwar/ slotcar.url=http://xx/gamecenter/gamecenter_slotcar/ republic.url=http://xx/gamecenter/ChatRepublic_ssk/ sudoku.url=http://xx/gamecenter/gamecenter_sudoku/ [/CODE] SQL SETUP : [ATTACH=full]5949[/ATTACH] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
{PLUS} Fast food server
Top