Do you have to put your SWFS in client folder, just wondering?
Printable View
Do you have to put your SWFS in client folder, just wondering?
Ok thanks, cause most people do, and it didn't work for me when I didn't.
for ppl who need a Cf9 key code : 1185-5149-4078-9896-8804-8040
how do you download it? lol
1.download TortoiseSVN
2.right click in htdocs
3.click on SVN checkout
4. put this on the first line : phoenixcf - Revision 26: /trunk
Release a php version
He will not release a PHP version sojobo is only into CF can't you tell that Habboon and HabboRP is coded in CF and not PHP i have a PHP version of it with my custom edit but if this is the way people are going to act and rush people to do the project forget it. I might not release it now...
Offtopic: I like your post herp
Posted via Mobile Device
Lol, why you guys hating on sucha simple request. Here is the things wrong with your posts:
I found a PHP one, it obviously didnt take much time
How am I being selfish? I asked for a more popular version of web documents.
I'm sure he can code other things besides cold fusion
I'm not rushing him, I asked for it
There already is php version ( I wanted to no if there is a official rel. 4 it
Cooldude, your not that cool.
How is me asking for a official php version effect your descion to rel. Yours
No one cares if you release it or not, there is a another one
Stop PMSing, why would you not release it. Your not liked or known for anything now...
So if people ask for something, you decide not to give it to them... doesn't make sense
All I asked for was a official php release, didn't need your lip.
Lol, I know.. But alot of other people have asked for it. Its annoying :P:.
PS, for some reason my apache stopped working after this, possibly because it takes up the port 80 or 443? lemme know.
I fixed it, everytime I installed coldfusion it did this, I ran MANY tests.
Hey Guys im using UberEMU v1.0.0.0 Build 1000 And i have edited the IPS and Ports but my emu wont still connect ;( Help please
Help Me idk whats up Look attachment
Wow, Housekeeping is the same exact thing for Google Chrome's option area.
Where you can download phoenix php?
When's the next houeskeeping update coming out?
phoenixphp - Open Source PHP CMS for the Phoenix Emulator. - Google Project Hosting
I think that is the SVN for it.
Hey So guys im running Phoenix CF and stuff And The Emulator By Spazz when i open emu and connects to client it says Accepted new connection and then my ip and then none more and in clinet it says Object not found or somefhing here is Screens :
http://img33.imageshack.us/img33/335...235644x264.png
http://img15.imageshack.us/img15/347...71280x1024.png
niceee 10/10
This doesn't work with UberEMU at all.
Becouse this is Phoenix
Yes, read the title.
It does work with uberemu, just use the uberemu's database and such. i tried this it worked for me (:
Awsome release :) Thanks alot
Hey sorry if this is a noob question but its starting to annoy me now.
When i click enter hotel i get this Attachment 87172
It doesnt move off that screen.
My client.cfm
Vars: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>
<title>SpazzLake: Client</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body {
background-color: #000000;
color: #FFFFFF;
margin: 0;
padding: 0;
}
a {
color: #FFFFFF;
}
div#client { margin:0; }
</style>
<script src="http://127.0.0.1/client/swfobject.js"></script>
</head>
<body>
<center>
<div id="client-ui">
<div id="client" style='position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden; height:100%; width:100%;'>
</div>
</div>
<cfoutput>
<script>
var Client = new SWFObject("http://127.0.0.1/r63/Habbo.swf", "client", "100%", "100%", "10.0.0");
Client.addParam( 'base', 'http://127.0.0.1/r63/' );
Client.addParam( 'allowScriptAccess', true );
Client.addParam( 'menu', false );
Client.addVariable( "client.allow.cross.domain", "0" );
Client.addVariable( "client.notify.cross.domain", "1" );
Client.addVariable( "connection.info.host", "127.0.0.1" );
Client.addVariable( "connection.info.port", "30000" );
Client.addVariable( "site.url", "http://127.0.0.1/" );
Client.addVariable( "url.prefix", "http://127.0.0.1/" );
Client.addVariable( "client.reload.url", "#cms_url#/reauthenticate.cfm?page=/client" );
Client.addVariable( "client.fatal.error.url", "#cms_url#/client/disconnected.cfm?flash_client_error" );
Client.addVariable( "client.connection.failed.url", "#cms_url#/client/disconnected.cfm?client_connection_failed" );
Client.addVariable( "external.variables.txt", "http://127.0.0.1/r63/external_variables.txt" );
Client.addVariable( "external.texts.txt", "http://127.0.0.1/r63/external_flash_texts.txt" );
Client.addVariable( "use.sso.ticket", "1" );
Client.addVariable( "sso.ticket", "#ticket#" );
Client.addVariable( "processlog.enabled", "0" );
//Client.addVariable( "account_id", "" );
Client.addVariable( "client.starting", "Please+wait%21+Spazz+is+starting+up." );
Client.addVariable( "flash.client.url", "http://127.0.0.1/client/" );
Client.addVariable( "flash.client.origin", "popup" );
//New Habbo Stuff - they I didn't think we needed..
//Client.addVariable( "external.override.texts.txt", "" );
//Client.addVariable( "external.override.variables.txt", "" );
//Client.addVariable( "productdata.load.url", "http://hotel-us.habbo.com/gamedata/productdata/387c9ca84ebbf9242686e69a161e787e5aa3cce7" );
//Client.addVariable( "furnidata.load.url", "http://hotel-us.habbo.com/gamedata/furnidata/d3527b24a48164fcb83892738205d19a359cb2ed" );
Client.addVariable( "user.hash", "" );
//Client.addVariable( "has.identity", "1" );
Client.write( 'client' );
</script>
</cfoutput>
</center>
</body>
</html>
Code:char.conversion.mac=[128:219,130:226,131:196,132:227,133:201,134:160,135:224,136:246,137:228,139:220,140:206,145:212,146:213,147:210,148:211,149:165,150:208,151:209,152:247,153:170,155:221,156:207,159:217,161:193,165:180,167:164,168:172,170:187,171:199,172:194,173:208,174:168,176:161,180:171,182:166,183:225,184:252,186:188,187:200,191:192,192:203,193:231,194:229,195:204,196:128,197:129,198:174,199:130,200:233,201:131,202:230,203:232,204:237,205:234,206:235,207:236,209:132,210:241,211:238,212:239,213:205,214:133,216:175,217:244,218:242,219:243,220:134,223:167,224:136,225:135,226:137,227:139,228:138,229:140,230:190,231:141,232:143,233:142,234:144,235:145,236:147,237:146,238:148,239:149,241:150,242:152,243:151,244:153,246:154,247:214,248:191,249:157,250:156,251:158,252:159,255:216]
stats.tracking.javascript=google
productdata.load.url=http://127.0.0.1/r63/productdata.txt
figure.partsets.xml=http://127.0.0.1/r63/figurepartconfig/partsets.xml
struct.font.grey=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#666666"),#ilk:#struct,#fontStyle:[#italic]]
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
security.cast.load.url=http://127.0.0.1/r63/sec.cct?t=%token%
navigator.default.view=public
latencytest.interval=20000
external.figurepartlist.txt=http://127.0.0.1/r63/figuredata.xml
image.library.url=http://127.0.0.1/r63/c_images/
navigator.visible.public.root=3
permitted.name.chars=1234567890qwertyuiopasdfghjklzxcvbnm-=?!@:.,
latencytest.report.delta=100
struct.font.bold=[#font:"vb",#fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
figure.draworder.xml=http://127.0.0.1/r63/figurepartconfig/draworder.xml
client.hotel_view.image=hotel_view_images_hq/hotelview_banzai.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
flash.dynamic.download.url=http://127.0.0.1/r63/hof_furni/
image.library.catalogue.url=http://127.0.0.1/r63/c_images/catalogue/
room.default.wall=201
purse.transactions.active=1
client.use.invites=1
struct.font.plain=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
hotelview.banner.url=http://127.0.0.1/r63/banner.png
client.textdata.utf8=1
logout.concurrent.url=http://%predefined%/account/disconnected?reason=concurrentlogin&origin=%origin%
figure.animation.xml=http://127.0.0.1/r63/figurepartconfig/animation.xml
dynamic.download.url=http://127.0.0.1/r63/hof_furni/
language=en
client.allow.facebook.like=0
struct.font.italic=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#italic]]
external.figurepartlist.txt.secure=http://127.0.0.1/r63/figuredata.xml
logout.url=http://%predefined%/account/disconnected?reason=%reason%&origin=%origin%
room.default.floor=111
navigator.public.default=3
tutorial.name.new_user_flow=NUF_mini
furnidata.load.url=http://127.0.0.1/r63/furnidata.txt
flash.dynamic.download.name.template=%typeid%.swf
struct.font.tooltip=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
struct.font.link=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#underline]]
figure.draworder.xml.secure=http://127.0.0.1/r63/figurepartconfig/draworder.xml
fuse.project.id=habbo_us
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
navigator.private.default=4
client.window.title=Habbo Hotel
dynamic.download.name.template=hh_furni_xx_%typeid%.cct
avatareditor.allowclubtryout=1
private.image.library.url=http://127.0.0.1/r63/c_images/
logout.disconnect.url=http://%predefined%/account/disconnected?reason=logout&origin=%origin%
latencytest.report.index=3
dynamic.download.samples.template=%typeid%.cct
navigator.visible.private.root=4
stats.tracking.javascript.template=\TCODE
link.format.friendlist.pref=http://%predefined%/profile/friendsmanagement?tab=6
cast.entry.10=hh_human_hats
cast.entry.11=hh_human_hair
group.badge.url=http://%predefined%/habbo-imaging/badge/%imagerdata%.gif
cast.entry.12=hh_human_shirt
interface.cmds.user.friend=["friend","trade","ignore","unignore","userpage"]
cast.entry.13=hh_human_leg
cast.entry.14=hh_human_shoe
cast.entry.15=hh_kiosk_room
cast.entry.17=hh_room_utils
cast.entry.16=hh_pets_common
cast.entry.19=hh_furni_classes
cast.entry.18=hh_room_ui
link.format.credits=http://%predefined%/credits
lagWarningLog.enabled=1
cfh.usercategories.withnoharasser=101,102,103,104,105,106
room.cast.12=hh_human_50_fx
interface.cmds.active.ctrl=["move","rotate"]
room.cast.11=hh_human_fx
avatar.editor.url=http://%predefined%/profile
room.cast.10=hh_roomdimmer
client.minimail.embed.enabled=false
link.format.pets=http://%predefined%/hotel/pets
room.cast.1=hh_soundmachine
room.cast.2=hh_human_acc_chest
room.cast.3=hh_human_acc_waist
link.format.club=http://%predefined%/credits/habboclub
club.subscription.disabled=1
cfh.usercategories.withharasser=101,102,103,104,105,106
room.cast.8=hh_human_50_acc_chest
link.format.user.search=http://%predefined%/me#habbo-search
room.cast.9=hh_human_50_acc_waist
moderatoractionlog.url=http://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName=
link.format.habboclub=http://%predefined%/credits/habboclub
room.cast.4=hh_human_50_shirt
interstitial.interval=120000
room.cast.5=hh_human_50_leg
avatar.editor.character.update.url=http://%predefined%/profile/characterupdate
room.cast.6=hh_human_50_shoe
room.cast.7=hh_human_50_item
navigator.tagcolorlimit.yellow=500
interstitial.show.time=5000
roomadmin.url=http://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/roomadmin_search.action?searchParamType=3&searchParamValue=
avatar.editor.club.promo.image=http://127.0.0.1/r63/c_images/catalogue/club_promo_uk.gif
link.format.mail.compose=http://%predefined%/me#mail/compose/%recipientid%/%random%/
room.rating.enable=1
interface.cmds.user.personal=["badge","dance","wave","hcdance","userpage"]
paalu.key.list=[#bal1:"Q", #bal2:"E", #push1:"A", #push2:"D", #move1:"N", #move2:"M", #stabilise:"SPACE"]
navigator.cache.duration=30
navigator.colorlimit.orange=80
room.cast.private=["hh_room_private", "hh_room_landscapes"]
link.format.userpage=http://%predefined%//rd/%ID%
displayer.tag.expiration.time=600000
navigator.default_tab=official
client.news.embed.enabled=false
navigator.tagcolorlimit.orange=1000
client.full.refresh.period=5000
interface.cmds.user.owner=["take_rights","give_rights","kick","friend","trade","ignore","unignore","userpage"]
wordfilter.url=http://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/localization/wordfilter_select.action
text.crap.fixing=1
castload.retry.delay=20000
roomenterad.habblet.enabled=false
habboinfotool.url=http://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/scam_userinfo_new.action?searchParamName=username&database=Stats&searchParamValue=
rosetta.warning.page.url=http://%predefined%/client_popup/rosetta_info
link.format.tag.search=http://%predefined%//tag/search?tag=%tag%
navigator.always_open_after_login=0
interstitial.enabled=true
pixels.enabled=true
interface.cmds.item.owner=["pick"]
cast.entry.42=hh_friend_list
interface.cmds.photo.owner=["pick","delete"]
cast.entry.41=hh_human_50_body
room.cast.small.1=hh_pets_50
cast.entry.44=hh_pets
interface.cmds.active.owner=["move","rotate","pick"]
cast.entry.43=hh_instant_messenger
cast.entry.45=hh_guide
embed.showInRoomInfo=false
client.fatal.error.url=http://%predefined%/client_error
cast.entry.40=hh_human_50_acc_head
swimjump.key.list=[#run1:"A", #run2:"D", #dive1:"W", #dive2:"E", #dive3:"A", #dive4:"S", #dive5:"D", #dive6:"Z", #dive7:"X", #jump:"SPACE"]
cast.entry.9=hh_human_item
cast.entry.8=hh_human_face
cast.entry.7=hh_human_body
client.allow.external.links=1
cast.entry.6=hh_human
cast.entry.5=hh_patch_uk
cast.entry.4=hh_interface
cast.entry.3=hh_shared
cast.entry.2=hh_entry_base
cast.entry.1=hh_entry_us
client.credits.embed.enabled=false
avatar.editor.trial.promo=0
text.render.compatibility.mode=2
moderator.cmds=[":alert x",":ban x",":kick x",":superban x",":shutup x",":unmute x",":transfer x",":softkick x"]
cast.entry.38=hh_human_50_acc_eye
cast.entry.39=hh_human_50_acc_face
cast.entry.37=hh_human_50_hair
cast.entry.36=hh_human_50_hats
cast.entry.35=hh_human_50_face
avatar.editor.club.promo=0
cast.entry.34=hh_human_acc_head
cast.entry.33=hh_human_acc_face
cast.entry.32=hh_human_acc_eye
cast.entry.31=hh_entry_init
cast.entry.30=hh_badges
navigator.colorlimit.yellow=50
interstitial.max.displays=5
client.flood.timeout=300000
client.version.id=401
navigator.tagcolorlimit.red=2000
link.format.collectibles=http://%predefined%/credits/collectibles
cast.entry.27=hh_dynamic_downloader
cast.entry.28=hh_recycler
cast.entry.29=hh_poll
cast.entry.24=hh_cat_new
cast.entry.23=hh_navigator
cast.entry.26=hh_buffer
cast.entry.25=hh_cat_gfx_all
cast.entry.20=hh_room
cast.entry.22=hh_photo
infostand.report.show=1
cast.entry.21=hh_club
subscription.reminder.when.days.left=5
interface.cmds.user.ctrl=["kick","friend","trade","ignore","unignore","userpage"]
navigator.colorlimit.red=92
interface.cmds.photo.ctrl=[]
link.format.mail.inbox=http://%predefined%/me#mail
interface.cmds.item.ctrl=[]
room.recommendations=1
userdefinedroomevents.enabled=true
client.logout.enabled=true
logout.concurrent.url=http://%predefined%/account/disconnected?reason=concurrentlogin&origin=%origin%
logout.url=http://%predefined%/account/disconnected?reason=%reason%&origin=%origin%
logout.disconnect.url=http://%predefined%/account/disconnected?reason=logout&origin=%origin%My client:
EDIT: Ok iv changed my client index.cfm back to the phoenix clint but but the bar loads but dont get anything after than then i get a error message saying A problem occurred, sorry!
Please try reloading the hotel, if the problem continues wait a few minutes before trying again. If you are unable to get onto the hotel for a long peroid of time please report the issue on our forums.
This is my new index.cfm
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/60_cf3b27a092308ed2f4b382d9929147fc/4/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/68/web-gallery/static/js/libs2.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/68/web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/68/web-gallery/static/js/libs.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/68/web-gallery/static/js/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/68/web-gallery/v2/styles/style.css" type="text/css" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/68/web-gallery/v2/styles/buttons.css" type="text/css" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/68/web-gallery/v2/styles/boxes.css" type="text/css" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/68/web-gallery/v2/styles/tooltips.css" type="text/css" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/68/web-gallery/v2/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/68/web-gallery/v2/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/68/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" : "#cms_url#/r63/external_variables.txt",
"external.texts.txt" : "#cms_url#/r63/external_flash_texts.txt",
"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" : "false"
};
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/61_c0f99b7b02ed27ad5d4d5661fe02784f/8/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>
<body id="client" class="flashclient">
<div id="BottomBar">
</div>
<div id="overlay"></div>
<img src="http://images.habbo.com/habboweb/61_c0f99b7b02ed27ad5d4d5661fe02784f/8/web-gallery/v2/images/page_loader.gif" style="position:absolute; margin: -1500px;" />
<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/61_c0f99b7b02ed27ad5d4d5661fe02784f/8/web-gallery/v2/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>
I know I've asked this before, but when will the next Housekeeping update come? I am finding it annoying having to go into the database every time I want to edit a user... I would modify the current pages to do what I want them to do, but that isn't possible because you encrypted all the files! :P
Phoenix 3.0 includes a license where you can buy the emu although i think that you'l have to buy the content manager system to
I agree thats why I don't like Phoenix simply because of Housekeeping, otherwise it's alright.
need phoenix php files ask me on msn fritids@live.no giving out free files :)
I have given up waiting anyway :P I am just going to use uberCMS's Housekeeping for this!
Yes, as stated previously, mostly everything in this with heavy coding is encrypted. If you change anything inside the document Coldfusion can't read it, and the page breaks. I could only code it myself if I had something to learn abit from? I wont go out of my way leaning Coldfusion because Aaron feels the need to encrypt the major codes.
I think the troll was refering to coding a simple database manager kinda thing, like you could manage all the database from your own housekeeping.
My hotel has randomly generated 16-digit passwords for everything that needs a password. I can't remember these. PHPMyAdmin is restricted to Localhost only as there are exploits which can crash the web server. Navicat isn't any use as we chose to not accept remote MySQL Connections for safety reasons... I think that sums up why most people need a decent housekeeping (me included) :P
i dont like the housekeeping being on the site it would be so much better as a program
I bet that he's hosting on Linux (MySQL and CMS), if so, SSH, not remote desktop.
Nice :)
Aaron you could just drop a couple of lines on this thread every day or two, what's going on with PhoenixCF now? Nothing seems to be getting updated or anything..?
Yeah I've pretty much been spending all my time working on the Emulator, and they pay for it so quite right too lol.
Which one is it, Aaron? Is it because I kept stealing people's licenses?
EDIT: I also notice that you never seem to speak about it... I contacted you via MSN about is numerous times but was ignored... now you just ignore me on here aswell..? LOL, have I offended you that much that you can't even tell me why I'm IP'd?
Now now guys. I know you all want Phoenix CF CMS but if you really want something done just do it your self. By that I mean coding. Even with the most basic understanding of PHP you could create your own CMS with a login, register, me page ect.. honestly it's not hard. I haven't done it my self but I have done other things. So you can either wait for Aaron here to develop his CMS at his pace or pull out the coding book, look up online ect.. and learn your self.
Wow! Thanks. xD
That sucks! Tryed using Coldfusion 8 it gave me an error. Someone says i have to use Coldfusion 9, so i did and i tryed using coldfusion 9... Now, after the installation apache doesn't start. I configured all AND IT DON'T WORK. I hate coldfusion it's shit... sry, but i'm extremely angry about that -.- :grr: Someone pls help me :(
Yeah, Coldfusion configures its self inside Apache though. Any issues with it were caused by something you must have done wrong in the Coldfusion setup...
I would personally recommend IIS.
I use IIS with Coldfusion and it works perfectly fine.
Sup Aaron Phoenix is To Nice and stable all though i use PhoenixPHP still much Love Lol
i did everything installed ColdFusion 9 , added index.cfm to the config i did EVERYTHING !
but when i click : complete after installing coldfusion and configing my server it just shows the index as a txt file ?
help please :(
add me on msn if needed : > alleskomdgoet@live.nl
character.cfm i receive jrun servlet error >.< help please.
Download??
can i use any emulator
finaly i downloaded coldfusion it took me so long...
iUberEmu is not even good it laggs me soo bad :(
iUBER :D THE BEST EMU OUT THERE :D WELL NOT THE BEST 2ED BEST!
rofl wtf?
gotta get that emu gotta get that iUberEmu!
---------- Post added at 11:15 PM ---------- Previous post was at 09:56 PM ----------
lol sorry iPixelHotel
I keep getting this error while registering:
LINK
Can't seem to find the solution myself. :(:
Whats the link for the tortoisesvn the phoenixcf - Revision 26: /trunk phoenixcf-read-only
one dont work!
AWESOME :D
Helped my sooo mutch ;D
Confused It Comes Up As Error 500 And Reveals A Text Code When I Try Logging In?
The download is still there; phoenixcf - Revision 26: /trunk
when i restarted my computer, localhost doesnt work anymore..
You should change the first post with this link, lol:drool:
one thing, I have setup my rts account, I setup the client so it should vote on my rts username, BUT it doesnt, it dont lead me to the client after pressing that button :/ any help?
Just a question, what swf is this good for?
Can someone help me, i setup my swfs, I got slaxxer(uber)emu v3 and I got right ip in the index.cfm in client folder and I configured all right. But I get like:"Object not found":drool:
This is AWESOME!
You're welcome :)
The guy who made this thread should make a 'from scratch' thread.
Phoenix - Apple . Look at this:
Apple:
http://i39.tinypic.com/zxrz8m.png
AND
http://i42.tinypic.com/t6bbl5.png
Phoenix (This thread):
http://i41.tinypic.com/2m7c586.png
AND
http://i42.tinypic.com/rt2but.png
Also, I'm sure I've seen the other 2 somewhere too.
On topic:
The CMS looks like shit.
If you want a nice secure hotel, PhoenixCF is the CMS for you, I had it for a while, goodluck with the new CMS.
No one said you had to be on the computer 24/7 to code a simple CMS, nor did they mention you had to sacrifice your life. I wouldn't call it a waste of time either, more of a hobby. Some people love football and watch a whole bunch of matches at what, 90 minutes a game? That soon adds up. I use my time more constructively. I wouldn't expect a 12 year old to understand though so don't worry yourself about it.
1. I'm not 12
2. If you're going to make a cms, make it look good - everyone is switching back to ubercms.
3. Watching t.v. and using the computer are 2 different things.
4. If you have a hobby on the computer, you're fat, hmm 300 pounds?
5. To code a CMS, you need lots of time, by simple cms you mean shit right?
thanks
You're right, they are different. You actually have to interact with a computer, a tv screen is static, it requires no input at all.
I'm not fat and most people on here have seen me to verify that. You must be very narrow minded to think that everyone who uses a computer must be fat, again indicating your age.
You need lots of time if you're stupid, sure. Talented coders can whip up a CMS in no time at all, no need to beat yourself up about being uneducated though.
I don't say if you go on the computer, you're fat, I'm saying if you spend all your life on a computer, you will be fat, the truth hurts.
Well, you are obviously not a talented coder, a talented coder would be able to make a CMS that looks good, and if not, be able to make their own thread?