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
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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.