What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Double log

Double log
Author: Message:
christof
New Member
*


Posts: 3
Joined: Nov 2005
O.P. Double log
Hello,

I'm french.

It is possible to record logs MSN twice?
One in the file C:\Documents and Settings\User\Mes files of conversation
The other in D:\Sauvegarde\logs

Can I make please?

Thank you.

This post was edited on 11-28-2005 at 06:23 AM by christof.
11-28-2005 06:22 AM
Profile E-Mail PM Find Quote Report
dotNorma
Veteran Member
*****

Avatar

Posts: 1745
Reputation: 17
32 / Male / –
Joined: May 2003
RE: Double log
quote:
Originally posted by christof
Hello,

I'm french.

It is possible to record logs MSN twice?
One in the file C:\Documents and Settings\User\Mes files of conversation
The other in D:\Sauvegarde\logs

Can I make please?

Thank you.

You can enable Plus! logging and MSN Messenger chat logging in two different directories, and that could work. :happy:

If that does not please you, it is possible to make a plugin that will copy one directory to another every minute, and I might be willing to do it for you.
11-28-2005 07:09 AM
Profile PM Web Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: Double log
quote:
Originally posted by .Norma
If that does not please you, it is possible to make a plugin that will copy one directory to another every minute, and I might be willing to do it for you.
Although you may come across probems with readaccess as Plus! can be set to update ogs every minute I think so you may not be able to copy them while Plus! is writing to them.  Not sure, I think text fles are ok.
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
11-28-2005 08:36 AM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Double log
Why make it more complicated than it is... Isn't the easiest thing to do to simply copy the whole "C:\Documents and Settings\User\Mes files of conversation" directory to "D:\Sauvegarde\logs" ??

And to automate it simply make a batch file with the command:
copy  /Y  "C:\Documents and Settings\User\Mes files of conversation\*.*"  "D:\Sauvegarde\logs"

This post was edited on 11-28-2005 at 04:11 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-28-2005 04:07 PM
Profile PM Find Quote Report
kierant
Full Member
***

Avatar
Can you still feel the butterflies?

Posts: 427
Reputation: 8
– / Male / –
Joined: Feb 2003
RE: RE: Double log
quote:
Originally posted by CookieRevised
Why make it more complicated than it is... Isn't the easiest thing to do to simply copy the whole "C:\Documents and Settings\User\Mes files of conversation" directory to "D:\Sauvegarde\logs" ??




That's fair enough, but I think he just wants them to be synchronised to avoid it being tedious. I know it's not hard to do as you suggest, it's just a bit of a pain because obviously they would have to do this on a regular basis.

This post was edited on 11-28-2005 at 04:12 PM by kierant.
[Image: kierantsig5ru.png]
11-28-2005 04:11 PM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Double log
quote:
Originally posted by kierant
That's fair enough, but I think he just wants them to be synchronised to avoid it being tedious. I know it's not hard to do as you suggest, it's just a bit of a pain because obviously they would have to do this on a regular basis.
He wants to have all his logs double, aka: one is the copy of the other, he doesn't want to syncronize the two directories.

And even if he does, simply copying one to the other and vice versa with the xcopy command and /d parameter will syncronize them. No need to complicate stuff if such things are strait forward and already build in... ;)

This post was edited on 11-28-2005 at 04:17 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-28-2005 04:15 PM
Profile PM Find Quote Report
kierant
Full Member
***

Avatar
Can you still feel the butterflies?

Posts: 427
Reputation: 8
– / Male / –
Joined: Feb 2003
RE: RE: Double log
quote:
Originally posted by CookieRevised
quote:
Originally posted by kierant
That's fair enough, but I think he just wants them to be synchronised to avoid it being tedious. I know it's not hard to do as you suggest, it's just a bit of a pain because obviously they would have to do this on a regular basis.
He wants to have all his logs double, aka: one is the copy of the other, he doesn't want to syncronize the two directories.

And even if he does, simply copying one to the other and vice versa with the xcopy command and /d parameter will syncronize them. No need to complicate stuff if such things are strait forward and already build in... ;)


By synchronizing I mean when one directory is updated with logs, the other directory is also updated at the same time, and they are always exactly the same. Maybe I'm using the term in the wrong context but my point is that christof asks if his logs can be 'recorded' in two directories and therefore I assume he means together.

Although I don't personally see the need to have them stored twice, nonetheless, I have to disagree that copying and pasting is the best option. It's probably the simplest way, but as I said, it's a bit of a chore to copy them every now and then - and humans being humans, will probably forget at some point and the two directories will have different info stored in them and one will kind of be redundant.

:P
[Image: kierantsig5ru.png]
11-28-2005 04:40 PM
Profile PM Find Quote Report
christof
New Member
*


Posts: 3
Joined: Nov 2005
O.P. RE: Double log
Thank you for your answers! ;)

I cannot however copy the repertoire towards another.
What one will need it is another addon which makes it possible to record the logs.
(In addition to MSN Messenger and plus!
do you Have an idea?  The way of making?

Thank you in advance
11-28-2005 09:34 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Double log
quote:
Originally posted by kierant
By synchronizing I mean when one directory is updated with logs, the other directory is also updated at the same time, and they are always exactly the same. Maybe I'm using the term in the wrong context but my point is that christof asks if his logs can be 'recorded' in two directories and therefore I assume he means together.
* Syncronizing means updating the two directories so they contain the exact same latest files, it is a bi-directional update. (1)
* This is different than copying a directory. (2)
* Which is again different than duplicating a directory. (3)


If these are the two directories:

  Directory A:
      -File 111 (from jan 1st 2005)
      -File 222 (from nov 11th 2005)
      -File 333 (from apr 4th 2005)
  Directory B:
      -File 111 (from sept 9th 2005)
      -File 222 (from oct 10th 2005)
      -File 444 (from jun 6th 2005)

(1) Syncronizing A and B:
notice that both are exactly the same, and that files were updated to the latest versions.

  Directory A:
      -File 111 (from sept 9th 2005)
      -File 222 (from nov 11th 2005)
      -File 333 (from apr 4th 2005)
      -File 444 (from jun 6th 2005)
  Directory B:
      -File 111 (from sept 9th 2005)
      -File 222 (from nov 11th 2005)
      -File 333 (from apr 4th 2005)
      -File 444 (from jun 6th 2005)

(2) Copying A to B:
notice that the files in B are overwritten with the files in A if they were the same, regardless of the date. Files in B which were not in A will remain in B. Directory A isn't touched or updated at all.

  Directory A:
      -File 111 (from jan 1st 2005)
      -File 222 (from nov 11th 2005)
      -File 333 (from apr 4th 2005)
  Directory B:
      -File 111 (from jan 1st 2005)
      -File 222 (from nov 11th 2005)
      -File 333 (from apr 4th 2005)
      -File 444 (from jun 6th 2005)

(3) Duplicating A to B:
notice that directory B is a plain copy of directory A. All original files in B will be lost.

  Directory A:
      -File 111 (from jan 1st 2005)
      -File 222 (from nov 11th 2005)
      -File 333 (from apr 4th 2005)
  Directory B:
      -File 111 (from jan 1st 2005)
      -File 222 (from nov 11th 2005)
      -File 333 (from apr 4th 2005)

Either way, all can be done by a simple DOS command. And there is no easier method than this.

--------------

quote:
Originally posted by christof
I cannot however copy the repertoire towards another.
Why not?... it is a simple dos command... If you can't copy one folder to the other I very highly doubt any other (more complicated) method will work also...

quote:
Originally posted by christof
What one will need it is another addon which makes it possible to record the logs.
What one will need is nothing more than what I've suggested though. Any other method is needless too complicated and making it far more harder than it is.

quote:
Originally posted by christof
do you Have an idea?  The way of making?
Like I said, after MSN Messenger finishes (and thus all logs are updated), simply duplicate or copy the logs.

-

Or is it that you need this so you can spy on someone's logs ^o)??? Even so, the fact remains that doing what I suggest is the easiest, simplest, fastest and most convenient way.

This post was edited on 11-29-2005 at 04:05 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-29-2005 03:45 PM
Profile PM Find Quote Report
christof
New Member
*


Posts: 3
Joined: Nov 2005
O.P. RE: Double log
Which is the source code and or this to you it for logger finds the messages?

Thank you in advance
11-30-2005 09:11 PM
Profile E-Mail PM Find Quote Report
« 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