Greetings, I'm having trouble creating an efficient method of anti-bot registration. Does anybody have a way of doing this on a per-page basis (ie - for a form that's getting processed on the next page, without using a database)
The way I have it working right now is copying an existing image to the name "randomimage#.jpg" or and that's just plain not going to work. I know that you can somehow hide the names of images using headers and stuff, but I'm having trouble finding this anywhere, as I don't know exactly what I'm looking for.
Here's my basic goal:
My site has a number of different forms. Each form is on a different page, and each page gets processed immediately. At the end of each form, I'd like a short series of random pictures to ensure that an acutal USER is at the computer. This form will be processed immediately, so I'd rather not store it in the database.
Can anybody help me out here, maybe??