Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 8 of 8
  1. #1
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default [TUT] HTML Desktop On XP

    This tut will show you how to add multiple websites/import infomation to your desktop.

    First you need to open notepad (start > run > notepad.exe)

    Then type the following HTML code;

    HTML Code:
    <HTML>
    <HEAD></HEAD>
    <BODY bgcolor="#66bbcc">
    <DIV style="width: 70%; background: #ffffff; border: 2px solid #000000; float: left; padding: 5px">
     
    </DIV>
    <DIV style="width: 27%; float: right; background: #ffffff; border: 2px solid #000000; padding: 5px;">
     
    </DIV>
    </BODY>
    </HTML>
    Save The File As *What Ever You Want*.HTML and open it in your web browser, you should get something like this;



    Now you can add things to it. Below are some codes. Add them between the 1st or 2nd div tags;

    Habbo Login Code (Adds a login form to your desktop)
    HTML Code:
    <form action="https://www.habbo.co.uk/account/submit" method="post" 
    class="login-habblet">
    Habbo Username:<br>
    <input tabindex="1" type="text" class="login-field" name="credentials.username" 
    id="login-username" value="" />
    <br>
    Habbo Password:<br>
    <input tabindex="2" type="password" class="login-field" 
    name="credentials.password" id="login-password" />
    <br>
    <input tabindex="3" type="hidden" name="_login_remember_me" 
    id="login-remember-me" value="true"/>
    <input type="submit" value="Sign in" class="submit" />
    </form><br><br>
    Iframe (Adds another website to your desktop, best to put this code insite the 1st div tag)
    HTML Code:
    <IFRAME src="URL OF WEBSITE YOU WANT ON YOUR DESKTOP HERE" width="100%" height="400"></IFRAME><br><br>
    Image (Adds an image to the page)
    HTML Code:
    <IMG src="IMAGE URL HERE" /><br><br>
    Habbo Tag Search
    HTML Code:
     <form name="tag_search_form" action="http://habbo.co.uk/tag/search" class="search-box">
        <input type="text" name="tag" id="search_query" value="" class="search-box-query"/><br>
     <input type="submit" value="Habbo Tag Search" title="Habbo Tag Search" class="search" />
    </form><br><br>
    For the one below you will need php installed on your computer;

    Amount Of Habbos Onine (Displays The Amount Of Habbos Online)
    PHP Code:
    <?php
    $page 
    file_get_contents("http://www.habbo.co.uk");
    $start explode('<span class="stats-fig">'$page2);
    $end explode('</span>'$start[1], 2);
    $amount trim($end[0]);
    echo 
    "<font size=2 face=arial>There are $amount Habbos online!</font>";
    ?> 
    <br><br>
    You can allso add Google Video/YouTube Videos.

    Once you have added some of those things your html file should look something like this.



    Once your happy with it you can add it to your desktop.

    Click start >
    Run >
    Type 'rundll32.exe' >

    click on the desktop tab >
    click browse >

    locate the html file >
    and click open >

    Then click apply and your desktop should refresh to the one you made.

    Hears An Example;


    Lets set the stage on fire, and hollywood will be jealous.

  2. #2
    Join Date
    Sep 2006
    Location
    Hobart, Australia
    Posts
    593
    Tokens
    0

    Default

    That's cool!

    +rep

  3. #3
    Join Date
    Jan 2007
    Location
    England, Uk, World, Universe,
    Posts
    1,012
    Tokens
    0

    Latest Awards:

    Default

    Lovley tut! + REP!
    my sig ran away,

  4. #4
    Join Date
    May 2007
    Posts
    10,481
    Tokens
    3,140

    Latest Awards:

    Default

    brilliant, ill see if it works on vista



    edit: it wont since on vista it only likes image backgrounds

    if you know a hack for vista which lets you do it anyway then contact me
    Last edited by Chippiewill; 01-12-2007 at 09:27 PM.
    Chippiewill.


  5. #5
    Join Date
    Nov 2006
    Location
    Narrich
    Posts
    5,687
    Tokens
    0
    Habbo
    Jamesy...

    Latest Awards:

    Default

    or you could just double click FF/Safari/IE and do that...

    Nice anyway
    Ex-janitor. Might pop in from time to time, otherwise you can grab all my information from http://jamesy.me.uk/

  6. #6
    Join Date
    Sep 2006
    Location
    Hobart, Australia
    Posts
    593
    Tokens
    0

    Default

    Does the PHP part actually work, out of interest?

  7. #7
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Does the PHP part actually work, out of interest?
    Yeah, lol.

  8. #8
    Join Date
    Sep 2006
    Location
    Hobart, Australia
    Posts
    593
    Tokens
    0

    Default

    Quote Originally Posted by Invent View Post
    Yeah, lol.
    Oh ok. I'm assuming the script would have to be saved in the htdocs folder (or wherever your localhost files are stored)?

Posting Permissions

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