How can I restrict a computer from accessing dynamic pages of a domain name for five times in one minute. For more than five times, you can jump to the specified static page.

Source: Internet
Author: User
How can I restrict a computer from accessing dynamic pages of a domain name for five times in one minute. For more than five times, you can jump to the specified static page. How can I restrict a computer from accessing dynamic pages of a domain name for five times in one minute. For more than five times, you can jump to the specified static page.


Reply to discussion (solution)

What does this mean? Reduce server pressure?

What does this mean? Reduce server pressure?

An IP address is regarded as a computer. it creates an access count pool in the background and regularly clears the pool once per minute.

The IP address does not work. you can use cookies.

The IP address does not work. you can use cookies.

Find the case code...

I thought of using cookie restrictions, but I don't know how to write them properly and efficiently ..

Just use JS to operate on cookies.

 5) {echo "It's max"; exit ;}$ visitCount ++; logVisitCount ($ visitCount, "too many filepath={uuid=.txt");} echo "visit count: {$ visitCount} "; function logVisitCount ($ str, $ file) {$ handle = fopen ($ file, 'w'); fwrite ($ handle, $ str ); fclose ($ handle );}


I wrote it for a moment. change it ..

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.