Thanks for this great plugin, nice work!
Is there a reason why you redirect blocked IPs to the page_not_found page? I think a 410 redirect would be more suitable.
I have changed in includes/classes/observers/class.abuseipdb_observer.php the three instances of:
to:Code:header('Location: /index.php?main_page=page_not_found'); exit();
@johnjlargeCode:header('HTTP/1.0 410 Gone'); zen_exit();
could be a fix for your headers already sent issue as well


Reply With Quote
