<?php setcookie(Ban, 'cookietest', time()+3600000000); ?>
<?php if (isset($_COOKIE['Ban'])) { die("You are banned from using this forum"); } ?>