What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: [Question] Temporary Ban
well i cant be bothered coding it but for anyone who can heres the easiest way i can think of: 1. Get current unix timestamp ([i]Math.round(new Date().getTime() / 1000)[/i]) 2. Add the specified "block time" to the timestamp 3. Store it somewhere a...
EljayScripting08-19-2006 at 08:22 AM
RE: Plus Mail
It isn't so much that it is too much. It is more that it is quite useless as there are already hundreds of email clients available in all sorts and sizes. Not everything must be integrated into Plus!. Messenger is a chat client, not an OS.
CookieRevisedWLM Plus! General08-16-2006 at 06:26 AM
RE: Help: How to write code that hides system tray icon
yes i have i also disabled the remove tooltip option i think the problem might be in cookies script as matty has the "function OnEvent_MessengerUnlocked(){ RestoreTrayIcon(); }" part. i'm not so sure what cookies script does but i can make out ma...
shrav/oo7`Scripting08-15-2006 at 12:04 PM
RE: Help: How to write code that hides system tray icon
[code]function OnEvent_MessengerLocked(){ RemoveTrayIcon(); } function OnEvent_MessengerUnlocked(){ RestoreTrayIcon(); }[/code] However doing this will cause you not to be able to get out of Messenger Lock unless you have a global shortcut t...
mattyScripting08-15-2006 at 01:18 AM
File Extension Unblocker?
I want to [b]unblock[/b] the file extensions that messenger disallows to open from my trusted contacts. I receive couple of audio and video files. When I click them from messenger window after completion, I get a warning of files being harmful, they ...
hiqbalSkype & Live Messenger08-13-2006 at 03:11 PM
RE: All about messenger in one site
Messenger Plus* [b]M[/b]e[b]S[/b]sen[b]G[/b]er[b]PLUS[/b] (msgplus) for short
StigmataSkype & Live Messenger08-10-2006 at 10:44 AM
RE: Sound-bug
Messenger Plus! (all versions) use libsndfile and the LAME codec to play sound files. If memory serves, libsndfile plays numerous uncompressed formats, and LAME deals with MP3 files. Microsoft has the WMA codec somewhat more locked down in terms of p...
RaceProUKWLM Plus! Bug Reports08-09-2006 at 02:34 PM
[RELEASE] Camelo, a mocker script
[size=4][b]Camelo V1.02.1[/b][/size] [u]Description:[/u] This script will change your Name, PSM, DP and Status when a person changes something... [u]Features:[/u] Enable/Disable script Enable/Disable Name, PSM, DP and Status change individually Enabl...
ShondoitScripting08-08-2006 at 12:04 AM
RE: How many blocked contacts?
Well now I have access to my contact list, 1. Is a friend of one of my ex girlfriends who started being insulting... Blocked. 2. Different ex girlfriend, too painful to talk to her... 3. Bitch from messenger plus irc help who started being nasty afte...
cloudhunterGeneral Chit Chat08-07-2006 at 11:01 PM
RE: How many blocked contacts?
Think the block feature should be removed, just realize that it makes messenger untidy. :lol: I have 28 blocked, only temporary but will be for a pretty long time.:locknana:
lrac522General Chit Chat08-07-2006 at 10:54 PM
RE: MsgLive Plus! Sound Problem - Please Help :'(
note: in Messenger Plus! Live, built-in sounds are also fetched from the server (this was done to minimize the size of the setup). This means that they can be blocked by firewalls too.
PatchouWLM Plus! Help08-07-2006 at 05:36 PM
Event Notification, Logging & Viewer Don't Work
Since I got Plus! Live the event notification, viewer and logging have never worked right. The event viewer and logged xml file only show events involving me (Messenger Plus! Live - Messenger has been locked, Messenger Plus! Live - Messenger has been...
alexp2_adWLM Plus! Bug Reports08-06-2006 at 05:52 PM
[Release] PSM+ 4
Displays many details in your personal message. Version 4 has finally been completed as much as can be done without a wide range of user input, so I'm offering the download :p BETA Testers: 1. duck! 2. Chris4 3. toddy 4. Lukas 5. JimboDude Special W...
SpunkyScripting08-05-2006 at 09:24 PM
RE: Malicious Scripts
don't worry if it happens again i get warnings with all scripts but i just ignore them :)
RikScripting08-04-2006 at 08:39 PM
RE: Malicious Scripts
Thanks, Michaeljavascript:addsmilie('(Y)'); Smilie I did what you suggest. The Display Picture Changer was blocked once again for the Norton Antivirus, but as I know that the Messenger Plus Live Scripts' has no virus or another threat, I authorize...
RuiScripting08-04-2006 at 07:53 PM
RE: Chat window open
hmm did a search for my name this thread appeared :p I thought about doing this with my script whereas i would cycle through open contact windows and unblock them. But rushed it really so i just did it so that the person could just open the contact w...
leachy08Scripting08-02-2006 at 12:29 PM
RE: Help can't unblock a contact!!!q
In Messenger window - Tools > Options > Privacy and move contact from blocked list to allow list [img]http://shoutbox.menthix.net/images/smilies/xs o_cheesy.gif[/img].
FeluSkype & Live Messenger08-02-2006 at 09:46 AM
RE: [Release] Email tooltip
to what? :P and its possible edit: hmm it doesnt seem to be "accepting" the tooltip when its locked :-/
-dt-Scripting07-31-2006 at 12:42 PM
RE: Messenger Lock + Polygamy = Crash
I don't know if this is relevant, but I have auto-sign in enabled for Messenger, so when I run the second copy, it signs in automatically, and that's when the locked Messenger crashes. After a bit more experimenting, I found that this problem ONLY ...
Loser_523WLM Plus! Bug Reports07-29-2006 at 10:17 PM
RE: Selective Talker
Ill post the code here... [code] var blocked = "False"; var BlockedContacts = new Array() function OnEvent_ChatWndCreated(ChatWnd) { var e = new Enumerator(ChatWnd.Contacts); var Contact = e.item(); Contact.Blocked = "False"; } function OnGetS...
IntosiaScripting07-29-2006 at 10:11 AM
RE: Chat window open
Try this code instead, it uses two enumerators to get the current chat windows and to get the contacts in those chats. I think it should work, I havent tested it though I'm sorry. [code]function openedChats() { var ChatWnds = Messenger.CurrentChats...
markeeScripting07-29-2006 at 08:36 AM
RE: Chat window open
Ok... what ive tried doing is this, i would run the for loop which should block every contact. Then i would run [code]function openedChats() { var Windows = Messenger.CurrentChats; var e = new Enumerator(Windows); for(; !e.atEnd(); e.moveNext()) ...
mlevitScripting07-29-2006 at 08:26 AM
RE: Chat window open
There isn't a way to iterate through the opened conversations. Basically what your doing there is blocking every single contact on your list. As well the .Blocked property accepts booleans (true/false) not strings. So it would be [code]var e = new E...
mattyScripting07-29-2006 at 06:03 AM
Chat window open
Hey, Im trying to get something to work here [code]var e = new Enumerator(Messenger.MyContacts); for(; !e.atEnd(); e.moveNext()) { var Contact = e.item(); Contact.Blocked = "True"; } [/code] Thats my code, it just iterates through ...
mlevitScripting07-29-2006 at 05:14 AM
Contact Problems
Hi, i'm encountering problems viewing if my contacts are actually online or offline. Some of my contacts are shown as offline when i know for definate they are online (and yes i'm more than 100% sure they have not blocked me). Sometimes when i'm...
M a t t yWLM Plus! Bug Reports07-26-2006 at 08:07 PM
[Hide Excerpts] Pages: (56): « First « 27 28 29 30 [ 31 ] 32 33 34 35 » Last »