RE: Blok IP adresy v ASP

From: Likavcan, Alexander (Alexander.Likavcan@volkswagen.sk)
Date: 20. 12. 2001, 10:36 CET


Zdar a silu Dizzy, dna 19.12.2001 si napisal(a):

> Kdosi mi poslal nasleduji vec, ktera odfiltruje urcitou IP adresu a
> redirectne nekam jinam. Bohuzel ASP vubec nerozumim - jak to mam
> nastrcit do
> webu ??
> 
ak server podporuje asp tak vytvorit asp file (je to nejaka html ktorej
zmenis koncovku)
a napchaj tam toto:

<% @Language=VBScript	%>
<%
If Not Request.ServerVariables("remote_addr") = "212.34.38.94" Then
Response.Redirect("http://www.domena.cz/neco.html")
end if
%> 

a potom pokracujes
<HTML>
.......
to uz zvladas.
-- 
s pozdravom
AleXXX



This archive was generated by hypermail 2.1.2 : 20. 12. 2001, 10:39 CET