chrish123 Posted May 25, 2008 Share Posted May 25, 2008 Hi, I have been trying to get the great open source free captcha "Securimage", from: http://www.phpcaptcha.org/download/ integrated into the admin/login.php but although I can get the images to display properly with no errors, I cannot get the form to login now even with a correct user/pass, so I am stuck in a loop. My programming experience is pretty much zero and only code modification of others contribution, Is anyone here with some php experience able to help get this into a contribution? They state this is very easy to integrate, but I have had nothing but issues in the validation process. This would be great to stick on the admin login to stop programs such as access diver from bruteforcing your site, but with the audio option this would also be great for partially blind people on the contact page for instance. Kind regards Chris Quote Link to comment Share on other sites More sharing options...
barel Posted July 22, 2009 Share Posted July 22, 2009 In order for Securimage to work you need to add the following line at the beginning of securimage_show.php: require('includes/application_top.php'); Otherwise Securimage will open a sessing with a different id when creating the image and it will not work Quote Link to comment 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.
Note: Your post will require moderator approval before it will be visible.