|
|
Shop the Official "Ghost Hunters" online store. Click here>>
| <%
Dim sBlockedIP
sBlockedIP = Request.ServerVariables("REMOTE_ADDR")
'check if the IP is the one that is blocked
If sBlockedIP = "75.187.167.86" Then
'if IP address is banned then redirect to no_access.asp
Response.Redirect "no_access.asp"
End If
%><%
Dim sBlockedIP
sBlockedIP = Request.ServerVariables("REMOTE_ADDR")
'check if the IP is the one that is blocked
If sBlockedIP = "75.187.162.215" Then
'if IP address is banned then redirect to no_access.asp
Response.Redirect "no_access.asp"
End If
%>
| ||||||||||||||||||||||||||||||||
|
2009 © ®
|