Jocul va fi oprit pa 31/01/2001 la ora 12:00 PM CET. Premiile sunt garantate celor mai buni jucatori in concordanta cu lista finalistilor. Inca mai ai ocazia de a deveni Capitan si de a acumula mai multe puncte. Vrei sa te joci acum?
Scor |
Nume |
Tara |
Scor |
 |
<% @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 Defense System, DiskWizard, U Series 5 sunt marci inregistrate de Seagate Technology Inc. Toate celelate marci si denumiri sunt proprietatea respectivilor detinatori.
|
|