====== CommentIPBlackList plugin ====== Add IP addresses to block in the ''$BLACKLIST_IP'' array. Save as ''plugin.commentipblacklist.php'' and put it under ''fp-plugins/commentipblacklist/'', then enable via plugin panel assign('error', array('ERROR: You have been blocked from posting comments. Your IP address (' . $ip . ') has been logged on our servers.')); return false; } } return true; } ?>