Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
SpazzEmu
Change
Code:
Client.addVariable( "client.allow.cross.domain", "0" );
Client.addVariable( "client.notify.cross.domain", "1" );
To
Code:
Client.addVariable( "client.allow.cross.domain", "1" );
Client.addVariable( "client.notify.cross.domain", "0" );
When using mine
If there are avatar are not working i will edit my Vars
Still doesn't work, it doesn't load the top bar ever.
Re: Phoenix CMS [UberEmu Compatible]
Okay, new error:
Whenever connecting to emulator, it says my IP then "Disposed".
Re: Phoenix CMS [UberEmu Compatible]
Got almost everything working going to code Appear Offline and Disable Follow Me
http://img713.imageshack.us/img713/2...10123at212.png
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
SpazzEmu
Looking good, lul.
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
SpazzEmu
I am still unable to get your client working, I changed the cross domain things, added that file, and it will not load the top bar.
It's because non of the links in your client work there all broken
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Admiral-Speedy
I am still unable to get your client working, I changed the cross domain things, added that file, and it will not load the top bar.
Clear Browsing Data and Try Again
Re: Phoenix CMS [UberEmu Compatible]
Still waiting on an answer on Disposed connection [0]?
Re: Phoenix CMS [UberEmu Compatible]
Cleared history, still doesn't work, the links in the client are dead, spazzlake.co.cc works now, but the client still doesn't
Re: Phoenix CMS [UberEmu Compatible]
Re: Phoenix CMS [UberEmu Compatible]
Spazz, Can u release ur DB? I cant get ur emu to run. It says unknown column 'enabed' in 'somethin' LOL but for real mate. I need it i think lol
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
SpazzEmu
Yup i can
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
SpazzEmu
/client/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>
<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="./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://spazzlake.co.cc/gordon/RELEASE63-30321-30315-201011261026_5c1cea64af7b6d2573b0d9936b1fa1ad/Habbo.swf", "client", "100%", "100%", "10.0.0");
Client.addParam( 'base', 'http://spazzlake.co.cc/gordon/RELEASE63-30321-30315-201011261026_5c1cea64af7b6d2573b0d9936b1fa1ad/' );
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", "#client_ip#" );
Client.addVariable( "connection.info.port", "#client_port#" );
Client.addVariable( "site.url", "http://spazzlake.co.cc/" );
Client.addVariable( "url.prefix", "http://spazzlake.co.cc/" );
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://spazzlake.co.cc/gamedata/external_variables.txt" );
Client.addVariable( "external.texts.txt", "http://spazzlake.co.cc/gamedata/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://spazzlake.co.cc/gordon/RELEASE63-30321-30315-201011261026_5c1cea64af7b6d2573b0d9936b1fa1ad/" );
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>
./Client/
Download And Add
Code:
http://www.mediafire.com/?32aaorqz6baqcqv
Took most of this code from h4bbo
Hehe, thats my code bitch! :(
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Pure
Hehe, thats my code bitch! :(
Your code doesn't work... I can't get it to load
Re: Phoenix CMS [UberEmu Compatible]
I got it loading on my own swfs. But i cant get Spazz's emu to run :\
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Admiral-Speedy
Your code doesn't work... I can't get it to load
That's probably because you haven't got the swfobject.js
But hai, that's what you get when your rip someone elses work without permission! :)