Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - ASP finds the page jump code after judging the IP segment.
ASP finds the page jump code after judging the IP segment.
Ip = request. Server variable ("HTTP_X_FORWARDED_FOR")

If ip= ""then IP = request. Server variable ("remote _ADDR")

If left(ip, 9)='68.59.232', then

ipar = split(IP," ")

If 0 < = ipar (3) <; = 164 and then

response.redirect "2.asp "

If ... it will be over.

If ... it will be over.