-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
run this SQL;
DELETE FROM navigator_publics WHERE id = 8 LIMIT 1;
Reboot the hotel and that should fix it.
Ah thank you very much :)
-
Re: Phoenix CMS [UberEmu Compatible]
For those getting a black screen on the client using texts.cfm, please use the new database, I forgot to include cms_texts
Alternatively you can just run this;
Code:
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `cms_texts`
-- ----------------------------
DROP TABLE IF EXISTS `cms_texts`;
CREATE TABLE `cms_texts` (
`name` varchar(100) NOT NULL,
`value` text NOT NULL,
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Bjork
Think to delete your cache and cookies. I do this and that worked ;)
I had this problem, i deleted hidden folders ".svn" in each folders of the cms and that worked ;)
Thanks, this worked great, I had a feeling it was this because the links were going to the svn folders. it must be set up to go the top folder and the svn was.
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Admiral-Speedy
Thanks, this worked great, I had a feeling it was this because the links were going to the svn folders. it must be set up to go the top folder and the svn was.
The latest SVN build fixes that bug, don't remove the .svn folder, just update from SVN.
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
The latest SVN build fixes that bug, don't remove the .svn folder, just update from SVN.
Ok, and how do I add campaigns and news?
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Admiral-Speedy
Ok, and how do I add campaigns and news?
Go into phpMyAdmin and on the cms_news press insert ;)
-
Re: Phoenix CMS [UberEmu Compatible]
im making a project like this gonna fail hard imma rename uber
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Admiral-Speedy
Ok, and how do I add campaigns and news?
You need to do it via SQL atm, like Hejula said.
Quote:
Originally Posted by
Hejula
Go into phpMyAdmin and on the cms_news press insert ;)
Hoping to get started on the Housekeeping soon, just making sure everything that's in so far is working heh.
Quote:
Originally Posted by
¢rashh™
im making a project like this gonna fail hard imma rename uber
Huh? What you on about?
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
You need to do it via SQL atm, like Hejula said.
Hoping to get started on the Housekeeping soon, just making sure everything that's in so far is working heh.
Huh? What you on about?
There is another error on news,
Code:
Error Executing Database Query.
Table 'phoenix.cms_comments' doesn't exist
just noticed it :P
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Hejula
Go into phpMyAdmin and on the cms_news press insert ;)
Ok, and what about campaigns
-
Re: Phoenix CMS [UberEmu Compatible]
i got the same error as hejula
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Hejula
There is another error on news,
Code:
Error Executing Database Query.
Table 'phoenix.cms_comments' doesn't exist
just noticed it :P
I have no errors on my news page
I also figured out campaigns
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Admiral-Speedy
Ok, and what about campaigns
If you want to set an article as a campaign, in the database, go into cms_news and press edit on the article you want to make into a campaign, and set campaign to 1 and set campaignimg to the url for the image on the left of the campaign! :)
EDIT: all the images are in /Public/Images/campaign so go into there, find the image you want and get the name, and for campaignimg put "/Public/Images/campaign/imagename.gif" without the quotation marks obviously!
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
You need to do it via SQL atm, like Hejula said.
Hoping to get started on the Housekeeping soon, just making sure everything that's in so far is working heh.
Huh? What you on about?
I have it set up, there isn't a single problem, it's flawless, and the people with the sql errors most likely aren't using the provided DB
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Hejula
There is another error on news,
Code:
Error Executing Database Query.
Table 'phoenix.cms_comments' doesn't exist
just noticed it :P
Use the updated SQL file or execute the following SQL command;
Code:
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `cms_comments`
-- ----------------------------
DROP TABLE IF EXISTS `cms_comments`;
CREATE TABLE `cms_comments` (
`id` int(6) NOT NULL AUTO_INCREMENT,
`story` int(6) NOT NULL,
`comment` text NOT NULL,
`date` int(10) NOT NULL,
`author` int(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
Re: Phoenix CMS [UberEmu Compatible]
Literally as soon as Admiral said he has no problems, I did an svn upadte and put on the new db ;) But thanks :)
-
Re: Phoenix CMS [UberEmu Compatible]
I have customized a lot of things, I've changed names in the navbar, and I have everything working, I have people on the staff and expert pages, I have news and campaigns, and I removed the games tab, and the forum linking option, as well as changed the logo, removed ads, and changed some of the text.
I alos just changed the credits and pixels numbers to white
-
Re: Phoenix CMS [UberEmu Compatible]
Im using habboons swfs. But it gets stuck at
http://i53.tinypic.com/2gwco0m.jpg
I get this too even when emu is up. And, I just got it to load both bars etc. But it just didnt load client...
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
thetrev14
Im using habboons swfs. But it gets stuck at
http://i53.tinypic.com/2gwco0m.jpg
I get this too even when emu is up. And, I just got it to load both bars etc. But it just didnt load client...
Habboons SWFs are domain locked, you won't be able to use them.
-
Re: Phoenix CMS [UberEmu Compatible]
Well i tried my r63 swfs and it wouldnt work :\ And r59 :\
Wanna help me???
-
Re: Phoenix CMS [UberEmu Compatible]
@Aaron, check your Otaku inbox. :)
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Grant
@Aaron, check your Otaku inbox. :)
Dude, you should have "pm'd" him that on "RaGEZONE"
second..
he has a billion inbox messages, and he only checks Staff Member Private Messages
-
Re: Phoenix CMS [UberEmu Compatible]
Really good CMS, We have it set up from the help of Aaron xD, Soon to have the emulator, I recommend you to install this, It works with normal uber databases by the way.
-
Re: Phoenix CMS [UberEmu Compatible]
aha i have long awaited this :D
love the pics, ive never used coldfusion before and i quit college as we were about to learn it! so ive set it up right the front page works but wen i clik register the page turns to text. any help
-
Re: Phoenix CMS [UberEmu Compatible]
Download Coldfusion 8. I had 9 and i had same problem. Get 8 and it works fine.
-
Re: Phoenix CMS [UberEmu Compatible]
I can't get the client to work, the bottom bar loads half way then goes away and the top bar never moves.
-
Re: Phoenix CMS [UberEmu Compatible]
Uhm i guess im a total noob with ColdFusion but eh..
Im receiving this error the whole time.
Im using OtakuHTTPD :p
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
PEjump2
Uhm i guess im a total noob with ColdFusion but eh..
Im receiving
this error the whole time.
Im using OtakuHTTPD :p
Quote:
datasource [uberdb] doesn't exist
Go into your coldfusion admin panel and click data sources on the left, create a new data source called uberdb, if you watch the video, somewhere near the end it shows how to make a data source :)
-
Re: Phoenix CMS [UberEmu Compatible]
And where the fuck is the admin panel?
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
PEjump2
And where the fuck is the admin panel?
When you install ColdFusion on your web server it is in /CFIDE/administrator, however I don't know what this "OtakuHTTPD" is so I can't help I guess.
-
Re: Phoenix CMS [UberEmu Compatible]
Aaron is it posable to change the way the passwords are encrypted to work with my existing Uber DB
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
SpazzEmu
Aaron is it posable to change the way the passwords are encrypted to work with my existing Uber DB
In config.ini there is a bit which says encryption=MD5, I am not sure, but changing this to the same encryption as uberCMS might work?
-
Re: Phoenix CMS [UberEmu Compatible]
Uber encrypts with MD5 & it's own one, i'm sure?
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Grant
Uber encrypts with MD5 & it's own one, i'm sure?
Uhm, sha1 + secret site hash..
---------- Post added at 03:16 PM ---------- Previous post was at 03:16 PM ----------
Quote:
Originally Posted by
Hejula
When you install ColdFusion on your web server it is in /CFIDE/administrator, however I don't know what this "OtakuHTTPD" is so I can't help I guess.
Ugh whatever, i'm porting this to PHP anyways :/
-
Re: Phoenix CMS [UberEmu Compatible]
What a facepalm thread..
OtakuHTTPD is basically a better run XAMPP.
You could run this on XAMPP, but seriously your better off running it on IIS..
I see intelligent people..(PEJump2,Hejula ect..) acting like noobs,
I could see if you guys needed a little bit of help, but you call yourself "coders" but you cannot figure out how to setup a un-done cms.
Kudos to Aaron i like this cms, can't wait till you finish it, that is when i'll be a license.
By the Way
PeJump2, if Admin Panel = Housekeeping, you'll clearly see in one of Aaron's posts that he hasn't finished that nor a install script yet.
-
Re: Phoenix CMS [UberEmu Compatible]
-
Re: Phoenix CMS [UberEmu Compatible]
Ugh, this would have been lots of better if it was coded in PHP and not that gay ColdFusion language,
that makes a new Database connection the whole time & generates SSO wrong..
-
Re: Phoenix CMS [UberEmu Compatible]
Coldfusion outclasses PHP in a few ways.
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
PEjump2
Ugh, this would have been lots of better if it was coded in PHP and not that gay ColdFusion language,
that makes a new Database connection the whole time & generates SSO wrong..
You are just jealous that you don't understand ColdFusion, and can't use it :) and other people can, so fuck you and fuck off and don't use it. nerd
-
Re: Phoenix CMS [UberEmu Compatible]
Link to swfs that will work for client? I tried my old r63 (i think they are r63) they didnt work. I tried r59, They didnt work :\
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Knail
You are just jealous that you don't understand ColdFusion, and can't use it :) and other people can, so fuck you and fuck off and don't use it. nerd
This is one of the un-intelligent users..
-
Re: Phoenix CMS [UberEmu Compatible]
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
PEjump2
Ugh, this would have been lots of better if it was coded in PHP and not that gay ColdFusion language,
that makes a new Database connection the whole time & generates SSO wrong..
shut the fuck up! you want a php cms, make one, Aaron learned ColdFusion so he is not going to code a php cms just to suite you! This is an excellent cms, it is not anyone elses fault that you do not know how to setup ColdFusion.
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
thetrev14
Link to swfs that will work for client? I tried my old r63 (i think they are r63) they didnt work. I tried r59, They didnt work :\
/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
-
Re: Phoenix CMS [UberEmu Compatible]
PEJump you judge to much. Yet in your signature you have a CMS you are making, so you can go ahead and use it. He is not forcing you to use his CMS.
-
Re: Phoenix CMS [UberEmu Compatible]
-
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
Release the SWF
-
Re: Phoenix CMS [UberEmu Compatible]
I know my problem. When i run my emu (Syther) It goes to http://localhost/account/disconnecte...t&origin=popup
And it says page not found basically. But when i turn emu off it loads all the way. :\. What can i do to fix this??
Note: Id post screens but tinypic is the only picture thingy i know and its loading pics slow and im too impatient lol
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
vLife
PEJump you judge to much. Yet in your signature you have a CMS you are making, so you can go ahead and use it. He is not forcing you to use his CMS.
hypocrite.
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
thetrev14
I know my problem. When i run my emu (Syther) It goes to
http://localhost/account/disconnecte...t&origin=popup
And it says page not found basically. But when i turn emu off it loads all the way. :\. What can i do to fix this??
Note: Id post screens but tinypic is the only picture thingy i know and its loading pics slow and im too impatient lol
Because the emu
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
¢rashh™
Because the emu
One of the most simple Fix's Ever
This is NOT a SSO problem as someone Said they just can't fix simple errors
Find
Code:
if (Row["newbie_status"].ToString() == "0")
{
throw new IncorrectLoginException("Not permitted to log in; you are still a noob.");
}
Remove all of it
-
Re: Phoenix CMS [UberEmu Compatible]
What is that really in emulator :D
-
Re: Phoenix CMS [UberEmu Compatible]
Link me to a FREE download of coldfusion that is not a torrent please?
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Seano2o6
Link me to a FREE download of coldfusion that is not a torrent please?
application server, middleware | ColdFusion
-
Re: Phoenix CMS [UberEmu Compatible]
Still did it. But it loaded welcome message and navagator like super quick then did the page not found thing :\
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Knail
Someone knows how to fix? or something
-
Re: Phoenix CMS [UberEmu Compatible]
emulator
This is my one i use for debug no Db uploaded to it Yet but will be if i have time
SVN:
http://spazzlake.co.cc:8881/svn/Debug/
User: Guest That is a capital G
No Password
No Bots No Pets Based from Habbo.vg Leaked Emulator
Updated Every time i can be asked
IT'S IN NO WAY, SHAPE OR FORM STABLE
This is the one used at spazzlake
@Knail Cheek your Swfs Vars and Stuff
-
Re: Phoenix CMS [UberEmu Compatible]
How did u get so far in it???
-
Re: Phoenix CMS [UberEmu Compatible]
A Few Swfs I Just PAcketlogged get some vars and external texts from here
Code:
[10:42:16.859] GET http://182.50.142.247/gordon/RELEASE63-31022-31018-201101171139_554ceb321720889518d54fe92cae7812/external_variables.txt
[HTTP/1.1 200 OK 1181ms]
[10:42:16.991] GET http://182.50.142.247/gordon/RELEASE63-31022-31018-201101171139_554ceb321720889518d54fe92cae7812/config_habbo.xml
[HTTP/1.1 200 OK 845ms]
[10:42:17.778] GET http://182.50.142.247/gordon/RELEASE63-31022-31018-201101171139_554ceb321720889518d54fe92cae7812/Volter.swf
[HTTP/1.1 200 OK 1498ms]
[10:42:17.834] GET http://182.50.142.247/gordon/RELEASE63-31022-31018-201101171139_554ceb321720889518d54fe92cae7812/hh_human_body.swf
[HTTP/1.1 200 OK 4761ms]
[10:42:17.895] GET http://182.50.142.247/gordon/RELEASE63-31022-31018-201101171139_554ceb321720889518d54fe92cae7812/hh_human_fx.swf
[HTTP/1.1 200 OK 40802ms]
[10:42:17.935] GET http://182.50.142.247/gordon/RELEASE63-31022-31018-201101171139_554ceb321720889518d54fe92cae7812/hh_human_item.swf
[HTTP/1.1 200 OK 7732ms]
[10:42:18.175] GET http://182.50.142.247/gordon/RELEASE63-31022-31018-201101171139_554ceb321720889518d54fe92cae7812/figurepartconfig/figuredata.xml
[HTTP/1.1 200 OK 11135ms]
[10:42:18.211] GET http://182.50.142.247/gordon/RELEASE63-31022-31018-201101171139_554ceb321720889518d54fe92cae7812/figuremap.xml [HTTP/1.1 200 OK 9397ms]
[10:42:18.266] GET http://182.50.142.247/gordon/RELEASE63-31022-31018-201101171139_554ceb321720889518d54fe92cae7812/figurepartconfig/furnidata.txt [HTTP/1.1 200 OK 23607ms]
[10:42:18.323] GET http://182.50.142.247/gordon/RELEASE63-31022-31018-201101171139_554ceb321720889518d54fe92cae7812/external_texts.txt [HTTP/1.1 200 OK 42899ms]
[10:42:18.392] GET http://182.50.142.247/gordon/RELEASE63-31022-31018-201101171139_554ceb321720889518d54fe92cae7812/c_images/AdWarningsUK/ad_warning_L.png [HTTP/1.1 200 OK 10841ms]
[10:42:18.474] GET http://182.50.142.247/gordon/RELEASE63-31022-31018-201101171139_554ceb321720889518d54fe92cae7812/c_images/AdWarningsUK/ad_warning_R.png [HTTP/1.1 200 OK 12018ms]
[10:42:18.627] POST http://182.50.142.247/clientlog/update [HTTP/1.1 404 Not 6049ms]
[10:42:19.319] GET http://182.50.142.247/gordon/RELEASE63-31022-31018-201101171139_554ceb321720889518d54fe92cae7812/hh_human_50_body.swf
-
Re: Phoenix CMS [UberEmu Compatible]
-
Re: Phoenix CMS [UberEmu Compatible]
I randomly just got this error....
TITLE: JRun Servlet Error
BODY:
503
Request timed out waiting to execute
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
thetrev14
How did u get so far in it???
my SVN link was wrong http://spazzlake.co.cc:8881/svn/Debug/
and geting the Emulator working is not to Hard
http://img233.imageshack.us/img233/2...10123at164.png
Just need to edit some Vars to get Avatar to load and im Done
-
Re: Phoenix CMS [UberEmu Compatible]
How do i download the emu usin svn?? Ive never had to do it :\
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
thetrev14
How do i download the emu usin svn?? Ive never had to do it :\
Right click on desktop or wherever and press svn checkout then put the svn url in and it should download
-
Re: Phoenix CMS [UberEmu Compatible]
Add me: tomiv17@hotmail.com
I know how to regler problem.
-
Re: Phoenix CMS [UberEmu Compatible]
Just bought anew dedi to install this
-
Re: Phoenix CMS [UberEmu Compatible]
Is it the developer edition?
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
¢rashh™
Just bought anew dedi to install this
im just running it on the only windows computer i could find and installed the free copy of windows server that is provided for me by microsoft DreamSpark
---------- Post added at 05:15 PM ---------- Previous post was at 05:15 PM ----------
Quote:
Originally Posted by
Seano2o6
Is it the developer edition?
I think Dev edition works
-
Re: Phoenix CMS [UberEmu Compatible]
-
Re: Phoenix CMS [UberEmu Compatible]
Only thing I want to know is why some of the applets aren't showing?
Such as the RPX, hot campaigns etc..
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
¢rashh™
oh I already got details
Your better off buying
Pheonix Emulator License
OSHosting(CF?)
A Dedicated Server from Aaron
Then you get all the help you want from him?
DUHHHH
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
SpazzEmu
Aaron is it posable to change the way the passwords are encrypted to work with my existing Uber DB
Yes, if you tell me how your current CMS encrypts them then I will show you how to make the changes.
-
Re: Phoenix CMS [UberEmu Compatible]
Can someone copy and paste there httpd conf file for xampp so i can work it i cant see on the video the text is to small.
Thanks
---------- Post added at 05:55 PM ---------- Previous post was at 05:51 PM ----------
Wait that aint the problem.
I've installed coldfusion but i got to Index of /CFIDE/administrator and dont have the admin panel up? i have the directorys.
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
tr0ll.™
hypocrite.
csb!.
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Seano2o6
Can someone copy and paste there httpd conf file for xampp so i can work it i cant see on the video the text is to small.
Thanks
---------- Post added at 05:55 PM ---------- Previous post was at 05:51 PM ----------
Wait that aint the problem.
I've installed coldfusion but i got to Index of /CFIDE/administrator and dont have the admin panel up? i have the directorys.
in the httpd.conf file search for index.php and before that type index.cfm then save it and restart apache and try it again..
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
Yes, if you tell me how your current CMS encrypts them then I will show you how to make the changes.
PHP Code:
public function UberHash($input = '')
{
return sha1($input . $this->config['Site']['hash_secret']);
}
PHP Code:
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
SpazzEmu
PHP Code:
public function UberHash($input = '')
{
return sha1($input . $this->config['Site']['hash_secret']);
}
PHP Code:
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
Could you also encrypt the word test and post the result here so I have something to compare against
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
Could you also encrypt the word test and post the result here so I have something to compare against
Reuploading Uber CMS now
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
SpazzEmu
Reuploading Uber CMS now
Try the latest SVN update, it should allow for hashing and salting now.
Current users need to remove "true" from salt=
You need to add xCg532%@%gdvf^5DGaa6&*rFTfg^FD4$OIFThrR_gh(ugf*/ as your salt.
Note - that I have removed a backslash, this is because PHP doesn't render that backslash whereas coldfusion would so the results would differ.
You also need to change encryption=MD5 to encryption=SHA
That should turn up with the same results.
-
Re: Phoenix CMS [UberEmu Compatible]
Someone help me over MSN please? - Seanpricedavies@hotmail.com ;)
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
Try the latest SVN update, it should allow for hashing and salting now.
Current users need to remove "true" from salt=
You need to add xCg532%@%gdvf^5DGaa6&*rFTfg^FD4$OIFThrR_gh(ugf*/ as your salt.
Note - that I have removed a backslash, this is because PHP doesn't render that backslash whereas coldfusion would so the results would differ.
You also need to change encryption=MD5 to encryption=SHA
That should turn up with the same results.
Works Fine, Thanks just saved the 3000+ users in my DB
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
SpazzEmu
Works Fine, Thanks just saved the 3000+ users in my DB
Accepting donations :D lolol
-
Re: Phoenix CMS [UberEmu Compatible]
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
Accepting donations :D lolol
Paypal?
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Seano2o6
As explained in the video tutorial (see bottom of this post), you have to add index.cfm to your httpd.conf file for apache to treat cfm files as index files. For xampp you can find it at;
C:\Xampp\apache\conf\httpd.conf
Open it up, search for index.php, add index.cfm before it.
Save it, reboot apache, job done.
Quote:
Originally Posted by
SpazzEmu
Paypal?
billing@*************.com
YouTube - Installing Coldfusion and Phoenix CF
-
Re: Phoenix CMS [UberEmu Compatible]
any idea where to get a serial number for coldfusion?
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
Gift For £4.17 GBP
billing@*************.com
From simon_p_brown@ntlworld.com
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
Thanks bro :D
As long as Phoenix CMS works I'm happy
-
Re: Phoenix CMS [UberEmu Compatible]
Do you guys think I should use my HabboRP housekeeping template or make a new design? Screenshots below;
http://i.imgur.com/z7xNZ.png
http://i.imgur.com/pSPby.png
http://i.imgur.com/A25DC.png
-
Re: Phoenix CMS [UberEmu Compatible]
New design would seem better.
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
Accepting donations :D lolol
I'll make sure to send for my License, since OS's purchase hates me
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
i think thats fine, as long as it works and is easy to edit etc, why do you have to make it fancy and such, its housekeeping, not the actual site!
Soon purchasing a license from you and sending donations, keep up the good work buddy.
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
Make a new design, maybe something grunge to compare to habboRP's grunge city
-
Re: Phoenix CMS [UberEmu Compatible]
Hmm, what about this design?
It was the old design Roy ( Meth0d ) was going to use for UberHotel.
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
PEjump2
Hmm, what about
this design?
It was the old design Roy ( Meth0d ) was going to use for UberHotel.
I don't want to use someone elses. I guess I'll whip a new design and throw some stuff together later, maybe stick it on SVN for you guys to look at.
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
PEjump2
Hmm, what about
this design?
It was the old design Roy ( Meth0d ) was going to use for UberHotel.
I must say, that layout is very nice.. I might make this layout for uberCMS housekeeping
making it in css first then ill convert it to uber.. sorry if I shouldn't say this here, but meh..
http://i56.tinypic.com/15odmo6.png
-
Re: Phoenix CMS [UberEmu Compatible]
i love that design from method what pejump2 just showed that would be awesome if you do that anyway the CMS looks awesome but just maybe a request for later MUS function for the emulator
anyway Great work !
But Your current one is good too:)
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Hejula
I must say, that layout is very nice.. I might make this layout for uberCMS housekeeping
I would really like that, DO IT! :D
-
Re: Phoenix CMS [UberEmu Compatible]
Someone knows how to fix? or something
Anyone ?
img151.imageshack.us/img151/4125/habbom.png
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Knail
Someone knows how to fix? or something
Anyone ?
img151.imageshack.us/img151/4125/habbom.png
/facepalm
external_variables & .htaccess