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
  • Deutsch
  • Anmelden
  • Registrieren
  • Suche
Forum
  1. GSManager
  2. Mitglieder
  3. geniusxD

Beiträge von geniusxD

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!
  • 1
  • 2
  • 3
  • 4
  • ban unban

    • geniusxD
    • 3. Oktober 2013 um 13:49

    hmmm i will search i was ban the hacker but i ban wrong one : :lol: but fine

  • ban unban

    • geniusxD
    • 3. Oktober 2013 um 11:50

    sorry bad english i translate

    i was baned some one in game play i need to unban him how
    i need ban players lis and how to unban them :)

  • ban unban

    • geniusxD
    • 3. Oktober 2013 um 11:38

    hi all
    i was baned some so i need to unban him i cant it try !unban but didnt work
    i need ban list and to unban who i want can some one help me

  • console

    • geniusxD
    • 2. Oktober 2013 um 20:31

    thx :)

  • console

    • geniusxD
    • 2. Oktober 2013 um 18:25

    i need to change console exampel to server or lol
    like
    !nextmap ===>> server:nextmap will be <map> <gametype>
    how to do that :eek: 

  • Chat logger Plugin

    • geniusxD
    • 2. Oktober 2013 um 13:54

    thanx :) good plugin :tick:

  • plz help database

    • geniusxD
    • 2. Oktober 2013 um 12:22

    plz watch this and tell me what wrong :)

    not working - YouTube

  • plz help database

    • geniusxD
    • 2. Oktober 2013 um 11:35

    same :hurted: can't find database download it !
    i put geoip.dat in adminmod/config/plugins and didn't work
    where i put geoip.dat

  • plz help database

    • geniusxD
    • 1. Oktober 2013 um 20:47

    GEOIP: Can't find Database Please Download it i have geoip.dat but not work
    :wallbash:  :wallbash: 

  • plz some one help {scream}

    • geniusxD
    • 1. Oktober 2013 um 15:04

    thanxxxx :tick: :tick: :tick: :tick:

  • plz some one help {scream}

    • geniusxD
    • 1. Oktober 2013 um 14:30

    where i put this


    I would recommend to use mirko's version. It contains a nice feature: You can use reasons (which are defined in config/reasons.cfg) to scream like this with a leading point:

    PHP Source code
    1

    !scream .teamkilling


    To choose the colors and reduce the count of messages replace this part of mirko's code:

    PHP Source code
    1
    2
    3

     for ($i = 0; $i <= 9; $i ++) {
    $mod->rconSay("^$i$msg");
    }


    with something LIKE that (you may want to edit color codes and add further colors by adding a new line):

    PHP Source code
    1
    2
    3
    4

    $mod->rconSay("^1$msg");
    $mod->rconSay("^3$msg");
    $mod->rconSay("^7$msg");
    $mod->rconSay("^2$msg");

  • plz some one help {scream}

    • geniusxD
    • 1. Oktober 2013 um 14:29

    ohh yenz plz just tell me what i do :(

  • plz some one help {scream}

    • geniusxD
    • 1. Oktober 2013 um 08:48

    hi all can some one help me with scream give me link or how to use or add me in xfire:ko12ko plz :)

  • what mean chat logger

    • geniusxD
    • 30. September 2013 um 19:23

    ohhh thanx dude :):)

  • what mean chat logger

    • geniusxD
    • 30. September 2013 um 18:58

    hi all i need to know what mean chatlogger can some one help me :wallbash:

  • plz all all help me with that

    • geniusxD
    • 28. September 2013 um 15:27

    I NEED HELP :wallbash: :wallbash: :wallbash:

  • plz all all help me with that

    • geniusxD
    • 22. September 2013 um 19:39

    Config loaded: plugins/poweradmin.cfg
    0:00 [23.09.13 14:18:50] Notice: Config loaded: plugins/serverinfo.cfg
    0:00 [23.09.13 14:18:50] Notice: Config loaded: maps.cfg
    0:00 [23.09.13 14:18:50] Notice: Config loaded: admins.cfg

  • plz all all help me with that

    • geniusxD
    • 22. September 2013 um 19:37

    plz add me xfire:ko12ko

  • plz all all help me with that

    • geniusxD
    • 22. September 2013 um 19:22

    the problem are its didnt work
    they say

    "^1{IP} ^7{SERVERNAME} ^7 => Players: ^2{CURRENT_PLAYERS}/{MAX_PLAYERS} ^7 Map: ^2{MAPNAME} ({GAMETYPE})"
    didn't show ip and maxplayer and map and gametype didnt work
      

  • plz all all help me with that

    • geniusxD
    • 22. September 2013 um 18:42

    hi guys that is my server info

    <?php

    /*

    [serverinfo]
    enabled = 1
    servers = "192.168.0.102"
    message = "{IP} {SERVERNAME} ^7 => Players: ^2{CURRENT_PLAYERS}/{MAX_PLAYERS}";
    offline = "{IP} ^7is ^1OFFLINE"
    interval = 300

    */


    $mod->setDefaultCV("serverinfo", "enabled", 1);
    $mod->setDefaultCV("serverinfo", "servers", "");
    $mod->setDefaultCV("serverinfo", "message", "^1{IP} ^7{SERVERNAME} ^7 => Players: ^2{CURRENT_PLAYERS}/{MAX_PLAYERS} ^7 Map: ^2{MAPNAME} ({GAMETYPE})");
    $mod->setDefaultCV("serverinfo", "offline", "{IP} ^7is ^1OFFLINE");
    $mod->setDefaultCV("serverinfo", "interval", 300);

    $serverinfo = new serverinfo();
    $serverinfo->readServers();

    $mod->registerEvent("everyTime", "trigger", $serverinfo);
    $mod->registerEvent("parseConfig", "readServers", $serverinfo);


    class serverinfo {
    private $mod = false;
    private $lastsend = 1;
    private $servers = array();
    private $current = 1;

    public function __construct() {
    $this->mod = &$GLOBALS["mod"];
    $this->lastsend = time();
    }

    private function getInfo($ip, $port) {
    try {
    $con = new q3query($ip, $port);
    }
    catch (Exception $e) {
    return;
    }

    $info = $con->getGameInfo();
    if (!$info) {
    $con->quit();
    return false;
    }
    $info["ping"] = $con->getLastPing();
    $info["hc"] = (isset($info["hc"])) ? $info["hc"] : 0;
    $info["kc"] = (isset($info["kc"])) ? $info["kc"] : 0;
    $info["ff"] = (isset($info["ff"])) ? $info["ff"] : 0;
    $info["od"] = (isset($info["od"])) ? $info["od"] : 0;
    $info["pb"] = (isset($info["pb"])) ? $info["pb"] : 0;
    $info["pure"] = (isset($info["pure"])) ? $info["pure"] : 0;
    $info["mod"] = (isset($info["mod"])) ? $info["mod"] : 0;
    $info["pswrd"] = (isset($info["pswrd"])) ? $info["pswrd"] : 0;
    $info["clients"] = (isset($info["clients"])) ? $info["clients"] : 0;
    $info["protocol"] = (isset($info["protocol"])) ? $info["protocol"] : "unknown";

    $con->quit();

    return $info;
    }

    public function readServers() {
    if (!$this->mod->getCV("serverinfo", "enabled")) return;
    $this->servers = array();
    $ips = explode(";", $this->mod->getCV("serverinfo", "servers"));
    foreach ($ips as $address) {
    if (preg_match('|^(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}):(\d{1,5})$|', $address, $subpatterns)) {
    $this->servers[] = array("ip" => $subpatterns[1], "port" => $subpatterns[2]);
    }
    }
    $this->current = 0;
    }

    public function trigger() {
    if (!$this->mod->getCV("serverinfo", "enabled")) return;
    if (count($this->servers) == 0) return;

    if (time() - $this->lastsend < $this->mod->getCV("serverinfo", "interval")) return;

    $info = $this->getInfo($this->servers[$this->current]["ip"], $this->servers[$this->current]["port"]);

    if (!$info) {
    $search[] = "{IP}";
    $replace[] = $this->servers[$this->current]["ip"] . ":" . $this->servers[$this->current]["port"];
    $msg = str_replace($search, $replace, $this->mod->getCV("serverinfo", "offline"));
    $this->mod->rconSay($msg);
    }
    else {
    $search[] = "{SERVERNAME}";
    $search[] = "{MAX_PLAYERS}";
    $search[] = "{CURRENT_PLAYERS}";
    $search[] = "{IP}";
    $search[] = "{MAPNAME}";
    $search[] = "{GAMETYPE}";
    $search[] = "{PING}";
    $replace[] = $info["hostname"];
    $replace[] = $info["sv_maxclients"];
    $replace[] = $info["clients"];
    $replace[] = $this->servers[$this->current]["ip"] . ":" . $this->servers[$this->current]["port"];
    $replace[] = $this->mod->getLongMapName($info["mapname"]);
    $replace[] = $this->mod->getLongGametype($info["gametype"]);
    $replace[] = $info["ping"];

    $msg = str_replace($search, $replace, $this->mod->getCV("serverinfo", "message"));
    $this->mod->rconSay($msg);
    }

    $this->lastsend = time();
    $this->current ++;
    if (!array_key_exists($this->current, $this->servers)) {
    $this->current = 0;
    }

    }

    }


    ?> 

    and last one


    [serverinfo]
    enabled = 1
    servers = "192.168.0.102"
    message = "^1{IP} ^7{SERVERNAME} ^7 => Players: ^2{CURRENT_PLAYERS}/{MAX_PLAYERS} ^7 Map: ^2{MAPNAME} ({GAMETYPE})"
    offline = "{IP} ^7is ^1OFFLINE"
    interval = 300

  • 1
  • 2
  • 3
  • 4
  1. Mitarbeiter
  2. Datenschutzerklärung
  3. Nutzungsbedingungen
  4. Impressum
  5. Kontakt
Community-Software: WoltLab Suite™
  • Alles
  • Artikel
  • Seiten
  • Dateien
  • Forum
  • Lexikon
  • Erweiterte Suche
  • Deutsch
  • English