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
R63 Client won't let anyone online
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="Brad" data-source="post: 306000" data-attributes="member: 17995"><p>For some reason It won't let anyone online & keeps saying connection dropped With an IP that isn't registered.</p><p>Anyone have any ideas why?</p><p>Heres my Client.php</p><p>[CODE]<?php</p><p></p><p>require_once 'findretros_config.php';</p><p>require_once 'findretros.php';</p><p></p><p>$FindRetros = new FindRetros();</p><p></p><p>if($FindRetros->hasClientVoted()) {</p><p></p><p> echo 'You have voted!';</p><p></p><p>}else{</p><p></p><p> // echo 'You have yet to vote!';</p><p></p><p> $FindRetros->redirectClientToVote();</p><p></p><p>}</p><p>?><!DOCTYPE html></p><p><html lang="en"></p><p> <head></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="shortcut icon" href="{url}/app/tpl/skins/Habbo/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon" /></p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css?<?php echo time(); ?>" type="text/css"></p><p> </p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/web-gallery/static/js/swfobject.js"></script></p><p> <script type="text/javascript"></p><p> var BaseUrl = "http://buzzhotel.biz/swf";</p><p> var flashvars =</p><p> {</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "1",</p><p> "connection.info.host" : "attackprotect.com",</p><p> "connection.info.port" : "30643",</p><p> "site.url" : "http://buzzhotel.biz",</p><p> "url.prefix" : "http://buzzhotel.biz",</p><p> "client.reload.url" : "http://buzzhotel.biz/client",</p><p> "client.fatal.error.url" : "http://buzzhotel.biz/client_error",</p><p> "client.connection.failed.url" : "http://buzzhotel.biz/client_error", </p><p> "external.variables.txt" : "http://buzzhotel.biz/swf/gamedata/external_variables.txt",</p><p> "external.texts.txt" : "http://buzzhotel.biz/swf/gamedata/external_flash_texts.txt",</p><p> "productdata.load.url" : "http://buzzhotel.biz/swf/productdata.txt",</p><p> "furnidata.load.url" : "http://buzzhotel.biz/swf/gamedata/furnidata.txt",</p><p> "use.sso.ticket" : "1",</p><p> "sso.ticket" : "{sso}",</p><p> "client.starting" : "Please wait! Buzz is starting up.",</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 + "/clientswf.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/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>[/CODE]</p></blockquote><p></p>
[QUOTE="Brad, post: 306000, member: 17995"] For some reason It won't let anyone online & keeps saying connection dropped With an IP that isn't registered. Anyone have any ideas why? Heres my Client.php [CODE]<?php require_once 'findretros_config.php'; require_once 'findretros.php'; $FindRetros = new FindRetros(); if($FindRetros->hasClientVoted()) { echo 'You have voted!'; }else{ // echo 'You have yet to vote!'; $FindRetros->redirectClientToVote(); } ?><!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} - Client</title> <link rel="shortcut icon" href="{url}/app/tpl/skins/Habbo/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon" /> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css?<?php echo time(); ?>" type="text/css"> <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/web-gallery/static/js/swfobject.js"></script> <script type="text/javascript"> var BaseUrl = "http://buzzhotel.biz/swf"; var flashvars = { "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "1", "connection.info.host" : "attackprotect.com", "connection.info.port" : "30643", "site.url" : "http://buzzhotel.biz", "url.prefix" : "http://buzzhotel.biz", "client.reload.url" : "http://buzzhotel.biz/client", "client.fatal.error.url" : "http://buzzhotel.biz/client_error", "client.connection.failed.url" : "http://buzzhotel.biz/client_error", "external.variables.txt" : "http://buzzhotel.biz/swf/gamedata/external_variables.txt", "external.texts.txt" : "http://buzzhotel.biz/swf/gamedata/external_flash_texts.txt", "productdata.load.url" : "http://buzzhotel.biz/swf/productdata.txt", "furnidata.load.url" : "http://buzzhotel.biz/swf/gamedata/furnidata.txt", "use.sso.ticket" : "1", "sso.ticket" : "{sso}", "client.starting" : "Please wait! Buzz is starting up.", "flash.client.url" : BaseUrl, "flash.client.origin" : "popup" }; var params = { "base" : BaseUrl + "/", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF(BaseUrl + "/clientswf.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null); </script> </head> <body> <div id="client"></div> </body> </html>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
R63 Client won't let anyone online
Top