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

Search Results
Subject Author Forum Time
RE: Accessing information from the internet
Thanks once more, that mostly solved my problem. However when I got the information it was all in HTML (or XML, don't really know the difference). Is there a particular way to extract the information I need? I read about XMLHTTTP using a Google s...
ash44455666Scripting10-08-2007 at 02:15 PM
RE: Accessing information from the internet
function search(query, engine){ var shell = new ActiveXObject("WScript.Shell"); engine=engine.split("TEST"); query = query.replace(/\s/gi,"+"); shell.run(engine[0]+query+engine[1]); } how does this function work? I don't really need a de...
ash44455666Scripting10-07-2007 at 11:51 PM
RE: Accessing information from the internet
Thank you, I'll take a look at your code and see what I can figure out. The exact script I'm attempting to create is something for a game called RuneScape. The commands would/will be !stats <username>, !quest <quest>, !clan <username> and maybe a...
ash44455666Scripting10-07-2007 at 07:38 PM
Accessing information from the internet
I'm pretty sure it's possible, as I'm pretty sure I've seen similar tasks done by other scripts. The problem is I don't know how they do it ^o) Does anyone here know how to do this? It is complicated? If I confused you with what I'm trying t...
ash44455666Scripting10-07-2007 at 04:55 PM
RE: find out exact text of someone's message.. (something like that)
I found out the problem :) and ty mattike that helped too :D The problem was [code] if (sMessage.charAt(0) == '!') { if(sMessage.charAt(1) == '!') return sMessage; else var parts = sMessage.split(" "); } [/code] needed to be [code] i...
ash44455666Scripting09-01-2007 at 07:05 PM
RE: find out exact text of someone's message.. (something like that)
matty that code didn't work either... I still think I'm doing something wrong that isn't in the script...
ash44455666Scripting08-31-2007 at 11:32 PM
RE: find out exact text of someone's message.. (something like that)
oops ignore this post please o.O
ash44455666Scripting08-31-2007 at 11:24 PM
RE: find out exact text of someone's message.. (something like that)
Everything looks like it should work, but Messenger Plus! live says its defective - I think that's because of the missing .xml file (I don't know anything about it so I guess I gotta learn now >.<). Edit: just read some of the documentation thingy,...
ash44455666Scripting08-31-2007 at 10:53 PM
RE: find out exact text of someone's message.. (something like that)
Thanks foaly :) So if I wanted to set variable link1, link2 or link3 to what they provided, I could use something like this? [code] var link1 = "No link set"; var link2 = "No link set"; var link3 = "No link set; function OnEvent_ChatWndReceiveMe...
ash44455666Scripting08-31-2007 at 10:39 PM
find out exact text of someone's message.. (something like that)
I'm trying to make some code that makes me kind of like a bot in a chat room (it's more of a joke between friends :P). However I'm just starting this script and therefore don't have much knowledge of it. How would I go around to finding out all t...
ash44455666Scripting08-31-2007 at 09:17 PM
[Hide Excerpts]