View Single Post
  #3  
Old 02-01-2011, 11:22 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
How you would make the request to statistics.graal.us

PHP Code:
function onCreated() { 
  
temp.url "http://statistics.graal.us/server/list?xml=1";
  
temp.req requesturl(temp.url);
  
this.catchevent(temp.req"onReceiveData""onServerListData");
}

function 
onServerListData(obj) {
  
// obj.fulldata - result of web request.

View the source on the page to see what you're dealing with. I don't know why unless you're remaking a server-list GUI for some reason.
__________________
Quote:
Reply With Quote