R Ran Freelance Web Developer & Designer Oct 1, 2010 124 18 Jul 8, 2012 #1 Hello, When I login to my hotel it comes up with this - How do I fix that? and, how do I make a room the official room when someone enters the hotel? Cheers.
Hello, When I login to my hotel it comes up with this - How do I fix that? and, how do I make a room the official room when someone enters the hotel? Cheers.
Sean Don't Worry, Be Happy Dec 12, 2011 1,121 405 Jul 8, 2012 #2 Do not know how to fix the error, But go to database and then go to users table and alter the home room default to the room ID Upvote 0 Downvote
Do not know how to fix the error, But go to database and then go to users table and alter the home room default to the room ID
R Ran Freelance Web Developer & Designer Oct 1, 2010 124 18 Jul 8, 2012 Thread starter #3 thanks! now I just need to resolve this fuckign error.. :/ I got everything right on the hotel, the cms, everything but then it stop's working Upvote 0 Downvote
thanks! now I just need to resolve this fuckign error.. :/ I got everything right on the hotel, the cms, everything but then it stop's working
ryumaki98 New Member May 29, 2011 28 1 Jul 8, 2012 #4 What Emu Did U Use I Had This Error Before I Just Drop My Db Lol Im Dumb >,< Upvote 0 Downvote
R Ran Freelance Web Developer & Designer Oct 1, 2010 124 18 Jul 8, 2012 Thread starter #5 ryumaki98 said: What Emu Did U Use I Had This Error Before I Just Drop My Db Lol Im Dumb >,< Click to expand... phoenix emu, and did you delete the emu and upload a new one? Upvote 0 Downvote
ryumaki98 said: What Emu Did U Use I Had This Error Before I Just Drop My Db Lol Im Dumb >,< Click to expand... phoenix emu, and did you delete the emu and upload a new one?
Sean Don't Worry, Be Happy Dec 12, 2011 1,121 405 Jul 8, 2012 #6 I think he means try another database Upvote 0 Downvote
R Ran Freelance Web Developer & Designer Oct 1, 2010 124 18 Jul 8, 2012 Thread starter #7 eh' I ddon't really want to use a new db, because I cbf making the welcome lounge again. Upvote 0 Downvote
Sean Don't Worry, Be Happy Dec 12, 2011 1,121 405 Jul 8, 2012 #8 Well export the table from the furni,rooms and stuff that is needed then import it back into the new database Upvote 0 Downvote
Well export the table from the furni,rooms and stuff that is needed then import it back into the new database
Hicupish Member Apr 19, 2012 29 3 Jul 8, 2012 #9 Erhm Dont Hold Me On It but Try Dropping Your database I Had this problem but i change my database and now,My Hotels Works wonderfuly Upvote 0 Downvote
Erhm Dont Hold Me On It but Try Dropping Your database I Had this problem but i change my database and now,My Hotels Works wonderfuly
R Ran Freelance Web Developer & Designer Oct 1, 2010 124 18 Jul 8, 2012 Thread starter #10 I tried dropping my database, then re-uploading it, but it didn't work ... Upvote 0 Downvote
Hicupish Member Apr 19, 2012 29 3 Jul 8, 2012 #11 Hmm, Paste You client Configuration For me? Upvote 0 Downvote
R Ran Freelance Web Developer & Designer Oct 1, 2010 124 18 Jul 8, 2012 Thread starter #12 You only want me to post my client configuration so you can put it on your hotel. Upvote 0 Downvote
Exilo Member Apr 27, 2012 192 5 Jul 8, 2012 #13 Privacy said: You only want me to post my client configuration so you can put it on your hotel. Click to expand... ...... -FP. Do you want help or not?....... Upvote 0 Downvote
Privacy said: You only want me to post my client configuration so you can put it on your hotel. Click to expand... ...... -FP. Do you want help or not?.......
R Ran Freelance Web Developer & Designer Oct 1, 2010 124 18 Jul 8, 2012 Thread starter #14 Has it got something to do with my client config? Upvote 0 Downvote
R Ran Freelance Web Developer & Designer Oct 1, 2010 124 18 Jul 8, 2012 Thread starter #15 This is it, anyway ; <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} - Client</title> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css"> <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script> <script type="text/javascript"> var BaseUrl = "{swf_folder}"; var flashvars = { "client.starting" : "Please wait, {hotelName} is starting up!", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "5.9.228.114", "connection.info.port" : "30000", "site.url" : "{url}", "url.prefix" : "{url}", "client.reload.url" : "{url}/client", "client.fatal.error.url" : "{url}/me", "client.connection.failed.url" : "{url}/me", "external.variables.txt" : "{external_vars}", "external.texts.txt" : "{external_texts}", "productdata.load.url" : "{product_data}", "furnidata.load.url" : "{furni_data}", "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", "{swf_folder}/expressInstall.swf", flashvars, params, null); </script> </head> <body> <div id="client"></div> </body> </html> bump. Upvote 0 Downvote
This is it, anyway ; <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} - Client</title> <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css"> <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script> <script type="text/javascript"> var BaseUrl = "{swf_folder}"; var flashvars = { "client.starting" : "Please wait, {hotelName} is starting up!", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "5.9.228.114", "connection.info.port" : "30000", "site.url" : "{url}", "url.prefix" : "{url}", "client.reload.url" : "{url}/client", "client.fatal.error.url" : "{url}/me", "client.connection.failed.url" : "{url}/me", "external.variables.txt" : "{external_vars}", "external.texts.txt" : "{external_texts}", "productdata.load.url" : "{product_data}", "furnidata.load.url" : "{furni_data}", "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", "{swf_folder}/expressInstall.swf", flashvars, params, null); </script> </head> <body> <div id="client"></div> </body> </html> bump.
Twisting HFFM Sep 4, 2011 362 79 Jul 8, 2012 #16 Did you do anything before this error started? Or has it always been like this? Upvote 0 Downvote
Nike #MGK Jun 9, 2012 545 107 Jul 8, 2012 #17 You know their is a Help & Support section? :L Upvote 0 Downvote