Jump to content

Search a Whitlister for Linux Server


eno

Recommended Posts

Hm, just tried it, works for me. Just edited the config:

 

{
"napf":
            {
                "ip":"127.0.0.1",
                "port":"2304",
                "pass":"adminpass",
                "msg":"kick message"
            }
}
 

took all guids out of guids.txt...so nobody is whitelisted, connected and got kicked immediately after executing php wl.php

Port is your server port where you connect with your client. pass is the admin pass in the server.cfg (or how you named it).

 

Regards, jahan.

Link to comment
Share on other sites

my server.cfg

hostname = "[Ger]-Hell-Wolf- DayZ Overpoch -Hig-FPS- (1.0.5.1/0.2.5/112555) Napf |STEAM|-- hosted by www.hell-wolf.de  ";
password = "";
passwordAdmin = "***********";
reportingIP = "arma2oapc.master.gamespy.com";
logFile = "server.log";

motd[] = {
        "----------------------------------------",
        "- DayZ Epoch by www.hell-wolf.de -",
        "----------------------------------------",
        "- Admins: enonaot    -",
		"----------------------------------------"
};
motdInterval = 1;
maxPlayers = 50;
kickDuplicate = 1;
verifySignatures = 2;
equalModRequired = 0;
requiredBuild = 112555;
voteMissionPlayers = 1;
voteThreshold = 2;
disableVoN = 0;
vonCodecQuality = 10;
persistent = 1;
timeStampFormat = "short";
BattlEye = 1;
requiredSecureId = 2;
steamPort = 2304;
steamQueryPort = 2311;
onUserConnected = "";					
onUserDisconnected = "";				
doubleIdDetected = "";					

onUnsignedData = "kick (_this select 0)";
onHackedData = "kick (_this select 0)";
onDifferentData = "";

class Missions
{
	class DayZ {
		template = dayz_epoch_24.napf;
		difficulty = "veteran";
	};
};

my config.cfg

{

"napf":

            {

                "ip":"127.0.0.1",

                "port":"2305",

                "pass":"**********",

                "msg":"Bitte registriere dich auf der Homepage"

           }

}

Link to comment
Share on other sites

Since i guess english isnt your best chance here, you also can pm in german ;-)

 

If you want to ask for (since I dont rly get what youre asking for in your second post *sry* ^^) a more specific example how your config should look like:

 

 

 

{
"napf":
            {
                "ip":"127.0.0.1", //replace 127.0.0.1 with the ip of the server if the script isnt hosted on the same server as dayz
                "port":"2304",  // you changed your port to 2305, did you do that because you have setup another port in the writer/restarter.pl? maybe thats the error?
                "pass":"adminpass",  // that thing you have deleted here passwordAdmin = "***********";
                "msg":"kick message" // you already did that ;-)
            }
}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...