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 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 40

Thread: WLM Signature

  1. #21
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Verrou View Post
    You need to install the WLM Plus plugin called Status2FTP and let it upload to your msn directory.

  2. #22
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default

    cant have a very long personal message or name it cuts it off.

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  3. #23
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Small fix for itunes, gets rid of a load of crap. I have only tested this on Bens so please report any problems...

    PHP Code:
    $psm get_string_between($data"<CleanPSM>""</CleanPSM>");
    $psm_count strlen($psm);
    $psm substr($psm033); 
    Replace with

    PHP Code:
    $psm get_string_between($data"<CleanPSM>""</CleanPSM>");

    /* Clean up iTunes */
    $psm str_replace('ITunes\0Music\01\0{0} - {1}\0',' '$psm);
    $psm str_replace('\0',' -  '$psm);
    /* Clean up iTunes */

    $psm_count strlen($psm);
    $psm substr($psm033); 

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

    Latest Awards:

    Default

    Quote Originally Posted by Luckyrare View Post
    Small fix for itunes, gets rid of a load of crap. I have only tested this on Bens so please any problems say...

    PHP Code:
    $psm get_string_between($data"<CleanPSM>""</CleanPSM>");
    $psm_count strlen($psm);
    $psm substr($psm033); 
    Replace with

    PHP Code:
    $psm get_string_between($data"<CleanPSM>""</CleanPSM>");
     
    /* Clean up iTunes */
    $psm str_replace('ITunes\0Music\01\0{0} - {1}\0',' '$psm);
    $psm str_replace('\0',' -  '$psm);
    /* Clean up iTunes */
     
    $psm_count strlen($psm);
    $psm substr($psm033); 
    on mine? ;o

    edit: ooar it shows my song
    here is my facebook.
    here is my
    twitter.
    here is my
    tumblr.

  5. #25
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default

    nice realizticly that should be able to work with wmp.. ill work on my in a sec
    what do you edit to change position of display pic ect?
    $psm = get_string_between($data, "<CleanPSM>", "</CleanPSM>");

    /* Clean up WMP */
    $psm = str_replace('\0Music\01\0{0} - {1}\0\0\0\0\0',' ', $psm);
    $psm = str_replace('\0','', $psm);
    /* Clean up WMP */

    $psm_count = strlen($psm);
    $psm = substr($psm, 0, 33);
    almost works// look in sig lucky how do i remove Music 1 ?
    Last edited by Colin-Roberts; 15-03-2007 at 01:04 PM.

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  6. #26
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default

    can't edit anymore
    $psm = get_string_between($data, "<CleanPSM>", "</CleanPSM>");

    /* Clean up WMP */
    $psm = str_replace('\0Music\01\0{0} - {1}\0\0\0\0\0',' ', $psm);
    $psm = str_replace('\0','',$psm);
    $psm = str_replace('Music','',$psm);
    $psm = str_replace('1','',$psm);
    /* Clean up WMP */

    $psm_count = strlen($psm);
    $psm = substr($psm, 0, 33);
    edit figured out how to move just need to change font colour?
    Last edited by Colin-Roberts; 15-03-2007 at 01:21 PM.

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  7. #27
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Colin-Roberts View Post
    can't edit anymoreedit figured out how to move just need to change font colour?
    Change this
    PHP Code:
    $black imagecolorallocate($image000); 
    To this for white
    PHP Code:
    $black imagecolorallocate($image255255255); 
    You can use any RGB code

  8. #28
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default

    ye thanx jsut got that i was trying hex then i looked in paint and was like oh RGP

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  9. #29
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Just added "last song" using last.fm



    Ill give the code out if anyone would like it.

  10. #30
    Join Date
    Oct 2006
    Posts
    2,918
    Tokens
    946
    Habbo
    Verrou

    Latest Awards:

    Default

    Hmmm i have installed Status2FTP?
    Quote Originally Posted by Special-1k View Post
    How do you uninstall an internet? I want to uninstall my Google Chrome and
    get firefox but I never really got rid of an internet my dad usually did it for me.
    If you know how post below so I can do this.

Page 3 of 4 FirstFirst 1234 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
  •