Jump to content

Recommended Posts

Posted

What I want to do is use autoit to retrieve text from this webpage. http://www.tibia.com/statistics/?subtopic=...line&world=Nova

This 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 :(

Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...