Welcome to the RaGEZONE - MMORPG development forums.

Habboweb and Web-gallery

This is a discussion on Habboweb and Web-gallery within the Habbo Releases forums, part of the Habbo Hotel category; Okay, here are all habbos web-gallery i got by downloading all the links i found from images.habbo.com for the css ...

LyncusMU
Results 1 to 15 of 15
  1. #1
    C-images website soon
    Rank
    Member +
    Join Date
    May 2010
    Location
    England, UK
    Posts
    1,284
    Liked
    166

    Habboweb and Web-gallery

    Tabo Hotel
    Okay, here are all habbos web-gallery i got by downloading all the links i found from images.habbo.com for the css and js.

    Here you go:
    habboweb.zip

    Basically, you put as your webbuild as
    63_1dc60c6d6ea6e089c6893ab4e0541ee0/711
    or replace in all files %webbuild% with it.

    Also, change images.habbo.com with your link, so mine would be
    PHP Code:
    <?php
    /*=======================================================================
    | UberCMS - Advanced Website and Content Management System for uberEmu
    | #######################################################################
    | Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'
    | http://www.meth0d.org & http://www.sulake.biz
    | #######################################################################
    | This program is free software: you can redistribute it and/or modify
    | it under the terms of the GNU General Public License as published by
    | the Free Software Foundation, either version 3 of the License, or
    | (at your option) any later version.
    | #######################################################################
    | This program is distributed in the hope that it will be useful,
    | but WITHOUT ANY WARRANTY; without even the implied warranty of
    | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    | GNU General Public License for more details.
    \======================================================================*/

    class uberTpl
    {
        private 
    $outputData;
        private 
    $params = Array();
        private 
    $includeFiles = Array();
        
        public function 
    Init()
        {
            global 
    $core$users;
        
            
    $this->SetParam('''Holo');
            
    $this->SetParam('body_id''');
            
    $this->SetParam('page_title'' ');
            
    $this->SetParam('flash_build''flash_50_9');
            
    $this->SetParam('web_build''63_1dc60c6d6ea6e089c6893ab4e0541ee0/711');
            
    $this->SetParam('web_build_str''50-BUILD66 - 06.05.2010 22:28 - Zon');
            
    $this->SetParam('req_path'WWW);
            
    $this->SetParam('www'WWW);
            
    $this->SetParam('hotel_status_fig'uberCore::GetSystemStatusString(true));
            
    $this->SetParam('hotel_status'uberCore::GetSystemStatusString(false));
            
    $this->SetParam('credits''' $users->GetUserVar(USER_ID'credits') . '');   

            if (
    LOGGED_IN)
            {
                
    $this->SetParam('habboLoggedIn''true');
                
    $this->SetParam('habboName'USER_NAME);
                
    $this->SetParam('vipbalance''<b>' $users->GetUserVar(USER_ID'vip_points') . ' <img src="' WWW '/images/vipcoin.gif" style="vertical-align: middle;"></b>');
            }
            else
            {
                
    $this->SetParam('habboLoggedIn''false');
                
    $this->SetParam('habboName''null');
            }
        }
        
        public function 
    AddIncludeSet($set)
        {
            switch (
    strtolower($set))
            {
                case 
    "frontpage":
                
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/landing.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/frontpage.css''stylesheet'));            
                    break;
                    
                case 
    "register":

                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/visual.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/common.js'));            
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/style.css''stylesheet'));        
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/buttons.css''stylesheet'));    
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/boxes.css''stylesheet'));    
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/tooltips.css''stylesheet'));
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/embeddedregistration.css''stylesheet'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/simpleregistration.js'));
                    break;
            
                case 
    "process-template":
                
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/visual.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/libs.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/common.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/fullcontent.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/style.css''stylesheet'));        
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/buttons.css''stylesheet'));    
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/boxes.css''stylesheet'));    
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/tooltips.css''stylesheet'));    
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/process.css''stylesheet'));    
                    break;
                    
                case 
    'myhabbo':
                
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/visual.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/libs.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/common.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/fullcontent.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/style.css''stylesheet'));        
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/buttons.css''stylesheet'));    
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/boxes.css''stylesheet'));    
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/tooltips.css''stylesheet'));                
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/myhabbo/myhabbo.css''stylesheet'));
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/myhabbo/skins.css''stylesheet'));
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/myhabbo/dialogs.css''stylesheet'));
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/myhabbo/buttons.css''stylesheet'));
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/myhabbo/control.textarea.css''stylesheet'));
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/myhabbo/boxes.css''stylesheet'));
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/myhabbo.css''stylesheet'));
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://www.habbo.co.uk/myhabbo/styles/assets.css''stylesheet'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/homeview.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/lightwindow.css''stylesheet'));
                    break;
                
                case 
    'default':
                default:
                
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/visual.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/libs.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/common.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/javascript''http://%www%/habboweb/%web_build%/web-gallery/static/js/fullcontent.js'));
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/style.css''stylesheet'));        
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/buttons.css''stylesheet'));    
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/boxes.css''stylesheet'));    
                    
    $this->AddIncludeFile(new IncludeFile('text/css''http://%www%/habboweb/%web_build%/web-gallery/styles/tooltips.css''stylesheet'));        
                    break;
            }
        }
        
        public function 
    AddGeneric($tplName)
        {
            
    $tpl = new Template($tplName);
            
    $this->outputData .= $tpl->GetHtml();
        }
        
        public function 
    AddTemplate($tpl)
        {
            
    $this->outputData .= $tpl->GetHtml();
        }
        
        public function 
    SetParam($param$value)
        {
            
    $this->params[$param] = is_object($value) ? $value->fetch() : $value;
        }
        
        public function 
    UnsetParam($param)
        {
            unset(
    $this->params[$param]);
        }
        
        public function 
    AddIncludeFile($incFile)
        {
            
    $this->includeFiles[] = $incFile;
        }
        
        public function 
    WriteIncludeFiles()
        {
            foreach (
    $this->includeFiles as $f)
            {
                
    $this->Write($f->GetHtml() . LB);
            }
        }
        
        public function 
    Write($str)
        {
            
    $this->outputData .= $str;
        }
        
        public function 
    FilterParams($str)
        {
            foreach (
    $this->params as $param => $value)
            {
                
    $str str_ireplace('%' $param '%'$value$str);
            }
            
            return 
    $str;
        }
        
        public function 
    Output()
        {
            global 
    $core;
        
            
    $this->Write(LB LB '<!-- uberCMS: Took ' . (microtime(true) - $core->execStart) . ' to output this page -->' LB LB);
            
            echo 
    $this->FilterParams($this->outputData);
        }
    }

    class 
    Template
    {
        private 
    $params = Array();
        private 
    $tplName '';
        
        public function 
    Template($tplName)
        {
            
    $this->tplName $tplName;
        }
        
        public function 
    GetHtml()
        {
            global 
    $users;
        
            
    extract($this->params);
        
            
    $file CWD 'inc/tpl/' $this->tplName '.tpl';
        
            if (!
    file_exists($file))
            {
                
    uberCore::SystemError('Template system error''Could not load template: ' $this->tplName);
            }
            
            
    ob_start();
            include(
    $file);
            
    $data ob_get_contents();
            
    ob_end_clean();    
            
            return 
    $this->FilterParams($data);
        }
        
        public function 
    FilterParams($str)
        {
            foreach (
    $this->params as $param => $value)
            {
                if (
    is_object($value))
                {
                    continue;
                }
            
                
    $str str_ireplace('%' $param '%'$value$str);
            }
            
            return 
    $str;
        }
        
        public function 
    SetParam($param$value)
        {
            
    $this->params[$param] = $value;
        }
        
        public function 
    UnsetParam($param)
        {
            unset(
    $this->params[$param]);
        }        
    }

    class 
    IncludeFile
    {
        private 
    $type;
        private 
    $src;
        private 
    $rel;
        private 
    $name;

        public function 
    IncludeFile($type$src$rel ''$name '')
        {
            global 
    $tpl;
        
            
    $this->type $type;
            
    $this->src $src;
            
    $this->rel $rel;
            
    $this->name $name;
        }
        
        public function 
    GetHtml()
        {
            switch (
    $this->type)
            {
                case 
    'application/rss+xml':
                
                    return 
    '<link rel="' $this->rel '" type="' $this->type '" title="' $this->name '" href="' $this->src '" />';
            
                case 
    'text/javascript':
                
                    return 
    '<script src="' $this->src '" type="text/javascript"></script>';
                    
                case 
    'text/css':
                default:
                
                    return 
    '<link rel="' $this->rel '" href="' $this->src '" type="' $this->type '" />';
            }
        }
    }

    ?>
    File structure:


    Uploaded with ImageShack.us

    My project
    So what i am going to do is get all of the links from the default cms i have, and keep them updated to habbos webbuild, so you can just rip it off a page, using HtTrack, all links will be one page.
    Last edited by JohnHearfield; 07-12-11 at 08:45 PM.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Delta Subscription
    Rank
    Subscriber
    Join Date
    Nov 2008
    Location
    Manchester, UK
    Posts
    3,264
    Liked
    821

    Re: Habboweb and Web-gallery

    Pointless.

    1. Anyone can do this with Joopies web-build ripper
    2. The class.tpl.php, auto-updating web-build is better.

  4. #3
    C-images website soon
    Rank
    Member +
    Join Date
    May 2010
    Location
    England, UK
    Posts
    1,284
    Liked
    166

    Re: Habboweb and Web-gallery

    Quote Originally Posted by Hejula View Post
    Pointless.

    1. Anyone can do this with Joopies web-build ripper
    2. The class.tpl.php, auto-updating web-build is better.
    Look, its here for a point,
    so you dont have to use habbos files, but you use your version
    you dont got to update your webbuild

  5. #4
    Newbie
    Rank
    Newbie
    Join Date
    Dec 2011
    Location
    Florida
    Posts
    10
    Liked
    1

    Re: Habboweb and Web-gallery

    John could you help me when i do it messes my me.php page up?

  6. #5
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jul 2011
    Location
    Belgium
    Posts
    306
    Liked
    41

    Re: Habboweb and Web-gallery

    Hmm .. maybe thank you but most of people that have a retro know the web build's and / or have it in the same stuff

  7. #6
    /title
    Rank
    Member +
    Join Date
    Mar 2011
    Posts
    1,034
    Liked
    146

    Re: Habboweb and Web-gallery

    Quote Originally Posted by Hejula View Post
    Pointless.

    1. Anyone can do this with Joopies web-build ripper
    2. The class.tpl.php, auto-updating web-build is better.
    This.

    Pointless as Hejula said.

  8. #7
    Habbo Section.
    Rank
    Subscriber
    Join Date
    Oct 2011
    Location
    New York
    Posts
    1,879
    Liked
    410

    Re: Habboweb and Web-gallery

    Nice release, great for users that don't know how to rip.

  9. #8
    C-images website soon
    Rank
    Member +
    Join Date
    May 2010
    Location
    England, UK
    Posts
    1,284
    Liked
    166

    Re: Habboweb and Web-gallery

    Close thread please, dont want any more flamers or haters, thanks.

  10. #9
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jun 2009
    Location
    Netherlands
    Posts
    843
    Liked
    126

    Re: Habboweb and Web-gallery

    Quote Originally Posted by JohnHearfield View Post
    Close thread please, dont want any more flamers or haters, thanks.
    Idea is good, but it already excist, 2bad but nice anyways

  11. #10
    TopHabbo.com Best Topsite
    Rank
    Alpha Member
    Join Date
    Oct 2007
    Posts
    2,423
    Liked
    497

    Re: Habboweb and Web-gallery

    Not really needed.

    There's a ripper as stated before i'm sure people can do it them selfs.

    But we need good releases the damn spanish and italian bastards are making us look like shit.

    In the fucking 07's we made them look like shits.

    We need to step up are game and start releasing something that people actually want.

  12. #11
    PHP, HTML5, CSS3, JS, C#
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    The Netherlands
    Posts
    1,814
    Liked
    1013

    Re: Habboweb and Web-gallery

    Quote Originally Posted by Zak© View Post
    Not really needed.

    There's a ripper as stated before i'm sure people can do it them selfs.

    But we need good releases the damn spanish and italian bastards are making us look like shit.

    In the fucking 07's we made them look like shits.

    We need to step up are game and start releasing something that people actually want.
    Do you have any idea?
    Last edited by joopie; 08-12-11 at 09:06 PM.

  13. #12
    Monster Member
    Rank
    Member
    Join Date
    Aug 2010
    Location
    Sweden
    Posts
    181
    Liked
    32

    Re: Habboweb and Web-gallery

    Very awesome.
    usefull

  14. #13
    Now 35% cooler!
    Rank
    Alpha Member
    Join Date
    Oct 2008
    Location
    United Kingdom
    Posts
    2,071
    Liked
    353

    Re: Habboweb and Web-gallery

    Quote Originally Posted by Hejula View Post
    Pointless.

    1. Anyone can do this with Joopies web-build ripper
    2. The class.tpl.php, auto-updating web-build is better.
    Soon, when habbo enable hot-link protection, you'll thank him.

  15. #14
    What about no.
    Rank
    Subscriber
    Join Date
    Nov 2009
    Location
    The Nederlands
    Posts
    900
    Liked
    303

    Re: Habboweb and Web-gallery

    Quote Originally Posted by PowahAlert View Post
    Soon, when habbo enable hot-link protection, you'll thank him.
    no we already thank joopie for his webbuild ripper.

  16. #15
    PHP, HTML5, CSS3, JS, C#
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    The Netherlands
    Posts
    1,814
    Liked
    1013

    Re: Habboweb and Web-gallery

    Quote Originally Posted by PowahAlert View Post
    Soon, when habbo enable hot-link protection, you'll thank him.
    Then we loads the page and go to our cache folder

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •