![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
HI guys, I'm using Matt's Script FormMail and I'm getting too much spam. Where can I find a good php script to use it on my site?. PHP or any other were you can't see the email where you are sending the information since that's how spammers are getting my email address. |
#3
| |||
| |||
|
|
HI guys, I'm using Matt's Script FormMail and I'm getting too much spam. Where can I find a good php script to use it on my site?. PHP or any other were you can't see the email where you are sending the information since that's how spammers are getting my email address. Thanks! |
#4
| |||
| |||
|
|
most of the formmail type scripts use a hidden form field for "recipient". The spambots read source code- so they "see" that email address. To fix that- a script that hardcodes the recipient into the script, or allows using an alias to pick from a list of hardcoded recipients. (or modify a script you like so that it's hardcoded) this one is set up with aliasing of the recipient http://members.rogers.com/mail.4.donpro/ It's got more features, like sending file attachments also. this php script doesn't have the aliasing- but can be modified. http://boaddrink.com -->phpformmail Search their support forum, there's a half-dozen threads about hidden recipient mods. |
#5
| |||
| |||
|
|
On 06 Jul 2004 in macromedia.dreamweaver, Alan wrote: most of the formmail type scripts use a hidden form field for "recipient". The spambots read source code- so they "see" that email address. |

![]() |
| Thread Tools | |
| Display Modes | |
| |