Table of Contents
回复讨论(解决方案)
Home Backend Development PHP Tutorial 提交留言到邮箱 怎么防止网友重复提交 恶意刷留言

提交留言到邮箱 怎么防止网友重复提交 恶意刷留言

Jun 23, 2016 pm 01:34 PM

目前已经有验证码校验功能 后台是dedecms  经常收到网友的恶意提交 刷了一大堆邮箱留言  怎么防止网友重复提交 恶意刷留言


回复讨论(解决方案)

限制ip一定时间内提交次数

限制ip一定时间内提交次数



这是一个办法,但是别人有时候会通过代理来随机ip,你也可以加大你的验证码识别难度

限制ip一定时间内提交次数

我的在线留言是提交到邮箱的 没有连接数据库 怎么限制IP 求指导 谢谢!


限制ip一定时间内提交次数

我的在线留言是提交到邮箱的 没有连接数据库 怎么限制IP 求指导 谢谢!

在每次发送邮件前,加上判断,比如你建一个数据库表,每次提交记录一下ip,并判断提交次数。

建一个数据库表,每次提交记录一下ip,并判断提交次数。在每次发送邮件前,加上判断并且限制ip一定时间内提交次数。

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

11 Best PHP URL Shortener Scripts (Free and Premium) 11 Best PHP URL Shortener Scripts (Free and Premium) Mar 03, 2025 am 10:49 AM

11 Best PHP URL Shortener Scripts (Free and Premium)

Introduction to the Instagram API Introduction to the Instagram API Mar 02, 2025 am 09:32 AM

Introduction to the Instagram API

Working with Flash Session Data in Laravel Working with Flash Session Data in Laravel Mar 12, 2025 pm 05:08 PM

Working with Flash Session Data in Laravel

Build a React App With a Laravel Back End: Part 2, React Build a React App With a Laravel Back End: Part 2, React Mar 04, 2025 am 09:33 AM

Build a React App With a Laravel Back End: Part 2, React

Simplified HTTP Response Mocking in Laravel Tests Simplified HTTP Response Mocking in Laravel Tests Mar 12, 2025 pm 05:09 PM

Simplified HTTP Response Mocking in Laravel Tests

cURL in PHP: How to Use the PHP cURL Extension in REST APIs cURL in PHP: How to Use the PHP cURL Extension in REST APIs Mar 14, 2025 am 11:42 AM

cURL in PHP: How to Use the PHP cURL Extension in REST APIs

12 Best PHP Chat Scripts on CodeCanyon 12 Best PHP Chat Scripts on CodeCanyon Mar 13, 2025 pm 12:08 PM

12 Best PHP Chat Scripts on CodeCanyon

Notifications in Laravel Notifications in Laravel Mar 04, 2025 am 09:22 AM

Notifications in Laravel

See all articles