문제

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