Spam sites can be very annoying and you can reduce the value of your site. There are many methods to block this sites but these methods can be sometimes annoying (at least for me) to use.
The most commonly used method htaccess but I do not like to fill with too much code in this file. Also, this method can not be used on windows server (I do not have more information on Windows servers).
SpammerBye, helps protect you from spam referrer sites and it is very easy to use. Your can be operated on many system.
Edit upload/system/blacklist.txt for custom blacklist. Enter base domain name of site you want to block. Use separate lines for each domain name.
Delete blacklist.txt file or leave without editing for default blacklist.
Your can use library here for use in other software.
=== OC MOD INSTALLATION ===
Upload ocmod.xml in xml-file on Extensions->Extension Installer
Click Refresh button on Extensions->Modifications
=== VQMOD INSTALLATION ===
Upload vqmod.xml in xml-file to root/vqmod/xml
=== MANUEL INSTALLATION ===
system/startup.php in file
FIND
require_once(DIR_SYSTEM . 'helper/utf8.php');
ADD AFTER
require_once(DIR_SYSTEM . 'helper/spammers.php');
=== v1.0.0 CHANGELOG ===
- Initial release.
Date Added | 22/04/2015 13:22:50 |
Date Modified | 10/05/2015 15:05:23 |
File Size | 4.67KB |
Version | 1.0.0 |
Downloads | 64 |
Available Options
General Attributes | |
Date Added | 21/04/2015 |
Last Update | 23/03/2016 |
Product Code | EPMOD34 |
Viewed | 14497 |
Platform | OpenCart |
Product Attributes | |
Platform Version | 1.5.x, 2.0.x |
Seller's Other Items
- OpenCart SpammerBye - Spam Referrer Blocker
- EPMOD34
Spam sites can be very annoying and you can reduce the value of your site. There are many methods to block this sites but these methods can be sometimes annoying (at least for me) to use.
The most commonly used method htaccess but I do not like to fill with too much code in this file. Also, this method can not be used on windows server (I do not have more information on Windows servers).
SpammerBye, helps protect you from spam referrer sites and it is very easy to use. Your can be operated on many system.
Edit upload/system/blacklist.txt for custom blacklist. Enter base domain name of site you want to block. Use separate lines for each domain name.
Delete blacklist.txt file or leave without editing for default blacklist.
Your can use library here for use in other software.