La última vez que jugaste fue en el 2007-12-10 (08:02:35) y sacaste un 0 % en 2 min. 24 seg.
//fecha que se ha capturado al inicio del test $fecha = getdate(); $timestamp_ini = mktime($fecha['hours'], $fecha['minutes'], $fecha['seconds'], $fecha['mon'], $fecha['mday'], $fecha['year']); //fecha que se ha capturado al final del test $fecha = getdate(); $timestamp_fin = mktime($fecha['hours'], $fecha['minutes'], $fecha['seconds'], $fecha['mon'], $fecha['mday'], $fecha['year']); //tiempo que ha tardado en segundos $tiempo_transcurrido = $timestamp_fin - $timestamp_ini; //construcción del tiempo transcurrido $tiempo['horas'] = floor($tiempo_transcurrido / 3600); $tiempo['minutos'] = floor(($tiempo_transcurrido - ($tiempo['horas'] * 3600)) / 60); $tiempo['segundos'] = $tiempo_transcurrido - ($tiempo['minutos'] * 60) - ($tiempo['horas'] * 3600);
Me acabo de fijar, que entre los primeros puestosde nuestro Trivial, están (quienes tienen que estar), Mr.Fre3men, Darel, Uzhiel, Galious, El Señor Jaeger, Chusso, Rufian... ( Berbena es la 24 !).
... casi alcanzo al poderoso fre3men...
Bienvenido a la segunda página Chusso !! Si vuelves a realizar el test, lo hago yo también !