alvaroxz Posted May 1, 2007 Report Share Posted May 1, 2007 (edited) Creen un block de notas con el nombre de cargar_bytes y extencion php con este codigo: <? print str_repeat("i",1024000); ?> Creen un block de notas con el nombre de test y extencion php con este codigo: <? set_time_limit(0); $tiempo_micro[1]= microtime(); $q_espacios = explode(" ",$tiempo_micro[1]); $tiempo_[1]= $q_espacios[1]+$q_espacios[0]; $contenido=file_get_contents('URL DE DONDE DEJARON CARGAR_BYTES.PHP'); $tamano_KB= strlen($contenido)/1024; $tiempo_micro[2] = microtime(); $q_espacios= explode(" ",$tiempo_micro[2]); $tiempo_[2] =$q_espacios[1] + $q_espacios[0]; $tiempo_utilizado = number_format(($tiempo_[2] - $tiempo_[1]),3, "." ,","); $velocidad= round($tamano_KB/$tiempo_utilizado,2); echo ' <font color="silver" size="4">Su velocidad de conexión aproximadamente: </font><font color="red" size="5">'.$velocidad.'</font><font color="silver" size="4">Kbps</font> <----Arreglen los colores para mejor adecuacion a la pagina <br> <br><br> <font color="silver" size="4">Se enviarón:'.$tamano_KB.' Kb, Tiempo utilizado: </font><font color="red" size="5">'.$tiempo_utilizado.'</font> <font color="silver" size="4">Segundos</font><hr>'; <----Arreglen los colores para mejor adecuacion a la pagina for ($i=10; $i>=1; $i--){ $val_Kb=$i*100; if($velocidad>=800)$velocidad_=800; else $velocidad_=$velocidad/2; if($velocidad>=$val_Kb and !$col){ echo '<img width="'.($velocidad_).'" height="6" style="background-color: #FF0000" border="0"><strong> Su conexión</strong><br><br>'; $col=true; } echo ' <table><img width="'.($val_Kb/2).'" height="6" style="background-color: #000099" border="0"> '.($val_Kb).' Kbps<br><br></table>'; } ?> y listo su test de conexion con un atractivo esquema :ROLF: Edited May 1, 2007 by alvaroxz Link to comment Share on other sites More sharing options...
magno Posted May 2, 2007 Report Share Posted May 2, 2007 Jajajaja.... Que buena... :banana: Graciela... alvaroxz Link to comment Share on other sites More sharing options...
alvaroxz Posted May 12, 2007 Author Report Share Posted May 12, 2007 jja gracias magno 60 visitas y ningun post?? por ultimo que si sirve o no la cosa Link to comment Share on other sites More sharing options...
black-user Posted July 23, 2007 Report Share Posted July 23, 2007 mmm... interesante gracias :banana: :banana: Link to comment Share on other sites More sharing options...
xXEsEtUlOnXx Posted July 23, 2007 Report Share Posted July 23, 2007 vale se agradece, pero parece ke algo no me salio bn cumpa xD, mire: http://www.(Palabra Censurada)master.uni.cc/test/test_velocidad.php en ke me ekivoke?? Link to comment Share on other sites More sharing options...
alvaroxz Posted August 6, 2007 Author Report Share Posted August 6, 2007 mmm veo un foro, no veo mi script Link to comment Share on other sites More sharing options...
Gamejohn64 Posted November 16, 2007 Report Share Posted November 16, 2007 errores me salieron... bueno el sueño mañana lo reviso, esta muy bueno se ve... gracias.. Link to comment Share on other sites More sharing options...
tutunautas Posted December 1, 2007 Report Share Posted December 1, 2007 vale se agradece Link to comment Share on other sites More sharing options...
kokyman Posted August 13, 2008 Report Share Posted August 13, 2008 ta wuena socio, gracias :banana: Link to comment Share on other sites More sharing options...
electronik_0 Posted August 18, 2008 Report Share Posted August 18, 2008 buena voy a probarlo :banana: Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now