I am creating my Habbo CMS from scratch, and my PHP is great.
But this isn't done, you can do javascript headers to redirect them to their site back(IP)
Dunot remove copyright.PHP Code:$ip = $_SERVER['REMOTE_ADDR'];
if($ip == 'FILL IN IP HERE')
{
echo"SUM TEXT HERE © DjInTrouble Protections 2010 - 2011.";
}
For example, if you know my ip and you hate me, you can do this:
$ip = $_SERVER['REMOTE_ADDR'];
if($ip == '5.93.78.28')
{
echo"Sorry DjInTrouble, no permission for you.";
}
But don't remove copyright,please/
Like me if I helped:)





