michaellunsford Posted May 15, 2006 Share Posted May 15, 2006 How exactly would I go about making a page that can email anybody the site visitor wants to while not becoming a spam magnet? better question, how do I build this thing so that the spammers can't use it?Is the old tried and true method of detecting newlines in $_POST reliable for this? Should I check the "to" field for commas so they only email one friend?If I'm just paranoid, tell me. I won't mind. Link to comment https://forums.phpfreaks.com/topic/9732-email-this-page-to-a-friend/ Share on other sites More sharing options...
ryanlwh Posted May 15, 2006 Share Posted May 15, 2006 i guess you should also check for CC and BCC injections. moreover, adding an image verification will help against non-human scamming scripts. Link to comment https://forums.phpfreaks.com/topic/9732-email-this-page-to-a-friend/#findComment-36064 Share on other sites More sharing options...
michaellunsford Posted May 15, 2006 Author Share Posted May 15, 2006 [!--quoteo(post=374106:date=May 15 2006, 02:41 PM:name=ryanlwh)--][div class=\'quotetop\']QUOTE(ryanlwh @ May 15 2006, 02:41 PM) [snapback]374106[/snapback][/div][div class=\'quotemain\'][!--quotec--]adding an image verification will help against non-human scamming scripts.[/quote]interesting -- that would be a neat experiment. I can create an image with text faily easily. Is there a specific method to distort the text (like I see on so many sites), or do you think non-distorted text will do? Link to comment https://forums.phpfreaks.com/topic/9732-email-this-page-to-a-friend/#findComment-36083 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.