Beiträge von Raiden
-
-
-
Dennis, tut mir leid, gut, dann umzusetzen in ein anderes Spiel, wo unterstützten Grafik ...
-
Dennis, Dank Ich dachte so, aber ich war einfach zu PHP 5.3.28 durch den Installer zu installieren!
-
Azad69, Danke, tut mir leid, dass dies nicht in der Anleitung geschrieben ...
Aber jetzt ein anderes Problem bis vor kurzem aktualisiert php PHP 5.5 (5.5.11) und jetzt dieser Fehler und Neustart: :confused:Spoiler anzeigen
Code
Alles anzeigen0:00 [24.04.14 03:28:37] Notice: ========================================== 0:00 [24.04.14 03:28:37] Notice: Manu-Admin-Mod v0.12 Beta is starting... 0:00 [24.04.14 03:28:37] Notice: ========================================== 0:00 [24.04.14 03:28:37] Notice: !! Please wait until the mod is completely initialised 0:00 [24.04.14 03:28:37] Notice: Config loaded: config.cfg 0:00 [24.04.14 03:28:37] Notice: Config loaded: plugins/admin_valid.cfg 0:00 [24.04.14 03:28:37] Notice: Config loaded: maps.cfg 0:00 [24.04.14 03:28:37] Notice: Config loaded: admins.cfg 0:00 [24.04.14 03:28:37] Notice: Config loaded: groups.cfg 0:00 [24.04.14 03:28:37] Notice: Config loaded: reasons.cfg 0:00 [24.04.14 03:28:37] Notice: Language files loaded: en-ru 0:00 [24.04.14 04:28:37] Notice: All config files were parsed 0:00 [24.04.14 04:28:38] Notice: RCON connection established (192.168.0.100:28965) 0:00 [24.04.14 04:28:39] Notice: Game detected: Call of Duty - Modern Warfare 2 (alterIWnet) 0:00 [24.04.14 04:28:39] Notice: Dvar check successful 0:00 [24.04.14 04:28:40] Notice: Synced playerlist with 'status' (0 players online) 0:00 [24.04.14 04:28:44] Notice: Updated Dvar g_gametype 0:00 [24.04.14 04:28:44] Notice: Updated teamnames ( vs. ) 0:00 [24.04.14 04:28:45] Notice: Sets Dvar _manuadminmod to '0.12 Beta' 0:00 [24.04.14 04:28:45] Notice: == Loading plugins and commands == 0:00 [24.04.14 04:28:45] Notice: - Loading admin_valid_server.php [24-Apr-2014 04:28:45 Europe/Zaporozhye] PHP Fatal error: Call to undefined function socket_create() in C:\IW4Play_Dedicated_Server\adminmod\plugins\admin_valid_server.php on line 184
Sag mir, wie man es beheben? -
Vielen Mirko911 seinen alten Geoip Plugin - es funktioniert super *entfernt*, aber ich und einige andere Leute hatten die Idee, und da wir nicht razberaemsya php dann bitte ich Sie, zu helfen, kann Geoip + Flaggen umgesetzt werden oder nicht?
Zum Beispiel, hier wie auf dem Screenshot ist ein Photoshop:Das kann möglich sein, ähnliche Codes, wie Überwachung LGSL verwenden:
Spoiler anzeigen
PHP
Alles anzeigen<?php // UPDATE CACHE WITH LOCATION if (empty($cache['o']['location'])) { $cache['o']['location'] = $lgsl_config['locations'] ? lgsl_query_location($ip) : ""; } function lgsl_icon_location($location) { global $lgsl_file_path, $lgsl_url_path; if (!$location) { return "{$lgsl_url_path}locations/OFF.png"; } if ($location) { $location = "/plugins/geoip/locations/".preg_replace("/[^a-zA-Z0-9_]/", "_", $location).".png"; if (file_exists($lgsl_file_path.$location)) { return $lgsl_url_path.$location; } } return "{$lgsl_url_path}locations/XX.png"; $output .= " <a href='".lgsl_location_link($server['o']['location'])."' style='text-decoration:none'> <img alt='' src='{$misc['icon_location']}' title='{$misc['text_location']}' style='vertical-align:middle; border:none' /> </a>"; } function lgsl_query_location($ip) { global $lgsl_config; if ($lgsl_config['locations'] !== 1) { return $lgsl_config['locations']; } $ip = gethostbyname($ip); if (long2ip(ip2long($ip)) == "255.255.255.255") { return "XX"; } $url = "http://api.wipmania.com/".urlencode($ip)."?".urlencode($_SERVER['HTTP_HOST']); if (function_exists('curl_init') && function_exists('curl_setopt') && function_exists('curl_exec')) { $lgsl_curl = curl_init(); curl_setopt($lgsl_curl, CURLOPT_HEADER, 0); curl_setopt($lgsl_curl, CURLOPT_TIMEOUT, 2); curl_setopt($lgsl_curl, CURLOPT_RETURNTRANSFER, 1); curl_setopt($lgsl_curl, CURLOPT_CONNECTTIMEOUT, 2); curl_setopt($lgsl_curl, CURLOPT_URL, $url); $location = curl_exec($lgsl_curl); if (curl_error($lgsl_curl)) { $location = "XX"; } curl_close($lgsl_curl); } else { $location = @file_get_contents($url); } if (strlen($location) != 2) { $location = "XX"; } return $location; }
P.S Sorry für die schlechte deutsche Hoffnung Volumen! :smile: -
Hallo! Hilfe zu verstehen, ist nicht das gleiche Passwort, aber es ist die gleiche wie in admin_groups.txt und in authenticate.bat ist? Was es können Server und Client auf der gleichen Maschine angeschlossen werden!
P.S Sorry für mein schlechtes Deutsch.