Open vendethiel opened 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.
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
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.
@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 :)
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');
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.
I've never used recaptcha. Would require taking a good look at it.
Weirdly enough, it seems to work "now". Might just be a php installation issue :o
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.
Yeah maybe we should change to recaptcha or something else . . .
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.