You are currently browsing for
Ban Tutorials
 | /ipban.php ... Ban them! After reading this tutorial you will be able to quickly and easily ban a person from accessing your website o... IP Address. After we do this we will save the IP Address into the ip variable and then test to see if the IP we just g... |
 | Making an IP ban scriptW... script down into steps and then you can learn it in manageable chunks! Get the user s i.p address. Connect to mySQL... banned. If they are then send them to somewhere else if they aren t then let them in! 1) Get the user s IP address T... |
 | Ban IP S With PHP How To Ban IP s In PHP Add this code to your .php page ?$ip = getenv( REMOTE_ADDR ) $ip1 = "xxx.xxx... "banned" exit } ? Change the code to fit your needs and you can change echo"banned" to whatever you want it to sa... |