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

Search Results
Subject Author Forum Time
RE: [Updated] Live Notifier V1.10 (formerly Convo Notifier)
Notifyer looks quite good, to me. I know it's wrong, but it gives the name more personality. Robert
rob_botchScripting08-03-2006 at 04:17 PM
RE: hello I seek ...
= "conversation window" This is unreliable, because the connection is terminated by the MSN protocol after a certain period of inactivity, causing false positives. Sorry Robert
rob_botchScripting08-03-2006 at 04:08 PM
RE: [Release] Online Chat Logger
The problem with modifying them manually is the encryption (which is the point of this thread!). I would have to decrypt them, modify them, and then encrypt them again. It would probably be easier to create them, modify them and then encrypt them. Be...
rob_botchScripting08-03-2006 at 04:05 PM
RE: idea for script
Well, if theye are decoded on receipt, would it not be possible to decode them before sending, and then encode again? Or is that too difficult to do? Robert
rob_botchScripting08-03-2006 at 04:02 PM
RE: [Updated] Live Notifier V1.10 (formerly Convo Notifier)
AHA! Yes, this was all done in a short space of time, becuase I was using polygamy to test it. The second instance when it "worked" was the same, when I was trying to recreate the scenario for you. At first, this seems almost like a bug, or at leas...
rob_botchScripting08-03-2006 at 03:31 PM
RE: [Updated] Live Notifier V1.10 (formerly Convo Notifier)
I would if I could! Unfortunately there doesn't seem to be a pattern. It worked when I first installed it, and has worked about twice in 6 or so chats. (All of the chats were with the same person, I'm not sure if this makes a difference). Sorry tha...
rob_botchScripting08-03-2006 at 03:16 PM
RE: [Updated] Live Notifier V1.10 (formerly Convo Notifier)
When I first used this, I was very surprised when it actually worked! But it only works every now and then, it seems. Which is a shame, because it is a great script it terms of ease of use and annoyance! Robert
rob_botchScripting08-03-2006 at 03:07 PM
RE: idea for script
As the sound is sent over the internet, could you not just sniff the packets and then modify it? I am sure that somebody found code to intercept all traffic that WLM uses. I hope that this helps Robert
rob_botchScripting08-03-2006 at 02:53 PM
RE: [Help!] Encryption
Thank you RaceProUK. If I can manage to understand that, I will try to build it in to the next version of my script. Robert
rob_botchScripting08-03-2006 at 02:50 PM
RE: [Release] Online Chat Logger
That was an idea that I thought about, but it has two problems as far as I can see. [list=1] [*]Users save them in different places, so the script would need to ask the user where they are [*]They are less flexible to the script. In the future, the s...
rob_botchScripting08-03-2006 at 02:03 PM
RE: [Release] Online Chat Logger
That is a very good idea. My other (more developed) script AnswerPhone FTP has these. I will try to include them here, too. Thank you. Robert
rob_botchScripting08-03-2006 at 11:54 AM
RE: [Help!] Encryption
Thank you. How would I use this API? Robert
rob_botchScripting08-03-2006 at 11:47 AM
[Help!] Encryption
I have written a script that uploads an xml file to an FTP server. Is there any way to encrypt this before uploading, and then decrypt when it is downloaded? Ideally this will be done by the script. Thank you Robert
rob_botchScripting08-03-2006 at 10:39 AM
RE: [Release] Online Chat Logger
Thanks. Yes, I will add the option to change the upload interval. It was just done as a quick remedy to a huge problem. To view the logs, open the "Chatlog.xml" file on your server. It is also in the script folder. Make sure that the CSS is in the ...
rob_botchScripting08-03-2006 at 10:24 AM
RE: ChatWnd.SendMessage stops
As foaly said, sending the list in one message would probably be the best way to solve this. You can send a lot of lines in one message. The "\n" string introduces a new line. I believe that this has been discussed on these forum in passing in con...
rob_botchScripting08-02-2006 at 06:23 PM
RE: ChatWnd.SendMessage stops
AFAIK the only way to send messages again is if the contact sends a message, or the user sends one manually. Hope this helps Robert
rob_botchScripting08-02-2006 at 05:41 PM
RE: Screenshot Sender 5 Release Candidate 1 RELEASED (2011-09-06)!
This looks like a brilliant script, whenever it is released! I will certainly be using this a lot, so I can give the fading Prt Scn Button a rest! Thanks everyone involved! Robert
rob_botchScripting08-02-2006 at 05:22 PM
RE: [Release] Online Chat Logger
Are you being deliberately annoying? I am perfectly well aware of the function and location of the tab button. Please explain your comment instead of trying to be witty. Are you trying to say that I should perhaps format my code differently? If so, w...
rob_botchScripting08-02-2006 at 05:05 PM
RE: [Release] Online Chat Logger
I am sorry, but I don't know what you mean. What relevance does a tab key have? Robert
rob_botchScripting08-02-2006 at 04:51 PM
[Release] Online Chat Logger
Online Chat Logger creates chat logs of all of your conversations. It saves them to an XML file in the script directory. It then uploads this file to a specified FTP server, so you can view them when not at your computer. All of the chats are saved i...
rob_botchScripting08-02-2006 at 10:48 AM
RE: [Request] Pre-made "answering machine" script
There is a script that can do part of what you requested. It is called "Auto Hey". It replies with "Hey" whenever the other person says "Hi" or similar. I am sure that this could be modified to respond to other messages, like "How are you?". ...
rob_botchScripting08-02-2006 at 07:53 AM
RE: Virtual PC 2004
Thanks. I did consider VMware, but I wasn't sure how secure / reliable it is. I will; probably give it a go, though. Thanks Robert
rob_botchTech Talk07-31-2006 at 05:34 PM
Virtual PC 2004
Hello everyone! I have recently installed VPC 2004, and it is great. However, I have experienced a problem. When attempting to use Fedora Core 5, the installation works perfectly. However, after rebooting, the screen becomes about 4x as wide as it sh...
rob_botchTech Talk07-31-2006 at 05:24 PM
RE: NickChange 1.1
OK. Sorry I didn't understand. I don't think that this is possible within the scripting engine. It is more concerned with actual messages and additional windows, not modifying existing ones. It may be possible with a patch, but me aware that this i...
rob_botchScripting07-31-2006 at 04:12 PM
RE: How to write to xml file?
To write to xml: [code] [color=blue]var[/color] xml = new ActiveXObject("Microsoft.XMLDOM"); [color=green]//Create xml object[/color] xml.load(XMLPath); [color=green]//XMLPath is the path of your XML file[/color] [color=blue]var[/color] toAdd = xml...
rob_botchScripting07-31-2006 at 12:31 PM
[Hide Excerpts] Pages: (8): « First « 1 2 3 [ 4 ] 5 6 7 8 » Last »