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
404 Error
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="Gumzy" data-source="post: 448990" data-attributes="member: 79362"><p>I must of gone through all the code at the point with my .htaccess to try find the client error.</p><p></p><p>Only happens after a few login attempts but the client still works whereas other people get this error:</p><p><a href="http://prntscr.com/npvktk" target="_blank">http://prntscr.com/npvktk</a></p><p></p><p>Any fixes?</p><p></p><p>All out of ideas on what it could be, I'm sometimes able to log in and then when I log out sometimes and attempt to log back in, this is what appears.</p><p></p><p>More screenshots:</p><p><a href="https://gyazo.com/747db68c445a178ff2b13e594e429a14" target="_blank">https://gyazo.com/747db68c445a178ff2b13e594e429a14</a> (Loading)</p><p></p><p></p><p>Client:</p><p>[CODE]"client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0",</p><p> "connection.info.host" : "",</p><p> "connection.info.port" : "",</p><p> "site.url" : "<?php echo $configBaseUrL; ?>",</p><p> "url.prefix" : "<?php echo $configBaseUrL; ?>",</p><p> "client.reload.url" : "<?php echo $configBaseUrL; ?>/client",</p><p> "client.fatal.error.url" : "<?php echo $configBaseUrL; ?>/client",</p><p> "client.connection.failed.url" : "<?php echo $configBaseUrL; ?>/client",</p><p> "external.variables.txt" : "<?php echo $configSwfUrL; ?>/gamedata/external_variables.txt",</p><p> "external.texts.txt" : "<?php echo $configSwfUrL; ?>/gamedata/external_flash_texts.txt",</p><p> "external.override.variables.txt" : "<?php echo $configSwfUrL; ?>/gamedata/override/external_flash_override_texts.txt",</p><p> "productdata.load.url" : "<?php echo $configSwfUrL; ?>/gamedata/productdata.txt",</p><p> "furnidata.load.url" : "<?php echo $configSwfUrL; ?>/gamedata/furnidata9.xml",</p><p> "hotelview.banner.url" : "",</p><p> "use.sso.ticket" : "1",</p><p> "sso.ticket" : "<?php if(isset($ssoTicket)) { echo $ssoTicket; } ?>",</p><p> "processlog.enabled" : "0",</p><p> "account_id" : "<?php echo $userInfo[0]["id"]; ?>",</p><p> "client.starting" : "Loading...",</p><p> "flash.client.url" : "<?php echo $configSwfUrL; ?>/gordon/PRODUCTION-201602082203-712976078/",</p><p> "user.hash" : "",</p><p> "has.identity" : "0",</p><p> "flash.client.origin" : "popup"</p><p> };</p><p> var params = {</p><p> "base" : "<?php echo $configSwfUrL; ?>/gordon/PRODUCTION-201602082203-712976078/",</p><p> "allowScriptAccess" : "always",</p><p> "menu" : "false" </p><p> };</p><p> </p><p> if (!(HabbletLoader.needsFlashKbWorkaround())) {</p><p> params["wmode"] = "opaque";</p><p> }</p><p> </p><p> FlashExternalInterface.signoutUrl = "<?php echo $configBaseUrL; ?>/account/logout";</p><p> </p><p> var clientUrl = "<?php echo $configSwfUrL; ?>/gordon/PRODUCTION-201602082203-712976078/Habbo11.swf";</p><p> swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://flarerp.net/SWF/expressInstall.swf", flashvars, params);</p><p> </p><p> window.onbeforeunload = unloading;</p><p> function unloading() {</p><p> var clientObject;</p><p> if (navigator.appName.indexOf("Microsoft") != -1) {</p><p> clientObject = window["flash-container"];</p><p> } else {</p><p> clientObject = document["flash-container"];</p><p> }</p><p> try {</p><p> clientObject.unloading();</p><p> } catch (e) {}</p><p> }</p><p> </script> [/CODE]</p><p></p><p></p><p>.htaccess:</p><p></p><p>[CODE] RewriteEngine On</p><p> RewriteCond %{SCRIPT_FILENAME} !-d</p><p> RewriteCond %{SCRIPT_FILENAME} !-f</p><p></p><p> RewriteRule ^swf/habbo-imaging/head/([^/]+) /swf/habbo-imaging/head.php?figure=$1</p><p> RewriteRule ^account/logout$ logout.php</p><p> RewriteRule ^([^\.]+)$ $1.php [NC,L][/CODE]</p></blockquote><p></p>
[QUOTE="Gumzy, post: 448990, member: 79362"] I must of gone through all the code at the point with my .htaccess to try find the client error. Only happens after a few login attempts but the client still works whereas other people get this error: [URL]http://prntscr.com/npvktk[/URL] Any fixes? All out of ideas on what it could be, I'm sometimes able to log in and then when I log out sometimes and attempt to log back in, this is what appears. More screenshots: [URL]https://gyazo.com/747db68c445a178ff2b13e594e429a14[/URL] (Loading) Client: [CODE]"client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "", "connection.info.port" : "", "site.url" : "<?php echo $configBaseUrL; ?>", "url.prefix" : "<?php echo $configBaseUrL; ?>", "client.reload.url" : "<?php echo $configBaseUrL; ?>/client", "client.fatal.error.url" : "<?php echo $configBaseUrL; ?>/client", "client.connection.failed.url" : "<?php echo $configBaseUrL; ?>/client", "external.variables.txt" : "<?php echo $configSwfUrL; ?>/gamedata/external_variables.txt", "external.texts.txt" : "<?php echo $configSwfUrL; ?>/gamedata/external_flash_texts.txt", "external.override.variables.txt" : "<?php echo $configSwfUrL; ?>/gamedata/override/external_flash_override_texts.txt", "productdata.load.url" : "<?php echo $configSwfUrL; ?>/gamedata/productdata.txt", "furnidata.load.url" : "<?php echo $configSwfUrL; ?>/gamedata/furnidata9.xml", "hotelview.banner.url" : "", "use.sso.ticket" : "1", "sso.ticket" : "<?php if(isset($ssoTicket)) { echo $ssoTicket; } ?>", "processlog.enabled" : "0", "account_id" : "<?php echo $userInfo[0]["id"]; ?>", "client.starting" : "Loading...", "flash.client.url" : "<?php echo $configSwfUrL; ?>/gordon/PRODUCTION-201602082203-712976078/", "user.hash" : "", "has.identity" : "0", "flash.client.origin" : "popup" }; var params = { "base" : "<?php echo $configSwfUrL; ?>/gordon/PRODUCTION-201602082203-712976078/", "allowScriptAccess" : "always", "menu" : "false" }; if (!(HabbletLoader.needsFlashKbWorkaround())) { params["wmode"] = "opaque"; } FlashExternalInterface.signoutUrl = "<?php echo $configBaseUrL; ?>/account/logout"; var clientUrl = "<?php echo $configSwfUrL; ?>/gordon/PRODUCTION-201602082203-712976078/Habbo11.swf"; swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://flarerp.net/SWF/expressInstall.swf", flashvars, params); window.onbeforeunload = unloading; function unloading() { var clientObject; if (navigator.appName.indexOf("Microsoft") != -1) { clientObject = window["flash-container"]; } else { clientObject = document["flash-container"]; } try { clientObject.unloading(); } catch (e) {} } </script> [/CODE] .htaccess: [CODE] RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-d RewriteCond %{SCRIPT_FILENAME} !-f RewriteRule ^swf/habbo-imaging/head/([^/]+) /swf/habbo-imaging/head.php?figure=$1 RewriteRule ^account/logout$ logout.php RewriteRule ^([^\.]+)$ $1.php [NC,L][/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
404 Error
Top