habbo banned page

Results 1 to 4 of 4
  1. #1
    Member steam345 is offline
    MemberRank
    Dec 2012 Join Date
    BergenLocation
    32Posts

    habbo banned page

    hi i want a banned page so show the reason why you get banned and how long the ban is going to be a page like this http://habin.me/banned so can some one make one to me or something? plase


  2. #2
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,613Posts

  3. #3
    Member steam345 is offline
    MemberRank
    Dec 2012 Join Date
    BergenLocation
    32Posts

    Re: habbo banned page

    not like that so i show when your bann gets out and that stuff

  4. #4
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,613Posts

    Re: habbo banned page

    Assuming you're using RevCMS:

    Paste this on the client page:
    Code:
    <?php
    if(mysql_num_rows(mysql_query("SELECT NULL FROM bans WHERE expire > '".time()."' AND (value = '$_SESSION['user']['username']' OR value = '".$_SERVER['REMOTE_ADDR']."')")) > 0){
    header('Location: <link to banned page>');
    exit();
    ?>



Advertisement