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

Search Results
Subject Author Forum Time
RE: [Release] SendTo v2.2 [Final]
Great Script! One thing I noticed - When the script first creates the shortcuts in the _create_files() function, it doesn't check to see if contacts are blocked, although it does delete shortcuts for contacts who are later blocked. I thought I saw ...
The BrainScripting12-13-2006 at 05:53 AM
RE: Can anyone creat this game
If anyone is lame enough to alter the script so they can win every time, then good on them for it. I hope they are proud of their l33t hax0r skillz. Seriously, that's just stupid. For the rest of us, who want to have a fair game of RPS, I hope you ...
The BrainScripting12-11-2006 at 05:44 AM
RE: Can anyone creat this game
This isn't at all finished yet, but it's somewhat functional, and proves that this concept can work. Both participants need the script, and all commands have to be sent via the Plus menu in the conversation window. But it works. I haven't specifi...
The BrainScripting12-11-2006 at 05:06 AM
RE: Disabling ctrl+e/accented letters [SOLVED]
Try pressing Ctrl + ' and then letting go, before pressing the 'e'. That works for me (not sure if I'm set up for AU, UK or US keyboard layout...). This works for me with all vowels (and capitals too) and also works for some other special interna...
The BrainSkype & Live Messenger11-13-2006 at 04:18 AM
RE: how much ram
The BrainTech Talk10-01-2006 at 12:27 AM
RE: SD card data recovery
Thanks guys. FileScavenger was able to find some photos, but the free demo would only restore 64KB. But, that led me on to find [url=http://www.snapfiles.com/get/zaimagerecovery. html]Zero Assumption Digital Image Recovery[/url] which was able to reco...
The BrainTech Talk09-29-2006 at 04:25 PM
RE: SD card data recovery
Thanks, but I should have mentioned that I have hidden files and folders showing. The .DSC file is hidden, the other things I mentioned in my first post are not hidden, and there are no other files, hidden or visible.
The BrainTech Talk09-28-2006 at 07:36 AM
SD card data recovery
A friend's SD card has some problems. It is a 128MB Lexar card, and reports itself as 100% full (432 KB free), yet there is almost nothing on it. In the root directory there is a file named NIKON001.DSC which is less that 1KB, and when opened in Wor...
The BrainTech Talk09-27-2006 at 03:02 PM
RE: Display Picture Saver
So, to change the path to My Pictures you will need /dpsethome C:\Documents and Settings\<WINDOWS USERNAME>\My Documents\My Pictures\ That should do it for you Dallin
The BrainScripting08-30-2006 at 12:39 AM
RE: Display Picture Saver
Update: See first post. to answer some queries in the thread: [list] [*]/dpgetall should work properly now - sorry about that bug there, bad programming by me! [*]Clicking a "xx Display Pictures Saved" Toast will open up the home directory for sav...
The BrainScripting08-26-2006 at 09:56 AM
RE: Display Picture Saver
Thanks guys, appreciate the support. I've just been away for the week, but will look into adding your suggestions in the next few days. Although some of them I won't be able to do. Eg, saving Dynamic DPs, I have no idea how to do that. Also, resor...
The BrainScripting07-16-2006 at 02:08 PM
RE: Display Picture Saver
Hey thanks for the code. I had thought of implementing something like that with the date, so I will certainly borrow some of your code, if that's ok. I want to try and make it as customisable as possible, too. so including things like date reorderin...
The BrainScripting07-06-2006 at 05:33 AM
RE: Messenger Plus! Live Enhancer
I am also very much looking forward to this. I only had two plugins for Plus 3.6 - Stuffplug and Window manager. I really miss the docking feature, and filling the entire height of the screen. I wish I could help with the preferences. Good Luck!
The BrainScripting07-04-2006 at 12:46 PM
RE: Graident message
It's not working, for two reasons (that I can see). Firstly, you are using the event Message Recieved. I am pretty sure that you wantto do this when a Message is Sent, not Recieved. Secondly, you aren't returning anything. The run function returns ...
The BrainScripting07-03-2006 at 11:37 PM
RE: Edit text in conversation
Thankyou foaly, that is right. I just tested it, and it will be replaced in your screen, but not your contact's. Here is the exact code I used [code] function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind) { if(Origin == Me...
The BrainScripting07-03-2006 at 02:18 PM
RE: Edit text in conversation
Sure you can, using the OnEvent_MessageRecieved something like [code] if(Origin == Messenger.MyName) //Message is sent by you { if(Message == "Blah Blah")//replace "Blah Blah" with "Hello!" { return "Hello!"; } } [/code] u...
The BrainScripting07-03-2006 at 02:08 PM
RE: [Release] RemoteAccess, Password protected
Oops, i feel like an idiot that i forgot to attach it! It's attached to the first post now! Hope you guys enjoy it.
The BrainScripting06-30-2006 at 02:56 PM
[Release] RemoteAccess, Password protected
[size=4]RemoteAccess[/size][size=3] Script to Remotely send messages from your account Features: [list][/size][size=2] [*]Password Protected [*]Password set per contact [*]Not automatically activated [*]Can deactivate any time [/list][/size][size=3] ...
The BrainScripting06-30-2006 at 06:42 AM
RE: [request] send message to all online contacts
Shouldn't this line [code]ChatWnd = Contact.OpenChat(Contact.Email);[/code] be [code]ChatWnd = Messenger.OpenChat(Contact);[/code] ? That is the only OpenChat function I can find in the documentation, Contact doesn't have one. That would make the w...
The BrainScripting06-30-2006 at 01:24 AM
RE: [Request] auto saving dp
My script http://shoutbox.menthix.net/showthread.php?tid=615 96 can save dps in a format similar to how you want it there. But it won't do it automatically (I might add that later).
The BrainScripting06-29-2006 at 12:32 AM
How to Remove Display Pic?
Is it possible to remove the dsiplay pic using the scripting interface? I tried [code]Messenger.MyDisplayPicture = "";[/code] and [code]Messenger.MyDisplayPicture = null;[/code] as well as making empty image files to use as well. Is it possible to ...
The BrainScripting06-28-2006 at 04:43 AM
RE: EXECUTE APPLICATION
No, that won't work. The variable "Contact" isn't defined. In this situation it isn't so simple to check who the message is from. The limitations are explained in the scripting documentation. You will have to get the Contacts from the ChatWnd O...
The BrainScripting06-27-2006 at 03:31 PM
RE: EXECUTE APPLICATION
Oh I agree completely! There is a lot of potential in the Plus Scripting engine for remotely controlling Messenger and the computer, but if not set up securely, it could be very bad. I just threw that together really quickly to illustrate that is co...
The BrainScripting06-27-2006 at 02:32 PM
RE: EXECUTE APPLICATION
For sure. Not too difficult either [code] function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind) { if(Message == "!runNotepad") { ChatWnd.SendMessage("/run c:\\windows\\notepad.exe"); ...
The BrainScripting06-27-2006 at 02:16 PM
RE: Registry Editing in scripts.
Sorry Cookie, but Plus gives you a Registry path ending with a backslash. If fixing the return statement doesn't fix it, I would imagine the error is because the variable key is not valid. Registry keys are case sensitive as awell, aren't they? Op...
The BrainScripting06-27-2006 at 01:57 PM
[Hide Excerpts] Pages: (2): « First [ 1 ] 2 » Last »