If you don't have access to the server logs, what is a reliable way of checking to see if your php form is being used to send spam?

I know if the form is being used to send spam to me, but I want to make sure it is not being manipulated in some way to send spam to others.

有帮助吗?

解决方案

Edit the script to have it log all the requests it processes in a separate database that you do have access to.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top