Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Securimage integration for OSCommerce


chrish123

Recommended Posts

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

Link to comment
Share on other sites

  • 1 year later...

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

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...