Re: [PHP] Please visit my php program

2003-09-29 Thread Nelson Rodríguez-Peña Alarcón
Hi Ryan, Ryan A wrote: Hey everyone, Please visit my captcha program here and tell me if its good here I got the following error (or notice): Notice: Undefined index: TheSecretWord in /usr163/home/b/e/bestweb/public_html/captcha/3/samplePost.php on line 25 [alt]Human Input Validation Failed --

Re: [PHP] Please visit my php program

2003-09-27 Thread Ryan A
Hey, Yes, i have noticed that problem with words over or around 7 chars, so will shorten all words to around 5 to be totally safe. Heres another good example with a differient effect: http://bestwebhosters.com/captcha/3/test.php Ignore the words over 6 chars as they will either be shortened out o

Re: [PHP] Please visit my php program

2003-09-27 Thread Cristian Lavaque
One of the words had the last letter out of the picture, so it gave me an error when I typed the incomplete word. After going back and guessing the complete word (there was a tiny fragment of the last letter visible), it passed. You should make sure that the whole word will always be in sight. Cri

Re: [PHP] Please visit my php program

2003-09-27 Thread Ryan A
Hey, Thanks for replying. One of the main problems i faced was that GD does not have the same flexability of GIMP (for now anyway) but have made up partly for it in another way... Have a look at this graphic, it loads fast, is clean and still confusing enough...IMHO but if you think differiently o

Re: [PHP] Please visit my php program

2003-09-27 Thread Cristian Lavaque
Looks good. You should use nonsense words too, including numbers. You could also change the patter, not just move it. Also, changing the font used, not just for the whole word, but mixing fonts in the string could be good. Good job :) Cristian Ryan A wrote: > Hey everyone, > Please visit my cap

Re: [PHP] Please visit my php program

2003-09-27 Thread Jon Kriek
On samplePost.php simply lower your error reporting level. If you do not have access to your php.ini (not everyone does), then can you can amend this directive in either .htaccess or even on a per script basis by using the error_reporting() function like so. error_reporting(2039); (Equivalent to

Re: [PHP] Please visit my php program

2003-09-27 Thread Becoming Digital
You're missing the image "attention.gif." Also, if a user directly loads samplePost.php, your script generates the following error: "Notice: Undefined index: captcha in /usr163/home/b/e/bestweb/public_html/captcha/samplePost.php on line 12 It's not a bad little script. I would recommend adding