Hello
I have a website www.darkbasicgames.com, which is unfortunately getting lots of spam through the forms (Which are meant to be used by people to either put reviews for games, or submit their games). It's gotten to the point where I'm getting 10-20 spam emails per day, meaning going through all of them and trying to sort out which are legitimate contributions to the site is too much of a task. I've tried adjusting the spam filter in my email account ([email protected]) but it doesn't really work at all.
Just wondering if anyone has some tricks for avoiding spam being sent through?
I'm still a bit new to php also...Here's how it is at the moment:
<form action="http://formmail.servage.net/" method=POST><input type=hidden name="id" value="4528">
Then inputs with 'id' and 'name' values'
I've created a formmail thing with servage, where the site is hosted, which automatically sends the content of the form to my email address.
Any help greatfully received,
Robin
I have a website www.darkbasicgames.com, which is unfortunately getting lots of spam through the forms (Which are meant to be used by people to either put reviews for games, or submit their games). It's gotten to the point where I'm getting 10-20 spam emails per day, meaning going through all of them and trying to sort out which are legitimate contributions to the site is too much of a task. I've tried adjusting the spam filter in my email account ([email protected]) but it doesn't really work at all.
Just wondering if anyone has some tricks for avoiding spam being sent through?
I'm still a bit new to php also...Here's how it is at the moment:
<form action="http://formmail.servage.net/" method=POST><input type=hidden name="id" value="4528">
Then inputs with 'id' and 'name' values'
I've created a formmail thing with servage, where the site is hosted, which automatically sends the content of the form to my email address.
Any help greatfully received,
Robin





