Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
GuestPost v1.3
This discussion has been closed.
Comments
Posted: Thursday, 8 March 2007 at 8:52AM (AEDT)
Doh, I knew that!
Posted: Thursday, 8 March 2007 at 12:26PM (AEDT)
Posted: Wednesday, 14 March 2007 at 7:57PM (AEDT)
How it works...
The JavaScript (placed inside the form) displays a random code image and creates a hidden field (called "very" short for verify) containing the corresponding code.
The validation compares the contents of the hidden field "very" with the input by the user.
If they match, the form is submitted, if not... a polite "get stuffed" message is displayed.
There's currently only 10 different code gifs to keep things simple but these could easily be increased.
Posted: Thursday, 15 March 2007 at 12:32PM (AEDT)
I'm able to create PHP code to validate but not integrate it with the Vanilla code.
Posted: Thursday, 15 March 2007 at 12:46PM (AEDT)