What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Beta-Release] Auto Block

Pages: (2): « First « 1 [ 2 ] Last »
[Beta-Release] Auto Block
Author: Message:
for3v3rforgott3n
New Member
*


Posts: 9
Joined: Mar 2009
RE: [Beta-Release] Auto Block
So since it's not for WLM 2009, would anyone mind tipping me off on exactly to make it work?
I've attempted putting an email into the list file and going into busy, but nothing happens.
Also, looking at the script, it seems as if some kind of window is supposed to be able to be accessed somehow and allow you to add emails by that list? I can't exactly explain fully which files are giving me this thought as I don't have access to my main comp right now but it would be great if someone could tip me off or something =) thanks a lot
[Image: Sigcopywithfor3v3rforgott3n.jpg]
03-18-2009 05:08 AM
Profile E-Mail PM Find Quote Report
andrewdodd13
Senior Member
****

Avatar
Oh so retro

Posts: 870
Reputation: 16
34 / Male / Flag
Joined: Jan 2005
O.P. RE: RE: [Beta-Release] Auto Block
quote:
Originally posted by for3v3rforgott3n
So since it's not for WLM 2009, would anyone mind tipping me off on exactly to make it work?
I've attempted putting an email into the list file and going into busy, but nothing happens.
Also, looking at the script, it seems as if some kind of window is supposed to be able to be accessed somehow and allow you to add emails by that list? I can't exactly explain fully which files are giving me this thought as I don't have access to my main comp right now but it would be great if someone could tip me off or something =) thanks a lot
I'm not sure what the state of this script is. I'm sure I coded it for 4.23, dunno what rofl done it in.

I had a development version I was working on for a while, but it's most certainly been lost to OS reinstall, PC upgrade, etc.

Although truthfully, I can't see what would stop it working, outside of buggy code...

Edit-re the above: Version 0.7 works for me in WLM 9 Release (8064.206). Version 0.9 by roflmao456 is an extremely cut down version, albeit with better - but much terser - code, which could almost be considered a fork as it has no GUI or anything.

This post was edited on 03-18-2009 at 07:27 PM by andrewdodd13.
[Image: AndrewsStyle.png]
03-18-2009 07:20 PM
Profile E-Mail PM Web Find Quote Report
for3v3rforgott3n
New Member
*


Posts: 9
Joined: Mar 2009
RE: [Beta-Release] Auto Block
so it won't work on my 8.5? Damn...=(
[Image: Sigcopywithfor3v3rforgott3n.jpg]
03-18-2009 10:00 PM
Profile E-Mail PM Find Quote Report
andrewdodd13
Senior Member
****

Avatar
Oh so retro

Posts: 870
Reputation: 16
34 / Male / Flag
Joined: Jan 2005
O.P. RE: [Beta-Release] Auto Block
There's no code specific to WLM 9 in the script, as far as I can see. It should work just fine...
[Image: AndrewsStyle.png]
03-19-2009 12:42 AM
Profile E-Mail PM Web Find Quote Report
regissk
New Member
*


Posts: 1
Joined: Nov 2009
RE: RE: [Beta-Release] Auto Block
quote:
Originally posted by andrewdodd13
There's no code specific to WLM 9 in the script, as far as I can see. It should work just fine...


Hi, i added the email in list, it is working perfectly. But when i signout or close msn, the email will still be blocked.

I could check it because when i sign in again, i saw the email blocked.

How can i fix it please? you can send just the script code to add?
because i dont want lose the offline messages from emails that still blocked, even when i offline.
11-13-2009 07:37 AM
Profile E-Mail PM Find Quote Report
andrewdodd13
Senior Member
****

Avatar
Oh so retro

Posts: 870
Reputation: 16
34 / Male / Flag
Joined: Jan 2005
O.P. RE: [Beta-Release] Auto Block
code:
function OnEvent_Signout(Email)
{
        for(var i = 0; i < bla.length; i++)
        {
            if(bla_pre[i] == false)
            {
                var enContact = Contacts.GetContact(bla[i]);
                enContact.Blocked = false;
            }
            else if(bOverride == true)
            {
                var enContact = Contacts.GetContact(bla[i]);
                enContact.Blocked = false;
            }
        }       
}
Not tested, I'm not running MP!L at the moment (just rebuilt PC software again).
[Image: AndrewsStyle.png]
11-13-2009 09:58 AM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First « 1 [ 2 ] 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