ASP is a good idea to prevent the website from being coded, but now it is all static. Copy the code code as follows:
<%
Dim AppealNum,AppealCount
AppealNum=10 'Limit 10 requests for the same IP within 60 seconds
AppealCount=Request.Cookies(AppealCount)
If AppealCount= Then
Response.Cookies(AppealCount)=1
AppealCount=1
Response.Cookies(AppealCount).Expires=DateAdd(s,60,Now())
Else
Response.Cookies(AppealCount)=AppealCount+1
Response.Cookies(AppealCount).Expires=DateAdd(s,60,Now())
End If
If Int(AppealCount)>Int(AppealNum) Then
Response.Write Fetching is very tiring, take a rest!
Response.end
End If
%>