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

Search Results
Subject Author Forum Time
RE: Skinning Contest - Here are the winners!
i never got mines yet :( but the email said by the end of next (this) week so il check the mail today later this evening :P [hr] :) http://shoutbox.menthix.net/showthread.php?tid=865 52
roflmao456Announcements & News10-10-2008 at 12:17 PM
RE: Who Can Make Me ...
/me bumps in.. /me looks at regexp [code=jscript]function OnEvent_ChatWndSendMessage(ChatWnd, Message){ return Message.replace(/\b(\w)/g, function($1){return $1.toUpperCase()}); }[/code] /me runs :P [size=1]although, it breaks the ^o) emoticon so...
roflmao456Scripting10-09-2008 at 09:52 PM
RE: WLM2009 crash
:P
roflmao456Skype & Live Messenger10-08-2008 at 07:53 PM
RE: Won't display toasts
to iterate through a Contacts object, first you must start a for statement: [code]for([/code] then, add the enumerator object as a variable (and the parameters as the Contacts object): [code]var e = new Enumerator(ChatWnd.Contacts);[/code] loop throu...
roflmao456Scripting10-06-2008 at 07:54 PM
RE: [Request] Script that won't let me write "short-tempered" messages :)
i just tested it and it works just fine after you receive a message as you described :P if you want you could post a debug output here if you mean to send/receive all, replace this line of code [code]if(Origin !== Messenger.MyName){[/code] with [cod...
roflmao456Scripting10-06-2008 at 12:05 PM
RE: [Request] Script that won't let me write "short-tempered" messages :)
this should work :P (don't have the time to test) [code]var delay = 2500; // in milliseconds. 1000 = 1 second var delayedchats = new Array(); function OnEvent_ChatWndSendMessage(ChatWnd, Message){ return delayedchats[ChatWnd.handle] ? "" : Message...
roflmao456Scripting10-05-2008 at 11:47 PM
RE: CMS reccomendations
[url=http://cutephp.com]cutenews :P[/url]
roflmao456Tech Talk10-04-2008 at 03:47 AM
RE: Credit Card Warning
what i do is just open and close conversations until it's gone :P
roflmao456Skype & Live Messenger10-03-2008 at 10:48 PM
RE: This is ugly, please change it
i first thought WDZ upgraded the forums :P
roflmao456Forum & Website09-30-2008 at 10:09 PM
RE: Help me win!
fraser unimail lolz.
roflmao456Tech Talk09-29-2008 at 12:41 AM
RE: Do you hate the new Facebook layout??
(Y). new one is better for my screen :) the old one is squished into like 600px width + apps all over the profiles ;/
roflmao456General Chit Chat09-28-2008 at 05:23 PM
RE: [Release] Windows Live Messenger 2009
will do ;)
roflmao456Skinning09-27-2008 at 06:31 PM

:P
roflmao456Poll Center09-27-2008 at 04:29 AM
RE: [Release] Windows Live Messenger 2009
sure, il add that in the next update :)
roflmao456Skinning09-27-2008 at 03:28 AM
RE: Skinning Contest - Here are the winners!
yay :D
roflmao456Announcements & News09-26-2008 at 08:13 PM
RE: Contest winners announced!
i thought "shouldn't it be in the announcements forum" before i clicked :P
roflmao456Skinning09-26-2008 at 11:42 AM
RE: Confused by the documentation... bear with me.
it is correct. Events Reference > Messenger Plus! Events > OnGetScriptCommands ;)
roflmao456Scripting09-24-2008 at 08:44 PM
RE: If statements and editing a script
shortened: [code]function OnEvent_ChatWndSendMessage(ChatWnd, Message){ if(/[a-z\d]$/i.test(Message)) Message += "."; return Message.charAt(0).toUpperCase() + Message.substr(1); }[/code] ;)
roflmao456Scripting09-24-2008 at 07:55 PM
RE: If statements and editing a script
the code above should fix that. [code]function OnEvent_ChatWndSendMessage(ChatWnd, Message){ if(startsWithAlpha(message)){ Message = "$" + Message.substr(1); } } /*If I send 'LOL', it will output as '$OL'*/[/code]
roflmao456Scripting09-24-2008 at 12:13 AM
RE: Site Redesigned, need your opinions again <3
you forgot to thank me for criticism and making your site XHTML/CSS valid before you added the content :tongue:
roflmao456Tech Talk09-21-2008 at 06:10 PM
RE: [Request] a script that will change your PSM from a text file for each new line
updated and works now :)
roflmao456Scripting09-19-2008 at 12:19 PM
[?] Remove the vertical scrollbar from the BrowserControl
it seems to appear no matter how small the page is :\ there's no attribute for it and i can't seem to use css:"overflow:hidden;"..
roflmao456Scripting09-19-2008 at 02:50 AM
RE: [Request] a script that will change your PSM from a text file for each new line
this should work: [code]/* Create file 'psm.txt'.. add some lines of text.. */ var psm, count=0; function OnEvent_Timer(TimerId){ if(Messenger.MyStatus > 0 && Messenger.MyEmail === "abc@zcx.com"){ if(count == psm.length) count=0; Messenger.MyPers...
roflmao456Scripting09-19-2008 at 02:40 AM
Favourite Soda/Pop/Soft drinks
:D - Ginger ale - Sprite - Pepsi/Coke - Fanta
roflmao456Poll Center09-18-2008 at 10:12 PM
RE: Windows Live Messneger 9.0: New Beta
still using UI files, in fact i have extracted all of them :P
roflmao456Skype & Live Messenger09-18-2008 at 02:32 AM
[Hide Excerpts] Pages: (39): « First « 5 6 7 8 [ 9 ] 10 11 12 13 » Last »