chaddelange Posted October 25, 2011 Share Posted October 25, 2011 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!!!!! thanx GOD BLESS!!! [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/249790-hello-need-help-with-making-a-captcha-form-please-help/ Share on other sites More sharing options...
freelance84 Posted October 26, 2011 Share Posted October 26, 2011 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. Quote Link to comment https://forums.phpfreaks.com/topic/249790-hello-need-help-with-making-a-captcha-form-please-help/#findComment-1282330 Share on other sites More sharing options...
chaddelange Posted November 4, 2011 Author Share Posted November 4, 2011 Sweet thanx gona try that <(*-*`)> Quote Link to comment https://forums.phpfreaks.com/topic/249790-hello-need-help-with-making-a-captcha-form-please-help/#findComment-1285085 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.