MotionCAPTCHA
MotionCAPTCHA copied to clipboard
Added server validation, and a example html page
Not much change are needed in jquery.motionCaptcha.0.2, around 5 lines or so are added.
Also made the validation with PHP, using phpDollar, see the library. And JSON2 also needed, I dont think that jquery had a tool to convert a js array to json.
Be aware, im not really sure how to make git submodules. I also made some changes to phpDollar, which I will commit.
Because PHP is better than javascript to compare floats, sometimes it fails the server validation even though the javascript validates it.