ip ban test

SCRIPT LANGUAGE="JavaScript"> function ban(){ var ip = ''; //add as many ip's below as you wish. if (ip == "" || ip == "x.x.x.x") { //Hier kun je een boodschap invullen die deze gast te zien krijgt alert("Pech he?\nJe ip address \("+ip+"\) is gebanned....wegwezen!!!!"); history.go(-1); window.location.replace("http://www.startpagina.nl/") } } ban();