1. GSManager
    1. Funktionen
    2. Unterstützte Spiele
    3. Neuigkeiten
    4. Statistiken
    5. Serverliste
  2. Lexikon
  3. Filebase
  4. Entwicklung
  5. Forum
    1. Dashboard
    2. Unerledigte Themen
  6. Web-Interface
  7. Artikel
  8. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Dateien
  • Forum
  • Lexikon
  • Erweiterte Suche
  1. GSManager
  2. Mitglieder
  3. Raiden

Beiträge von Raiden

Das Projekt GSManager (vormals ManuAdminMod) wurde am 01.01.2020 eingestellt - diese Internetpräsenz bleibt verfügbar, die Software wird aber nicht länger gepflegt. Vielen Dank für eure Unterstützung in den mehr als zehn vergangenen Jahren!
  • !tempban commands don't work ?

    • Raiden
    • 30. April 2014 um 01:04

    MAM restarts the exclusion of players how to fix this error? :wacko:

    Code
    [30.04.14 01:21:33] Error: ConfigVar [kickban]modpower NOT set and can't use a d
    efault value←[0m
    10s to quit
    Exit cause of a critical error


    P.S my server MW2

  • MAM 0.12 beta usage

    • Raiden
    • 30. April 2014 um 00:32

    MAM restarts the exclusion of players how to fix this error? :wacko:

    Code
    [30.04.14 01:21:33] Error: ConfigVar [kickban]modpower NOT set and can't use a d
    efault value←[0m
    10s to quit
    Exit cause of a critical error


    P.S my server MW2

  • GeoIP Plugin

    • Raiden
    • 24. April 2014 um 12:21

    Dennis, tut mir leid, gut, dann umzusetzen in ein anderes Spiel, wo unterstützten Grafik ...

  • admin_valid

    • Raiden
    • 24. April 2014 um 12:17

    Dennis, Dank Ich dachte so, aber ich war einfach zu PHP 5.3.28 durch den Installer zu installieren!

  • admin_valid

    • Raiden
    • 24. April 2014 um 02:50

    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
    0: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
    Alles anzeigen


    Sag mir, wie man es beheben?

  • GeoIP Plugin

    • Raiden
    • 24. April 2014 um 02:24

    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
    <?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;
      }
    Alles anzeigen


    P.S Sorry für die schlechte deutsche Hoffnung Volumen! :smile:

  • admin_valid

    • Raiden
    • 24. April 2014 um 01:43

    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.

  1. Mitarbeiter
  2. Datenschutzerklärung
  3. Nutzungsbedingungen
  4. Impressum
  5. Kontakt
Community-Software: WoltLab Suite™