$proxy["host"], 'proxy_port' => (int) $proxy["port"], ) ); // Call the SOAP method $result = $client->ScoreGetTop($track); // Display the result raydium_log("TOP : ".$result["name"]." => " . $result["score"]); $str=explode(":",$result["score"]); $score=$str[0]*3600 + $str[1]*60 + $str[2] + $str[3]/1000; $player = "{$result["name"]}"; } catch (SoapFault $fault) { raydium_log("SOAP Fault: (faultcode: {$fault->faultcode}, faultstring: {$fault->faultstring})"); $position = 0; } ?>