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!


Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Dec 2004
    Location
    Essex, UK
    Posts
    3,285
    Tokens
    0

    Latest Awards:

    Default WLM Signature [RELEASE]

    Quote Originally Posted by Elitesean View Post
    Why does everyone insist on keeping code private?
    I'd like to see it, personally I'd share it, not like it's top secret :|
    Quote Originally Posted by TFerg006 View Post
    Yes, basically this thread is to show off, as he isnt going to release it "/
    You two don't know me, so don't accuse my of doing things that I haven't done. I'm going to give out the code now, and I was intending to if people wanted it.

    All you need to do is install the Status2FTP plugin for Messenger Plus Live. Open a conversation, click the Messenger Plus button then set it up with the FTP details for your hosting. Before you click OK, use your name FTP client or cPanel to make the folder you gave it. Then, in the following code, change $data_source to the URL of the XML file and then upload the script, the template image, the HTACCESS file and the font into the same directory as the XML file.

    Here is the code:

    PHP Code:
    <?php
    /* WLM Status Signature */

    /* Begin GetStringBetween function */
    function get_string_between($string$start$end){
            
    $string " ".$string;
            
    $ini strpos($string,$start);
            if (
    $ini == 0) return "";
            
    $ini += strlen($start);  
            
    $len strpos($string,$end,$ini) - $ini;
            return 
    substr($string,$ini,$len);
    }
    /* End GetStringBetween function */

    /* Begin to get the WLM data */
    $data_source "http://www.uploadz.co.uk/tim/wlm/data.xml";
    $data file_get_contents($data_source);
    $nickname get_string_between($data"<CleanUsername>""</CleanUsername>");
    $psm get_string_between($data"<CleanPSM>""</CleanPSM>");
    $status get_string_between($data"<Status>""</Status>");
    $dp imagecreatefrompng("dp.png");
    /* Finished getting WLM data */


    /* Form the image */
    $font "segoeui.ttf";
    $image imagecreatefrompng("template.png");
    $black imagecolorallocate($image000);
    imagettftext($image8018332$black$font$nickname);
    imagettftext($image8022763$black$font$psm);
    imagettftext($image8016292$black$font$status);
    imagecopy($image$dp1112009696);
    /* Image has been formed */

    /* Display image and free memory */
    header("Content-type: image/png");
    imagepng($image);
    imagedestroy($dp);
    imagedestroy($image);
    /* Finished */
    ?>
    and here is the ZIP file with the htaccess to make it work on Habbox Forum, the font file and the template image.



    i used to be NintendoNews. visit my blog or add me on twitter.
    need help with vista? i am a microsoft certified technology specialist in configuring windows vista and connected home integrator.. pm me for help!


    "I am the way, the truth, and the life. No one comes to the Father except through me"
    John 14:6 (NIV)


  2. #2
    Join Date
    May 2005
    Location
    Oxfordd
    Posts
    397
    Tokens
    0

    Default

    i downloaded the thing, extracted files.

    now i'm confused

  3. #3
    Join Date
    Dec 2004
    Location
    Essex, UK
    Posts
    3,285
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by benjibizzle View Post
    i downloaded the thing, extracted files.

    now i'm confused
    Have you installed the plugin and set it up?



    i used to be NintendoNews. visit my blog or add me on twitter.
    need help with vista? i am a microsoft certified technology specialist in configuring windows vista and connected home integrator.. pm me for help!


    "I am the way, the truth, and the life. No one comes to the Father except through me"
    John 14:6 (NIV)


  4. #4
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    lol @ mine:

  5. #5
    Join Date
    Apr 2005
    Posts
    4,614
    Tokens
    90

    Latest Awards:

    Default

    Just to confirm, this works great

  6. #6
    Join Date
    Jun 2005
    Location
    Oxford
    Posts
    11,997
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by NintendoNews View Post
    Have you installed the plugin and set it up?
    No, when it says open a msn window and click the windows plus icon, i don't know what to do next.

  7. #7
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    Quote Originally Posted by spat View Post
    No, when it says open a msn window and click the windows plus icon, i don't know what to do next.
    it does, mine works:

  8. #8
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    Quote Originally Posted by .:Jack120:. View Post
    it does, mine works:
    Mine works and owns yours LIL IMG THING!


  9. #9
    Join Date
    Jun 2005
    Location
    Oxford
    Posts
    11,997
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by .:Jack120:. View Post
    it does, mine works:
    If you read what I posted, you'd see I never said it didn't work, I said i didn't know what to do.

  10. #10
    Join Date
    Dec 2004
    Location
    Essex, UK
    Posts
    3,285
    Tokens
    0

    Latest Awards:

    Default

    I'll add the image thing when I find the images I've updated mine to a more Vista look, using Aurora for the background.



    i used to be NintendoNews. visit my blog or add me on twitter.
    need help with vista? i am a microsoft certified technology specialist in configuring windows vista and connected home integrator.. pm me for help!


    "I am the way, the truth, and the life. No one comes to the Father except through me"
    John 14:6 (NIV)


Page 1 of 2 12 LastLast

Posting Permissions

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