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
can someone help me here please?
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="emberkeys" data-source="post: 286127" data-attributes="member: 34633"><p>EMU config</p><p>[spoiler]</p><p>[code]</p><p>## MySQL Configuration</p><p>db.hostname=localhost</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=Martins1</p><p>db.name=habbohotel</p><p></p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=10</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=3001</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>[/code]</p><p>[/spoiler]</p><p></p><p>config.php</p><p>[spoiler]</p><p>[code]</p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>{hotelName} - Client</title></p><p> </p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/{skin}/styles/client.css" type="text/css"></p><p> </p><p> <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script></p><p> <script type="text/javascript"></p><p> var BaseUrl = "{swf_folder}";</p><p> var flashvars =</p><p> {</p><p> "client.starting" : "Please wait, {hotelname} loading",</p><p> "hotelview.banner.url" : "http://localhost/game/rs4.php"</p><p> "client.allow.cross.domain" : "1", </p><p> "client.notify.cross.domain" : "0", </p><p> "connection.info.host" : "{server_ip}", </p><p> "connection.info.port" : "30000", </p><p> "site.url" : "http://localhost", </p><p> "url.prefix" : ""http://localhost", </p><p> "client.reload.url" : ""http://localhost/client", </p><p> "client.fatal.error.url" : ""http://localhost/me", </p><p> "client.connection.failed.url" : ""http://localhost/me", </p><p> "external.variables.txt" : ""http://localhost/game/external_variables.txt", </p><p> "external.texts.txt" : "http://localhost/game/external_flash_texts.txt", </p><p> "productdata.load.url" : "http://localhost/game/productdata.txt", </p><p> "furnidata.load.url" : "http://localhost/game/furnidata_xml.xml", </p><p> "use.sso.ticket" : "1", </p><p> "sso.ticket" : "{sso}", </p><p> "processlog.enabled" : "0", </p><p> "flash.client.url" : BaseUrl, </p><p> "flash.client.origin" : "popup" </p><p> };</p><p> var params =</p><p> {</p><p> "base" : BaseUrl + "/",</p><p> "allowScriptAccess" : "always",</p><p> "menu" : "false" </p><p> };</p><p> swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://localhost/expressInstall.swf", flashvars, params, null);</p><p> </script></p><p> </head></p><p> </p><p> <body></p><p> </p><p> <div id="client"></div></p><p> </p><p> </body></p><p></html></p><p>[/code]</p><p>[/spoiler]</p></blockquote><p></p>
[QUOTE="emberkeys, post: 286127, member: 34633"] EMU config [spoiler] [code] ## MySQL Configuration db.hostname=localhost db.port=3306 db.username=root db.password=Martins1 db.name=habbohotel ## MySQL pooling setup (controls amount of connections) db.pool.minsize=10 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=3001 mus.tcp.allowedaddr=127.0.0.1 ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300 [/code] [/spoiler] config.php [spoiler] [code] <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} - Client</title> <link rel="stylesheet" href="{url}/app/tpl/skins/{skin}/styles/client.css" type="text/css"> <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script> <script type="text/javascript"> var BaseUrl = "{swf_folder}"; var flashvars = { "client.starting" : "Please wait, {hotelname} loading", "hotelview.banner.url" : "http://localhost/game/rs4.php" "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "{server_ip}", "connection.info.port" : "30000", "site.url" : "http://localhost", "url.prefix" : ""http://localhost", "client.reload.url" : ""http://localhost/client", "client.fatal.error.url" : ""http://localhost/me", "client.connection.failed.url" : ""http://localhost/me", "external.variables.txt" : ""http://localhost/game/external_variables.txt", "external.texts.txt" : "http://localhost/game/external_flash_texts.txt", "productdata.load.url" : "http://localhost/game/productdata.txt", "furnidata.load.url" : "http://localhost/game/furnidata_xml.xml", "use.sso.ticket" : "1", "sso.ticket" : "{sso}", "processlog.enabled" : "0", "flash.client.url" : BaseUrl, "flash.client.origin" : "popup" }; var params = { "base" : BaseUrl + "/", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://localhost/expressInstall.swf", flashvars, params, null); </script> </head> <body> <div id="client"></div> </body> </html> [/code] [/spoiler] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
can someone help me here please?
Top