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
Hehe, one more update (now v1.4). This one is fairly important, as it updates the metadata functions to those in the latest version of -dt-'s "Music now playing", which in my opinion are definitely more efficient than the previous functions. This ...
phalanxiiScripting09-23-2006 at 06:55 AM
RE: [Release] Dencryptor v1.60
Ok, I've updated the script to version 1.20. This version allows you to customize the amount of supported characters in the encryption (using /complex and /size) at the cost of the encryption's length. The new complex character set is more than 5 t...
phalanxiiScripting09-23-2006 at 03:02 AM
[Release] Dencryptor v1.60
[align=center][b][size=1]25 SEPTEMBER 2006[/size][/b] [size=4][b]- DENCRYPTOR -[/b][/size] [b][size=1]VERSION 1.60[/size][/b][/align] [i]Dencryptor[/i] (a mix between "encryptor" and "decryptor") is a script that uses a complex algorithm to encry...
phalanxiiScripting09-21-2006 at 06:23 AM
RE: [?] Pow... err, triggering some function on certain convo events?
Good luck, Mattike! Hope it all goes well. :) @Shondoit - I think I've found a few bug fixes:[code]String.prototype.Calculate = function () { var Infix = this.replace(/\s/[color=red]g[/color], "") var Postfix = Infix.ToPostfix() if (Post...
phalanxiiScripting09-20-2006 at 12:31 AM
RE: [?] Pow... err, triggering some function on certain convo events?
I've updated the functions (I think they are correct now ;)) taking into account what Cookie said. Just to make sure, choose has to use positive integers right? And primes cannot be negative? (You'll have to bare with me, my maths is only middle sc...
phalanxiiScripting09-19-2006 at 12:16 PM
RE: [?] Pow... err, triggering some function on certain convo events?
Oh, cool. Never knew about that :$. Thanks, Cookie! PS. Using Shondoit's way to make functions is much better and easier now... :) EDIT: Here are my new and improved functions. :D[code][noparse]function base (x, fromBase, toBase) { return parseIn...
phalanxiiScripting09-19-2006 at 06:48 AM
RE: [?] Pow... err, triggering some function on certain convo events?
Awesome! This is just what I need. :) For those of you who want it, here's a little code that I made for this:[code][noparse]var Angle = "Radian"; function OnEvent_ChatWndEditKeyDown(ChatWnd, KeyCode, CtrlKeyDown, ShiftKeyDown){ if(KeyCode == 1...
phalanxiiScripting09-18-2006 at 11:15 PM
RE: [?] Pow... err, triggering some function on certain convo events?
Well, I haven't gone through all your code to know if I'm changing the right thing, but for functions, I think you can add [i].toLowerCase()[/i] to [i]Token[/i] in some places so that the code reads:[code]if (typeof(Math[Token.toLowerCase()])=="fu...
phalanxiiScripting09-18-2006 at 08:02 AM
RE: [?] Pow... err, triggering some function on certain convo events?
Changing the subject a little bit, Shondoit's code works really well for me. However, two things: 1. How can I change some of the functions to degrees, not radians? 2. How can I make the functions and properties case-insensitive? I've sort of figur...
phalanxiiScripting09-18-2006 at 03:54 AM
RE: [?] Pow... err, triggering some function on certain convo events?
I'm not 100% sure on this, but you *may* be able to use Pai's [url=http://shoutbox.menthix.net/showthread.php?ti d=64230]Xniff (ActiveX Packet Sniffer)[/url] for this. Personally, I would only use this as a last resort, because it's an extra 500kb ...
phalanxiiScripting09-17-2006 at 10:18 AM
RE: [Release] Winamp Media v1.4
Alright, this is the final update (v1.3) before I submit it to the DB. This basically adds all configurable settings to the configuration window (except the filter). I've also fixed up the priority options so there should be no problems now. If ther...
phalanxiiScripting09-17-2006 at 05:26 AM
RE: {help please} script disable
What is the name of the function(s) in your script? For example, if my script has a function called [i]FindAddress[/i] with parameters [i]First, Second, Offset[/i], it will appear in my script as:[code]function FindAddress(First, Second, Offset) { ...
phalanxiiScripting09-17-2006 at 02:06 AM
RE: {help please} script disable
I'm not the most efficient of programmers, but one way to do it is:[code]var ScriptEnabled = false; function OnEvent_ChatWndSendMessage(ChatWnd, Message) { if(Message == "start!") ScriptEnabled = true; if(Message == "stop!") ScriptEnabled ...
phalanxiiScripting09-17-2006 at 01:55 AM
RE: oversized emoticons?
I'm pretty sure TheBlasphemer said that oversized emoticons are not possible in WLM and therefore wouldn't be in Stuffplug 3. It had something to do with the fact that, even if you sent an oversized emoticon to your contact (who has WLM), his clien...
phalanxiiScripting09-17-2006 at 12:17 AM
RE: [help needed] randomly send a word from a list
It really depends on how you want the script to work. Here are three scripts. Let's say you want it to send a random word when you send a message saying "moo!" (and only "moo!").[code]var RandomWordList = new Array("box", "ship", "letter")...
phalanxiiScripting09-16-2006 at 11:04 PM
RE: [Release] Winamp Media v1.4
Updated to v1.2: [list][*]Added file extension filter (default settings disable video) [*]Fixed priority options [*]Fixed configuration window [/list]I believe that this update basically completes the script. I have no need for further features, but ...
phalanxiiScripting09-16-2006 at 07:45 AM
RE: RegWrite Causing Errors?
Oh crap, that's devious... I just figured it out: 1. Sign in. 2. Open your preferences. 3. Sign out. 4. Change your script preferences... Is that a bug or what? I guess I'll need to fix all my scripts! :S (Sorry everybody, you were all right! :)) E...
phalanxiiScripting09-15-2006 at 10:33 PM
RE: RegWrite Causing Errors?
Yes, true, that theoretically the script is different if [i]!MessengerStart[/i] is used, but practically, there is no difference. Why? Because you can only import/restart/enable a script when a) WLM is open and [b]b) you are signed in[/b]. Therefore,...
phalanxiiScripting09-15-2006 at 10:25 PM
RE: RegWrite Causing Errors?
Ah yeah, sorry about that. I forgot about the status being 0 when you're not signed (so the code isn't executed). What I actually meant was:[code]function OnEvent_Initialize(MessengerStart) { if(!MessengerStart) { OnEvent_SigninReady(Mess...
phalanxiiScripting09-15-2006 at 01:14 PM
RE: [Release] Winamp Media v1.4
Ok, I've made a big update this time. In v1.03, I changed the format tags and refresh delay. Now in v1.1, I've added these new features:[list][*]"None" priority (identical to Windows Media Player priority) [*]Configurable refresh delay in configu...
phalanxiiScripting09-15-2006 at 08:16 AM
RE: RegWrite Causing Errors?
Mattike has got the right idea, but if I'm not mistaken, shouldn't it be:[code]function OnEvent_Initialize(MessengerStart) { if([color=red][b]![/b][/color]MessengerStart && Messenger.MyStatus > 1) { OnEvent_SigninReady(Messenger.MyEmail);...
phalanxiiScripting09-15-2006 at 12:02 AM
RE: [Release] Winamp Media v1.4
For me, Messenger stays at the 50-60mb mark, regardless of whether the script is turned on or not. The only explanation I can give is that, in order for the script to be accurate, it needs to continually check whether Winamp is playing something (a d...
phalanxiiScripting09-14-2006 at 11:44 PM
[Release] Winamp Media v1.4
[align=center][b][size=1]23 SEPTEMBER 2006[/size][/b] [size=4][b]- WINAMP MEDIA -[/b][/size] [b][size=1]VERSION 1.4[/size][/b][/align] [b][color=blue]Heaps of credit to -dt- who created the Winamp object (in his "Music now playing") and the "setNo...
phalanxiiScripting09-14-2006 at 06:40 AM
RE: Scripting API Wishlist
Yes, I would like something like this as well. Perhaps events like:[code][b]OnEvent_EventLogEventAdded[/b]( [string] Origin, [string] Description, [enum] Icon );[/code]and[code][b]OnEvent_ChatLogEventAdded[/b] ( [string] Origin, [s...
phalanxiiScripting09-03-2006 at 03:43 AM
RE: [request]Open IE Explorer in Messenger Plus? Is it posable?
I don't know about an activity table, but you can certainly make a web browser.[code]var Shell = new ActiveXObject("WScript.Shell"); Shell.run("http://www.google.com");[/code][b]OR[ /b][code]var IE = new ActiveXObject("InternetExplorer.Applicati...
phalanxiiScripting09-03-2006 at 02:53 AM
[Hide Excerpts] Pages: (6): « First « 1 2 3 4 [ 5 ] 6 » Last »