I Got A Ban Script
<?php
$banned_ip = array();
$banned_ip[] = '111.111.111.111';
$banned_ip[] = '111.111.111.112';
$banned_ip[] = '111.111.111.113';
$banned_ip[] = '111.111.111.114';
foreach($banned_ip as $banned) {
$ip = $_SERVER['REMOTE_ADDR'];
if($ip == $banned){
echo "You have been banned! Sorry But Your Banned For A Resson. One Of The Staff Banned You!";
exit();
}
}
// rest of PHP Script here!
?>
How To Make It Kick A User By Typing In There Ip And Hit Kick Then Make It Kick That User?That Kicks It Right There No Waiting?
I Want It To Be Like
Ip-TypeIpHere
Button-Kick User
When You Type Kick It Automatic Kicks The User Off right Away!
Please Help B/C I Help Alot
~MeShane 🆒