Accessing information from the internet - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Accessing information from the internet (/showthread.php?tid=78040) Accessing information from the internet by ash44455666 on 10-07-2007 at 04:55 PM
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 RE: Accessing information from the internet by Spunky on 10-07-2007 at 06:40 PM
There are already a few scripts about that do what you want. One of which being "+Search" created by me, that allows you to add multiple search engines. RE: Accessing information from the internet by ash44455666 on 10-07-2007 at 07:38 PM 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 another or two. RE: Accessing information from the internet by RaceProUK on 10-07-2007 at 08:26 PM
quote:And ensure that the info you look at relates to Internet Explorer. RE: Accessing information from the internet by ash44455666 on 10-07-2007 at 11:51 PM
function search(query, engine){ RE: Accessing information from the internet by Spunky on 10-08-2007 at 02:12 AM
My bad... Thought it had the function in there... Got some spare time now so: code: Sorry for the mix-up RE: Accessing information from the internet by ash44455666 on 10-08-2007 at 02:15 PM 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 search, but all I really got was the information on obtaining the web page's content |