Shoutbox

Check incoming files - 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: Check incoming files (/showthread.php?tid=81783)

Check incoming files by wincy on 02-20-2008 at 06:32 PM

Hi!

I was wondering if it's possibile to detect size and/or extension of an incoming file in a messenger conversation.

Otherwhise, is there a way to determine when a file is received (before or after accepting transfert)?
Sorry for my poor english.

Thanks in advance,
Vincent


RE: Check incoming files by RaceProUK on 02-20-2008 at 07:11 PM

I believe extensions are shown if Windows Explorer is set to show them. Also, I thought the size was always displayed?


RE: Check incoming files by wincy on 02-20-2008 at 07:25 PM

Sorry, my question was not so clear.

I was asking if it's possible to display file extension/name/size in a Messenger Plus! live Script window.
I already know functions like:

function OnEvent_ChatWndReceiveMessage()
{   
      // Function Here
}


But is it possible to do something like?: (dummy function)

function OnEvent_ChatWndReceiveFile()
{   
      MsgPlus.DisplayToast("Test","File Size: " + Fsize + "","","Function");
}


RE: Check incoming files by wincy on 02-21-2008 at 02:44 PM

Humm... does anyone know how to help me solving my problem?


RE: Check incoming files by wincy on 02-24-2008 at 10:48 AM

Du de dumm...

Is that function so dummy that no one want talk to me anymore? :P


RE: Check incoming files by Matti on 02-24-2008 at 11:30 AM

Sorry, it's not possible through plain Messenger Plus! Live scripting to detect and receive information from an incoming/outgoing file transfer.

I believe that there was some kind of script in development some time ago (read: ages ago) which seemed to have found a way to detect this, but we've never heard anything about that for a very long time, unfortunately. :(


RE: Check incoming files by wincy on 02-24-2008 at 11:43 AM

Ages ago... So i'm not gonna find it on this forum, i guess...? :S

Well, thanks for reply!


RE: Check incoming files by Matti on 02-24-2008 at 02:50 PM

You will find information about it, but you won't find any released versions or progress updates, unless the creators magically return. :P


RE: Check incoming files by -dt- on 02-24-2008 at 03:26 PM

quote:
Originally posted by Mattike
You will find information about it, but you won't find any released versions or progress updates, unless the creators magically return. [Image: msn_tongue.gif]
it was Dempsey and Eljay working on it afaik
RE: Check incoming files by RaceProUK on 02-24-2008 at 03:38 PM

I do believe so. I seem to remember talking with Dempsey about it on MSN back when it was still MSN.


RE: Check incoming files by wincy on 02-24-2008 at 03:39 PM

Ok, i found an old thread of ages ago... Hope i'll get a reply from Eljay or Dempsey... Thanx for all


RE: Check incoming files by Eljay on 02-24-2008 at 03:40 PM

quote:
Originally posted by -dt-
quote:
Originally posted by Mattike
You will find information about it, but you won't find any released versions or progress updates, unless the creators magically return. [Image: msn_tongue.gif]
it was Dempsey and Eljay working on it afaik

Correct, but we were using Xniff for detecting the file transfers and it's not very reliable so we gave up :P If anyone can create a reliable packet sniffer then I will start working on it again.
RE: Check incoming files by wincy on 02-24-2008 at 03:45 PM

Can i ask why wasn't it reliable? Does it worked?
I just want determine file size and file type.

Do you think i should give up? :( I'm asking to you 'cause you've already tried working with those things... *-)