Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/02/2003, 22:27
Avatar de MARKWEB
MARKWEB
 
Fecha de Ingreso: septiembre-2001
Ubicación: En mi casa
Mensajes: 1.562
Antigüedad: 22 años, 7 meses
Puntos: 0
Buenpo en php seria esto

Código PHP:
<?
//iniciamos
echo
//agregamos la variable echo para que nos ejecute el romte.
$REMOTE_ADDR
//agregamos la variable y cerramos
?>

Y para que se vea bonito le agregamos una tabla:

<table width="21%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000">
<tr>
<td bordercolor="#FFFFFF" bgcolor="#999999">
<div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Tu 
ip es: 
<?
//iniciamos
echo
//agregamos la variable echo para que nos ejecute el remote.
$REMOTE_ADDR
//agregamos la variable y cerramos
?>
</font></div>
</td>
</tr>
</table>
De esta forma nos quedara algo así:



Tu ip es: 196.40.15.212
__________________
Un MEJOR AMIGO es como un trébol de 4 hojas, DIFÍCIL DE ENCONTRAR y ES DE BUENA SUERTE TENER UNO