lioz Posted October 28, 2009 Share Posted October 28, 2009 It is possibile to block bad clients by ip without add firewall rules and without having acces to hosting panel ?Any solution?I remember an old module for other e-shop, named "throw em out" or something like that....it it possibile to make a modification or.. Throw_Em_Out_-_IP_Banning_System_(NL-DK-EN-FI).zip Link to comment Share on other sites More sharing options...
Trip Posted October 31, 2009 Share Posted October 31, 2009 Hi,you can find my ip range blocker here.http://www.prestashop.com/forums/viewthread/20384I tested it in PS 1.1At the moment I use a modified version which simply looks for the hostname of the visitor. $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); if (stristr ($hostname, 'co.uk')) { header("Location: www.somewhere.com"); } But all the approaches are just for unexperienced visitors and can be bypassed in minutes if they know howto.Regards, trip 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