diff --git a/frontend/index.php b/frontend/index.php index 256f954..98a7410 100644 --- a/frontend/index.php +++ b/frontend/index.php @@ -1,18 +1,25 @@ - - + + + ArisDrives Motec Server + + + + + +
-
ArisDrives Motec Server +
ArisDrives Motec Servertrack report

- This is an effort to build an extensive collection of motec data for as many car/track combinations as possible. + This is an effort to build an extensive collection of motec data for as many car/track combinations as possible.

If you would like to contribute, just zip your motec folder and upload it using the button below.
@@ -22,10 +29,18 @@

Select .zip file to upload: - - -
+ + + + + + +
+ + + The table has been refreshed... +
@@ -35,10 +50,10 @@ +

Use the Download button to retrieve the specific ld and ldx in zip format.

@@ -50,48 +65,9 @@ - - -query($query)) { - while ($row = $result->fetch_assoc()) { - $field1name = $row["track"]; - $field2name = $row["car"]; - $field3name = $row["date"]; - $field4name = $row["time"]; - $whole = intval($row["best_time"]); - $decimal1 = $row["best_time"] - $whole; - $decimal = substr($decimal1, 1, 3); - - $field5name = gmdate("i:s", $row["best_time"]) . $decimal; - $field6name = $row["best_lap"]; - $field7name = $row["filename"] . '.ld'; - $field8name = $row["filename"] . '.ldx'; - - echo ' - - - - - - - - - '; - } - $result->free(); -} -?> - @@ -102,76 +78,41 @@ -
Best Laptime Best Lap Motec Download LDX Download
'.$field1name.''.$field2name.''.$field3name.''.$field4name.''.$field5name.''.$field6name.'DownloadDownload
Best Laptime Best Lap Motec Download LDX Download
+ + + +