http://ryan.ice-studio.com/bannedchecker.php?name=Laugh
PHP Code:<?php
$habbo = $_GET['name'];
$home = file_get_contents("http://www.habbohotel.co.uk/home/".$habbo);
if (eregi("This page is not available anymore, <span style=\"font-weight: bold;\">$name</span> was banned", $home)){
echo "The habbo $name has been banned.";
}else{
echo "The habbo $name is <b>not</b> banned.";
}
?>





Reply With Quote


