% url = "http://www.lfsworld.net/pubstat/get_stat2.php?action=pst&racer=abz1" set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP") xmlhttp.open "GET", url, false xmlhttp.send "" temp = xmlhttp.responseText if temp = "can't reload this page that quickly after another" then arr = Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0) else arr = split(temp,Chr(10)) end if set xmlhttp = nothing %>
LFS Stats |
|
Distance: |
<% temp = arr(0) * 0.000621371192 'roundup distance = Int(temp)+ 1 response.write(distance & " Miles")%> |
Fuel burnt: |
<% feul = arr(1)/100 response.write(feul & " Ltr")%> |
Laps: |
<%=arr(2)%> |
Hosts joined: |
<%=arr(3)%> |
Won: |
<%=arr(4)%> |
Two: |
<%=arr(5)%> |
Three: |
<%=arr(6)%> |
Finished: |
<%=arr(7)%> |
Qual: |
<%=arr(8)%> |
Pole: |
<%=arr(9)%> |
Credits: |
<%=arr(10)%> |
Drags: |
<%=arr(11)%> |
Drag Wins: |
<%=arr(12)%> |
Status: |
<%=arr(13)%> |