rushaboswal.rdx Posted August 28, 2019 Share Posted August 28, 2019 Hello all. Im getting spam Referrer(Website visitors) From random websites i dont know about. Im getting worried that might affect my ranking. A lot of them are porn website. Can anybody please help me to get rid of them please? Thank you. Link to comment Share on other sites More sharing options...
rushaboswal.rdx Posted August 30, 2019 Author Share Posted August 30, 2019 NO HELP? Still getting random russion referrers Link to comment Share on other sites More sharing options...
selectshop.at Posted August 31, 2019 Share Posted August 31, 2019 Block them with in your .htaccess or install a module on which you can block ip's. How to block with .htaccess: try google search, you will find tons of tutorials How to block with a module: free: https://www.prestashop.com/forums/topic/245300-module-free-ban-ip-address-block-any-user-you-want/ paid: https://addons.prestashop.com/en/search?search_query=block ip Link to comment Share on other sites More sharing options...
rushaboswal.rdx Posted August 31, 2019 Author Share Posted August 31, 2019 10 hours ago, selectshop.at said: Block them with in your .htaccess or install a module on which you can block ip's. How to block with .htaccess: try google search, you will find tons of tutorials How to block with a module: free: https://www.prestashop.com/forums/topic/245300-module-free-ban-ip-address-block-any-user-you-want/ paid: https://addons.prestashop.com/en/search?search_query=block ip But they are new everyday. i already banned them using ip blocker from cpanel. But new site every day ending with .ru Link to comment Share on other sites More sharing options...
selectshop.at Posted September 3, 2019 Share Posted September 3, 2019 Than block ip-range. Most of spammers are coming from same ranges. You can also block by country with .htaccess. Other possibility is to contact your provider and ask for better management on this server sided. Link to comment Share on other sites More sharing options...
rushaboswal.rdx Posted September 4, 2019 Author Share Posted September 4, 2019 7 hours ago, selectshop.at said: Than block ip-range. Most of spammers are coming from same ranges. You can also block by country with .htaccess. Other possibility is to contact your provider and ask for better management on this server sided. Did this. Hope it resolves it. thanks a ton for your help sir. Really appreciated. Have a good day. Link to comment Share on other sites More sharing options...
prestamonste Posted September 4, 2019 Share Posted September 4, 2019 On 8/29/2019 at 1:10 AM, rushaboswal.rdx said: Hello all. Im getting spam Referrer(Website visitors) From random websites i dont know about. Im getting worried that might affect my ranking. A lot of them are porn website. Can anybody please help me to get rid of them please? Thank you. Hi there, In this case, you can use a module to block it or you can add the custom code to check email and email content in the ContactController.php (override this controller and put it in the folder: public_html/override/controllers/front and delete cache file with ps 1.6 before testing). This is my custom code for my site (PS 1.6.0.9). I added 2 functions: isSpamContentEmail() and isSpamEmail(). You can see more it in the attachment file. Thanks, ContactController.zip Link to comment Share on other sites More sharing options...
selectshop.at Posted September 4, 2019 Share Posted September 4, 2019 @prestamonste You read the initial question ? spamReferer has nothing to do with spam of contact form... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now