you have to add the lines 2 and 3 to your bat file and change the path to your mam.bat
Beiträge von Master of Little
-
-
-
It's renamed now. Now it calls mam.sh
-
Kannst dir auch mal jQuerry anschauen und vor allem http://datatables.net/
-
Only the admins who are in the admin_groups.txt get deleted, if you want vips don't write them in admin_groups.txt, write them only on groups.cfg
-
Du musst für jeden Server einen anderen Port einstellen und dann auch für jeden Server dich extra einloggen
-
yes because it's cheeper and i think linux based server are better
you can write a simple startscript for both linux and windows and the mam will start automatically with the server
-
Do you have a linux based server or a windows server?
-
Hmm... bei mir kann er keine Verbindung aufbauen.
Schreib mal bei deim server 0.0.0.0 bei der IP rein -
schick mir mal bitte deine Server IP per pm
-
ja und die Fehlermeldung ab Warning poste mal bitte komplett
-
Admins musst du nicht in die admins.cfg einfügen, da die da eh wieder gelöscht werden.
Entpacke mal das testscript und pass in den ersten zeilen von der php-Datei die Variablen an
-
normale banner und so kommen schon oder so?
Das kommt auch nicht wenn du den Client startest?
New Admin connection: -
Häng noch mal bitte die logzeilen an, wenn der mod komplett geladen hat und du admin_valid ausgeführt hast
-
So müsste es passen, konnte es aber leider nicht testen
-
Deine Funktion sollte so assehen ( alles muss in die foreach schleife rein)
Spoiler anzeigen
Code
Alles anzeigenfunction iplogger_log_sorted_joined($guid) { global $mod; global $players; if (!$mod->getCV("iplog", "S_enabled")) { return; } $playerlist = $mod->rconPlayerlist(); foreach ($playerlist as $value) { if ($guid == $value["guid"]) { $name = $value["name"]; $name = $mod->removecolor($name); $ip = $value["ip"]; $file = $mod->getConfigDir() . "/plugins/iplogger_guid.txt"; $arr_sorted_log = file($file); $change_arr = false; if ($key_guid = array_search("[" . $guid . "]\n", $arr_sorted_log) and $key_guid >= 0) { $key_ip = $key_guid + 1; $key_name = $key_guid + 2; if (!preg_match("'" . $ip . "'", $arr_sorted_log[$key_ip])) { $arr_sorted_log[$key_ip] = str_replace("\n", "", $arr_sorted_log[$key_ip]); $arr_sorted_log[$key_ip].= " '" . $ip . "';\n"; $change_arr = true; } if (!preg_match("'" . $name . "'", $arr_sorted_log[$key_name])) { $arr_sorted_log[$key_name] = str_replace("\n", "", $arr_sorted_log[$key_name]); $arr_sorted_log[$key_name].= " '" . $name . "';\n"; $change_arr = true; } if ($change_arr) { $write_string = implode("", $arr_sorted_log); $iplog_fp_sort = fopen($mod->getConfigDir() . "/plugins/iplogger_guid.txt", "w"); fwrite($iplog_fp_sort, $write_string); fclose($iplog_fp_sort); } } else { $arr_write = array(); $arr_write[0] = " "; $arr_write[1] = "[" . $guid . "]"; $arr_write[2] = "IPs : '" . $ip . "';"; $arr_write[3] = "Names: '" . $name . "';\n"; $write_string = implode("\n", $arr_write); $iplog_fp_sort = fopen($mod->getConfigDir() . "/plugins/iplogger_guid.txt", "a"); fwrite($iplog_fp_sort, $write_string); fclose($iplog_fp_sort); } break; } } }
-
Wo werden $name und $ip festgelegt?
-
Das heißt dein PC kann keine Antwort empfangen.
Was zeigt der MAM-Log an?
Hast du eine firewall an die die Verbindung blockiert? -
Die Funktion ereg() ist veraltet benutze preg_match() anstatt
-
Master of Little hat eine neue Datei hinzugefügt:
admin_valid
Admin valid extends authentication for administrators with an password system.ZitatAdmin Valid
Admin valid extends authentication for administrators with an password system.server configuration/installation
installation:
- copy all files from admin_valid_server.zip into your adminmod folders
- edit /configs/<YOUR-VERSION>/plugins/admin_valid.cfg:
ip = <YOUR_SERVER_IP>
port = <PORT_FOR_ADMIN_VALID> Not the game-server port!- start ManuAdminMod
- the installation is finished
configuration:- edit /configs/<>OUR-VERSION>/plugins/admin_groups.txt: <GUID>:<GROUP>:<PROTECTION>:<MD5_HASH_OF_PW>
example: edd4834d6a24333bac6d73c2bf38c3ba:master:1:50fd7e4bdf5a8e54fc02fff616c685ff
- run !readconfig
- server configuration is finished
client konfiguration/installation
installation:
- unzip admin_valid_client_1_0.zip to your computer
- client installation is finished
configuration:
- edit autenticate.bat:
set ip=<SERVER_IP> your server IP
set port=8009 your port for admin_valid
set guid=<GUID> your GUID
set passwort=<PASSWORD>your password- client konfiguration is finished
usage
usage:- start autenticate.bat
- join your Server
links
links: