Anti-javascript registration

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
surfboarder
Forum Newbie
Posts: 5
Joined: Wed Jul 14, 2004 11:38 am

Anti-javascript registration

Post 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!
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post 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
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
surfboarder
Forum Newbie
Posts: 5
Joined: Wed Jul 14, 2004 11:38 am

Post by surfboarder »

not just a regular text..
somthing like this:
Image
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

Oh. Well then heck, I don't know.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

that's still done through GD..
surfboarder
Forum Newbie
Posts: 5
Joined: Wed Jul 14, 2004 11:38 am

Post by surfboarder »

but i'm looking for a script 8O :cry:
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

As for looking for a script, why not just screw around with the gd-font functions?
lostboy
Forum Contributor
Posts: 329
Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada

Post by lostboy »

surfboarder
Forum Newbie
Posts: 5
Joined: Wed Jul 14, 2004 11:38 am

Post 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 :)
surfboarder
Forum Newbie
Posts: 5
Joined: Wed Jul 14, 2004 11:38 am

Post by surfboarder »

lostboy, 10anx thats exactly what I have been looking for :)
Post Reply