Display Computer status, ram % usage, processor % usage etc in PHP or HTML?

  • Thread starter Thread starter timbruningtwine
  • Start date Start date
T

timbruningtwine

Guest
I have a WoW PS and have a status page now the status page is in PHP format and it only displays rather the server(the game) is online. I would like that page to also display information about the computer including any combination of the following:
(:) Ram available(how much ram is the computer using)
(:) CPU available(how much CPU is the computer using)
(:) ECT...
These things are written in a file that is created in .XML format periodically. you can look at one of those XML's here
http://sickwow.hopto.org/stats.txt
i had to change it to a txt so it would show without downloading

How can read those variables and display them on a website so people can see them? Does it work? I dont care if its PHP XML Html or Javascript just tell me how i can display that info in code i will worry about getting it to go online.
 
Back
Top