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

Search Results
Subject Author Forum Time
RE: XMLDOM
Matti, cheers for the help, I've changed to use the single node and it's working now. It didnt at first, and I spent a while stressing, till I reread your reply, and thought of the document level nodes. I've now removed the <?xml version="1.0...
ArkaneArkadeScripting10-25-2008 at 03:52 PM
XMLDOM
Hey folks, I'm trying to sort a script out, to read data from an XML file (Just read... don't think writing is necessary... at least not yet), but I just keep running into problems with it. I've searched all over the forums, and read the scripting...
ArkaneArkadeScripting10-25-2008 at 05:32 AM
RE: Base64
Awesome dude, Thanks. I'll start and hopefully figure it out pretty quickly. Cheers man
ArkaneArkadeScripting10-22-2008 at 05:25 PM
Base64
Hey guys, I'm working on a script, but my ftp functions have fallen through, due to a limitation in the server. I've found out that I can upload to the same server using a base64 string, and also found a script snippet to convert from b64, but I c...
ArkaneArkadeScripting10-22-2008 at 05:11 PM
RE: Contact PSM Change not detected by Plus!
Really? I was under the impression it didn't run multiple (although I did realise you don't need to initiate it to have it accessible in all scripts). Never ever had it work on Vista though, although if it works for you, I'll have another look ...
ArkaneArkadeWLM Plus! Bug Reports10-19-2008 at 11:31 PM
RE: Contact PSM Change not detected by Plus!
;) Already trying to do the script with Xniff. Not very successfully since it's being built to run alongside another script I made which already uses Xniff, but there you have it. Just not the best long term solution I feel because I'm only (hope...
ArkaneArkadeWLM Plus! Bug Reports10-19-2008 at 02:02 PM
Contact PSM Change not detected by Plus!
Hey, I'm not sure that this quite classes as a bug, and I'm also not positive that my figuring is right on what causes it, so apologies for any inconvenience etc. Basically I've been trying to write a script to put my 360 games in my PSM, by mimic...
ArkaneArkadeWLM Plus! Bug Reports10-19-2008 at 04:26 AM
RE: HTTP on Vista
OK, thanks SmokingCookie - 10 seconds and that was working perfectly so thanks very much. -dt- It was just a guess, but if you have it working I may do a little extra searching to find out the difference.... I'm more used to that method. Cheers guys
ArkaneArkadeScripting07-29-2008 at 01:37 PM
HTTP on Vista
Hey folks. I've recently updated to Vista, but with it I've started having problems with on of my scripts. Basically put, I'm trying to send data to a web server on my network. This used to work fine on XP but now it doesnt. The offending code ...
ArkaneArkadeScripting07-29-2008 at 02:42 AM
RE: Deleted contacts script
If its just to save time adding then it shouldnt need a script at all. Just use the contact list clean-up. If you show the contacts that have you then you should be able to just highlight all and add to list. Of course this does mean thats you'll...
ArkaneArkadeScripting07-20-2008 at 06:29 PM
Packet sniffing
Hey folks. Sorry to come asking such an annoying question (again) but I'm having problems with one of my old scripts and hoping there may be an easier way to solve it. Basically, my script used Pais Xniff packet sniffer. It worked great for me, an...
ArkaneArkadeScripting05-21-2008 at 01:25 AM
Contact PSM Change
Hey folks, I'm having an issue trying to make myself a small script. I'm attempting to make something to change my PSM according to another accounts signed onto an XBox 360, but the events don't seem to trigger. I've got a very basic script (bas...
ArkaneArkadeScripting02-28-2008 at 04:05 AM
RE: Auto Login to WLM when connection fails
OK, I really wouldn't have a clue regarding that. I generally find that MsgPlus stops working as well when Messenger does, so if it's freezing I wouldn't be able to use scripts anyway.
ArkaneArkadeScripting02-25-2008 at 05:46 PM
RE: Auto Login to WLM when connection fails
I'll have a look into adding a prompt like that, it's just a straight copy from mines, because I'm the only one using the computer, so I never needed anything else. Definitely needs refining, either when I get time, or if noone else can give a b...
ArkaneArkadeScripting02-25-2008 at 12:39 AM
RE: Emoticons
OK, my mistake, I completely read your post wrong. I though you wanted to stop friends seeing not sending, so basically ignore what I said. Theres a basic MSN option whether to show Custom emoticons in the Options>Messages tab. I don't know if you...
ArkaneArkadeScripting02-24-2008 at 11:31 PM
RE: Auto Login to WLM when connection fails
Heres a basic one, some of the guys might be able to give you a better script though. [code] function OnEvent_Signout(email) { Debug.Trace(email); if (email == "my@email.address") { MsgPlus.AddTimer("SignIn",10000); } } function OnEvent_Tim...
ArkaneArkadeScripting02-24-2008 at 11:26 PM
RE: Emoticons
I'm not too sure about catching icons, but you could always use the /noicon comand, and then just have the script to detect when you send a custom icon but send the image file instead. Why would you want to do this though? It doesn't seem to serve...
ArkaneArkadeScripting02-24-2008 at 09:54 PM
RE: IF/OR statements
Thank you very much guys. Vikke: Link saved, cheers. Voldemort and Dead, cheers v much. :D
ArkaneArkadeScripting02-23-2008 at 09:08 PM
IF/OR statements
Hey Folks Sorry to ask about such a simple thing, but I can't seem to find it anywhere. I have need of an OR statement, but I can't seem to find how to do it. Basically I need to make an IF where Term A is met, and either Term B or Term C & D is/a...
ArkaneArkadeScripting02-23-2008 at 07:27 PM
RE: Theory on making messages infinite length
I don't think theres any real way to detect if a contact is using Plus! except by sending a ping request, which means you'd need to wait for a response before deciding whether to split the message or tell you its over the limit. I'm also not too ...
ArkaneArkadeScripting02-22-2008 at 02:18 AM
RE: [Question] Is this possible in a script?
Can't do that in case someone else grasses him up. Oh how I miss the simple days. You said the guy is a noob - how much so? I used to use the StuffPlug action messages to send "One or more of your messages may have been undeliverable" to someon...
ArkaneArkadeScripting02-21-2008 at 03:32 AM
RE: Last online at script.
Well, i suppose it could be done, but it would require either that you always sign on from the same location, or have access to some form of webspace, to store a file with your last online info. ASCII wouldnt really be possible however, as the PSM is...
ArkaneArkadeScripting02-12-2008 at 01:32 AM
RE: need to Prevent pop-ups
lock messenger is your thing. It minimizes to the tray, does all that, and even changes the icon so that even more observant people wont realise its messenger running.
ArkaneArkadeScripting02-11-2008 at 01:12 PM
RE: Script wont start
Cheers Jesus. I'd completely missed that. I still don't understand why it used to work, but I guess driver changes are quite possible, if not probable. Thanks all for help.
ArkaneArkadeScripting02-06-2008 at 06:41 PM
RE: Script wont start
Sorry guys, I never fully explained at the start, the problems were on C-Quels computer, just I figured it would be quicker and less explaining to say me. I have the script installed on 3 computers at mines, with no problems. C-Quel on the other han...
ArkaneArkadeScripting02-06-2008 at 12:08 AM
[Hide Excerpts] Pages: (8): « First « 1 2 3 4 [ 5 ] 6 7 8 » Last »