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
PlusEMU | Stuck on 76%, and says we're online fixx?
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="Central" data-source="post: 371253" data-attributes="member: 57042"><p>Well, every time i load the client it sticks and says 1 user is online and doesn't load in the hotel.</p><p></p><p>[SPOILER="config.php"]</p><p><?php</p><p>if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }</p><p>$_CONFIG['mysql']['connection_type'] = 'pconnect';</p><p>$_CONFIG['mysql']['hostname'] = 'localhost';</p><p>$_CONFIG['mysql']['username'] = 'root';</p><p>$_CONFIG['mysql']['password'] = '<strong>Hidden For Reasons :3</strong>';</p><p>$_CONFIG['mysql']['database'] = 'bobba';</p><p>$_CONFIG['mysql']['port'] = '3306';</p><p>$_CONFIG['hotel']['url'] = '<a href="http://playbobba.pw';" target="_blank">http://playbobba.pw';</a></p><p>$_CONFIG['hotel']['name'] = 'Bobba';</p><p>$_CONFIG['hotel']['in_maint'] = false;</p><p>$_CONFIG['hotel']['motto'] = 'Oh Bobba!';</p><p>$_CONFIG['hotel']['credits'] = 20000;</p><p>$_CONFIG['hotel']['pixels'] = 15000;</p><p>$_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100';</p><p>$_CONFIG['template']['style'] = 'Habbo';</p><p>?></p><p>[/SPOILER]</p><p></p><p>[SPOILER="Emulator Config"]</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=127.0.0.1</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=bobbastaff</p><p>db.name=bobba</p><p></p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=10</p><p>db.pool.maxsize=250</p><p></p><p>## Game TCP/IP Configuration</p><p>game.tcp.bindip=<strong>VPS IP</strong></p><p>game.tcp.port=30000</p><p>game.tcp.conlimit=100000</p><p>game.tcp.conperip=200</p><p>game.tcp.enablenagles=true</p><p></p><p>## MUS TCP/IP Configuration</p><p>mus.tcp.bindip=<strong>VPS IP</strong></p><p>mus.tcp.port=30001</p><p>mus.tcp.allowedaddr=localhost;<strong>VPS IP</strong></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>[SPOILER="client.php"]</p><p></p><p><!DOCTYPE html></p><p><html lang="en"></p><p> <head></p><p> <link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico"></p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>{hotelname} - Hotel</title></p><p> </p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css"></p><p> </p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script></p><p> <script type="text/javascript"></p><p> var BaseUrl = "{url}/game";</p><p> var flashvars =</p><p> {</p><p> "client.starting" : "Please wait! {hotelName} is starting up", </p><p> "client.allow.cross.domain" : "1", </p><p> "client.notify.cross.domain" : "0", </p><p> "connection.info.host" : "<strong>Proxy IP</strong>", </p><p> "connection.info.port" : "<strong>Proxy Port</strong>", </p><p> "site.url" : "{url}", </p><p> "url.prefix" : "{url}", </p><p> "client.reload.url" : "{url}/client", </p><p> "client.fatal.error.url" : "{url}/disconnected", </p><p> "client.connection.failed.url" : "{url}/disconnected", </p><p> "external.variables.txt" : "{url}/game/gamedata/external_variables.txt", </p><p> "external.texts.txt" : "{url}/game/gamedata/external_flash_texts.txt", </p><p> "productdata.load.url" : "{url}/game/gamedata/productdata.txt", </p><p> "furnidata.load.url" : "{url}/game/gamedata/furnidata.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", "{url}/game/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>[/SPOILER]</p><p></p><p>Any Help?</p></blockquote><p></p>
[QUOTE="Central, post: 371253, member: 57042"] Well, every time i load the client it sticks and says 1 user is online and doesn't load in the hotel. [SPOILER="config.php"] <?php if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); } $_CONFIG['mysql']['connection_type'] = 'pconnect'; $_CONFIG['mysql']['hostname'] = 'localhost'; $_CONFIG['mysql']['username'] = 'root'; $_CONFIG['mysql']['password'] = '[B]Hidden For Reasons :3[/B]'; $_CONFIG['mysql']['database'] = 'bobba'; $_CONFIG['mysql']['port'] = '3306'; $_CONFIG['hotel']['url'] = '[URL]http://playbobba.pw';[/URL] $_CONFIG['hotel']['name'] = 'Bobba'; $_CONFIG['hotel']['in_maint'] = false; $_CONFIG['hotel']['motto'] = 'Oh Bobba!'; $_CONFIG['hotel']['credits'] = 20000; $_CONFIG['hotel']['pixels'] = 15000; $_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100'; $_CONFIG['template']['style'] = 'Habbo'; ?> [/SPOILER] [SPOILER="Emulator Config"] ## uberEmulator 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=bobbastaff db.name=bobba ## MySQL pooling setup (controls amount of connections) db.pool.minsize=10 db.pool.maxsize=250 ## Game TCP/IP Configuration game.tcp.bindip=[B]VPS IP[/B] game.tcp.port=30000 game.tcp.conlimit=100000 game.tcp.conperip=200 game.tcp.enablenagles=true ## MUS TCP/IP Configuration mus.tcp.bindip=[B]VPS IP[/B] mus.tcp.port=30001 mus.tcp.allowedaddr=localhost;[B]VPS IP[/B] ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300 [/SPOILER] [SPOILER="client.php"] <!DOCTYPE html> <html lang="en"> <head> <link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelname} - Hotel</title> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css"> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script> <script type="text/javascript"> var BaseUrl = "{url}/game"; var flashvars = { "client.starting" : "Please wait! {hotelName} is starting up", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "[B]Proxy IP[/B]", "connection.info.port" : "[B]Proxy Port[/B]", "site.url" : "{url}", "url.prefix" : "{url}", "client.reload.url" : "{url}/client", "client.fatal.error.url" : "{url}/disconnected", "client.connection.failed.url" : "{url}/disconnected", "external.variables.txt" : "{url}/game/gamedata/external_variables.txt", "external.texts.txt" : "{url}/game/gamedata/external_flash_texts.txt", "productdata.load.url" : "{url}/game/gamedata/productdata.txt", "furnidata.load.url" : "{url}/game/gamedata/furnidata.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", "{url}/game/expressInstall.swf", flashvars, params, null); </script> </head> <body> <div id="client"></div> </body> </html> [/SPOILER] Any Help? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
PlusEMU | Stuck on 76%, and says we're online fixx?
Top