i have had a lot of problems making my hotel and i wanted other people to not have to go trough al that ****
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
1. setting up xampp (skip this if u already installed)
to get xampp download it at
now run trough the installer install it anywhere u want optional: install apache and mysql as a service
u shoudnt have any problems installing xampp i u do feel free to leave a comment now go to
in the menu bar left of the page now u shoud see some security details and under that u shoud see this link
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
2 setting up phoenix cms (here u choose between php/cf)
2a php this is very simple but is easy to hack
go to
and user is root now save it and go to
2b cf this one is more advanced
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
3 setting up the emulator and swfs(client)
i cant post a link for a cracked phoenix 3.7 ul have to pm me or contact me at my hotel
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)
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)
go to the client folder in your htdocs folder and open index.cfm with note pad and empty it and paste this into it
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
1. setting up xampp (skip this if u already installed)
to get xampp download it at
You must be registered for see links
now run trough the installer install it anywhere u want optional: install apache and mysql as a service
u shoudnt have any problems installing xampp i u do feel free to leave a comment now go to
You must be registered for see links
or
You must be registered for see links
now u shoud see xampp come up and asking you for your lanuage after selecting that go to securityin the menu bar left of the page now u shoud see some security details and under that u shoud see this link
You must be registered for see links
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 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
2 setting up phoenix cms (here u choose between php/cf)
2a php this is very simple but is easy to hack
go to
You must be registered for see links
download the lates version (including the fixes for them) now go to your htdocs and put everything in there note: this requires winrar
You must be registered for see links
download the latest one here now u need to make a database go to
You must be registered for see links
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
You must be registered for see links
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 and user is root now save it and go to
You must be registered for see links
your hotel shoud work now (we still need to set up the client) this is the php way2b cf this one is more advanced
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
You must be registered for see links
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 CF3 setting up the emulator and swfs(client)
i cant post a link for a cracked phoenix 3.7 ul have to pm me or contact me at my hotel
You must be registered for see links
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)
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)
go to the client folder in your htdocs folder and open index.cfm with note pad and empty it and paste this into it
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>