Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fbiego/image_captcha_code
- Owner: fbiego
- Created: 2022-01-12T19:59:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T11:58:18.000Z (about 3 years ago)
- Last Synced: 2024-11-07T04:43:54.416Z (3 months ago)
- Topics: captcha, code, email-sender, forms, html, php, processing-ide, processing-sketch, spam-filtering
- Language: Processing
- Homepage: https://fbiego.com/test
- Size: 6.71 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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