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

Beiträge von Yenz

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, Help

    • Yenz
    • 22. Juli 2014 um 12:46

    http://www.manuadminmod.de/index.php/Conv…Add/?userID=640

  • Error, Help

    • Yenz
    • 20. Juli 2014 um 12:54
    Zitat

    [...] right??


    no :-/

  • Error, Help

    • Yenz
    • 20. Juli 2014 um 00:56

    post the content of your mam.bat and your mam.cfg (both can be opened by every plain text editor (notepad.exe, notepad++.exe, wordpad.exe, ...).

  • Error, Help

    • Yenz
    • 19. Juli 2014 um 14:43

    update your php version!!!

  • banlist

    • Yenz
    • 18. Juli 2014 um 20:25

    Yeah, that was only a code snippet to show you some better/alternative ways.
    If you want further help always post your code in [spoiler ] and [code] tags. Then it's much easier to see what you've done and what the problem is.

  • banlist

    • Yenz
    • 18. Juli 2014 um 16:44

    just a trick:
    http://php.net/manual/de/function.file.php

    PHP
    <?php
    $allBans = file("C:\\Users\\user\\Desktop\\Call of Duty 4 - Modern Warfare\\main\\ban.txt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
    foreach ($allBans as $bans) {
        // code to modify a ban if you want
        // $ban = substr(trim($ban), 24);
        $players[$guid]->say($bans);
    }

    This will read the ban.txt file, ignore new line chars and leave out empty lines. So you'll get an array with every useful line without any whitespaces.

    P.S.: Please use the [code]-Tag!!!

  • Banner Change Problem

    • Yenz
    • 17. Juli 2014 um 17:59

    "^2Play fair and have fun

    There is missing a " and a ,
    --->

    "^2Play fair and have fun".,

  • SYNTAX Error !!

    • Yenz
    • 14. Juli 2014 um 13:12

    Install a current version of php http://windows.php.net/download/

  • upgrade time and date

    • Yenz
    • 1. Juli 2014 um 19:23

    There was a little bug in Mirko's "registerCommand" line. I've fixed that already.
    Plugin is tested and working!

    PHP
    <?php
    
    
    
    
    $mod->registerCommand("date", false, "my_date");
    
    
    
    
    function my_date($guid, $parameters) {
        //Get access to the mod class, which holds all mam relevant functions, values
        global $mod;
    
        //Find out the date.  Y = year, m = month, d = day
        $mytime = date('Y-m-d');
    
        //Say this message to everyone on the server
        $mod->rconSay($mytime);
    }
    Alles anzeigen
  • upgrade time and date

    • Yenz
    • 1. Juli 2014 um 19:14

    Guys, please don't try to overwrite built-in PHP functions ;)
    The time() should do exactly that: http://www.php.net/manual/de/function.time.php And nothing else^^

    GumGes1: Just give your function another name!

    Code
    $mod->registerCommand("date", false, "my_date");
    
    
    
    
    function my_date($guid, $parameters) {
    // here comes the rest...
  • TS3Poker Plugin

    • Yenz
    • 24. Juni 2014 um 02:40

    Hallo zusammen,

    habe eben mal an einem vielfach gewünschten Plugin gearbeitet. Der TS3Poker. Mit einem Kartenspiel hat das aber nichts zu tun ;)

    Installation:
    Entpacken & Kopieren & Einfügen

    Konfiguration TS3:
    Mit einem ausreichend priviligierten (TM) Account in TS3 auf Extras -> ServerQuery Login gehen. Username ist egal, muss halt mit dem Passwort zusammen in die Plugin-Config eingetragen werden.

    Konfiguration Plugin:

    Code
    {
        "ts3poker"          : {
            "enabled"       : true,
            "ip"            : "127.0.0.1",
            "port"          : 10011,
            "username"      : "test",
            "password"      : "b334ZBuH",
            "msgPrefix"     : "MAM here! ",
            "clients"       : "Ted,Angela"
        }
    }
    Alles anzeigen


    Der "port" ist der ServerQuery Port vom TS3 Server. Standard seitens TS3 ist 10011.
    Die "clients" müssen exakt so heißen wie auf dem TS3! Mehrere können per Komma "," getrennt werden (s. Bsp.).

    Konfiguration MAM:
    Den Befehl "ts3poke" in die groups.json eintragen.
    Optional: Einen Alias in der config.json eintragen (ts, ts3, admin oder report).

    Anwendung:
    !ts3poke Hey, hier ist einer, der ist ganz doll gemein :(

    Problembehanldung:

    Spoiler anzeigen


    Bitte manuell testen, ob folgende Schritte per putty/telnet ausgeführt werden können (TS3 ServerQuery):

    Code
    login username password
    use 1
    clientlist
    clientpoke clid=13 msg=testmsg
    quit


    Hinweis: Die clid müsst ihr euch aus der Antwort von "clientlist" raussuchen.

    Mögliche Ausgabe:

    Code
    TS3
    Welcome to the TeamSpeak 3 ServerQuery interface, type "help" for a list of commands and "help <command>" for information on a specific command.
    login test b334ZBuH
    error id=0 msg=ok
    use 1
    error id=0 msg=ok
    clientlist
    clid=4 cid=1 client_database_id=2 client_nickname=Yenz\sfrom\s127.0.0.1:57521 client_type=1|clid=6 cid=1 client_database_id=2 client_nickname=Yenz client_type=0|clid=10 cid=1 client_database_id=3 client_nickname=test client_type=0
    error id=0 msg=ok
    clientpoke clid=4 msg=testmsg
    error id=516 msg=invalid\sclient\stype
    clientpoke clid=6 msg=testmsg
    error id=0 msg=ok
    Alles anzeigen
    Spoiler anzeigen

    b_client_create_modify_serverquery_login
    b_virtualserver_client_list

  • Problem new MAM 1.0.0 beta3

    • Yenz
    • 15. Juni 2014 um 23:27

    You need at least PHP 5.3.0 5.4.0!

  • MAM stopped working after connecting server with Rcon tool

    • Yenz
    • 24. Dezember 2013 um 11:55

    Could you tell us, what your setting in [main]logfile is?

  • manuadminmod can Clean console_mp.log

    • Yenz
    • 16. Dezember 2013 um 21:06

    Oh, i've read over "console_mp.log".
    But Master of Little is right with his answer. Notepad++ would be my suggestion, too.

  • manuadminmod can Clean console_mp.log

    • Yenz
    • 16. Dezember 2013 um 16:39

    You can give the logfile a different name, one that is not easy to guess (like "bhsbfsdahbisdf.log").

    you have to change the logfile config variable in your cod config and the [main]logfile setting in mam config

  • MaM LInux Documentation

    • Yenz
    • 15. Dezember 2013 um 12:29

    install php on linux ;)
    currently we only have a german instruction guide here: http://archive.manuadminmod.de/index.php?page=LexiconItem&id=6
    and here: http://archive.manuadminmod.de/index.php?page=LexiconItem&id=4
    (which will be gone in half a month)

    quickly in english for you:
    install php5 (incl. sockets extension if you would like tou use the tcp console from a windows pc)
    install screen (if you're not a versed linux user)
    take a look in the "startscript" file and set the right paths (well documented directly in the file what to do)
    use the startscript like "./startscript start"

  • admin_valid plz help

    • Yenz
    • 14. Dezember 2013 um 19:02

    You can download both from here:
    http://archive.manuadminmod.de/thread/2371/ad…ght=admin+valid

  • Another issue -_-

    • Yenz
    • 14. Dezember 2013 um 12:40

    and check the path to your logfile in the config.cfg ;)

  • admin_valid plz help

    • Yenz
    • 14. Dezember 2013 um 12:38

    Honestly... I really don't know what you're doing wrong :D

    I've tried the following:
    admin_valid_server.php in /plugins
    admin_groups.txt in /config/plugins with this content:

    Code
    c78b680712d8b2b1dde3c77f48d77814:master:1:2b620bdf79fc91e5f062c2d6e897dd3c
    1234567980abcdef0123456789abcdef:master:1:2b620bdf79fc91e5f062c2d6e897dd3c


    authenticate.bat with this content:

    Code
    @echo off
    
    
    
    
    set ip=127.0.0.1
    set port=8009
    set guid=c78b680712d8b2b1dde3c77f48d77814
    set passwort=falah
    
    
    
    
    admin_valid_client.exe %ip% %port% %guid% %passwort%
    
    
    
    
    pause
    Alles anzeigen


    After running the bat I get this:

    Code
    sent "2b620bdf79fc91e5f062c2d6e897dd3c81d4ed145147ffc97b01775a77dd9f87c78b680712
    d8b2b1dde3c77f48d77814
    "
    answer: admin IP registered


    As you can see I get the same "sent ..." as in your screenshot.


    Sadly, I cannot reproduce your error. So as an exception I would help you along with teamviewer and do some debugging on your machine...

  • admin_valid plz help

    • Yenz
    • 14. Dezember 2013 um 01:27

    Please leave the code unchanged (as it is working correctly for others and we're interested in a solution that works for everyone, even for you *g*).
    So please do what i've posted before:

    Zitat von Yenz

    can you please ZIP AND UPLOAD your original files (admin_groups.txt AND authenticate.bat)


    After that we hopefulyl can reproduce your error and fix any bugs.

    Thanks

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