The game will be stopped January 31, 2001 12:00PM (noon) CET. Prizes are guaranteed to be awarded to the best players according to the list finalised by that moment. You still have a chance to score more points and become a Captain. Would you like to play now?
Rating |
Name |
Country |
Ρχες |
 |
<% @Language=JScript %>
<%
var Conn = new ActiveXObject("ADODB.Connection");
var Cmd = new ActiveXObject("ADODB.Command");
Conn.Open(Application("DSN"));
Cmd.ActiveConnection = Conn;
Cmd.CommandType = 1;
Cmd.CommandText = "select Nick,Country,Score from rating where Country is not null order by Score desc";
var rs = Cmd.Execute();
var i = 1;
while ((!rs.EOF) && (i<101))
{
Response.Write(" "+i+" | "+rs(0)+" | "+rs(1)+" | "+rs(2)+" | ");
%>
 |
<%
rs.MoveNext();
i++;
}
rs.Close();
Conn.Close();
%>
Seagate, Seagate Technology, the Seagate logo, SeaShield, SeaShell, 3D Defence System, DiskWizard, U Series 5 are trademarks and registered trademarks of Seagate Technology, Inc. All other trademarks are the property of their respective owners.
|
|