mandred Posted April 13, 2009 Share Posted April 13, 2009 Its annoying. Quote Link to comment https://forums.phpfreaks.com/topic/153827-solved-why-do-i-have-to-enter-captcha-every-time-i-post/ Share on other sites More sharing options...
Daniel0 Posted April 13, 2009 Share Posted April 13, 2009 To lessen spam. It's only for people with less than 10 posts. Quote Link to comment https://forums.phpfreaks.com/topic/153827-solved-why-do-i-have-to-enter-captcha-every-time-i-post/#findComment-808461 Share on other sites More sharing options...
mandred Posted April 13, 2009 Author Share Posted April 13, 2009 To lessen spam. It's only for people with less than 10 posts. OK, thanks. Quote Link to comment https://forums.phpfreaks.com/topic/153827-solved-why-do-i-have-to-enter-captcha-every-time-i-post/#findComment-808477 Share on other sites More sharing options...
.josh Posted April 13, 2009 Share Posted April 13, 2009 from the code: if ($postcount < 11 || preg_match('~^m.*~i',$username)) { $smf->showCaptcha(); } sorry bud...short straw on that one. Nothin' personal... Quote Link to comment https://forums.phpfreaks.com/topic/153827-solved-why-do-i-have-to-enter-captcha-every-time-i-post/#findComment-808615 Share on other sites More sharing options...
mandred Posted April 13, 2009 Author Share Posted April 13, 2009 from the code: if ($postcount < 11 || preg_match('~^m.*~i',$username)) { $smf->showCaptcha(); } sorry bud...short straw on that one. Nothin' personal... LOL when doesn't regex work against me? Quote Link to comment https://forums.phpfreaks.com/topic/153827-solved-why-do-i-have-to-enter-captcha-every-time-i-post/#findComment-808745 Share on other sites More sharing options...
corbin Posted April 16, 2009 Share Posted April 16, 2009 CV, were you kidding, or is that really in the code? Was there an outbreak of M named spam bots? Quote Link to comment https://forums.phpfreaks.com/topic/153827-solved-why-do-i-have-to-enter-captcha-every-time-i-post/#findComment-811176 Share on other sites More sharing options...
.josh Posted April 16, 2009 Share Posted April 16, 2009 CV, were you kidding, or is that really in the code? Was there an outbreak of M named spam bots? yes. And C named ones too. But since my username starts with c, I said there's no way in hell I was down for putting the same restriction. So you can thank me that you don't get the short straw either. Quote Link to comment https://forums.phpfreaks.com/topic/153827-solved-why-do-i-have-to-enter-captcha-every-time-i-post/#findComment-811181 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.