dflow Posted September 16, 2008 Share Posted September 16, 2008 im using dreamweaver the captcha extension is nor working some spammer is msnaging to send me crap each day thats very annoying anyone have a good solution i used several scripts but they didnt work for some reason Link to comment https://forums.phpfreaks.com/topic/124555-need-captcha-script-recommendations/ Share on other sites More sharing options...
PFMaBiSmAd Posted September 16, 2008 Share Posted September 16, 2008 If you validate all external data that is received by your script, there is no need for a captcha. Link to comment https://forums.phpfreaks.com/topic/124555-need-captcha-script-recommendations/#findComment-643348 Share on other sites More sharing options...
dflow Posted September 17, 2008 Author Share Posted September 17, 2008 hi im validating some parts and it aint helping, dont want too annoying for clientd i defined "number required only" and still letters are injected Link to comment https://forums.phpfreaks.com/topic/124555-need-captcha-script-recommendations/#findComment-643507 Share on other sites More sharing options...
PFMaBiSmAd Posted September 17, 2008 Share Posted September 17, 2008 im validating some partsNot good enough. If your form processing code is sending email, it is likely that what you receive is just your copy due to the To: address, but the spammer is sending any number of spam message through your mail server by injecting email address into the header field. ALL external data the is submitted must be validated to insure it contains only expected content. and it aint helping, dont want too annoying for clientd Validation won't annoy the client. If he is only entering valid content, he won't even know that validation is occurring. A captcha will annoy a client more than validating input. i defined "number required only" and still letters are injected Then your validation code is not working or you are not doing it in your form processing script on the server. Link to comment https://forums.phpfreaks.com/topic/124555-need-captcha-script-recommendations/#findComment-643656 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.