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 Tutorials
[guide][tut]how to make a phoenix php/cf hotel [r63][uberemu compatible]
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="Dbizz" data-source="post: 71146" data-attributes="member: 10366"><p><span style="color: #0000ff">i have had a lot of problems making my hotel and i wanted other people to not have to go trough al that ****</span></p><p><span style="color: #0000ff">so this tut is gonna tell u how to make a r63 phoenix hotel cf/php ur choice with xampp (im not making a tut with iis because i cant get that to work) im gonna add screanies later and dls this shoudnt take to long ok lets get to the tut</span></p><p><span style="color: #008000"><span style="font-size: 26px">1. setting up xampp (skip this if u already installed)</span></span></p><p><span style="color: #008080">to get xampp download it at <a href="http://www.apachefriends.org/en/xampp-windows.html" target="_blank">http://www.apachefriends.org/en/xampp-windows.html</a></span></p><p><span style="color: #008080">now run trough the installer install it anywhere u want <span style="font-size: 18px">optional:</span> install apache and mysql as a service</span></p><p><span style="color: #008080">u shoudnt have any problems installing xampp i u do feel free to leave a comment now go to <a href="http://localhost" target="_blank">http://localhost</a> or <a href="http://127.0.0.1" target="_blank">http://127.0.0.1</a> now u shoud see xampp come up and asking you for your lanuage after selecting that go to security</span></p><p><span style="color: #008080">in the menu bar left of the page now u shoud see some security details and under that u shoud see this link <a href="http://localhost/security/xamppsecurity.php" target="_blank">http://localhost/security/xamppsecurity.php</a> click that now a page shoud pop up asking for u to set up ur password u shoud fill in the mysql section root password after saving that ur done now go to where u have installed xampp </span></p><p><span style="color: #008080">default is c:\xampp now go to htdocs so u shoud be in c:\xampp\htdocs DELETE everything in there now you are done with xampp</span></p><p><span style="color: #ff0000"><span style="font-size: 26px">2 setting up phoenix cms (here u choose between php/cf)</span></span></p><p><span style="color: #ff00ff"><span style="font-size: 22px">2a php this is very simple but is easy to hack</span></span></p><p><span style="color: #00ff00">go to <a href="http://code.google.com/p/phoenix-php/downloads/list" target="_blank">http://code.google.com/p/phoenix-php/downloads/list</a> download the lates version (including the fixes for them) now go to your htdocs and put everything in there <span style="font-size: 18px">note: this requires winrar</span> <a href="http://www.winrar.nl/" target="_blank">http://www.winrar.nl/</a> download the latest one here now u need to make a database go to <a href="http://localhost/phpmyadmin" target="_blank">http://localhost/phpmyadmin</a> and login with the password u created for mysql earlier go to databases and name the database phoenix 3 and import the sql file from ur emulator (sorry i cant give u the link on devbest u will have to contact me with a pm or ask me on my hotel <a href="http://hotelaero.tk)now" target="_blank">http://hotelaero.tk)now</a> go back to your htdocs folder and open config with notepad where it says db or database put phoenix 3 and with password ur mysql password server is localhost </span></p><p><span style="color: #00ff00">and user is root now save it and go to <a href="http://localhost" target="_blank">http://localhost</a> your hotel shoud work now (we still need to set up the client) this is the php way</span></p><p><span style="color: #ff00ff"><span style="font-size: 22px">2b cf this one is more advanced</span></span></p><p><span style="color: #00ff00">i coud just make a tutorial section abbout this but there is a video avalible so il post the link if u want the tutorial section just comment and i will add it <a href="http://www.youtube.com/watch?v=eYsoyjyvos4" target="_blank">http://www.youtube.com/watch?v=eYsoyjyvos4</a> u can use the serial key the man in the video uses THIS VIDEO IS NOT MINE I FOUND IT I THINK ITS FROM THE MAN WHO CODES THE PHOENIX CF</span></p><p><span style="color: #ff6600"><span style="font-size: 26px">3 setting up the emulator and swfs(client)</span></span></p><p><span style="color: #00ccff">i cant post a link for a cracked phoenix 3.7 ul have to pm me or contact me at my hotel <a href="http://hotelaero.tk" target="_blank">http://hotelaero.tk</a></span></p><p><span style="color: #00ccff">the first thing u shoud do is extract the emulator onto your computer then edit the config file the same way as the phoenix cms and put the game port to 30000 and mus port to 30001 it shoud have this by default and the ip shoud be ur public ip (if u portforwarded) now u shoud download swfs r63 (if anyone has new swfs please tell me or give me the link and i will add it to the tutorial thank you)</span></p><p><span style="color: #00ccff">put the r63 folder on your htdocs and configure the external_variables file press ctrl+h and type this in your upper bar 77.165.213.150 and in the bottom bar localhost or your public ip (if you portforwarded)</span></p><p><span style="color: #2061de"><span style="font-size: 22px">go to the client folder in your htdocs folder and open index.cfm with note pad and empty it and paste this into it</span></span></p><p>[CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></p><p><!-- Read config.ini settings & apply them --></p><p><cfset iniFile = expandPath("/config.ini")></p><p><cfset DSN = getProfileString(iniFile, "coldfusion", "DSN")></p><p><!-- Read config.ini settings & apply them --></p><p> </p><p><cfinclude template = "/system/functions/checkusersession.cfm" /></p><p><cfinclude template = "/system/functions/loadclientsettings.cfm" /></p><p> </p><p> </p><p><cfscript></p><p>function randString(type,ct){ var i=1; var randStr=""; var randNum=""; var</p><p>useList=""; var</p><p>alpha="A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z";</p><p>var secure="!,@,$,%,&amp;,*,-,_,=,+,?,~"; for(i=1;i LTE ct;i=i+1){</p><p>randNum=RandRange(1,10); useList="0,1,2,3,4,5,6,7,8,9";</p><p>randStr="#randStr##ListGetAt(useList,randNum)#"; } return randStr; }</p><p></cfscript></p><p> </p><p><cfset rand1 ="#randString('numeric',6)#" /></p><p><cfset rand2 ="#randString('numeric',5)#" /></p><p><cfset rand3 ="#randString('numeric',5)#" /></p><p><cfset rand4 ="#randString('numeric',5)#" /></p><p><cfset rand5 ="#randString('numeric',5)#" /></p><p><cfset rand6 ="#randString('numeric',1)#" /></p><p><cfset ticket ="ST-#rand1#-#rand2##rand3#-#rand4##rand5#-otaku-#rand6#"></p><p> </p><p><cfquery name="ssoticket" datasource="#DSN#"></p><p>UPDATE users SET auth_ticket = '#ticket#' WHERE username = '#session.username#'</p><p></cfquery></p><p> </p><p><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"></p><p><head></p><p><meta http-equiv="content-type" content="text/html; charset=utf-8" /></p><p><title>Habbo Hotel - </title></p><p> </p><p><cfoutput></p><p><script type="text/javascript"></p><p>var andSoItBegins = (new Date()).getTime();</p><p>var ad_keywords = "";</p><p>document.habboLoggedIn = true;</p><p>var habboName = "Sojobo";</p><p>var habboReqPath = "#cms_url#";</p><p>var habboStaticFilePath = "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery";</p><p>var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";</p><p>var habboPartner = "";</p><p>var habboDefaultClientPopupUrl = "#cms_url#/client";</p><p>window.name = "ClientWndw";</p><p>if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }</p><p></script></p><p></cfoutput></p><p> </p><p><link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href="http://www.habbo.com/articles/rss.xml" /></p><p><script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/static/js/libs2.js" type="text/javascript"></script></p><p><script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/static/js/visual.js" type="text/javascript"></script></p><p><script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/static/js/libs.js" type="text/javascript"></script></p><p><script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/static/js/common.js" type="text/javascript"></script></p><p><link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/styles/style.css" type="text/css" /></p><p><link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/styles/buttons.css" type="text/css" /></p><p><link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/styles/boxes.css" type="text/css" /></p><p><link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/styles/tooltips.css" type="text/css" /></p><p><link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/styles/changepassword.css" type="text/css" /></p><p> </p><p><noscript></p><p><meta http-equiv="refresh" content="0;url=/client/nojs" /></p><p></noscript></p><p> </p><p><link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/styles/habboclient.css" type="text/css" /></p><p><link rel="stylesheet" href="/Public/Styles/Default/CSS/client.css" type="text/css" /></p><p><script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script></p><p> </p><p><cfoutput></p><p><script type="text/javascript"></p><p>FlashExternalInterface.loginLogEnabled = false;</p><p>FlashExternalInterface.logLoginStep("web.view.start");</p><p> </p><p>if (top == self) {</p><p>FlashHabboClient.cacheCheck();</p><p>}</p><p>var flashvars = {</p><p>"client.allow.cross.domain" : "1",</p><p>"client.notify.cross.domain" : "1",</p><p>"connection.info.host" : "#client_ip#",</p><p>"connection.info.port" : "#client_port#",</p><p>"site.url" : "#cms_url#",</p><p>"url.prefix" : "#cms_url#",</p><p>"client.reload.url" : "#cms_url#/reauthenticate.cfm?page=/client",</p><p>"client.fatal.error.url" : "#cms_url#/client/disconnected.cfm?flash_client_error",</p><p>"client.connection.failed.url" : "#cms_url#/client/disconnected.cfm?client_connection_failed",</p><p>"external.variables.txt" : "#client_variables#",</p><p>"external.texts.txt" : "#client_texts#",</p><p>"use.sso.ticket" : "1",</p><p>"sso.ticket" : "#ticket#",</p><p>"processlog.enabled" : "0",</p><p>"account_id" : "1",</p><p>"client.starting" : "Please wait! Habboon is starting up.",</p><p>"flash.client.url" : "#cms_url#/r63/",</p><p>"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",</p><p>"has.identity" : "0",</p><p>"flash.client.origin" : "popup",</p><p>"token" : "#ticket#"</p><p>};</p><p>var params = {</p><p>"base" : "#cms_url#/r63/",</p><p>"allowScriptAccess" : "always",</p><p>"menu" : "true"</p><p>};</p><p> </p><p>if (!(HabbletLoader.needsFlashKbWorkaround())) {</p><p>params["wmode"] = "opaque";</p><p>}</p><p> </p><p>var clientUrl = "#cms_url#/r63/Habbo.swf";</p><p> </p><p>swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/flash/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></p><p></cfoutput></p><p> </p><p></head></p><p> </p><p><div id="overlay"></div></p><p><div id="client-ui" ></p><p><div id="flash-wrapper"></p><p><div id="flash-container"></p><p><div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none"></p><p><div class="cbb clearfix"></p><p><h2 class="title">Please install Adobe Flash Player.</h2></p><p><div class="box-content"></p><p><p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/"></p><p>Install flash player</a>. More instructions for installation can be</p><p>found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/"></p><p>More information</a></p></p><p><p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p></p><p></div></p><p></div></p><p></div></p><p><script type="text/javascript"></p><p>$('content').show();</p><p></script></p><p><noscript></p><p><div style="width: 400px; margin: 20px auto 0 auto; text-align: center"></p><p><p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p></p><p></div></p><p></noscript></p><p></div></p><p></div></p><p><div id="content" class="client-content"></div></p><p></div></p><p> </p><p></body></p><p></html> [/CODE]</p></blockquote><p></p>
[QUOTE="Dbizz, post: 71146, member: 10366"] [COLOR=#0000ff]i have had a lot of problems making my hotel and i wanted other people to not have to go trough al that ****[/COLOR] [COLOR=#0000ff]so this tut is gonna tell u how to make a r63 phoenix hotel cf/php ur choice with xampp (im not making a tut with iis because i cant get that to work) im gonna add screanies later and dls this shoudnt take to long ok lets get to the tut[/COLOR] [COLOR=#008000][SIZE=7]1. setting up xampp (skip this if u already installed)[/SIZE][/COLOR] [COLOR=#008080]to get xampp download it at [URL]http://www.apachefriends.org/en/xampp-windows.html[/URL][/COLOR] [COLOR=#008080]now run trough the installer install it anywhere u want [SIZE=5]optional:[/SIZE] install apache and mysql as a service[/COLOR] [COLOR=#008080]u shoudnt have any problems installing xampp i u do feel free to leave a comment now go to [URL]http://localhost[/URL] or [URL]http://127.0.0.1[/URL] now u shoud see xampp come up and asking you for your lanuage after selecting that go to security[/COLOR] [COLOR=#008080]in the menu bar left of the page now u shoud see some security details and under that u shoud see this link [URL]http://localhost/security/xamppsecurity.php[/URL] click that now a page shoud pop up asking for u to set up ur password u shoud fill in the mysql section root password after saving that ur done now go to where u have installed xampp [/COLOR] [COLOR=#008080]default is c:\xampp now go to htdocs so u shoud be in c:\xampp\htdocs DELETE everything in there now you are done with xampp[/COLOR] [COLOR=#ff0000][SIZE=7]2 setting up phoenix cms (here u choose between php/cf)[/SIZE][/COLOR] [COLOR=#ff00ff][SIZE=6]2a php this is very simple but is easy to hack[/SIZE][/COLOR] [COLOR=#00ff00]go to [URL]http://code.google.com/p/phoenix-php/downloads/list[/URL] download the lates version (including the fixes for them) now go to your htdocs and put everything in there [SIZE=5]note: this requires winrar[/SIZE] [URL]http://www.winrar.nl/[/URL] download the latest one here now u need to make a database go to [URL]http://localhost/phpmyadmin[/URL] and login with the password u created for mysql earlier go to databases and name the database phoenix 3 and import the sql file from ur emulator (sorry i cant give u the link on devbest u will have to contact me with a pm or ask me on my hotel [URL]http://hotelaero.tk)now[/URL] go back to your htdocs folder and open config with notepad where it says db or database put phoenix 3 and with password ur mysql password server is localhost [/COLOR] [COLOR=#00ff00]and user is root now save it and go to [URL]http://localhost[/URL] your hotel shoud work now (we still need to set up the client) this is the php way[/COLOR] [COLOR=#ff00ff][SIZE=6]2b cf this one is more advanced[/SIZE][/COLOR] [COLOR=#00ff00]i coud just make a tutorial section abbout this but there is a video avalible so il post the link if u want the tutorial section just comment and i will add it [URL]http://www.youtube.com/watch?v=eYsoyjyvos4[/URL] u can use the serial key the man in the video uses THIS VIDEO IS NOT MINE I FOUND IT I THINK ITS FROM THE MAN WHO CODES THE PHOENIX CF[/COLOR] [COLOR=#ff6600][SIZE=7]3 setting up the emulator and swfs(client)[/SIZE][/COLOR] [COLOR=#00ccff]i cant post a link for a cracked phoenix 3.7 ul have to pm me or contact me at my hotel [URL]http://hotelaero.tk[/URL][/COLOR] [COLOR=#00ccff]the first thing u shoud do is extract the emulator onto your computer then edit the config file the same way as the phoenix cms and put the game port to 30000 and mus port to 30001 it shoud have this by default and the ip shoud be ur public ip (if u portforwarded) now u shoud download swfs r63 (if anyone has new swfs please tell me or give me the link and i will add it to the tutorial thank you)[/COLOR] [COLOR=#00ccff]put the r63 folder on your htdocs and configure the external_variables file press ctrl+h and type this in your upper bar 77.165.213.150 and in the bottom bar localhost or your public ip (if you portforwarded)[/COLOR] [COLOR=#2061de][SIZE=6]go to the client folder in your htdocs folder and open index.cfm with note pad and empty it and paste this into it[/SIZE][/COLOR] [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Read config.ini settings & apply them --> <cfset iniFile = expandPath("/config.ini")> <cfset DSN = getProfileString(iniFile, "coldfusion", "DSN")> <!-- Read config.ini settings & apply them --> <cfinclude template = "/system/functions/checkusersession.cfm" /> <cfinclude template = "/system/functions/loadclientsettings.cfm" /> <cfscript> function randString(type,ct){ var i=1; var randStr=""; var randNum=""; var useList=""; var alpha="A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"; var secure="!,@,$,%,&,*,-,_,=,+,?,~"; for(i=1;i LTE ct;i=i+1){ randNum=RandRange(1,10); useList="0,1,2,3,4,5,6,7,8,9"; randStr="#randStr##ListGetAt(useList,randNum)#"; } return randStr; } </cfscript> <cfset rand1 ="#randString('numeric',6)#" /> <cfset rand2 ="#randString('numeric',5)#" /> <cfset rand3 ="#randString('numeric',5)#" /> <cfset rand4 ="#randString('numeric',5)#" /> <cfset rand5 ="#randString('numeric',5)#" /> <cfset rand6 ="#randString('numeric',1)#" /> <cfset ticket ="ST-#rand1#-#rand2##rand3#-#rand4##rand5#-otaku-#rand6#"> <cfquery name="ssoticket" datasource="#DSN#"> UPDATE users SET auth_ticket = '#ticket#' WHERE username = '#session.username#' </cfquery> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Habbo Hotel - </title> <cfoutput> <script type="text/javascript"> var andSoItBegins = (new Date()).getTime(); var ad_keywords = ""; document.habboLoggedIn = true; var habboName = "Sojobo"; var habboReqPath = "#cms_url#"; var habboStaticFilePath = "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery"; var habboImagerUrl = "http://www.habbo.com/habbo-imaging/"; var habboPartner = ""; var habboDefaultClientPopupUrl = "#cms_url#/client"; window.name = "ClientWndw"; if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; } </script> </cfoutput> <link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href="http://www.habbo.com/articles/rss.xml" /> <script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/static/js/libs2.js" type="text/javascript"></script> <script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/static/js/visual.js" type="text/javascript"></script> <script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/static/js/libs.js" type="text/javascript"></script> <script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/static/js/common.js" type="text/javascript"></script> <link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/styles/style.css" type="text/css" /> <link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/styles/buttons.css" type="text/css" /> <link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/styles/boxes.css" type="text/css" /> <link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/styles/tooltips.css" type="text/css" /> <link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/styles/changepassword.css" type="text/css" /> <noscript> <meta http-equiv="refresh" content="0;url=/client/nojs" /> </noscript> <link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/styles/habboclient.css" type="text/css" /> <link rel="stylesheet" href="/Public/Styles/Default/CSS/client.css" type="text/css" /> <script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script> <cfoutput> <script type="text/javascript"> FlashExternalInterface.loginLogEnabled = false; FlashExternalInterface.logLoginStep("web.view.start"); if (top == self) { FlashHabboClient.cacheCheck(); } var flashvars = { "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "1", "connection.info.host" : "#client_ip#", "connection.info.port" : "#client_port#", "site.url" : "#cms_url#", "url.prefix" : "#cms_url#", "client.reload.url" : "#cms_url#/reauthenticate.cfm?page=/client", "client.fatal.error.url" : "#cms_url#/client/disconnected.cfm?flash_client_error", "client.connection.failed.url" : "#cms_url#/client/disconnected.cfm?client_connection_failed", "external.variables.txt" : "#client_variables#", "external.texts.txt" : "#client_texts#", "use.sso.ticket" : "1", "sso.ticket" : "#ticket#", "processlog.enabled" : "0", "account_id" : "1", "client.starting" : "Please wait! Habboon is starting up.", "flash.client.url" : "#cms_url#/r63/", "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02", "has.identity" : "0", "flash.client.origin" : "popup", "token" : "#ticket#" }; var params = { "base" : "#cms_url#/r63/", "allowScriptAccess" : "always", "menu" : "true" }; if (!(HabbletLoader.needsFlashKbWorkaround())) { params["wmode"] = "opaque"; } var clientUrl = "#cms_url#/r63/Habbo.swf"; swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/flash/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> </cfoutput> </head> <div id="overlay"></div> <div id="client-ui" > <div id="flash-wrapper"> <div id="flash-container"> <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none"> <div class="cbb clearfix"> <h2 class="title">Please install Adobe Flash Player.</h2> <div class="box-content"> <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/"> Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/"> More information</a></p> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/833/web-gallery/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p> </div> </div> </div> <script type="text/javascript"> $('content').show(); </script> <noscript> <div style="width: 400px; margin: 20px auto 0 auto; text-align: center"> <p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p> </div> </noscript> </div> </div> <div id="content" class="client-content"></div> </div> </body> </html> [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
[guide][tut]how to make a phoenix php/cf hotel [r63][uberemu compatible]
Top