Code that limits the number of registrants of the same IP address

Source: Internet
Author: User

Today, let's take a look at the code that limits the number of registrants of the same IP address. Note that we need to use the datediff function, which is very simple.

$ Ex_ SQL = mysql_query ("Select * from wk_member where m_ip = '$ ip' and datediff (m_dtime,' $ dtime') = 0 ");
If (mysql_num_rows ($ ex_ SQL) <5 ){
$ SQL;
If (mysql_query ($ SQL )){
$ _ SESSION ['uid'] = array (mysql_insert_id (), $ uid, $ mo );
Exit ("<script> location = 'registerok. php'; </script> ");
} Else {
Alert ('registration failed! ','');
}
} Else {
Alert ('Sorry, only five users can be registered with the same IP address each day ','');
}

In this way, you can create a program to restrict IP addresses by voting. In the end, please indicate www.111cn.cn/phper/php.html for original reprinting on this site.

Related Article

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.