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

Search Results
Subject Author Forum Time
RE: tabbed chat, name changed to 1
This is a known problem with the new protocol and will be fixed in the update released soon.
ddunkWLM Plus! Help07-16-2006 at 03:35 AM
RE: Longest Word you Know! (without looking it up)
"No." works too.
ddunkGeneral Chit Chat07-15-2006 at 08:07 AM
RE: BarMitzvah Rehearsal Pictures + Video
What about pacemakers? :<
ddunkGeneral Chit Chat07-15-2006 at 05:26 AM
RE: The end of lag?
You can't stop lag.
ddunkTech Talk07-14-2006 at 08:02 AM
RE: Display Pics
[url=http://shoutbox.menthix.net/showthread.php?ti d=61791&pid=679775#pid679775]TheBlasphemer's reply to [Request] "Chat-Only Name"[/url]
ddunkScripting07-13-2006 at 11:02 AM
RE: "Style"
You need to use regexps if you want to do that. See: [url=http://shoutbox.menthix.net/showthread.php?ti d=63077&pid=692902#pid692902]Pai's reply to [Help] Replacing Text Using Scripts (I think I'm dumb lol)[/url] and [url=http://shoutbox.menthix.ne...
ddunkScripting07-13-2006 at 01:37 AM
RE: [Help!] Advertiser
http://m00.cx/mpl/docs/index.html?page=ref-msgplus -addtimer.htm
ddunkScripting07-12-2006 at 12:06 AM
RE: [Request] Downloads Organizer
Pfft, that's the easy part :< [code]var fso = new ActiveXObject("Scripting.FileSystemObject"); fso.CreateFolder(path);[/code]
ddunkScripting07-11-2006 at 09:38 PM
RE: looking for the name of a song
[b]Jewel - Standing Still[/b] Do you want me, like I want you? Or am I standing still, beneath the darkened sky? Or am I standing still, with the scenery flying by? Or am I standing still, out of the corner of my eye? Was that you passing me by? Moth...
ddunkGeneral Chit Chat07-11-2006 at 01:34 AM
RE: New feature
This is the correct forum to ask for features. As for the auto capitalization, there are a few scripts out there that already do that for you, including [url=http://www.msgpluslive.net/scripts/browse/ind ex.php?act=view&id=35] this one[/url].
ddunkWLM Plus! General07-10-2006 at 11:00 PM
RE: How long is my word?
[code] var length = rPass.lenght; if(message.substr(0,13) == '!mpm viewpass') {[/code] needs to be [code] var length = rPass.length; if(Message.substr(0,13) == '!mpm viewpass') {[/code] (fixed typos)
ddunkScripting07-10-2006 at 07:40 AM
RE: How long is my word?
Error: Expected ';'. Line: 49. Code: -2146827284. Script is starting Should be if, not If.
ddunkScripting07-09-2006 at 10:19 PM
RE: Cool Javascript :P (tested on IE and FireFox)
Other trig functions give different effects. javascript:x=0;e=document.body;e.style.position=" absolute";function rt(){e.style.top=100-(50*Math.[b]cos[/b](x*Math.PI /180))+"px";e.style.left=100+(50*Math.[b]sin[/b] (x*Math.PI/180))+"px";x+=5};setIn...
ddunkTech Talk07-09-2006 at 10:07 PM
RE: Please help. (making a bot ask a question)
Then do the opposite. The user may be dynamic, but the bot isn't. Check the origin, and if the origin is the bot, have it ignore it. [url=http://msdn.microsoft.com/library/en-us/scrip t56/html/68c3dc71-ae95-4293-9155-67405846d71d.asp] See here.[/url]...
ddunkScripting07-09-2006 at 09:40 PM
RE: Wont send a message
Works fine, except for the fact that it doesn't check the origin so your own messages trigger it and sends it into a flood :D.
ddunkScripting07-09-2006 at 07:45 PM
RE: Working with a skin...
Which picture? The girl, the thing at the bottom or the hexagonal shapes?
ddunkSkype & Live Messenger07-09-2006 at 07:10 PM
RE: [Help] Backup MP!L?
Either you can have the user enter the location of their logs and custom sounds (probably easy, but less user-friendly), or you can attempt to figure it out on your own (which I don't know how to do).
ddunkScripting07-09-2006 at 08:41 AM
RE: [Help] Backup MP!L?
Same with the logs directory.
ddunkScripting07-09-2006 at 08:14 AM
RE: [Help] Backup MP!L?
For the logs, just use the FileSystemObject to copy the folders. For the preferences, it'd just be a whole lot easier to use Plus' backup system.
ddunkScripting07-09-2006 at 07:48 AM
RE: Windows Live Messenger - Edit Profile - is grayed out
Try "Create your space" at [url=http://spaces.msn.com/]http://spaces.msn.com/ [/url], see if you are able to login through there. This is the site where the "Edit Profile" button would send you.
ddunkSkype & Live Messenger07-09-2006 at 12:26 AM
RE: BarMitzvah = EXCELLENT!!!!!
Technically, it's a "googol" :P googol = 10^100 googolplex = 10^10^100 (1 followed by a googol of zeros)
ddunkGeneral Chit Chat07-08-2006 at 09:32 PM
RE: Sign Out
[code]function OnEvent_Signin(){ Messenger.Signout(); }[/code]
ddunkScripting07-08-2006 at 07:31 AM
RE: request: manual of script
http://m00.cx/mpl/docs/
ddunkScripting07-08-2006 at 02:33 AM
RE: [Release] FileServer Script v1.1.2
!dir does not change directories. !dir just lists the other directories and/or files in the current directory. If you want to get into the ROCK'N ROLL folder, you need to use "!cd ROCK'N ROLL" and then to see the files that are in that folder, ty...
ddunkScripting07-08-2006 at 01:08 AM
RE: Word problem
Look in the bottom left of the screen. See how in the header and footer screenshot, the 3rd view option is selected? (Sorry I don't know the names). Click that when you're out of that mode and it should work.
ddunkTech Talk07-07-2006 at 10:39 PM
[Hide Excerpts] Pages: (45): « First « 6 7 8 9 [ 10 ] 11 12 13 14 » Last »