
You need to install the WLM Plus plugin called Status2FTP and let it upload to your msn directory.
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:.:.
Small fix for itunes, gets rid of a load of crap. I have only tested this on Bens so please report any problems...
Replace withPHP Code:$psm = get_string_between($data, "<CleanPSM>", "</CleanPSM>");
$psm_count = strlen($psm);
$psm = substr($psm, 0, 33);
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($psm, 0, 33);
on mine? ;oSmall fix for itunes, gets rid of a load of crap. I have only tested this on Bens so please any problems say...
Replace withPHP Code:$psm = get_string_between($data, "<CleanPSM>", "</CleanPSM>");
$psm_count = strlen($psm);
$psm = substr($psm, 0, 33);
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($psm, 0, 33);
edit: ooar it shows my song![]()
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?
almost works// look in sig lucky how do i remove Music 1 ?$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);
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:.:.
can't edit anymoreedit figured out how to move just need to change font colour?$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);
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:.:.
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:.:.
Just added "last song" using last.fm
Ill give the code out if anyone would like it.
Want to hide these adverts? Register an account for free!