Just put this code in your hed section and chnage the ip to the one/s you want.
Code:
<script type="text/javascript">
/*This script was made by headlinegaming.com*/

var bannedips=["23.23.23.23", "11.11.11.11"]

var ip = '<!--#echo var="REMOTE_ADDR"-->'

var handleips=bannedips.join("|")
handleips=new RegExp(handleips, "i")

if (ip.search(handleips)!=-1){ 
alert("Your IP has been banned from this site. ")
window.location.replace("http://www.google.com")
}

</script>

This won't work though if the visiter uses a proxy. Still good though!!

Similar Threads: