Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fbiego/image_captcha_code

A simple captcha to prevent spam bots on html forms
https://github.com/fbiego/image_captcha_code

captcha code email-sender forms html php processing-ide processing-sketch spam-filtering

Last synced: about 1 month ago
JSON representation

A simple captcha to prevent spam bots on html forms

Awesome Lists containing this project

README

        

# image_captcha_code
A simple captcha to prevent spam bots on html forms

##### Variables
- `no_of_images` in [pde file](/image_captcha_code.pde)
- `$dir` in [php file](/test.php)

### How to use
- Generate your images & json using the [Processing sketch](/image_captcha_code.pde) or [windows app](/application.windows/image_captcha_code.exe)
- Copy the generated images & json to a folder on your server (outside `public_html`)
- Copy test.php file to your server