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

Search Results
Subject Author Forum Time
RE: [Release] Timezone v1.01.024
Thanks heaps, Mattike! Both work exactly like I wanted (I edited the label's width to centre it properly :)).
phalanxiiScripting09-02-2006 at 11:05 AM
RE: [Release] Timezone v1.01.024
Correct me if I'm wrong, but doesn't TabChatAuto just show whether tabbed chats are enabled or not? Either way, I guess the tabbed chats work now so good work. :D Two other things: 1. How do you centre the time in the window? 2. When a chat window ...
phalanxiiScripting09-02-2006 at 10:12 AM
RE: [Release] Timezone v1.01.024
Yeah, that's where the chat window count comes in. I've tried the following code and it seems to work:[code](Shell.RegRead("HKCU\\Software\\Pa tchou\\Messenger Plus! Live\\" + Messenger.MyEmail + "\\Preferences\\TabChatAuto") * 1 == ...
phalanxiiScripting09-02-2006 at 09:45 AM
RE: [Release] Timezone v1.01.024
I guess implementing it for every language will be difficult like this. Perhaps you could use [b]Messenger.CurrentChats.Count[/b] in conjunction with [b]TabChatAuto[/b] in the registry. (For example, if [b]TabChatAuto[/b] == 1 and [b]Messenger.Curren...
phalanxiiScripting09-02-2006 at 09:32 AM
RE: [Release] Timezone v1.01.024
I think the problem with the tabbed chats is because [b]/^.+\s-\s.+\r\n\((\d+)\s.+\)$/i.test(Ow nerTitle)[/b] returns [i]false[/i], even with tabbed chats, meaning my debug window reads:I fixed this by changing the expression to [b](OwnerTitle...
phalanxiiScripting09-02-2006 at 08:57 AM
RE: Script Request- Developers please view
I've made this script which will filter [b]all[/b] messages (both sent and received). To add words to the list, you will need to edit the array at the top. You can have as many or as little filtered words as you want.[code][color=green]// Add words ...
phalanxiiScripting08-23-2006 at 12:28 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
Just a small (amateur) question... Is there any way to edit the packets before they're sent to the server? Instead of just monitoring the packets, I want to know whether it's possible to hold, edit, then release the edited packet so that [i][nopars...
phalanxiiScripting08-19-2006 at 12:47 PM
RE: [Release] Melody Messenger
Hmmm... if you want, you can integrate Melody Messenger into your Beeper and give people custom beeps! :D I probably won't be working on this anymore, so I don't mind what happens with it.
phalanxiiScripting08-19-2006 at 10:02 AM
RE: [Release] Melody Messenger
Probably, but I don't know how to do this. *-)
phalanxiiScripting08-19-2006 at 12:45 AM
[Release] Melody Messenger
[size=3][u][b]Melody Messenger[/b][/u][/size] This script will allow you to play small tunes in Windows Live Messenger using your computer's internal beeper. [color=red][b]WARNING: WHEN YOUR COMPUTER BEEPS, IT TEMPORARILY FREEZES YOUR COMPUTER. I WI...
phalanxiiScripting08-18-2006 at 02:59 PM
RE: [Release] Status Interceptor (Updated v1.2)
No, I think you'll need to delete it yourself. Hope it's not too much of an inconvenience. :)
phalanxiiScripting08-16-2006 at 10:13 AM
RE: [Release] Status Interceptor (Updated v1.2)
Version 1.2 is now released. This contains an actual settings window, where you can toggle which keywords that you want to be detected (for those who don't like "busy", "lunch" and "dinner"). There is also a custom mask for your personal messa...
phalanxiiScripting08-16-2006 at 07:12 AM
RE: [Release] Status Interceptor (Updated v1.2)
Once I learn how to integrate windows into the script (if anyone wants to help), I will be able to make the statuses easily toggable (and later custom statuses for non-English users). Until then, you can either stick with either of these two versions...
phalanxiiScripting08-15-2006 at 06:36 AM
RE: [Release] Status Interceptor (Updated v1.2)
Updated to Status Interceptor v1.1! [b]Change Log:[/b] [u]14th of August 2006 - v1.1[/u] [list][*]Status automatically changes to "Busy" when a message contains "busy" [*]Status automatically changes to "Out To Lunch" when a message contains "...
phalanxiiScripting08-14-2006 at 08:27 AM
RE: [Release] Status Interceptor (Updated v1.2)
I guess I didn't make this too clear, but basically "User (Busy)" means that the original status (before typing "bbl") was "Busy". When "bak" is typed, it will revert the status to this original status (in this case, "Busy"). I'll add the...
phalanxiiScripting08-13-2006 at 09:10 AM
[Release] Status Interceptor (Updated v1.2)
[i]Based on mlevit's [url=http://shoutbox.menthix.net/showthread.php?ti d=64452]Auto status change[/url] script and edited with his [url=http://shoutbox.menthix.net/showthread.php?ti d=64452&pid=710611#pid710611]permission[/url].[/i] :) [align=center]...
phalanxiiScripting08-13-2006 at 04:09 AM
RE: [Release] Auto status change
:( This is what happens when you don't read the whole thread... :( If you look a few pages back, you will see that mlevit could not fix a bug and let everyone else have a try at fixing it. [url=http://shoutbox.menthix.net/showthread.php?ti d=64452&pi...
phalanxiiScripting08-12-2006 at 12:32 AM
RE: [Release] Auto status change
I would if I could, but I don't know anything about how to store data/settings on a computer with scripting. If anyone wants to do this, feel free to edit my script. Here is version 1.1 of my script with the group send function (directly from mlevit...
phalanxiiScripting08-11-2006 at 08:34 AM
RE: [Release] Auto status change
I'm not sure what happened there but there was definitely a bug that needed to be fixed. :S Just in case we misunderstood each other, the bug I was talking about was on [i]my[/i] own version of the script (which is fixed now). If you were talking a...
phalanxiiScripting08-11-2006 at 06:10 AM
RE: [Release] Auto status change
I just found a bug that I don't know how to fix... :( It might just be me, but when I first start WLM (as in the program, not sign in), the Auto Status Change script (my one that I uploaded above) is stopped, but with a tick. Anyone else have this p...
phalanxiiScripting08-09-2006 at 01:19 PM
RE: [Release] Auto status change
First post! This is a really good script! ;) The problem is that the script converts the message into an array before it sends the message to everyone. The commas that you see separate each part of the array. [code]function splitMessage(msg) { ... s...
phalanxiiScripting08-09-2006 at 11:41 AM
[Hide Excerpts] Pages: (6): « First « 2 3 4 5 [ 6 ] Last »