{"id":21121479,"url":"https://github.com/oneofone/ooo-nospam","last_synced_at":"2025-06-17T19:07:46.856Z","repository":{"id":15687964,"uuid":"18425686","full_name":"OneOfOne/ooo-nospam","owner":"OneOfOne","description":"A simple wordpress plugin to combat comment spam.","archived":false,"fork":false,"pushed_at":"2014-04-14T17:12:53.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T11:25:44.023Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OneOfOne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-04T02:55:22.000Z","updated_at":"2014-08-21T20:25:47.000Z","dependencies_parsed_at":"2022-07-12T15:14:02.584Z","dependency_job_id":null,"html_url":"https://github.com/OneOfOne/ooo-nospam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OneOfOne/ooo-nospam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneOfOne%2Fooo-nospam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneOfOne%2Fooo-nospam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneOfOne%2Fooo-nospam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneOfOne%2Fooo-nospam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OneOfOne","download_url":"https://codeload.github.com/OneOfOne/ooo-nospam/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneOfOne%2Fooo-nospam/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260424784,"owners_count":23007045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T03:50:47.163Z","updated_at":"2025-06-17T19:07:41.844Z","avatar_url":"https://github.com/OneOfOne.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"This plugin plugin blocks spam in comments automatically, without requiring any end-user input or any javascript.\n\nIn a way it's similar to webvitaly's [Anti-Spam](http://wordpress.org/plugins/anti-spam/) however this doesn't\nrequire the user to enter anything at all.\n\n* As of version 0.7.7 there's an option to add an extra javascript check, it's off by default.\n\nThe comment gets marked as spam if any of the following rules are true :\n\n* If the comment is a trackback.\n* If the time between loading the page and commenting is less than 10 seconds.\n* If the Session variable specific to this form is not set.\n* If the hidden input field have a different value than \"-\".\n* If the comment includes more than 3 urls.\n* If the referer isn't set properly.\n\nOnce the comment gets flagged as spam, and if the auto delete option isn't set, a json string will be appended to it\nto show why it was marked, for example :\n\n    {\n        \"is-trackback\": 0,\n        \"no-session-token\": 0,\n        \"hidden-field\": 1,\n        \"number-of-urls\": 5,\n        \"referer\": 0,\n        \"too-fast\": 1.902538061142\n    }\n\nTranslates to :\n\n1. They changed the hidden input field.\n2. They Had 5 URLs in the comment.\n3. It Took 1.9 seconds to submit the comment since the page was loaded.\n\nAlso note that the time calculations are per-form, so there are no false-positives if the user has multiple pages open\n on the site and commented on 2 of them in a short period of time.\n\nFeel free to fork it and submit patches / fixes on [github](https://github.com/OneOfOne/ooo-nospam)\n\n### Installation ###\n\n1. Download from Wordpress's plugin [registery](https://wordpress.org/plugins/oneofones-nospam/) or clone this repo to your `wp-content/plugins` folder.\n\n2. Activate the plugin through the 'Plugins' menu in WordPress\n\n3. Optionally change the options in `/wp-admin/options-general.php?page=ooo-nospam-admin` to your liking.\n\n4. Watch `/wp-admin/edit-comments.php?comment_status=spam` to see it in action unless you set set it to auto delete.\n\n## Frequently Asked Questions ##\n\n### Are there any configuration options? ###\n\nAs of version 0.6 you can access all configurable options in `/wp-admin/options-general.php?page=ooo-nospam-admin`\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foneofone%2Fooo-nospam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foneofone%2Fooo-nospam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foneofone%2Fooo-nospam/lists"}