how to generate this special code?????? [message #462490] |
Thu, 24 June 2010 08:17 |
owais_baba
Messages: 289 Registered: March 2008 Location: MUSCAT
|
Senior Member |
|
|
hi all gurus
can any one tell me how to generate this special code which is automatically changing in every wrong entry . png file are attached if any one knows kindly help me .
thanks
|
|
|
|
|
Re: how to generate this special code?????? [message #462703 is a reply to message #462702] |
Fri, 25 June 2010 17:24 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
You think I'm going to put together a form that does captcha's just to make your life easy?
Really not going to happen.
I don't know how anyone else does it but I guess you will need a table that stores images and the text for the image.
Then you can have a form that picks records at random from that table and displays the image and checks the entered text.
It's not exactly difficult - the only awkward bit is getting enough images to populate the table with.
|
|
|
Re: how to generate this special code?????? [message #464775 is a reply to message #462703] |
Fri, 09 July 2010 07:21 |
owais_baba
Messages: 289 Registered: March 2008 Location: MUSCAT
|
Senior Member |
|
|
sorry for late answer cause i was out of city
thanks for reply i am not asking u a full form atleast give me a
clue in code format atleast tell me how to match text field chr
with image field chr. i understood i have to save many of images in a table than i have to pick randomly pls need help badly thanks in advance
|
|
|
Re: how to generate this special code?????? [message #464779 is a reply to message #464775] |
Fri, 09 July 2010 07:45 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
I can't think of any way of coding a process to work out what the image says. I'm not saying it's impossible but I wouldn't know where to start.
You need to build a list of images and the text they correspond to manually.
Once you've got that list in a table the rest is very easy but I can't see any way to automate building the list in the first place.
EDIT: changed possible to impossible.
[Updated on: Wed, 14 July 2010 04:58] Report message to a moderator
|
|
|
|