
23/05/2002, 20:13
|
 | | | Fecha de Ingreso: mayo-2001 Ubicación: Frente al Monitor :þ
Mensajes: 995
Antigüedad: 24 años Puntos: 0 | |
Re: Ip Tras De Un Proxy prueba con esto...
<% @ language="vbscript" %>
<%
Dim temp, ip
temp = Request.ServerVariables("HTTP_X_FORWARDED_FOR ")
If temp<>"" Then
ip = temp
Else
ip = Request.ServerVariables("REMOTE_ADDR")
End If
Response.Write ip
%>
<div align=right><embed src="http://www.jesusdaniel.venezuela.com/jd.swf" height=25 width=200 wmode="transparent"></embed><br>Usuario # 3359 en los foros</div> |