HACKER ;s

Results 1 to 7 of 7
  1. #1
    Account Upgraded | Title Enabled! ::.kakashi.:: is offline
    MemberRank
    May 2009 Join Date
    MarsLocation
    321Posts

    HACKER ;s

    Hey, i have hacker on my server, i banned him ip/ muted only can re-create new account and hack again, i use panel v3 from Emisand but dosent work :/

    help me to IP ban account please :(


  2. #2
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: HACKER ;s

    Make a Htaccess file in your register page directory and place a block of his ip in there. I use it

  3. #3
    Account Upgraded | Title Enabled! Morhsn is offline
    MemberRank
    Jun 2008 Join Date
    390Posts

    Re: HACKER ;s

    Quote Originally Posted by Joe9099 View Post
    Make a Htaccess file in your register page directory and place a block of his ip in there. I use it
    I agree, that seems to be the best solution :)

  4. #4
    Account Upgraded | Title Enabled! ::.kakashi.:: is offline
    MemberRank
    May 2009 Join Date
    MarsLocation
    321Posts

    Re: HACKER ;s

    Quote Originally Posted by Joe9099 View Post
    Make a Htaccess file in your register page directory and place a block of his ip in there. I use it
    thanks :p but hmm i use register page in my web NOLIFE WEBSITE

  5. #5
    Member Pôenix is offline
    MemberRank
    May 2010 Join Date
    50Posts

    Re: HACKER ;s

    you cant be secure from an ingame hacker except you use a antihack but ip ban??? useless he can restart his internet to get the a new ip or just useing proxys :P

  6. #6
    IfritGamerZ: Kevin minikevin12 is offline
    MemberRank
    Aug 2008 Join Date
    Montreal, QuebeLocation
    994Posts

    Re: HACKER ;s

    mac ban could be better :P and if he has dynamic IP 0_o

  7. #7
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: HACKER ;s

    Add this to your Register page =)

    Code:
    if(mssql_num_rows(mssql_query("SELECT * FROM Login(nolock) INNER JOIN Account(nolock) ON Login.AID = Account.AID WHERE Login.LastIP = '$_SERVER[REMOTE_ADDR]' and Account.UGradeID = 253")) <> 0){
    Header ("LOCATION: www.google.com");
    die();
    }



Advertisement