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
White Screen on CMS?
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="xXTrevXx" data-source="post: 410285" data-attributes="member: 65272"><p>i did try to change my conncection host back to the IP (but like i said, it WORKED before... so i dont see why its not now....) and it didnt do anything, ill try to change out the client.php right now, already had to replace the one it came with because it didnt work. using silverwave by the way (and again.. the hotel worked 100% for over a month. i have all new files, set up EXACTLY the same) one thing i thought i should ask about... why is it making me delete the {urls}'s? like, in order for me to get a page to show up 100% correctly, i have to take out the {url} tags from all the links, the page chows up, but with no css white background basic font, no pictures etc, but i delete the {urls}'s and the page looks fine...... does anyone know why that could posisbly be??? like, when i had my hotel going the first time, what i had worked 100% had to do no changes to get it going... but now im having to delete shit that doesnt even make sense.... like, in order for me to get my me, page to show up i had to make it look like this:</p><p></p><p></p><p></p><p> <link rel="stylesheet" href="/app/tpl/skins/{skin}/styles/common.css" type="text/css"></p><p> <script type="text/javascript" src="/app/tpl/skins/{skin}/js/libs2.js"></script></p><p> <script type="text/javascript" src="/app/tpl/skins/{skin}/js/visual.js"></script></p><p> <script type="text/javascript" src="/app/tpl/skins/{skin}/js/libs.js"></script></p><p> <script type="text/javascript" src="/app/tpl/skins/{skin}/js/common.js"></script></p><p> <script type="text/javascript" src="/app/tpl/skins/{skin}/js/fullcontent.js"></script></p><p> <link rel="shortcut icon" href="/app/tpl/skins/{skin}/static/images/favicon.gif" /></p><p></p><p></p><p>instead of:</p><p></p><p></p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/{skin}/styles/common.css" type="text/css"></p><p> <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/libs2.js"></script></p><p> <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/visual.js"></script></p><p> <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/libs.js"></script></p><p> <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/common.js"></script></p><p> <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/fullcontent.js"></script></p><p> <link rel="shortcut icon" href="app/tpl/skins/{skin}/static/images/favicon.gif" /></p><p></p><p>another thing to mention, im making the changes from my VPS, then checking them on an outside computer, so it 100% isnt just me.</p><p>[doublepost=1495622574,1495621379][/doublepost]dude, wtf is going on... i replaced my client.php with the one you gave be, but i thought about it... look what i did with it:</p><p></p><p></p><p><!DOCTYPE html></p><p><html lang="en"></p><p> <head></p><p> <link rel="shortcut icon" href="/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/></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="/app/tpl/skins/Custom-Habbo/styles/client.css" type="text/css"></p><p> </p><p> <script type="text/javascript" src="/app/tpl/skins/Custom-Habbo/js/swfobject.js"></script></p><p> <script type="text/javascript"></p><p> var BaseUrl = "/game/";</p><p> var flashvars =</p><p> {</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0", </p><p> "connection.info.host" : "IP",</p><p> "connection.info.port" : "30000",</p><p> "site.url" : "",</p><p> "url.prefix" : "",</p><p> "client.reload.url" : "/disconnected",</p><p> "client.fatal.error.url" : "/disconnected",</p><p> "client.connection.failed.url" : "/disconnected",</p><p> "external.variables.txt" : "/game/external_variables.txt",</p><p> "external.texts.txt" : "/game/external_flash_texts.txt",</p><p> "external.override.texts.txt" : "/game/override/external_flash_override_texts.txt",</p><p> "external.override.variables.txt" : "/game/override/external_override_variables.txt",</p><p> "external.figurepartlist.txt" : "/game/figuredata.xml",</p><p> "productdata.load.url" : "/game/productdata.txt",</p><p> "furnidata.load.url" : "/game/furnidata.xml",</p><p> "use.sso.ticket" : "1",</p><p> "sso.ticket" : "{sso}",</p><p> "client.starting" : "Please wait! {hotelName} is starting up.", </p><p> "processlog.enabled" : "0",</p><p> "flash.client.url" : BaseUrl,</p><p> "client.starting.revolving" : "Whololo/Tijd is maar een illusie./Gotta go fast!/Your computer might blow up./Don't panic!/You might die./Get yourself a drink while waiting./Whats that noise?/",</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", "/game/expressInstall.swf", flashvars, params, null);</p><p> </script></p><p> </head></p><p> <body></p><p> <div id="client"></div></p><p></p><p> </body></p><p></html></p><p></p><p></p><p></p><p><u><em><strong>THIS GOT ME TO A LOADING SC<img src="https://cdn.devbest.com/data/assets/smilies/REE.png" srcset="https://cdn.devbest.com/data/assets/smilies/REE.png 1x, https://cdn.devbest.com/data/assets/smilies/REE-2x.png 2x" class="smilie" loading="lazy" alt="REE" title="REE REE" data-shortname="REE" />N. NOT EVEN WHITE ;-;</strong></em></u></p><p><u><em><strong>got a response from the emulator...</strong></em></u></p><p><strong><a href="http://prntscr.com/fbi376" target="_blank">http://prntscr.com/fbi376</a></strong><u><em><strong></strong></em></u></p><p><u><em><strong>BUT its not going passed that, just black screen.</strong></em></u></p></blockquote><p></p>
[QUOTE="xXTrevXx, post: 410285, member: 65272"] i did try to change my conncection host back to the IP (but like i said, it WORKED before... so i dont see why its not now....) and it didnt do anything, ill try to change out the client.php right now, already had to replace the one it came with because it didnt work. using silverwave by the way (and again.. the hotel worked 100% for over a month. i have all new files, set up EXACTLY the same) one thing i thought i should ask about... why is it making me delete the {urls}'s? like, in order for me to get a page to show up 100% correctly, i have to take out the {url} tags from all the links, the page chows up, but with no css white background basic font, no pictures etc, but i delete the {urls}'s and the page looks fine...... does anyone know why that could posisbly be??? like, when i had my hotel going the first time, what i had worked 100% had to do no changes to get it going... but now im having to delete shit that doesnt even make sense.... like, in order for me to get my me, page to show up i had to make it look like this: <link rel="stylesheet" href="/app/tpl/skins/{skin}/styles/common.css" type="text/css"> <script type="text/javascript" src="/app/tpl/skins/{skin}/js/libs2.js"></script> <script type="text/javascript" src="/app/tpl/skins/{skin}/js/visual.js"></script> <script type="text/javascript" src="/app/tpl/skins/{skin}/js/libs.js"></script> <script type="text/javascript" src="/app/tpl/skins/{skin}/js/common.js"></script> <script type="text/javascript" src="/app/tpl/skins/{skin}/js/fullcontent.js"></script> <link rel="shortcut icon" href="/app/tpl/skins/{skin}/static/images/favicon.gif" /> instead of: <link rel="stylesheet" href="{url}/app/tpl/skins/{skin}/styles/common.css" type="text/css"> <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/libs2.js"></script> <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/visual.js"></script> <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/libs.js"></script> <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/common.js"></script> <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/fullcontent.js"></script> <link rel="shortcut icon" href="app/tpl/skins/{skin}/static/images/favicon.gif" /> another thing to mention, im making the changes from my VPS, then checking them on an outside computer, so it 100% isnt just me. [doublepost=1495622574,1495621379][/doublepost]dude, wtf is going on... i replaced my client.php with the one you gave be, but i thought about it... look what i did with it: <!DOCTYPE html> <html lang="en"> <head> <link rel="shortcut icon" href="/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} Hotel</title> <link rel="stylesheet" href="/app/tpl/skins/Custom-Habbo/styles/client.css" type="text/css"> <script type="text/javascript" src="/app/tpl/skins/Custom-Habbo/js/swfobject.js"></script> <script type="text/javascript"> var BaseUrl = "/game/"; var flashvars = { "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "IP", "connection.info.port" : "30000", "site.url" : "", "url.prefix" : "", "client.reload.url" : "/disconnected", "client.fatal.error.url" : "/disconnected", "client.connection.failed.url" : "/disconnected", "external.variables.txt" : "/game/external_variables.txt", "external.texts.txt" : "/game/external_flash_texts.txt", "external.override.texts.txt" : "/game/override/external_flash_override_texts.txt", "external.override.variables.txt" : "/game/override/external_override_variables.txt", "external.figurepartlist.txt" : "/game/figuredata.xml", "productdata.load.url" : "/game/productdata.txt", "furnidata.load.url" : "/game/furnidata.xml", "use.sso.ticket" : "1", "sso.ticket" : "{sso}", "client.starting" : "Please wait! {hotelName} is starting up.", "processlog.enabled" : "0", "flash.client.url" : BaseUrl, "client.starting.revolving" : "Whololo/Tijd is maar een illusie./Gotta go fast!/Your computer might blow up./Don't panic!/You might die./Get yourself a drink while waiting./Whats that noise?/", "flash.client.origin" : "popup" }; var params = { "base" : BaseUrl + "/", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "/game/expressInstall.swf", flashvars, params, null); </script> </head> <body> <div id="client"></div> </body> </html> [U][I][B]THIS GOT ME TO A LOADING SCREEN. NOT EVEN WHITE ;-; got a response from the emulator...[/B][/I][/U] [B][URL]http://prntscr.com/fbi376[/URL][/B][U][I][B] BUT its not going passed that, just black screen.[/B][/I][/U] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
White Screen on CMS?
Top