Page 1 of 1

Anti-javascript registration

Posted: Wed Jul 14, 2004 11:38 am
by surfboarder
Hello there :)
I've wondered if you can tell me where can I get a script that makes my
registration more secured.. by adding a picture with generated/random
text in it and the client must enter what he sees iniside the picture..

like in most of web email sites... or what ever

Thanks!

Posted: Wed Jul 14, 2004 11:53 am
by pickle
[php_man]gd[/php_man]. You're looking for the function that will add text to an image. Doing a search on the forums will probably yield your best results

Posted: Wed Jul 14, 2004 12:32 pm
by surfboarder
not just a regular text..
somthing like this:
Image

Posted: Wed Jul 14, 2004 12:37 pm
by pickle
Oh. Well then heck, I don't know.

Posted: Wed Jul 14, 2004 1:16 pm
by feyd
that's still done through GD..

Posted: Wed Jul 14, 2004 1:50 pm
by surfboarder
but i'm looking for a script 8O :cry:

Posted: Wed Jul 14, 2004 2:16 pm
by feyd

Posted: Wed Jul 14, 2004 2:20 pm
by feyd
As for looking for a script, why not just screw around with the gd-font functions?

Posted: Wed Jul 14, 2004 3:56 pm
by lostboy

Posted: Wed Jul 14, 2004 3:59 pm
by surfboarder
Ok great! thanks for the links... I saw the code and now I
understand what did u mean by using the dg...

thanx everybody for your replays :)

Posted: Wed Jul 14, 2004 4:01 pm
by surfboarder
lostboy, 10anx thats exactly what I have been looking for :)