• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

UberCMS Fixed, Phoenix Compatible, Final Release.

Status
Not open for further replies.
Newbie Spellweaver
Joined
Sep 3, 2011
Messages
28
Reaction score
3
No offense but this is one of the worst edits i've seen in such a long time, i get the impression you're just wanting to try and get known in the Habbo Retro Scene - which, you are, but for all the wrong reasons.

I wouldn't recommend this is used by any live hotel environment as there are still some minor exploits/loop holes within some of the code.
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
The automatic webbuild script is constantly checking for a new webbuild in Habbo which slows the site down quite abit, My site is slow enough as it is :D

Not true. Checks every 1200 seconds. Which is 20 minutes. Maybe 5 seconds more loading time each 20 minutes isn't bad lol.
 
Junior Spellweaver
Joined
Dec 28, 2010
Messages
111
Reaction score
35
Its nice but some changes like Deleting account settings was a bad more. Instead how about you code a new account settings? Or add my old add-on i coded a long time ago. Js
 
Newbie Spellweaver
Joined
Sep 3, 2011
Messages
28
Reaction score
3
Its nice but some changes like Deleting account settings was a bad more. Instead how about you code a new account settings? Or add my old add-on i coded a long time ago. Js

He deleted it because he cant code php, it really isn't hard to code the page and patch all the exploits within it, but clearly this guy doesn't have a brain.
 
Web Developer
Loyal Member
Joined
Nov 5, 2009
Messages
1,229
Reaction score
309
He deleted it because he cant code php, it really isn't hard to code the page and patch all the exploits within it, but clearly this guy doesn't have a brain.

What Have you released for the community? -.-
 
Experienced Elementalist
Joined
Aug 13, 2011
Messages
227
Reaction score
93
All I can say is

Papercup - UberCMS Fixed, Phoenix Compatible, Final Release. - RaGEZONE Forums
 
Custom Title Activated
Loyal Member
Joined
Jan 25, 2009
Messages
1,539
Reaction score
4
This poop is a free Content Management System ;D
otherwise design your own or pay for zCMS 2.0 ;)
 
Newbie Spellweaver
Joined
Feb 13, 2009
Messages
24
Reaction score
3
Not really :) Is there a guide on this?

---------- Post added at 12:44 PM ---------- Previous post was at 12:01 PM ----------

Sorry for the double post but i found this, Put it in .htaccess and still nothing. It doesn't work

Code:
<Files .htaccess>
</Files>

<ifModule mod_php5.c>
	php_value zlib.output_compression 16386
	php_value register_globals off
	php_value session.use_trans_sid 0
	php_value default_charset iso-8859-1
	php_value exif.encode_unicode iso-8859-1
</ifModule>

RewriteEngine on 
RewriteRule ^(.*)\.html $1\.php 

ErrorDocument 400 /error.php?e=400
ErrorDocument 401 /error.php?e=401
ErrorDocument 403 /error.php?e=403
ErrorDocument 404 /error.php?e=404
ErrorDocument 500 /error.php?e=500 

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f

RewriteRule ^crossdomain.xml$ /crossdomain.php
RewriteRule ^gamedata/external(|/)$ /externals.php

RewriteRule ^home/([^/]+)/id(|/)$ /home.php?qryId=$1
RewriteRule ^home/([^/]+)(|/)$ /home.php?qryName=$1

RewriteRule ^security_check(|/)$ security_check.php
RewriteRule ^profile(|/)$ /profile.php
RewriteRule ^client(|/)$ /client.php
RewriteRule ^flash_client_error(|/)$ /client_error.php
RewriteRule ^client_error(|/)$ /client_error.php
RewriteRule ^me(|/)$ /me.php
RewriteRule ^login_popup(|/)$ /login-popup.php

RewriteRule ^community(|/)$ /community.php
RewriteRule ^community/staff(|/)$ /staff.php

RewriteRule ^credits(|/)$ /credits.php
RewriteRule ^credits/pixels(|/)$ /pixels.php
RewriteRule ^credits/club(|/)$ /habboclub.php
RewriteRule ^credits/habboclub(|/)$ /habboclub.php
RewriteRule ^credits/uberclub(|/)$ /habboclub.php
RewriteRule ^credits/uberclub/tryout(|/)$ /clubtryout.php
RewriteRule ^credits/habboclub/tryout(|/)$ /clubtryout.php

RewriteRule ^register(|/)$ /register.php
RewriteRule ^register_submit(|/)$ /register.php?doSubmit
RewriteRule ^register_messages(|/)$ /register-messages.php
RewriteRule ^register/cancel(|/)$ /register-cancel.php
RewriteRule ^register/welcome(|/)$ /welcome.php
RewriteRule ^register/undefined(|/)$ /index.php

RewriteRule ^vip/shop(|/)$ /vipshop.php
RewriteRule ^vip/getpoints(|/)$ /vippoints.php

RewriteRule ^account/policy-verify(|/)$ /policyver.php
RewriteRule ^account/password/forgot(|/)$ /forgot.php
RewriteRule ^account/submit(|/)$ /index.php
RewriteRule ^account/logout(|/)$ /logout.php
RewriteRule ^account/logout_ok(|/)$ /logout-ok.php
RewriteRule ^account/disconnected(|/)$ /disconnected.php

RewriteRule ^articles(|/)$ /article.php?mostRecent
RewriteRule ^articles/archive(|/)$ /article.php?mostRecent&archiveMode
RewriteRule ^articles/([^/]+)/in/archive(|/)$ /article.php?rel=$1&archiveMode
RewriteRule ^articles/([^/]+)(|/)$ /article.php?rel=$1
RewriteRule ^articles/category/([^/]+)(|/)$ /article.php?category=$1

RewriteRule ^register/undefined/([^/]+)$ /me.php

RewriteRule ^habblet/cproxy(|/)$ /habbletProxy.php
RewriteRule ^habblet/ajax/([^/]+)(|/)$ /habbletAjax.php?cmd=$1
RewriteRule ^habblet/([^/]+)(|/)$ /habblet.php?cmd=$1
RewriteRule ^myhabbo/([^.]+)(|/)$ /myhabbo.php?cmd=$1
RewriteRule ^minimail/loadMessage(|/)$ /minimail-view.php
RewriteRule ^minimail/([^/]+)(|/)$ /minimail.php?cmd=$1
 
Newbie Spellweaver
Joined
Nov 15, 2009
Messages
6
Reaction score
0
Great, been looking for this, but whenever i try and load my client it says install flash, i have it installed, tryed on 4 dif browsers, my hotel is online because it says 0 users online instead of its offline, any ideas?
 
Newbie Spellweaver
Joined
May 7, 2011
Messages
37
Reaction score
3
I Noticed That the CMS was using habbo's styles ect, I was wondering how would I change the TOPBG color.
Will I have to Change the style.css link to mine? If so where?

-kfhx Hat3r.
 
Newbie Spellweaver
Joined
Aug 19, 2011
Messages
39
Reaction score
1
I filled in the inc/inc.php file but im getting a error 404.
 
Status
Not open for further replies.
Back
Top