YPY-Design
Member
سلام
بستن چندین آی پی آدرس:
Block Multiple IP Address:
کاملترین و راحت ترین
بستن چندین آی پی آدرس:
Block Multiple IP Address:
کاملترین و راحت ترین
<%
' Moteghayer haro tarif mikonim
Dim sIP
Dim sIParray(2)
' IP address haye baste shode ra be tartibe shomare moshakhas mikonim
sIParray(0) = "127.0.0.1"
sIParray(1) = "127.0.0.2"
sIParray(2) = "127.0.0.3"
' Baz yafte IP address
sIP = Request.ServerVariables("REMOTE_ADDR")
' IP address haye baste shode ra tavasote Tabe e bi payan micharkhanim
For i = 0 to UBound(sIParray)
' Residegi be nazire IP address baste shoode
If sIP = sIParray(i) Then
' Enteghale IP address haye baste shode be safheye morede nazar
Response.Redirect "access-denied.asp"
End If
Next
%>
' Moteghayer haro tarif mikonim
Dim sIP
Dim sIParray(2)
' IP address haye baste shode ra be tartibe shomare moshakhas mikonim
sIParray(0) = "127.0.0.1"
sIParray(1) = "127.0.0.2"
sIParray(2) = "127.0.0.3"
' Baz yafte IP address
sIP = Request.ServerVariables("REMOTE_ADDR")
' IP address haye baste shode ra tavasote Tabe e bi payan micharkhanim
For i = 0 to UBound(sIParray)
' Residegi be nazire IP address baste shoode
If sIP = sIParray(i) Then
' Enteghale IP address haye baste shode be safheye morede nazar
Response.Redirect "access-denied.asp"
End If
Next
%>