Shoutbox

[Help] Backup MP!L? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [Help] Backup MP!L? (/showthread.php?tid=62874)

[Help] Backup MP!L? by Felu on 07-09-2006 at 06:55 AM

Can anyone tell me how do a save prefrences, emoticon sounds and chat logs for MP!L using a script and also where are they stored?

Thanks for reading this :P and if you give a good reply :bow: to you :).


RE: [Help] Backup MP!L? by The_Joker on 07-09-2006 at 07:24 AM

Do you mean as a auto-backup script?
I'm not expirienced with scripts but I think a program would be better (I can try to write one in C++) and set it as scheduled.
At least for the sounds and logs.
Preferences I don't know how to do.


RE: [Help] Backup MP!L? by Dhaya on 07-09-2006 at 07:26 AM

Have a look at \\HKCU\Software\Patchou\Messenger Plus! Live\your@email.tld


RE: [Help] Backup MP!L? by Felu on 07-09-2006 at 07:30 AM

quote:
Originally posted by The_Joker
Do you mean as a auto-backup script?
Yes i do, read my post carefully.
quote:
Originally posted by The_Joker
I'm not expirienced with scripts but I think a program would be better (I can try to write one in C++) and set it as scheduled.
At least for the sounds and logs.
Preferences I don't know how to do.
Id prefer to know how to do it with JScript and not to get the code from you. Id like you to tell me how to do it. Also tell me where are sounds and prefrences saved by default.
RE: [Help] Backup MP!L? by The_Joker on 07-09-2006 at 07:37 AM

Last time I checked the sounds were stored in:
C:\Documents and Settings\All Users\Application Data\Messenger Plus\Custom Sounds\ (When I used MP!3).
Try to search for "Custom Sounds" directory if not.

BTW, I read ur post and it doesn't said AUTO backup.


RE: [Help] Backup MP!L? by Felu on 07-09-2006 at 07:42 AM

quote:
Originally posted by Dhaya
Have a look at \\HKCU\Software\Patchou\Messenger Plus! Live\your@email.tld
Thanks a lot :) :bow:
quote:
Originally posted by The_Joker
C:\Documents and Settings\All Users\Application Data\Messenger Plus\Custom Sounds\
C:\Documents and Settings\All Users\Application Data\Messenger Plus!\Custom Sounds\

But thanks anyways :). :bow:

Edit: How do i save a folder using a script?
RE: [Help] Backup MP!L? by ddunk on 07-09-2006 at 07:48 AM

quote:
Originally posted by -!Felu!-
Id prefer to know how to do it with JScript and not to get the code from you. Id like you to tell me how to do it. Also tell me where are sounds and prefrences saved by default.
For the logs, just use the FileSystemObject to copy the folders. For the preferences, it'd just be a whole lot easier to use Plus' backup system.
RE: [Help] Backup MP!L? by Chestah on 07-09-2006 at 08:13 AM

quote:
Originally posted by -!Felu!-
C:\Documents and Settings\All Users\Application Data\Messenger Plus!\Custom Sounds\

Don't forget to make this dynamic, not everyone has "C:" there windows drive :P
RE: [Help] Backup MP!L? by ddunk on 07-09-2006 at 08:14 AM

quote:
Originally posted by Chestah
quote:
Originally posted by -!Felu!-
C:\Documents and Settings\All Users\Application Data\Messenger Plus!\Custom Sounds\

Don't forget to make this dynamic, not everyone has "C:" there windows drive :P
Same with the logs directory.
RE: [Help] Backup MP!L? by Felu on 07-09-2006 at 08:18 AM

quote:
Originally posted by Chestah
Don't forget to make this dynamic, not everyone has "C:" there windows drive (Smilie)
Newbie question but how to make it dynamic?

Edit : \\Documents and Settings\All Users\Application Data\Messenger Plus!\Custom Sounds\ -> Like that ^o).
RE: [Help] Backup MP!L? by ddunk on 07-09-2006 at 08:41 AM

quote:
Originally posted by -!Felu!-
quote:
Originally posted by Chestah
Don't forget to make this dynamic, not everyone has "C:" there windows drive (Smilie)
Newbie question but how to make it dynamic?

Edit : \\Documents and Settings\All Users\Application Data\Messenger Plus!\Custom Sounds\ -> Like that ^o).
Either you can have the user enter the location of their logs and custom sounds (probably easy, but less user-friendly), or you can attempt to figure it out on your own (which I don't know how to do).
RE: [Help] Backup MP!L? by Felu on 07-09-2006 at 09:28 AM

quote:
Originally posted by Ddunk
Either you can have the user enter the location of their logs and custom sounds (probably easy, but less user-friendly), or you can attempt to figure it out on your own (which I don't know how to do).
Im already working on the first one :).