How To Make It Were Its Like
Ip: TEXT AREA Button- Ban This Ip
How That Work?
You track the visitor's ip using
$ip=$_SERVER['REMOTE_ADDR'];
Then check if it's within a particular range of banned ips
if(substr($ip,0,7) == "210.163") exit("Banned ip class!");
You can use the same way to target certain ip address.
Thats Not What i Mean But Thanks Any Way.
I Want It Were You Type
Ip= Then Hit The Button Ban And It Adds It To Mysql.
Then If The Ip Is On Mysql It Bans Them!