Server Protection
#1

Hi,i made a code for server port and ip check,but i want a better and optimized code,also i want it allow running on localhost,this code closes the server everytime,i added the bind and port in server.cfg file

PHP код:
        new ServerIp[16];
        
GetServerVarAsString("bind"ServerIpsizeof(ServerIp));
        if(
strcmp(ServerIpSERVER_IPfalse)!=|| isnull(ServerIp))
        {
            if((
strcmp(ServerIp"127.0.0.1"false) != 0) || (strcmp(ServerIp"localhost"false) != 0) || isnull(ServerIp)){
            } else { 
SendRconCommand("exit"); print("The ip and port is not correct"); }
        }
        if(
GetServerVarAsInt("port") != SERVER_PORT)
        {
            
SendRconCommand("exit");
        } 
Reply


Messages In This Thread
Server Protection - by K0P - 16.03.2016, 18:27
Re: Server Protection - by czerwony03 - 16.03.2016, 18:33
Re: Server Protection - by K0P - 16.03.2016, 18:40
Re: Server Protection - by czerwony03 - 16.03.2016, 18:47
Re: Server Protection - by AbyssMorgan - 16.03.2016, 20:49

Forum Jump:


Users browsing this thread: 1 Guest(s)