<?php 
include_once("./sIPb.php"); 
 
// create the sIPb-object with automatical rediretion of blocked IPs 
$ip = new sIPb(TRUE); 
// if this point is reached, the ip is not blocked 
?><div align="center"> 
<h1>sIPb-Test with redirection</h1><br> 
now the BLOCK_TIME is over<br><br> 
<form > 
     <input type="button" value = "Back" onclick="history.back()"> 
 </form> 
</div> 
 
 
 
 |