Jump to content

Hello need help with making a captcha form, please help


chaddelange

Recommended Posts

Hello, I am trying to make a captcha, but having some trouble My code matches the tutorial I'm following, the 1st screenshot is the captcha.php file, the 2nd is the captcha_generate.php file, and the 3rd is the result in My browser, I am using firefox and linuxmint 10, with apache2 php5 and GD installed, any Help will be greatly appreciated!!!!!  :D thanx GOD BLESS!!!

 

 

 

[attachment deleted by admin]

 

I had a similar issue once with testing a captcha on easyPHP. We had to change the src to the full address. For example in the second image:

 

<img src="src="http://127.0.0.1:8888/siteTest01/securimage/securimage_show.php?sid="" alt="captcha failed"/>

 

Inserting the full paths everywhere has it benefits too when you want to have a sandbox version of your site off line but don't want to change much when taking the script live: just replace all occurrences of "127.0.0.1:8888/siteTest01" with "www.mysite.com".

 

Coincidentally, http://www.phpcaptcha.org/ is a pretty good captcha to use I have found. And it is pretty easy to change to your liking too.

 

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.