View Single Post
  #10  
Old 03-02-2012, 04:41 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
PHP Code:
function onCreated() {
  
onTimeout(true);
}

function 
onTimeout(force_update) {
  for (
temp.aallplayers) {
    if (
temp.a.level == NULLtemp.count_rc++;
    else 
temp.count_players++;
  }
  if (
this.last_rc != temp.count_rc || this.last_players != temp.count_players || force_update) {
    
requesturl("http://yourhost.com/api.php?rc=" temp.count_rc "&players=" temp.count_players);
    
this.last_rc temp.count_rc;
    
this.last_players temp.count_players;
  }
  
setTimer(5);

some challenge huh?
__________________
Quote:
Reply With Quote