uberCMS new habbo.com login

Page 1 of 3 123 LastLast
Results 1 to 15 of 33
  1. #1
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    uberCMS new habbo.com login

    Welcome,

    This is my first release.

    The new habbo.com login page:

    First go to: inc/class.tpl.php

    And changes the value of Web_Build into: 55_7110c7122872fa19356f8608c88fa174/3

    Then you download the file en replace it with inc/tpl/page-fp.tpl

    And your done


    Grts. Joopie

    p.s. Sorry for my bad english.

    Edit Screen:
    naamloos.jpg
    Attached Files Attached Files
    Last edited by Joopie; 29-07-10 at 09:09 AM.


  2. #2
    Member Brapie is offline
    MemberRank
    Jun 2010 Join Date
    72Posts

    Re: uberCMS new habbo.com login

    Nice release! Good Work:)!

  3. #3
    Ultra Light Beam Makarov is offline
    MemberRank
    Apr 2010 Join Date
    GothamLocation
    3,622Posts

    Re: uberCMS new habbo.com login

    Released but ok job

  4. #4
    Member Brapie is offline
    MemberRank
    Jun 2010 Join Date
    72Posts

    Re: uberCMS new habbo.com login

    Quote Originally Posted by Cobe View Post
    Released but ok job
    '

    that release is set
    this one is good!

  5. #5
    Enthusiast MartyMog is offline
    MemberRank
    Dec 2009 Join Date
    40Posts

    Re: uberCMS new habbo.com login

    Background doesn't work for some reason!?!?

  6. #6
    sexiess is a sin. Subway is offline
    MemberRank
    Jun 2010 Join Date
    2,491Posts

    Re: uberCMS new habbo.com login

    you have to change it from black which is #000000 to image or a different color

  7. #7
    Enthusiast MartyMog is offline
    MemberRank
    Dec 2009 Join Date
    40Posts

    Re: uberCMS new habbo.com login

    Code:
    <body id="frontpage">  
      
    <div id="fp-container">  
        <div id="header" class="clearfix">  
            <h1><a href="%www%"/></a></h1>   
        </div>  
        <div id="content">  
            <div id="column1" class="column">  
                              
                    <div class="habblet-container ">         
         
                            <div class="logincontainer">  
      
    <div class="cbb loginbox clearfix">  
        <h2 class="title">Sign in</h2>  
        <div class="box-content clearfix" id="login-habblet">  
            <form action="%www%/account/submit" method="post" class="login-habblet">  
                 
                <ul>  
                    <li>  
                        <label for="login-username" class="login-text">Username</label>  
                        <input tabindex="1" type="text" class="login-field" name="credentials.username" id="login-username" value="" maxlength="48" />  
                    </li>  
                    <li>  
                        <label for="login-password" class="login-text">Password</label>  
                        <input tabindex="2" type="password" class="login-field" name="credentials.password" id="login-password" maxlength="32" />  
                        <input type="submit" value="Log in" class="submit" id="login-submit-button"/>  
                        <a href="#" id="login-submit-new-button" class="new-button" style="margin-left: 0;display:none"><b style="padding-left: 10px; padding-right: 7px; width: 55px">Log in</b><i></i></a>  
                    </li>  
                    <li>  
    <div id="fb-root"></div>  
    <br><br>  
                      </li>  
      
                    <li>  
    <div id="rpx-signin"> <center><b>Hotel Status:</b><br> 
    
    <p>%hotel_status%</a> </center> 
    </div>                </li>  
      
                    <li id="remember-me" class="no-label">  
                        <input tabindex="4" type="checkbox" name="_login_remember_me" id="login-remember-me" value="true"/>  
                        <label for="login-remember-me">Remember me</label>  
                    </li>  
                    <li id="register-link" class="no-label">  
                        <a href="%www%/register" class="login-register-link"><span>Register for free</span></a>  
                    </li>  
                    <li class="no-label">  
                        <a href="%www%/account/password/forgot" id="forgot-password"><span>I forgot my password/username</span></a>  
                    </li>  
                </ul>  
    <div id="remember-me-notification" class="bottom-bubble" style="display:none;">  
        <div class="bottom-bubble-t"><div></div></div>  
        <div class="bottom-bubble-c">  
                    By selecting 'remember me' you will stay signed in on this computer until you click 'Sign Out'. If this is a public computer please do not use this feature. 
        </div>  
        <div class="bottom-bubble-b"><div></div></div>  
    </div>  
            </form>  
      
        </div>  
    </div>  
    </div>  
    <script type="text/javascript">  
    L10N.put("authentication.form.name", "Username"); 
    L10N.put("authentication.form.password", "Password"); 
    HabboView.add(function() {LoginFormUI.init();}); 
    HabboView.add(function() {window.setTimeout(function() {RememberMeUI.init("newfrontpage");}, 100)}); 
    </script>  
         
                             
                         
                    </div>  
                    <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>  
                  
      
                              
                    <div class="habblet-container ">         
         
                            <div id="geoip-ad-container" class="cbb">  
    Welkom op <b>HibboTower</b>, Dit is <b>GEEN</b> Habbo Hotel.<br/></a>  
    </div>  
      
    <script type="text/javascript">  
    HabboView.add(function() { 
        var loginbox = $$(".logincontainer")[0]; 
        var cont = $("geoip-ad-container"); 
        cont.setStyle({width: (loginbox.getWidth() - 8) + "px"}); 
        cont.setStyle({right: loginbox.getStyle("right")}); 
        var top = parseInt(loginbox.getStyle("top")); 
        top += loginbox.getHeight() + 30; 
        cont.setStyle({top: top + "px"}); 
        cont.setStyle({visibility: "visible"}); 
    }); 
    </script>  
         
                             
                         
                    </div>  
                    <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>  
                  
      
                              
                    <div class="habblet-container ">         
         
                            <a href="%www%" id="frontpage-image" style="background-image: url('http://images.habbo.com/c_images/Frontpage_images/front_page_beach.png')"><div id="partner-logo"></div></a>  
      
    
    <div style="width: 710px; margin: 0 auto; margin-bottom: 10px; background: black; color: white; font-size: 35px;"> 
        <div><center>Hibbo Tower - Het nieuwe Beta hotel!<center></div> 
        <div style="height: 2px"></div> 
    </div> 
    
    <div id="big-button">  
        <a href="%www%/register" onclick="location.href=this.href">  
            <div id="big-button-join-now">Registreer Hier je Hibbo!</div>  
            <div id="big-button-for-free"></div>  
        </a>  
        <span></span>  
    </div>  
         
                             
                                 
                         
                    </div>  
                    <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>  
                  
      
                              
    </div>	
    
    
    
    <div class="habblet-container ">		
    	
    						<div style="width: 710px; margin: 0 auto"> 
    <div class="roundedrect" id="tag-cloud-slim"> 
        <span><?php include 'tagcloud.tpl'; ?></span> 
    </div> 
    </div>   
         
                             
                         
                    </div>  
                    <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>  
                  
      
    </div>
    I, can't seem to see the code to change it to black? care to point out or post back with code black LOL.

  8. #8
    Account Upgraded | Title Enabled! Just is offline
    MemberRank
    Oct 2009 Join Date
    EnglandLocation
    548Posts

    Re: uberCMS new habbo.com login

    Sweet (Y) You made it look good.

  9. #9
    Member Brapie is offline
    MemberRank
    Jun 2010 Join Date
    72Posts

    Re: uberCMS new habbo.com login

    you can change black on head-overrides-fp.tpl

    body { background-color: #EFFBFB; }

    search this and change it to black

    sorry for bad englisch

  10. #10
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: uberCMS new habbo.com login

    Quote Originally Posted by MartyMog View Post
    Background doesn't work for some reason!?!?
    Sorry, you can change the background color here: inc/tpl/head-overrides-fp.tpl

    look for
    Code:
    body { background-color: something; }
    Changes that into the color you want ;)

  11. #11
    Account Upgraded | Title Enabled! Just is offline
    MemberRank
    Oct 2009 Join Date
    EnglandLocation
    548Posts

    Re: uberCMS new habbo.com login

    Black is fine. ''//

  12. #12
    Member Brapie is offline
    MemberRank
    Jun 2010 Join Date
    72Posts

    Re: uberCMS new habbo.com login

    xd Black is the best:)

  13. #13
    Account Upgraded | Title Enabled! Chapo is offline
    MemberRank
    Jul 2010 Join Date
    United StatesLocation
    944Posts

    Re: uberCMS new habbo.com login

    Great release!

    'Waves
    Nills

  14. #14
    Enthusiast CroRuption is offline
    MemberRank
    Jul 2010 Join Date
    33Posts

    Re: uberCMS new habbo.com login

    Quote Originally Posted by MartyMog View Post
    Code:
    <body id="frontpage">  
      
    <div id="fp-container">  
        <div id="header" class="clearfix">  
            <h1><a href="%www%"/></a></h1>   
        </div>  
        <div id="content">  
            <div id="column1" class="column">  
                              
                    <div class="habblet-container ">         
         
                            <div class="logincontainer">  
      
    <div class="cbb loginbox clearfix">  
        <h2 class="title">Sign in</h2>  
        <div class="box-content clearfix" id="login-habblet">  
            <form action="%www%/account/submit" method="post" class="login-habblet">  
                 
                <ul>  
                    <li>  
                        <label for="login-username" class="login-text">Username</label>  
                        <input tabindex="1" type="text" class="login-field" name="credentials.username" id="login-username" value="" maxlength="48" />  
                    </li>  
                    <li>  
                        <label for="login-password" class="login-text">Password</label>  
                        <input tabindex="2" type="password" class="login-field" name="credentials.password" id="login-password" maxlength="32" />  
                        <input type="submit" value="Log in" class="submit" id="login-submit-button"/>  
                        <a href="#" id="login-submit-new-button" class="new-button" style="margin-left: 0;display:none"><b style="padding-left: 10px; padding-right: 7px; width: 55px">Log in</b><i></i></a>  
                    </li>  
                    <li>  
    <div id="fb-root"></div>  
    <br><br>  
                      </li>  
      
                    <li>  
    <div id="rpx-signin"> <center><b>Hotel Status:</b><br> 
    
    <p>%hotel_status%</a> </center> 
    </div>                </li>  
      
                    <li id="remember-me" class="no-label">  
                        <input tabindex="4" type="checkbox" name="_login_remember_me" id="login-remember-me" value="true"/>  
                        <label for="login-remember-me">Remember me</label>  
                    </li>  
                    <li id="register-link" class="no-label">  
                        <a href="%www%/register" class="login-register-link"><span>Register for free</span></a>  
                    </li>  
                    <li class="no-label">  
                        <a href="%www%/account/password/forgot" id="forgot-password"><span>I forgot my password/username</span></a>  
                    </li>  
                </ul>  
    <div id="remember-me-notification" class="bottom-bubble" style="display:none;">  
        <div class="bottom-bubble-t"><div></div></div>  
        <div class="bottom-bubble-c">  
                    By selecting 'remember me' you will stay signed in on this computer until you click 'Sign Out'. If this is a public computer please do not use this feature. 
        </div>  
        <div class="bottom-bubble-b"><div></div></div>  
    </div>  
            </form>  
      
        </div>  
    </div>  
    </div>  
    <script type="text/javascript">  
    L10N.put("authentication.form.name", "Username"); 
    L10N.put("authentication.form.password", "Password"); 
    HabboView.add(function() {LoginFormUI.init();}); 
    HabboView.add(function() {window.setTimeout(function() {RememberMeUI.init("newfrontpage");}, 100)}); 
    </script>  
         
                             
                         
                    </div>  
                    <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>  
                  
      
                              
                    <div class="habblet-container ">         
         
                            <div id="geoip-ad-container" class="cbb">  
    Welkom op <b>HibboTower</b>, Dit is <b>GEEN</b> Habbo Hotel.<br/></a>  
    </div>  
      
    <script type="text/javascript">  
    HabboView.add(function() { 
        var loginbox = $$(".logincontainer")[0]; 
        var cont = $("geoip-ad-container"); 
        cont.setStyle({width: (loginbox.getWidth() - 8) + "px"}); 
        cont.setStyle({right: loginbox.getStyle("right")}); 
        var top = parseInt(loginbox.getStyle("top")); 
        top += loginbox.getHeight() + 30; 
        cont.setStyle({top: top + "px"}); 
        cont.setStyle({visibility: "visible"}); 
    }); 
    </script>  
         
                             
                         
                    </div>  
                    <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>  
                  
      
                              
                    <div class="habblet-container ">         
         
                            <a href="%www%" id="frontpage-image" style="background-image: url('http://images.habbo.com/c_images/Frontpage_images/front_page_beach.png')"><div id="partner-logo"></div></a>  
      
    
    <div style="width: 710px; margin: 0 auto; margin-bottom: 10px; background: black; color: white; font-size: 35px;"> 
        <div><center>Hibbo Tower - Het nieuwe Beta hotel!<center></div> 
        <div style="height: 2px"></div> 
    </div> 
    
    <div id="big-button">  
        <a href="%www%/register" onclick="location.href=this.href">  
            <div id="big-button-join-now">Registreer Hier je Hibbo!</div>  
            <div id="big-button-for-free"></div>  
        </a>  
        <span></span>  
    </div>  
         
                             
                                 
                         
                    </div>  
                    <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>  
                  
      
                              
    </div>	
    
    
    
    <div class="habblet-container ">		
    	
    						<div style="width: 710px; margin: 0 auto"> 
    <div class="roundedrect" id="tag-cloud-slim"> 
        <span><?php include 'tagcloud.tpl'; ?></span> 
    </div> 
    </div>   
         
                             
                         
                    </div>  
                    <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>  
                  
      
    </div>
    I, can't seem to see the code to change it to black? care to point out or post back with code black LOL.
    Search for this.. I think. Looked through it, and found it didn't check if it was correct though.....
    Code:
    <div style="width: 710px; margin: 0 auto; margin-bottom: 10px; background: black; color: white; font-size: 35px;"> 
        <div><center>Hibbo Tower - Het nieuwe Beta hotel!<center></div> 
        <div style="height: 2px"></div>

  15. #15
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: uberCMS new habbo.com login

    Thanks



Page 1 of 3 123 LastLast

Advertisement