View file funin/blockinfo.php
<?php $nickid= $_GET['nick']; echo'<head> <title>$sitename :: Blocked Nick </title> <head>'; include "./pteam.php"; echo"<b>$nickid Blocked</b> u cannot chat in this site."; echo"<br><b>Please Contact to admin for un-block</b>"; echo"<a href="index.php">Back to Home</a>"; ?>