UberCMS Fixed, Phoenix Compatible, Final Release.

Page 3 of 7 FirstFirst 1234567 LastLast
Results 31 to 45 of 91
  1. #31
    Valued Member unkn0wn32 is offline
    MemberRank
    Jul 2011 Join Date
    FloridaLocation
    124Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    Thanks Seano2o6 ;3

  2. #32
    Enthusiast fletchbest is offline
    MemberRank
    Feb 2009 Join Date
    46Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    Can someone tell me whats wrong please, When i click register it goes to http://www.mywebsite.com/register/ instead of register.php also when i log in it goes to http://www.mywebsite.com/account/submit/ or something. But i dont have those folders. It's messed up.

  3. #33
    Live Ocottish Sverlord Joopie is online now
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,773Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    Quote Originally Posted by fletchbest View Post
    Can someone tell me whats wrong please, When i click register it goes to 404 - Not Found instead of register.php also when i log in it goes to 404 - Not Found or something. But i dont have those folders. It's messed up.
    Ever heard about .htaccess / web.config

  4. #34
    Enthusiast fletchbest is offline
    MemberRank
    Feb 2009 Join Date
    46Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    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

  5. #35
    Enthusiast Miseries. is offline
    MemberRank
    Nov 2009 Join Date
    32Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    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?

  6. #36
    Enthusiast Hat3r is offline
    MemberRank
    May 2011 Join Date
    47Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    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.

  7. #37
    Enthusiast Otay is offline
    MemberRank
    Jan 2010 Join Date
    37Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    Quote Originally Posted by fletchbest View Post
    Can someone tell me whats wrong please, When i click register it goes to 404 - Not Found instead of register.php also when i log in it goes to 404 - Not Found or something. But i dont have those folders. It's messed up.
    same problem here??

  8. #38
    Member Mikas17 is offline
    MemberRank
    Apr 2008 Join Date
    PortugalLocation
    83Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    It is posible Homes on ubercms?

  9. #39
    Enthusiast aaronag10 is offline
    MemberRank
    Oct 2009 Join Date
    31Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    this is shit not any pages loads!!!

  10. #40
    Member LickUrDig is offline
    MemberRank
    Aug 2011 Join Date
    On a CloudLocation
    66Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    I filled in the inc/inc.php file but im getting a error 404.

  11. #41
    Novice banpa is offline
    MemberRank
    Sep 2011 Join Date
    1Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    Nice CMS! Works fine.
    Last edited by banpa; 16-09-11 at 03:10 PM. Reason: -,-

  12. #42
    I don't even know azaidi is offline
    MemberRank
    Apr 2010 Join Date
    the NetherlandsLocation
    2,065Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    hmm i have a problem, when i put the correct link to the productdata in the client, it gives disconnected error (i edited the link to /me.php). I had that some other times with other cmses to. Anyone know how to fix it? I use xampp 1.6.8, will try 1.7.4

  13. #43
    I don't even know azaidi is offline
    MemberRank
    Apr 2010 Join Date
    the NetherlandsLocation
    2,065Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    well, does anyone know the update ip_last code for the ubercms client?

  14. #44
    No, Just no. Matthew is offline
    MemberRank
    Jul 2008 Join Date
    United KingdomLocation
    1,408Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    Quote Originally Posted by azaidi View Post
    well, does anyone know the update ip_last code for the ubercms client?
    PHP Code:
    dbquery("UPDATE users SET ip_last = '".USER_IP."' WHERE id = '".USER_ID."' LIMIT 1"); 

  15. #45
    Enthusiast ReHabbo is offline
    MemberRank
    Sep 2011 Join Date
    39Posts

    Re: UberCMS Fixed, Phoenix Compatible, Final Release.

    Nothing has been updated in this pile of CMS..? Because I looked at the original UberCMS and I see hardly anything editing, and believe it or not.. zCMS has less exploits than this CMS... I'd say start a CMS from scratch, or don't bother, IMO.



Page 3 of 7 FirstFirst 1234567 LastLast

Advertisement