New Problem

Posted by Imperian_Addict on Mon 09 Jan 2006 03:58 PM — 3 posts, 14,728 views.

#0
I was wondering if anyone could help me.
I want the name from "http://www.imperian.com/players.php?search=who" into mushclient so I can print them, any suggestion?
Australia Forum Administrator #1
Do you mean once, or whenever you want?

There is a forum post about using the Lua socket library:

http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=4935

In that it shows how you can pull in a web page as a variable. You could then parse that to extract the player names. Not a totally trivial exercise, but not too bad.
#2
Thanks alot, I havent tried it yet but it sounds like it is the closest I'm gonna come.