Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top