HabboRE is just the Habbo layout, so what?
Printable View
for the swfs: dont use http://SITE before it (http://localhost/r63/) but just use /r63/ (I made this so you can also visit the site at http://localhost and at the real site.)
1.0.5 done
Some exploits fixed and you can edit news in hk
Works on all xampps :P
DL Link: DeltaCMS 1.0.5.rar
Can be used as:PHP Code:$dir = str_replace('core'.D_S, '', dirname(__FILE__).D_S);
$dir = str_replace('style'.D_S, '', $dir);
...PHP Code:$dir = str_replace(array('core'.D_S, 'style'.D_S), '', dirname(__FILE__).D_S);
Why are you filtering this?
habbocore.phpPHP Code:$site = X('http://'.$_SERVER['SERVER_NAME']);
Filtering a session variable isn't needed as it is a serverside thing.
Filtering the database values isn't needed.
Improve your webbuild script, Save it into a file and update it when the filedate is outtodate.
As you filter all the variables in here.PHP Code:foreach($_GET as $key => $value){
$_GET[$key]=X($value);
}
foreach($_POST as $key => $value){
$_POST[$key]=clean($value);
}
foreach($_REQUEST as $key => $value){
$_REQUEST[$key]=X($value);
}
foreach($_SESSION as $key => $value){
$_SESSION[$key]=X($value);
}
foreach($_COOKIE as $key => $value){
$_COOKIE[$key]=X($value);
}
Why are you still filtering each variables appart from that?
Because then I won't be flamed for all the exploits xD
"Improve your webbuild script, Save it into a file and update it when the filedate is outtodate."
I'm noob.
Looks like a pile of shite, not going to lie. However i appreciate your release, and hopefully people can learn from it =]
Second Time: I'm noob.
I just want to learn from projects like this.
Nice release ?
Thanks :P
Very nice! Do you can try to make homes en groupes work? I use it for my hotel and its works perfect! The beste cms I ever seen! The other is shit :)
Do you got a working emu?
Do you got a working Emu?
Phoenix 3.6.0, follow this tut: http://forum.ragezone.com/f335/fix-p...-6-4-a-813123/
I can maybe make some homes like PhoenixPHP but groups are too advanced for me, sorry.
I got this error.
An Update is required to continu use of phoenix emulator, please visti otaku-studio.com
How can I edit the Enter button? In the theme map and then the image doesn't work and in CSS also not! How do i can re-colour the enter button?
You have to add you're own css because I used all css of habbo except some parts of the header.
If you want to I'll put it in 1.0.6 ;)
Post in 1.0.6 some swf's.
This CMS is a nice edit as far as style does :$:
I downloaded the newest one and its in Dutch. Is there any way to change it back to english or do i need to convert it ?
Thanks
style/Habbo/ edit files :P
Where can I change the homeroom for when you register?
in database > home_room > default value > roomid
You can use a beta release of DeltaEMU on this CMS.
Sent from my mobile via Tapatalk.