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

Search Results
Subject Author Forum Time
RE: Reminder
Oh right, type mismatch.. AddTimer doesn't seem to accept ChatWnds.. corrected code above.
roflmao456Scripting12-17-2008 at 11:02 PM
RE: Reminder
Not too sure what you mean, but: If you wanted to alert your client when the reminder timer activates, you can try using ChatWnd.SendMessage. [size=1]example:[/size] [code=jscript]var chatwnds=[]; function OnEvent_Timer(TimerId){ chatwnds[TimerId...
roflmao456Scripting12-17-2008 at 10:13 PM
RE: Need to claim money back with PayPal
apparently his PayPal Buy Now buttons link to "luissalespaypal.co.uk" and just simply contains an iframe of habboukshops.110mb.com [b]edit:[/b] it sends POST information to: habboukshops.110mb.com/paypal.php if you purchased right from there, you s...
roflmao456General Chit Chat12-17-2008 at 10:01 PM
RE: [Beta-Release] Auto Block
I have edited this script.. thanks to whoever bumped it up lol. This should make development easier. Auto-Block v0.9 beta includes: - Basic features: Block whoever's email is on autoblock.lst. No GUI or anything; just edit autoblock.lst.
roflmao456Scripting12-14-2008 at 02:19 AM
RE: [Release] Oil Slick 1.02
sure :P i don't mind nice mods you made to it (Y)
roflmao456Skinning12-13-2008 at 12:05 AM
RE: Script Help!
check if [i]sOrigin[/i] doesn't equal your display name :P
roflmao456Scripting12-11-2008 at 09:20 PM
RE: Scripts wont work :(??
hmm. could you enable Script Debugging and then post here the debug text? also your Messenger version and Plus! version.
roflmao456WLM Plus! Help12-11-2008 at 02:16 AM
RE: Scripts wont work :(??
what script are you trying to install? i will check to see if i can install it.
roflmao456WLM Plus! Help12-11-2008 at 01:57 AM
RE: Scripts wont work :(??
oh i forgot to mention that it was for xp, sorry. did you try #4 ?
roflmao456WLM Plus! Help12-11-2008 at 01:45 AM
RE: Answering code (kinda, I suck at titles)
Try looking at the ActiveX: Microsoft.XMLDOM
roflmao456Scripting12-10-2008 at 09:25 PM
RE: block popups or ads
Never heard of popups on messenger other than the Today popup which can be disabled in the Options window. Ads can be taken out by using a patch (Mess patch, a-patch), or by using a Skin which has a secret option to do it.
roflmao456Skype & Live Messenger12-10-2008 at 03:39 AM
RE: Scripts wont work :(??
1.Make sure that you downloaded the scripts from the official database: http://msgpluslive.net/scripts 2.Install the latest Windows Script (5.7) 3.Try again and see what happens 4.If still not working, disable your internet security program and try a...
roflmao456WLM Plus! Help12-10-2008 at 03:34 AM
RE: [?] Playing with the Google Data (YouTube) API...
yay for felipe (Y):P figured it out from there :)
roflmao456Scripting12-08-2008 at 01:23 AM
RE: [?] Playing with the Google Data (YouTube) API...
[code=jscript]function GetContents(url){ var xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); xmlhttp.open("GET",url,0); xmlhttp.send(); return xmlhttp.responseText; }[/code] it works perfectly.
roflmao456Scripting12-06-2008 at 08:45 PM
RE: [?] Playing with the Google Data (YouTube) API...
i already tried putting a ;.. no difference :(
roflmao456Scripting12-06-2008 at 04:37 AM
[?] Playing with the Google Data (YouTube) API...
Could anyone help me with this? I seem to be getting "Expected ';'" errors.. [code=jscript] function YouTube_Search(Keyword,sIndex,Length,option){ var result={keyword:Keyword,VideoInfo:[],start:sIndex, end:0,total:-1}; result.start=(((result.sta...
roflmao456Scripting12-06-2008 at 03:16 AM
RE: Creating a text file
You can try using the FileSystem Object (function OpenTextFile or CreateTextFile). example: [code=jscript]var fso = new ActiveXObject("Scripting.FileSystemObject"); fso.OpenTextFile("c:\test.txt" /*filename*/,2 /*mode;1=reading;2=writing;8=appen...
roflmao456Scripting12-04-2008 at 09:11 PM
RE: What do you use Plus! for?
scripting and colours :P
roflmao456WLM Plus! General12-04-2008 at 02:41 AM
RE: account name in taskbar (msn polygamy)
you can try out the "SetWindowText" user32 function. [code=jscript]Interop.Call("user32","SetWindowT extW",hWnd,"new window title");[/code] example: [code=jscript]function OnEvent_ChatWndCreated(ChatWnd){ var contact; for(e=new Enumerator(Chat...
roflmao456Scripting11-28-2008 at 10:32 PM
RE: messenger music 1.6
Messenger Music 1.6 is discontinued (said Dennis Mike;creator) I have my own script called "[url=http://www.msgpluslive.net/scripts/view/272 -WLMini-Music-Player/]WLMini Music Player[/url]" which I still am currently developing.
roflmao456Plug-Ins11-27-2008 at 04:23 AM
RE: [Update] X360+ 2.2.5
nice, Xniff wasn't working for my wireless so il give this a try(Y)
roflmao456Scripting11-24-2008 at 09:28 PM
[342] Delete option works....
.. on people that you don't have. [img]http://shoutbox.menthix.net/attachment.php?pi d=938280[/img] Windows XP Service Pack 3 (5.1.2600) Windows Live Messenger 14.0.0908 Messenger Plus! Live 4.79.0.342
roflmao456WLM Plus! Bug Reports11-22-2008 at 07:48 PM
RE: [Updated] WLM Information 1.21.
lol i coded this [originally]..:P
roflmao456Scripting11-22-2008 at 06:16 PM
RE: Suggestion
5 *different* custom emoticons :P
roflmao456WLM Plus! General11-22-2008 at 03:36 AM
RE: Move a piece of chat wnd
[quote=roflmao456]920 definition code: <ExpandoH clipperid=atom(ParticipantArea) id=atom(youmearea) layout=borderlayout() layoutpos=left selected=true> it should work ;p[/quote]
roflmao456Skinning11-20-2008 at 10:59 PM
[Hide Excerpts] Pages: (39): « First « 3 4 5 6 [ 7 ] 8 9 10 11 » Last »