Jump to content

PHP form


denoteone

Recommended Posts

This may not be the correct section to ask but I know someone has to have some in site.

 

I had a php form that used the mail function. I was getting slammed from bots that where spamming it. i developed a new page with a captcha on it and deleted the old form.

 

I am still getting spam emails as if they are coming from that deleted form.

 

any thoughts?

 

Thanks for your time.

Link to comment
https://forums.phpfreaks.com/topic/127382-php-form/
Share on other sites

i am sorry i did not make myself clear i have form1.php    and form2.php

 

form1 is the old page that was getting slammed. I deleted this page. But have two emails in my inbox this morning from it. ???  I how ever did not delete the script it used to send the mail. (could that be it)

 

form2 has the captura on it. It has been fine I am not getting any spam from that form.

Link to comment
https://forums.phpfreaks.com/topic/127382-php-form/#findComment-658957
Share on other sites

I how ever did not delete the script it used to send the mail
Bot scripts do not "browse" to forms and fill in the input fields. They submit data directly to the page in the action="..." parameter. If your form processing code that allowed spam to be sent is still present, any bot script that found it can still use it.
Link to comment
https://forums.phpfreaks.com/topic/127382-php-form/#findComment-658966
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.