How to?

monky91

New Member
Messages
706
Reaction score
0
Points
0
Continue the title above, I want to know, is there anyway to backup my live messenger emoticons? As I want to format my computer, afected with trojan.
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
yup, i was wondering this my self at one time or another here's the folder where they are located:
Code:
C:\Documents and Settings\UserName\Local Settings\Application Data\Microsoft\Messenger\your@email.com\ObjectStore\CustomEmoticons
, i'm using WLM 8.1 Beta so there are a whole bunch of ".idx" files and ".dt2" files, change the ".dt2" files into .gif files and you will see them, but you'd want to copy these out of that directory, otherwise they'll be unusable in MSN/WLM

hope that helps, PM me if you need help
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Chris Z said:
yup, i was wondering this my self at one time or another here's the folder where they are located:
Code:
C:\Documents and Settings\UserName\Local Settings\Application Data\Microsoft\Messenger\your@email.com\ObjectStore\CustomEmoticons
, i'm using WLM 8.1 Beta so there are a whole bunch of ".idx" files and ".dt2" files, change the ".dt2" files into .gif files and you will see them, but you'd want to copy these out of that directory, otherwise they'll be unusable in MSN/WLM

hope that helps, PM me if you need help

Thanks for the tip:p
 

monky91

New Member
Messages
706
Reaction score
0
Points
0
Okay, till here

C:\Documents and Settings\UserName\Local Settings\Application Data\Microsoft\Messenger\your@email.com\

But doesn't seem to be having any other files, beside contacts, sharing folder, and Sharingmetdata
 

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
I didn't know that you could back up your emoticons. If I had known I would of backed mine up as I have just wiped my system, due to something that was causing it to run slow.

nvm I can easily earn them back off friends!
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
monkey91-what version of MSN/WLM are you running? just for kicks
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
Its hard, cos they are stored as .dat files. Really just .gif / .jpg files, but some aren't.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
MicroProcessor said:
Its hard, cos they are stored as .dat files. Really just .gif / .jpg files, but some aren't.

But if you gota .dat reader, which are free, you could extract the information.
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
oh ya that's right!!! i forgot they're .dat files in earlier versions, so all you do is right click on them and click rename and change the extenstion from ".dat" to ".gif" :)
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
btu Chris .dat is way different the .gif...so how do you know that would work

*goes to oldversion.com*

lets test that out:p
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
i know, cuz i did it when they were .dat, just don't do anything with the index.dat cuz there ain't no gfx in there
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
Or copy and paste this into notepad, save it as renameemote.bat and paste this code in

Code:
@echo off
echo renaming emoticons...
copy *.dat *.gif
echo done...
pause

(Place that in the directory and it will convert dat to gifs)
 
Last edited:

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
nice, lol for those of you with like a million custom emoticons or those who are just too lazy to do it themselves, but i agree, it's much easier typing that little bit of code in to do it all for you ;)
 
Top