UberCMS: Me Page ~ Help

zer0Tolerence

New Member
Jan 10, 2013
4
0
I recently installed UberCMS, and I know it's not supposed to look like this:
z8spi.png

If anyone could tell me how to fix this? That'd be great
 

zer0Tolerence

New Member
Jan 10, 2013
4
0
Make sure in inc/class.tpl you change to Habbo's latest web build.
Its the latest web-build, Heres my class.tpl:
PHP:
$this->SetParam('site_name', 'Velocity');
        $this->SetParam('body_id', '');
        $this->SetParam('page_title', ' ');
        $this->SetParam('flash_build', 'flash_51_45');
        $this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1502');
        $this->SetParam('web_build_str', '51-BUILD45 - 18.05.2010 16:16 - uk');
        $this->SetParam('req_path', WWW);
        $this->SetParam('www', WWW);
        $this->SetParam('hotel_status_fig', uberCore::GetSystemStatusString(true));
        $this->SetParam('hotel_status', uberCore::GetSystemStatusString(false));
 

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
Its the latest web-build, Heres my class.tpl:
PHP:
$this->SetParam('site_name', 'Velocity');
        $this->SetParam('body_id', '');
        $this->SetParam('page_title', ' ');
        $this->SetParam('flash_build', 'flash_51_45');
        $this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1502');
        $this->SetParam('web_build_str', '51-BUILD45 - 18.05.2010 16:16 - uk');
        $this->SetParam('req_path', WWW);
        $this->SetParam('www', WWW);
        $this->SetParam('hotel_status_fig', uberCore::GetSystemStatusString(true));
        $this->SetParam('hotel_status', uberCore::GetSystemStatusString(false));
Not a clue, sorry.
 

Creation

Member
Feb 23, 2013
134
3
the correct web_build is 63_1dc60c6d6ea63089c6893ab4e0541ee0/1601. If I am mistaked correct me but it also can be in configuration or just a fix on the me page
 

Users who are viewing this thread

Top