emcgfx Posted June 15, 2009 Share Posted June 15, 2009 Hi, can some one help me write secure php form with spam protection that checks DNSBL list and uses security CAPCHA code. Thanks... Quote Link to comment https://forums.phpfreaks.com/topic/162196-php-mail-form-secure/ Share on other sites More sharing options...
MadTechie Posted June 15, 2009 Share Posted June 15, 2009 Sure, how much you offering.. Rule 12. All request for code to be written for you should be posted under the freelance section. No exceptions. I'll move this for you if you like Quote Link to comment https://forums.phpfreaks.com/topic/162196-php-mail-form-secure/#findComment-855950 Share on other sites More sharing options...
emcgfx Posted June 15, 2009 Author Share Posted June 15, 2009 I'm sorry, how about simple mail form then? Quote Link to comment https://forums.phpfreaks.com/topic/162196-php-mail-form-secure/#findComment-855953 Share on other sites More sharing options...
MadTechie Posted June 15, 2009 Share Posted June 15, 2009 Sure, okay start here, this allows you to create a simple form, however change $_REQUEST to $_POST Once you understand that, i would recommend moving to PHPMailer, as this is easier in the long run, (adding attachments, using HTML, etc) PHP MAILER examples Now once you have that, add captcha here one you can use and check their quick start Okay.. now the DNSBL, this maybe a little harder but here is one okay well theirs all the parts get each part working by itself then add one at a time So save a copy of your form mail, remove mail() and add phpmailer, test, then add captcha, test, then i'm not sure how you want to use the DNSBL! Quote Link to comment https://forums.phpfreaks.com/topic/162196-php-mail-form-secure/#findComment-855960 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.