What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Settings Sync/Transferer/Backup

Pages: (4): « First « 1 2 [ 3 ] 4 » Last »
1 votes - 5 average   Settings Sync/Transferer/Backup
Author: Message:
XgD
Junior Member
**


Posts: 22
37 / Male / –
Joined: Feb 2003
O.P. RE: Settings Sync/Transferer/Backup
OK, I've rewritten the backup code (restore code still needs more work) to address most of what you said before.

It still uses external DLLs but these are in subdirectories under the plugins folder. I've neatened it up a little.

If you're still having problems, please add me (e-mail is in 1st post)

http://www.josolyne.demon.co.uk/PlusSettings.exe

Thanks

XgD

This post was edited on 11-02-2005 at 01:14 PM by XgD.
11-01-2005 08:19 PM
Profile E-Mail PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Settings Sync/Transferer/Backup
Just got a great idea

How about also storing a hash of the zip or just the reg file, on the server so you first download the hash, calculate the hash of the local copy, and if they are the same you don't have to up/download.

For me personally it won't be a problem, but for people on dial-in, they would notice 1~2 MB's up/downloaded everytime they close and open MSN.



EDIT: Found out the zip on my server was only 150 Kb/s :P, but still I think it will be a good idea.

It's nonsense to download and upload a file everytime, even if it hasn't changed.

EDIT2: There also seems to be a problem when reloading plugins, your plugin causes MSN to crash.

This post was edited on 11-05-2005 at 11:15 PM by Ezra.
[Image: 1-0.png]
             
11-05-2005 11:03 PM
Profile PM Web Find Quote Report
XgD
Junior Member
**


Posts: 22
37 / Male / –
Joined: Feb 2003
O.P. RE: RE: Settings Sync/Transferer/Backup
quote:
Originally posted by Ezra
Just got a great idea

How about also storing a hash of the zip or just the reg file, on the server so you first download the hash, calculate the hash of the local copy, and if they are the same you don't have to up/download.

For me personally it won't be a problem, but for people on dial-in, they would notice 1~2 MB's up/downloaded everytime they close and open MSN.



EDIT: Found out the zip on my server was only 150 Kb/s :P, but still I think it will be a good idea.

It's nonsense to download and upload a file everytime, even if it hasn't changed.


Well, with FTP and 150kb files, the bulk of the time is actually in connecting to the server and negotiating rather then the actual upload, so whether a 'hash' file is uploaded also is irrelevant... the plugin still needs to connect to the server to get the has anyway which takes the time.

As an aside, I've just finished a new version which backs up MSN Messenger settings as well as Plus! settings, and should (in the future) be able to backup Winks/Emoticons/Backgrounds/DPs as well, but this won't be in the next version.

By then, the file size of the zip may be at least 2mb, so a hash file might be a good option.

I've also re-written the restore code and also made it easier to add new languages in the future. I'm just testing this version at the moment before I post it on here, and I'll upload it when I'm done.

quote:
EDIT2: There also seems to be a problem when reloading plugins, your plugin causes MSN to crash.

I've not experienced this myself but I'll look into it. It might be because the backup procedure takes time to complete, so when Plus tries to reload the library, its still in use. I might make a copy of the file elsewhere to run on exit to stop this in the future if it works.

XgD

This post was edited on 11-06-2005 at 12:38 AM by XgD.
11-06-2005 12:37 AM
Profile E-Mail PM Find Quote Report
XgD
Junior Member
**


Posts: 22
37 / Male / –
Joined: Feb 2003
O.P. RE: Settings Sync/Transferer/Backup
Another update... fixing a few bugs, few new things. See first post for info

XgD
11-10-2005 09:48 PM
Profile E-Mail PM Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: Settings Sync/Transferer/Backup
is there any way to make this work with WLM 8.5???
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
09-28-2007 06:06 PM
Profile PM Web Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: Settings Sync/Transferer/Backup
quote:
Originally posted by warmth
is there any way to make this work with WLM 8.5???
This plug-in was written for Plus! 3 two years ago. The whole plug-in system was replaced by the current script system in Plus! Live and thus this will not work for any version of Windows Live Messenger, because:
  • The preferences of Plus! Live are totally different than those of Plus! 3.
  • The location where the preferences are stored was changed.
  • The plug-in isn't written for Plus! Live, because it simply didn't exist yet!
Of course, someone could try and create a similar script which does this for Plus! Live, but it's somewhat impossible to port this plug-in straight to Plus! Live.

Please note before posting: the last reply was posted on 10 November 2005, that's 2 years ago! :dodgy: Please let these threads just die silently. :)
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
09-29-2007 09:23 AM
Profile E-Mail PM Web Find Quote Report
XgD
Junior Member
**


Posts: 22
37 / Male / –
Joined: Feb 2003
O.P. RE: Settings Sync/Transferer/Backup
Hmm, i thought I had replied to this already. Seems my post didnt post.

Anyway, it said something along the lines of the above post, that everything's changed and its not going towork without a rewrite in the new scripting language.

I'm not using multiple computers any more, so theres no incentive for me to re-create this, although if there is a demand for it, i might consider a re-write for MP Live.

XgD
09-29-2007 11:40 AM
Profile E-Mail PM Find Quote Report
warmth
Veteran Member
*****

Avatar
Electronic Engineer

Posts: 1730
Reputation: 26
39 / Male / Flag
Joined: Jul 2003
RE: RE: Settings Sync/Transferer/Backup
quote:
Originally posted by Mattike
Of course, someone could try and create a similar script which does this for Plus! Live, but it's somewhat impossible to port this plug-in straight to Plus! Live.

Please note before posting: the last reply was posted on 10 November 2005, that's 2 years ago! :dodgy: Please let these threads just die silently. :)

I already know this Mattike... sorry for being so confusing with my words... I should have been more specific... But in the real way, I achieved my target ;)!!! looK:

quote:
Originally posted by XgD
although if there is a demand for it, i might consider a re-write for MP Live.
I will love to see this script working... I'm also available to test it... (H)

This post was edited on 09-29-2007 at 11:02 PM by warmth.
@warmth - Beta Testing a life!
Official Nokia (former Ovi) Suite Beta Tester | Nokia Beta Labs Contributor of the month (June, 2011)
09-29-2007 10:51 PM
Profile PM Web Find Quote Report
XgD
Junior Member
**


Posts: 22
37 / Male / –
Joined: Feb 2003
O.P. RE: Settings Sync/Transferer/Backup
Well it will be some time until I am able to work on it (probably around christmas time), and there's no guarantee the scripting language will be able to do what I wanted to do (multithreads, hash generation etc), but i have some ideas about how to improve it.

Thinking about it, I'd have to implement a ZIP function and a FTP function into (Java?)Script, which seems a little excessive, so unless I can use the script as some sort of wrapper for my DLL/EXE, it seems a non-starter.

As I say, I've not looked at the scripting language for MP!Live, but I will release my old source code if will help anyone to create this.

XgD
09-30-2007 12:15 PM
Profile E-Mail PM Find Quote Report
riahc4
Veteran Member
*****


Posts: 1073
Reputation: -18
– / Male / Flag
Joined: Aug 2004
Status: Away
RE: Settings Sync/Transferer/Backup
Any updates on this?
07-08-2009 02:01 AM
Profile PM Find Quote Report
Pages: (4): « First « 1 2 [ 3 ] 4 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On