https://github.com/helgesverre/referrer-blocker
GetSimple CMS plugin for Blocking Referral Spam
https://github.com/helgesverre/referrer-blocker
Last synced: 2 months ago
JSON representation
GetSimple CMS plugin for Blocking Referral Spam
- Host: GitHub
- URL: https://github.com/helgesverre/referrer-blocker
- Owner: HelgeSverre
- License: mit
- Created: 2016-01-18T12:02:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T14:43:23.000Z (over 9 years ago)
- Last Synced: 2025-02-14T13:49:11.898Z (8 months ago)
- Language: PHP
- Homepage: https://helgesverre.com/products/referrer-blocker/
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Referrer Blocker
## A Plugin for GetSimple CMS that blocks common referral spam sites.
### About Referrer Blocker
Referrer Blocker is a plugin that inspects the referrer of a website visitor, and checks it against a
list of referrers that are known to be spammy and/or malicious, it will return a 404 not found error if
the client's referrer matches any in the list.The list of referrers is initally empty, but you can fetch a good list by clicking the "Fetch List" button
in the top right of the plugins setting page, this list is fetched from ```https://raw.githubusercontent.com/piwik/referrer-spam-blacklist/master/spammers.txt```All credit for the list goes towards their contributors.
## Install the plugin
[Download here](http://get-simple.info/extend/plugin/referrer-blocker/1002/)
```
1. Download the plugin zip file.
2. Unzip it into /plugins
3. Activate it in the "Plugins" tab in your GetSimple CMS admin area.
4. Done
```### Features
- Add custom referrers
- Whitelist IP addresses (bypasses referrer check)
- English and Norwegian language### Note
If you want to disable the Donation button in the plugin, go to your settings page and click "Hide donation button",
or open donation.txt inside ```referrer_blocker/``` and enter "0" in the file and save it.### Reporting bugs
Please report bugs in the support thread [here](http://get-simple.info/forums/showthread.php?tid=7863) or
create a [GitHub Issue](https://github.com/HelgeSverre/referrer-blocker/issues).