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]

Link to comment
Share on other sites

 

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.

 

Link to comment
Share on other sites

  • 2 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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...

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.