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

Search Results
Subject Author Forum Time
RE: [Release] Winamp Media v1.4
I'm not entirely sure what the cause is, but I think that the following update might fix it for you guys. (Another screenshot would be good. (Y)) This seems like quite a big problem, so I will probably recode the script when I get time (I've got ex...
phalanxiiScripting11-04-2006 at 01:56 AM
RE: [Release] Winamp Media v1.4
That's really strange... When you reinstalled the script, did you remove previous versions first? Also, it would be really helpful if you could upload a file for me. First go to where Messenger Plus! Live is installed (ie. [i]C:\Program Files\Mess...
phalanxiiScripting11-03-2006 at 05:08 AM
RE: [Release] Winamp Media v1.4
Just to help both of you in one post, here's some screenshots of the configuration in v1.4: [img]http://img100.imageshack.us/img100/7999/wm1ip 9.png[/img] [img]http://img157.imageshack.us/img157/6802/wm2wj 9.png[/img] @ChromeX: Check if the "Reve...
phalanxiiScripting11-02-2006 at 08:03 AM
RE: [Release] Winamp Media v1.4
Could you perhaps explain that again? I don't quite understand what you mean... :S If all you want is the default display format of [u][i]Title - Artist[/i][/u], then select "Default". If you want it reversed like [u][i]Artist - Title[/i][/u], the...
phalanxiiScripting11-01-2006 at 05:47 AM
RE: "What Im Listening To" Script to add album title
If you use Winamp, my [url=http://shoutbox.menthix.net/showthread.php?ti d=66212]Winamp Media[/url] script will update your "What I'm Listening To" with a customizable format using title, artist, album, year, genre and track number. You can also ju...
phalanxiiScripting10-28-2006 at 07:26 AM
RE: correction please
Heh, well the scripting documentation doesn't really explain the scripting language, but rather the Messenger Plus! functions and properties. If you want a better explanation of the commands in JScript, try using the [url=http://msdn.microsoft.com/l...
phalanxiiScripting10-25-2006 at 08:10 AM
RE: correction please
Not quite, you see, once the [i]return[/i] statement is parsed, your function stops running. So basically, you will want to edit Plan-1130's code. This is my version with a few fixes:[code]var Status = false; function OnEvent_ChatWndSendMessage(Chat...
phalanxiiScripting10-25-2006 at 08:01 AM
RE: correction please
I don't want to sound critical or anything, but I personally think Plan-1130's code is slightly better than markee's. *-) First of all, in markee's code, [i]i[/i] does not need to be a global variable (defined outside the function), because it is...
phalanxiiScripting10-25-2006 at 07:01 AM
RE: [need help] How do i make a splash with XML engine?
Perhaps check:[code]<Window Id=[color=red]"abt"[/color] Version="1">[/code]and[code]var WndAbt = MsgPlus.CreateWnd("splash.xml", [color=red]"Abt"[/color]);[/code]Not sure if case-sensitivity matters, but I would assume so.
phalanxiiScripting10-24-2006 at 10:44 AM
RE: [Release] Calculator (v1.20.011)
Blah, these were driving me a little mad... *-) 1. The F5 calculate works even if it is disabled. (Not that I don't use it :D) 2. Inverse trigonometry functions don't work. (Debug says "! Out of stack space") Fixed this one by removing this line ...
phalanxiiScripting10-05-2006 at 10:27 AM
RE: [Release] Email tooltip
A pretty minor thing, but I noticed that if you change your status to the same as your current status, your tooltip resets to its default. This happens to both -dt-'s new script, and Cookie's script. Any way to get around this?
phalanxiiScripting10-04-2006 at 09:08 AM
RE: [Release] Calculator (v1.20.011)
Sweet pre-release! This (like all your other work) is very professional, Mattike! (Y)(Y) [hr] In the QC, I can't quite use the letters (A-F) for hex, because the calculator doesn't parse them. Also, it might be better to convert expressions before ...
phalanxiiScripting10-01-2006 at 12:32 AM
RE: [Release] Calculator (v1.20.011)
Wow, Mattike, that GUI is looking really awesome! Might I also suggest that you add in degrees, radians and grads in the preferences? Other than that, the script looks really nice. :) (The F5 was my idea!! :P) PS. I also have a calculator button on m...
phalanxiiScripting09-30-2006 at 12:39 AM
RE: [request]icon hider
Well, CookieRevised has already created a script to [url=http://shoutbox.menthix.net/showthread.php?ti d=61971&pid=712902#pid712902]hide your system tray icon[/url]. As for Ctrl+H, you can either use Messenger Lock, or use some other means of catching...
phalanxiiScripting09-30-2006 at 12:29 AM
RE: [Release] Timezone v1.01.024
I think that was always his intention, though he had a few bugs which prevented it from working properly. These bugs have been fixed in his latest version (v1.01.24) though, which works exactly like you suggested (dots and commas as decimal numbers, ...
phalanxiiScripting09-26-2006 at 08:13 AM
RE: [Release] Winamp Media v1.4
Yes, that would have to be because of the filter in Winamp Media. However, if you tagged your music properly, I'm not sure how the script could have pruned your bracketed words. The script only applies its filter if it is unable to retrieve meta inf...
phalanxiiScripting09-26-2006 at 02:03 AM
RE: [Release] Timezone v1.01.024
Well, for me, "-0,5" works as it always has and takes off 30min. "-00.30" takes off 6min and "-00:30" does the same. Also, on an unrelated note, I used to have the auto-update bug and it turned out to be because your earliest version of the scr...
phalanxiiScripting09-25-2006 at 12:10 PM
RE: [Release] Timezone v1.01.024
I'm not sure if this is correct, but the problem seems to be:[code]if(GMTs.indexOf([color=red]","[/color]) != -1) { var GMT = 1 * GMTs.replace(",", ".") }[/code]If you try setting the GMT like "1,5" it acts the same as if it is "1.5", s...
phalanxiiScripting09-25-2006 at 11:51 AM
RE: [Release] Dencryptor v1.60
This is quite a major update (v1.50). The first post has most of the details. (THERE'S A NIFTY CONFIGURATION WINDOW!! :D) However, I thought I might just clarify the use of AutoKey. To use AutoKey, you need to select the contacts that you wish to en...
phalanxiiScripting09-24-2006 at 11:54 AM
RE: [Release] Dencryptor v1.60
Yes, that is quite a good idea. I'll definitely put that in (although how will it work with F3 and F4?). :) Just if you wanted to know, the length of the encryption is the block size times the original length plus one. (Y) EDIT: Having trouble putti...
phalanxiiScripting09-24-2006 at 01:29 AM
RE: [Release] Dencryptor v1.60
Yes, that's how it works, with a per user key. The way it works is that you and your contact will be talking using the same key. The problem is, your contact will somehow need to find out what key you are using in order to talk to you, which makes i...
phalanxiiScripting09-23-2006 at 12:12 PM
RE: [Release] Dencryptor v1.60
Rofl, personally, even if I knew how to, I wouldn't be bothered doing something like that just to read someone's encrypted 10 letter message. :)
phalanxiiScripting09-23-2006 at 11:13 AM
RE: [Release] Dencryptor v1.60
I never saved my original AutoDecrypt function because it never worked, but I recreated this one, which should be the same. (Note: This is for the normal encryption, without ASCII characters.)[code]function OnEvent_ChatWndReceiveMessage(ChatWnd, Orig...
phalanxiiScripting09-23-2006 at 11:05 AM
RE: [Release] Dencryptor v1.60
Yes, I had that in mind, but for some reason, the [i]OnEvent_ChatWndReceiveMessage[/i] wasn't working for me and it wouldn't show the text that I replaced it with. :@ I even tried replacing the received messages with "abc", and it still wouldn't...
phalanxiiScripting09-23-2006 at 09:25 AM
RE: Restart script through code
Couldn't you just clear all the variables (set them to default) then call [i]OnEvent_Initialize[/i]?
phalanxiiScripting09-23-2006 at 09:02 AM
[Hide Excerpts] Pages: (6): « First « 1 2 3 [ 4 ] 5 6 » Last »