Shoutbox

plz....offline and block detect - 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: plz....offline and block detect (/showthread.php?tid=90846)

plz....offline and block detect by safa on 05-30-2009 at 08:16 PM

hi everyone,

i want pro or script or anything to detect offline and block users in msg 9

plllllllllllllllllz ..........help me :(


RE: plz....offline and block detect by MeEtc on 05-30-2009 at 08:32 PM

Block checkers DO NOT work

Go read.


RE: plz....offline and block detect by James Potter on 05-31-2009 at 05:37 AM

I would like to add to MeEtc's post that this subject is not to ive help with. It is not like "safa" is having a problem detecting who is blocking him, or who is appearing offline.

Block checkers do NOT work, as MeEtc and a whole lot stated several times before, however, there is a possibility to detect appearing offline contacts, but it isn't that much efficient. This "feature" is available in MessengerDiscovery 2.0. :)


RE: plz....offline and block detect by Spunky on 06-01-2009 at 11:58 PM

quote:
Originally posted by James Potter
however, there is a possibility to detect appearing offline contacts, but it isn't that much efficient. This "feature" is available in MessengerDiscovery 2.0.

Not in the new protocol version that was released with WLM 14 as all actions seem to be sent to a server to be broadcast now, rather than intermittently sent to your contacts. That's what I gathered from it last time I checked, else I would have this running already. My old script stopped working when I updated and I think this is why.
RE: plz....offline and block detect by wincy on 06-02-2009 at 02:35 PM

And what about something like the function to check if a user still has you in his contact list or has deleted you (like in MsgPlus' Contact List Clean-up)? It is possible to do that with a script?


RE: plz....offline and block detect by MeEtc on 06-02-2009 at 04:28 PM

You don't need a script to do that. Just look at it in the list clean up.


RE: plz....offline and block detect by wincy on 06-02-2009 at 08:01 PM

quote:
Originally posted by MeEtc
You don't need a script to do that. Just look at it in the list clean up.
I know that :P i was just wondering if it could be possible to implement that MsgPlus' function in a script that (for example) advise user: "XXX has deleted you"
RE: plz....offline and block detect by MeEtc on 06-02-2009 at 08:48 PM

Oh, no I do not believe so, afaik that list of contacts who have you is only updated once when you sign in. You wouldn't get notifications in the middle of a session. Also scrips cannot access that information. Even if they did, the script would have to iterate over each contact in your list on a cycle. Do this often enough, and you could potentially get a performance decrease.

In short, not possible to the best of my knowledge


RE: RE: plz....offline and block detect by wincy on 06-03-2009 at 02:41 PM

quote:
Originally posted by MeEtc
Also scrips cannot access that information.

That's what i wanted to know, thanks :)
I was thinking about a cycle that iterates over each contact only when you open a script window which contains a lot of useful information (or statistics) about your contact list.