<?php// the filename where the IPs are storeddefine("BLOCK_FILE","blockedIPs");// your Page to redirect blocked Clients // some browsers dont work with relative URLsdefine("BLOCK_URL","./ur_blocked.html");?>