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. iMarkus

Beiträge von iMarkus

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!
  • Error PHP for Admin mod

    • iMarkus
    • 30. Oktober 2013 um 15:58

    mod.log entry please!

  • geoip datsbase

    • iMarkus
    • 28. Oktober 2013 um 17:11

    Put them in "adminmod/config/loadable"

  • Link log to ftp [Linux Server]

    • iMarkus
    • 21. Oktober 2013 um 22:27

    My fault, didn't see the headline, sorry.

  • Link log to ftp [Linux Server]

    • iMarkus
    • 21. Oktober 2013 um 20:10

    [ftp]
    enabled = 1
    host = "189.38.57.42"
    port = 21
    user = "*******"
    password = "******"
    passive = 1

    This is not required. Just let it as it was on your config.

  • COD4 Manu problem

    • iMarkus
    • 21. Oktober 2013 um 15:38

    The mod.log which is locaed in /manuadminmod/log not the config!

  • Auto aimbot kicker

    • iMarkus
    • 15. Oktober 2013 um 15:56

    Does not work just with manu admin mod. You need specific scripts to ban aimbot correctly. But I guess it's possible to detect how many headshots someone made in a specific amound of time and ban this guy then.

  • Manuadminmod Weboberfläche + Adminpanel

    • iMarkus
    • 13. Oktober 2013 um 16:23

    Hat momentan eh kein Internet und in Xfire sowie LineX Homepage ist er offenbar auch nicht aktiv

  • Manuadminmod Weboberfläche + Adminpanel

    • iMarkus
    • 12. Oktober 2013 um 21:24

    Ich glaube nicht, dass das Angebot noch aktuell ist. ;)

  • [REQUEST] Commands

    • iMarkus
    • 12. Oktober 2013 um 11:57
    Zitat von shadey99

    Hey shelly,
    Im shadey and you are the one that banned (and unbanned) me from your sniper nuke server, becus you said I used roccat XD remember me? :D
    Btw, Its running promod sniper only, but cant I add a plugin on paste some lines in z_c_r.iwd or promodlive211.iwd???????????

    No, does not work that easy!

  • [REQUEST] Commands

    • iMarkus
    • 10. Oktober 2013 um 23:15

    Thanks alot. Thats what I also needed shelly. :)

  • top players

    • iMarkus
    • 10. Oktober 2013 um 23:14

    We have it, but we are using a mysql db to get a rank system up. i dont think that it works for you.

  • Name of the names cod4 manuadmin mod[help]

    • iMarkus
    • 7. Oktober 2013 um 15:41

    You can also put it in default.rcon
    Console is not even required.

  • Anti Multi GUID Plugin

    • iMarkus
    • 6. Oktober 2013 um 20:37

    Wär voll gut, wenn der Pluginentwickler das machen könnte. :D

  • Anti Multi GUID Plugin

    • iMarkus
    • 6. Oktober 2013 um 20:02

    Kann man das nicht in einem richtigen Kickreason machen, wie wenn einer wegen Maxping oder so gekickt wird?^^

  • Name of the names cod4 manuadmin mod[help]

    • iMarkus
    • 6. Oktober 2013 um 18:27

    My god stop spamming those old topics. -.-

  • Welcome Player ***** FROM GERMANY

    • iMarkus
    • 6. Oktober 2013 um 01:36

    Wie ich dir per PM geschrieben habe ist das Plugin nicht öffentlich.

  • Anti Multi GUID Plugin

    • iMarkus
    • 5. Oktober 2013 um 15:10

    Hab ich mir schon fast gedacht. Manus sind nämlich alle gecrasht.


    PHP
    <?php
    /**
     * Anti Multi GUID Plugin
     * This plugin will kick a joining player if another player with his guid is already on the server.
     *
     * @author Yenz
     * @license Creative Commons BY-NC-SA 3.0 (Creative Commons — Attribution-NonCommercial-ShareAlike 3.0 Unported
      — CC BY-NC-SA 3.0)
     * @version 1.0
     */
    
    
    
    
    $antiMultiGuid = new antiMultiGuid();
    
    
    
    
    $mod->registerEvent("playerPIDChange", "playerPIDChange", $antiMultiGuid);
    
    
    
    
    class antiMultiGuid
    {
    	public function __construct()
    	{
     // nothing to do
    	}
    
    	public function playerPIDChange($param)
    	{
     global $mod, $logging;
     
     $guid = $param[0];
     $old_pid = $param[1];
     $new_pid = $param[2];
     
     $logging->write(MOD_NOTICE, "antiMultiGuid: playerPIDChange, GUID: $guid, old_pid: $old_pid, new_pid: $new_pid");
     $logging->write(MOD_NOTICE, "antiMultiGuid: kick new player id and sync playerlist");
     
     $mod->rconRcon("clientkick $new_pid");
     $mod->rconSay("Multiple Key");
     
     $mod->syncPlayerlist();
    	}
    }
    Alles anzeigen



    So richtig, ja?

  • Anti Multi GUID Plugin

    • iMarkus
    • 5. Oktober 2013 um 14:34

    Danke.

  • Anti Multi GUID Plugin

    • iMarkus
    • 5. Oktober 2013 um 14:08

    Hmm. Also bei einem anderem Spieler weiß ich dass es funktioniert. Komisch.
    Aber ein Reason wär noch ganz gut.

  • Anti Multi GUID Plugin

    • iMarkus
    • 5. Oktober 2013 um 11:01
    Zitat von Voices

    Das Plugin hat definitiv funktioniert hatte es auch in benutzung allerdings geht es nicht unter den IceOps Files, zumindest bei mir. Außerdem haben unter dne Iceops file snicht 2 leute die gleiche guid.

    Dass das Plugin für die cod41.7a nicht funktioniert wusste ich nicht. Da ihr diese Files aber eh nicht Supportet ist es auch egal. Trotzdem kann man mit 1 GUID mehrmals Connecten. :)

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