What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST] Received files by user?

[REQUEST] Received files by user?
Author: Message:
AlfmaniaK
Junior Member
**

Avatar
Read these lines

Posts: 18
44 / Male / –
Joined: Dec 2004
O.P. [REQUEST] Received files by user?
I was wondering if it is possible to organize received files by user folders.

In this computer I have multiple users account signed in, and all the files each receive, goes to the same folder. It would be nice if those files could be stored in folders assigned to each user.

I've been looking around and only found some scripts to store the received files by senders.

Can it be done? :$
Cool!
08-16-2008 03:01 AM
Profile E-Mail PM Web Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: [REQUEST] Received files by user?
dempsey was working on something like this but it was unreliable and he also didnt get around to finishing it...
08-16-2008 03:28 AM
Profile PM Find Quote Report
AlfmaniaK
Junior Member
**

Avatar
Read these lines

Posts: 18
44 / Male / –
Joined: Dec 2004
O.P. RE: [REQUEST] Received files by user?
The script, Dempsey, was working on is what I found: a received file organiser by contacts. What I'm asking for is the opposite, a organiser by users, that sign in to messenger in the same computer.

As far as I understood, there was somekind of issue with Xniff (wich should help identify the sender, so it could place the received file in the correct folder ...I guess), however, what I have in mind is something that when some file is received, the script is triggered and place the file in the folder assigned to the user who receives it.
Cool!
08-16-2008 04:34 AM
Profile E-Mail PM Web Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: [REQUEST] Received files by user?
well with dempseys that could be set up...just by making it put all into a folder per user...
08-16-2008 04:40 AM
Profile PM Find Quote Report
AlfmaniaK
Junior Member
**

Avatar
Read these lines

Posts: 18
44 / Male / –
Joined: Dec 2004
O.P. RE: [REQUEST] Received files by user?
Hehehhehe

I guess I'm about to start reading some scripting help!
Cool!
08-16-2008 04:44 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: [REQUEST] Received files by user?
The only thing you need to do, for what you want, is making a script which changes the BINARY registry key:
HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\FtReceiveFolder

This must be done in an OnEvent_Signin() event (or OnEvent_SigninReady()).
and, if you wish, maybe change it back to what it was in an OnEvent_SignOut() event.

Forget about any script which uses Xniff, that isn't needed at all and will only cause errors and crashes (although you wont notice them).

This post was edited on 08-16-2008 at 10:54 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-16-2008 10:52 AM
Profile PM Find Quote Report
AlfmaniaK
Junior Member
**

Avatar
Read these lines

Posts: 18
44 / Male / –
Joined: Dec 2004
O.P. RE: RE: [REQUEST] Received files by user?
quote:
Originally posted by CookieRevised
The only thing you need to do, for what you want, is making a script which changes the BINARY registry key:
HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\FtReceiveFolder



I don't think this is that simple. The event to trigger the changes in registry should be associated to the send file/receive file, so it could identify the user signed in and wich is receiving the file. So that the script can apply the destination folder before the temp file is moved to its final place.

If I use the OnEvent_Signin(), it isn't useful when I have multiple users signed in. As it only change the destination folder for the last user signed in.

Is there any event trigger that notifys when a file transfer is about to start?
Or maybe the solution is, to receive the file into the default folder, and the script just moves it into the final folder assigned to the user which received the file. ^o)
Cool!
08-16-2008 09:44 PM
Profile E-Mail PM Web 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