kornelski/sblam — explained in plain English
Analysis updated 2026-07-19 · repo last pushed 2017-03-01
Automatically block bot-generated spam comments on your blog without making visitors solve puzzles.
Filter forum post submissions on your community site so junk content never appears.
Protect a website guestbook from automated spam entries running quietly in the background.
Reduce time spent manually deleting junk form submissions on any user-content site.
| kornelski/sblam | ramsey/php-rfcs | huydatvn/telegram-cloud-drive | |
|---|---|---|---|
| Stars | 39 | 34 | 29 |
| Language | PHP | PHP | PHP |
| Last pushed | 2017-03-01 | 2023-10-04 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 1/5 | 3/5 |
| Audience | ops devops | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Minimal in-repo documentation means you'll need to check the external website linked in the README for setup instructions.
Sblam! is a tool that stops spam from reaching your website through forms like blog comments, forum posts, or guestbook entries. Instead of relying on users to prove they're human or making them solve puzzles, it works quietly in the background on your server, filtering out junk before it ever appears on your site. The project acts as a transparent layer between your website's forms and the public internet. When someone submits a form, the tool inspects that submission and decides whether it looks like legitimate content or spam. The word "transparent" means it operates without changing how your forms work or adding extra steps for your visitors. It handles the detection on the server side, so the people posting real comments never even know it's there. This would appeal to anyone running a website with user-submitted content who is tired of moderating endless spam posts. If you run a small blog, a community forum, or any site with a guestbook, you could use this to automatically block bot-generated garbage and cut down the time you spend manually deleting junk comments. The documentation provided with the project is very minimal, directing readers to an external website for more detailed information. What is clear is that it is built in PHP, a language that powers many traditional websites, and it focuses specifically on HTTP web forms rather than email spam or other types of unwanted traffic. It is a straightforward, single-purpose tool designed to solve one common annoyance for website owners.
Sblam! is a PHP tool that quietly filters spam from your website's forms, like comments, forum posts, or guestbooks, blocking junk before it appears, without adding puzzles or extra steps for your visitors.
Mainly PHP. The stack also includes PHP, HTTP.
Dormant — no commits in 2+ years (last push 2017-03-01).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.