Search Results |
Subject |
Author |
Forum |
Time |
RE: New way to find out who blocked you As usual: [u]It will not work...[/u] There are contacts of which you do not have access to view their profile. Other contacts might just be offline, etc... In all these cases you could see the exact same thing as what you showed in your screenshot as... | CookieRevised | Skype & Live Messenger | 06-21-2008 at 05:23 PM |
New way to find out who blocked you Hey i found a trick on a website that more or less tells you if someone blocks you... its not a block checker program or something...to find out if a person blocked you.. just see the profile of that person and go to profile details..it normally show... | ^_^ | Skype & Live Messenger | 06-21-2008 at 04:23 PM |
RE: Log in error code 80048820 extended error code 80048401 absolutely. Messenger needs access to several (Microsoft) domains. The trojan probably blocked several things. Removing a virus or trojan quite often does not repair what it had done (common misconception). Before trying to solve any Messenger proble... | CookieRevised | Skype & Live Messenger | 06-20-2008 at 03:11 AM |
RE: Website links to leaked version of WLM 9 Those ads link to http://[b]removed[/b]/. The URL is probably customized per region. Goofull is know to sell freeware downloads, pay per SMS. They are selling Messenger Plus! downloads too :(. True. You can, however, block individual domains from bei... | Menthix | Forum & Website | 06-03-2008 at 05:23 PM |
Removing contacts... Under 'Preferences' > 'Privacy'> I have contacts in my 'block list' that I want to remove - not for any particular reason as they are 'blocked' so cannot see me or message me... I just like to keep things tidy! How do I remove them? I'm on a... | lk66 | Skype & Live Messenger | 05-24-2008 at 05:29 PM |
RE: WLMail disables WLMessenger's new e-mail alerts, how to tweak? Well, I'm now thinking that WLMail alerts WLMe, then both say I've got new mail at the same time. | blessedguy | Skype & Live Messenger | 05-18-2008 at 04:29 PM |
RE: SOMEBODY SMART PLEASE HELP ME!!! [b]Sticky:[/b] [url=http://shoutbox.menthix.net/showthread.php?ti d=61211]Read first! Messenger Plus! Live FAQ[/url] Please Search before posting, and only post once. | NiteMare | WLM Plus! Help | 05-17-2008 at 06:21 AM |
RE: Need help with a script Some important remarks about stuff like:[code]Messenger.OpenChat(Email).SendMessage( "something");[/code]Better never use that. [u]Before sending a message you should always check if you actually can send a message[/u] (and if that conversation wind... | CookieRevised | Scripting | 05-12-2008 at 07:39 PM |
RE: Microsoft blocks youtube links? This shows to me that this isn't about "competition", but all about security. Like I said above, googlepages.com are websites from individuals which could contain malicious programs for people to download. Google.com is just a search engine and th... | CookieRevised | Skype & Live Messenger | 05-12-2008 at 07:21 PM |
RE: Microsoft blocks youtube links? Yeah... I know... (I think they haven't read any of our feedbacks these days) [remembergint that they also blocked deviantart.com :@ ] | blessedguy | Skype & Live Messenger | 05-11-2008 at 08:50 PM |
RE: Microsoft blocks youtube links? I contacted Windows Live support about the blocked site, they replied, here's a bit of the response: Hopefully its resolved soon then. | user35870 | Skype & Live Messenger | 05-10-2008 at 04:30 PM |
RE: Microsoft blocks youtube links? I can still use info domains 8-) If I coudn't, asking people to tell me their thoughts on my website would be a little bit useless :P And I tried a number of items in that blocked items list and they work fine for me... Youtube [i]is[/i] blocked tho... | Aardvark | Skype & Live Messenger | 05-10-2008 at 04:12 PM |
RE: Microsoft blocks youtube links? My previous post got moved to the T&T so I want to give my honest opinion now. I think that Microsoft has gone power hungry. Only security threats should be blocked from spreading over the messenger network. If M$ think they can block you tube links ... | High Speed Chaser | Skype & Live Messenger | 05-10-2008 at 01:52 PM |
problems with adding a contact Hi I have a problem with windows live messenger 2008 and i realy need help with it I deleted a conntact from my list , and a wile later i decided to add it again , and so i did but now i cant se when the conntact is online and theirefor not send mess... | Andree320 | Skype & Live Messenger | 05-09-2008 at 03:19 PM |
RE: location/ source of MP!L settings If you don't want to wait hours for the backup to be saved, if you don't want to waste a lot of megabytes for the backup and don't want to replace stuff in the exported file, and if you wanna play it safe, you can use many free tools to load regis... | CookieRevised | WLM Plus! Help | 05-04-2008 at 02:31 PM |
RE: Unlock Messenger There should be a sticky about accidently locking Messenger. There's just so many threads about it. | Chris4 | WLM Plus! Help | 05-01-2008 at 07:24 PM |
RE: I locked messenger accidentally, can someone help me on how to unlock it? http://shoutbox.menthix.net/basicsearch.php?do=sea rch&sfrm=1&keywords=locked+messenger&username=&fid =&lookin=msg&sort= has many result of which a number are: [quote="MattyRid"]If you locked your Messenger by accident and don't know how to get it b... | MattyRid | WLM Plus! Help | 04-19-2008 at 10:38 PM |
RE: Appearing Offline? (Offline) Messages coming from a blocked contact are stopped probably at servers and aren't delivered to recipients so StuffPlug cannot add this functionality. Also I think blocking contacts must prevent receiving messages from them as well as to be... | ahmetgns | Skype & Live Messenger | 04-19-2008 at 02:59 PM |
RE: Appearing Offline?
| DejaVoo | Skype & Live Messenger | 04-15-2008 at 11:22 PM |
RE: [324] Contact-add window despite Messenger Lock In C, I would use a hook looking for the WM_CREATE message, and then add it to a std::vector (a dynamic array which does all the allocations automatically). And then add each HWND and it's current state (hidden or visible). In the callback I would a... | vikke | WLM Plus! Bug Reports | 04-13-2008 at 09:46 AM |
RE: [324] Contact-add window despite Messenger Lock Well, I guess there is no loop at the moment, like[code]while(Messenger.IsLocked) { FindAllWindowsByProcess(MyProcess); foreach(window in windows) { if(window.visible) HideWindow(window); } waitSmallTime(); }[/code... | mynetx | WLM Plus! Bug Reports | 04-13-2008 at 07:34 AM |
RE: [324] Contact-add window despite Messenger Lock Why not hide [u]all[/u] windows created (even addons) by the Messenger process while locked? And then show them when it gets unlocked? | vikke | WLM Plus! Bug Reports | 04-12-2008 at 03:59 PM |
RE: Messages not being received by or from contacts. Disable scripts (if any) installed in Messenger Plus! Live. Once upon a time, the Live Notifier script blocked my messages too and when I disabled it, all things started to work fine again. | ahmetgns | Skype & Live Messenger | 04-11-2008 at 10:41 PM |
RE: [324] Contact-add window despite Messenger Lock [url=http://shoutbox.menthix.net/showthread.php?ti d=81148&pid=883555#pid883555]Patchou's reply to Contact Invitation when Messenger Locked[/url] | ahmetgns | WLM Plus! Bug Reports | 04-11-2008 at 08:37 PM |
Is it possible that someone connected to my MSN? Today i was connected for the whole day, suddenly a certain person from my list was deleted.. then after i add her once again, she was blocked (not immediately) i know that my X girlfriend has my password but how is it possible to connect to my Mess... | chancho | WLM Plus! Help | 04-06-2008 at 07:48 PM |