hankjrfan 0 Posted June 9, 2005 What I want to do is use autoit to retrieve text from this webpage. http://www.tibia.com/statistics/?subtopic=...line&world=NovaThis is a list of people online on the game Tibia. I am wanting to monitor this page to see how long certain people stay online. I was not sure how to get the webpage since it is not in the format http://blahblah.blah/blah.html. One thing that is certain is that this needs to run completly in the background.So I want the script to check the page about once every 10 minutes and write the list of names to a file. Then I could see how many times each name was repeated in one day and use that to get a rough estimate of the amount of time everyone was online.I can handle all of it except getting the actual page.Thanks Share this post Link to post Share on other sites
buzz44 1 Posted June 9, 2005 I didn't actaully go to to website because I'm lazy, but what about InetGet() to retrieve the source code, and then search through it more what you want. qq Share this post Link to post Share on other sites