Jump to content

Test Conexion


Recommended Posts

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 by alvaroxz
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...
  • 2 weeks later...
  • 3 months later...
  • 2 weeks later...
  • 8 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...