IntegraMOD / IntegraMOD151

The most complete premodded forum software
http://integramod.com
4 stars 4 forks source link

switch out CrackerTracker captcha for recaptcha #33

Open vendethiel opened 8 years ago

vendethiel commented 8 years ago

If you fail to input the correct password 3 or so times, CrackerTracker asks you to input a captcha (Visual Confirmation).

However there's no captcha displayed. whoops.

MWE001 commented 8 years ago

I think the captcha system is way outdated in every way shape and/or form. If we could figure out how to use Recaptcha, that would be choice.

Later down the road. I guess we just try and fix the normal one first.

IntegraMOD commented 8 years ago

does this exist in all the templates? Its been too long ago for me to remember but I believe this was the result of a CTracker update and it was due to something like the html declaration in the header or an incorrect js address

MWE001 commented 8 years ago

I personally am not sure. I have not to take a look at anything yet. My net was down for the count when Ven got the version you and Mike were working on. That put me out of the loop so until I get caught back up to him on the same version, I am taking a back seat. No point in two of us working on a different version each . =)

So for now I will tinker around with trying to fix the css issues in IMPortal 130 with the blocks pushing down. Why I dont know, lol it will just give me something to do.

vendethiel commented 8 years ago

@IntegraMOD i'll triplecheck. As I remember the captcha img tag was going to some php file. I'll track it down when I'm done integrating your work :)

IntegraMOD commented 8 years ago

appears to be a jpg/jpeg issue. it you change to png in the acp, captcha works fine. A temp bandaid for my dev copy I changed to png in mysql_basic.sql so future installs will already be changed find INSERT INTO phpbb_captcha_config VALUES ('jpeg', '1'); replace with INSERT INTO phpbb_captcha_config VALUES ('png', '1');

MWE001 commented 8 years ago

Can we not change to recaptcha? I know that might be stretching it a bit, but captcha is old news. Just curious. I know it would take some effort.

vendethiel commented 8 years ago

I've never used recaptcha. Would require taking a good look at it.

vendethiel commented 8 years ago

Weirdly enough, it seems to work "now". Might just be a php installation issue :o

MWE001 commented 7 years ago

I got to fiddling around with recaptcha and that might just prove to be a pain where we dont want a pain ;-)

Some of us over at another CMS website got it working on their system but it took some time and effort and was not a smooth process. BUT once all was said and done it was nice. A LOT less spam. Bots can crack captcha now like its nothing.

vendethiel commented 7 years ago

Yeah maybe we should change to recaptcha or something else . . .