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

Beiträge von Mirko911

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 ! Hilfe !

    • Mirko911
    • 30. Januar 2014 um 14:59

    Hey,

    dein PC ist nicht kaputt. Es liegt daran, das PHP die Sqlite2 extension durch sqlite3 ersetzt hat.
    Dies wurde in der vor wenigen Tagen erschienenen Version "0.12 Beta" vom MAM gefixt.
    Nun brauchst du allerdings die PDO extension (pdo_sqlite)

  • Power /needed

    • Mirko911
    • 30. Januar 2014 um 14:09

    dachte, dass sich die Gruppenrechte nicht minütlich ändern.
    Es gibt aber noch die Möglichkeit das reinzupacken.
    Die Funktion dafür ist schon enthalten, nur halt noch nicht mit Readconfig verknüpft.

    Hatte es mir halt so gedacht, dass Plugins die Rechte ändern können.
    z.B. dass man nichtmehr kicken kann, wenn man kein Clantag drin hat, oder das man nichtmehr gekickt werden kann, wenn man eins drinne hat.
    Sowas ist nun relativ leicht umzusetzen

  • Power /needed

    • Mirko911
    • 29. Januar 2014 um 22:48

    alles nicht so einfach ;-).

    Das verwunderliche ist, dass ich diese Funktionen eigentlich sehr ausführlich getestet habe, eben damit sie bei jedem Funktionieren

  • Aliases broken

    • Mirko911
    • 29. Januar 2014 um 17:55

    hmm,

    you're right. There are no aliases in your database.
    Now we've to find out why.

    I've tested the "saving/loading" of stats many times to check if there are some bugs. After all was fine, I decided to upload the file and we released the mam.

    Can you send me the 629th line of the statistics php?

    Also I'd like to see some system information.

    • Windows/Linux?
    • PHP Version (PHP5.3 or PHP5.4)
  • Aliases broken

    • Mirko911
    • 29. Januar 2014 um 16:29

    that's crazy.
    Can you upload me your stats.sqlite3 file from the config/plugins/ folder in a zip file


  • Customm commands loging bug

    • Mirko911
    • 29. Januar 2014 um 16:05

    xD

    but function seems to be a little bit buggy.
    We'll fix that in the next version ;)

  • Customm commands loging bug

    • Mirko911
    • 29. Januar 2014 um 15:51

    [customcommands]
    logcommands = 0


    should fix this

  • Statistics Bug on Update

    • Mirko911
    • 29. Januar 2014 um 00:18

    sry I meant savestats = "sqlite"

  • Statistics Bug on Update

    • Mirko911
    • 28. Januar 2014 um 23:25

    crazy.
    Is there an error in the mod.log? Maybe the folder permissions?
    Did you set savestats = "1" in the [statistics] category


    I'm going to sleep now, have a presentation tomorrow.

  • Statistics Bug on Update

    • Mirko911
    • 28. Januar 2014 um 23:09

    the new sqlite stats version should create a file called
    stats.sqlite3 in the config/plugins folder

    If there is no file, the adminmod will create one (you will see that in the logfile)

    Code
    0:00 [27.01.14 17:45:38] Warning: No Stats DB found, start creating ...

    If you start the MAM, the MAM waits for players to join.
    After player joined (event:playerJoin) the mam creats a new entry in the database, or if an old entry exists, he use the old one.

    EDIT:
    I tested the saving of the players and the creation of the database, so it's crazy if you don't have one ;)

    If the player disconnect, the mam saves the stats of the disconnected player in the database.

    If you kill the whole adminmod with strg + c or with a click on the Close Icon, nothing new will be stored [the stats of the players on your server won't saved]

  • Statistics Bug on Update

    • Mirko911
    • 28. Januar 2014 um 22:31

    stats.sqlite3?

    You know that the mam stores stats on disconnect.
    If you kill the mam, nothing is saved.

    And I'm working on an importer for the old stats to the new database

  • Problem mit Adminmod

    • Mirko911
    • 28. Januar 2014 um 20:13

    dann scheint das an den Serverfiles zu liegen.
    Haben wir auch hin und wieder schonmal

  • Problem mit Adminmod

    • Mirko911
    • 28. Januar 2014 um 20:11

    hey,

    kommt auf den Mod an, der bei dir läuft.
    Oft kommt das auch nach einem Neustart vom MAM vor, dass der Spieler nicht erkannt wird.
    Deswegen gibt's die Antistartupbug Variable um das zu verhindern.

    PS. wie siehts eig. aus mit Dev und so, schon nachgefragt?

  • Statistics Bug on Update

    • Mirko911
    • 28. Januar 2014 um 20:08

    change
    in statistics.php
    line 629 from

    Code
    if ($result->fetch(PDO::FETCH_NUM)[0] == 0) {


    to

    Code
    if (count($result->fetch(PDO::FETCH_NUM)) == 0) {

    should fix that, contact me if not

  • Statistics Bug on Update

    • Mirko911
    • 28. Januar 2014 um 18:57

    you've set fastrcon to 1?

  • Fast rcon

    • Mirko911
    • 28. Januar 2014 um 18:26

    and the second test?

    what's the number of the last message you get?

  • Fast rcon

    • Mirko911
    • 28. Januar 2014 um 17:59

    Here is the code,
    place it as .php file in the plugins folder.
    You can test the rcon time if you type !spambot in the console.

    Attention: that will spam your whole console with text messages for 10 or MORE seconds

    PHP
    <?php
    /**
     * PROJECT: ManuAdminMod (0.12 Beta)
     * WEBSITE: http://www.manuadminmod.de
     * AUTHORS: Manu (Original Author) | Dennis, Hackebein, Master of Little, Mirko911, Yenz
     * LICENSE: Creative Commons BY-NC-SA 4.0 (http://creativecommons.org/licenses/by-nc-sa/4.0/)
     * PERMITS: If you want to obtain additional permissions, contact us at: Webmaster@ManuAdminMod.de
    **/
    
    
    
    
    /**
        RCON SPAM TEST MAM 0.11.5 by Mirko
    
        Author: Mirko
        Version: 1.00
        Date: 27.09.2012 21:07
        Xfire: mirko911
    */
    /*Define Parameter and Listner */
    $mod->setDefaultCV("spambot", "name", "^1MAM1");
    $mod->registerCommand("spambot", false , "spambot");
    
    
    
    
    function spambot($guid, $parameter){
        global $mod,$players;
    
        //start global
        $mod->RconRcon($mod->getCV("spambot", "name")."^1=====Start First test====");
            $starttime = microtime(true);
        for($i = 0; $i < 20; $i++){
            $mod->Rconsay($mod->getCV("spambot", "name")."^7: Nachricht ^2" .$i);
        }
            $endtime = microtime(true);
        $mod->RconSay($mod->getCV("spambot", "name")."^1=====finished first test====");
        $mod->RconSay("^1Time needed ^2".$endtime - $starttime." sek");
    
            $mod->RconSay($mod->getCV("spambot", "name")."^1=====start second test====");
    
            $time = time();
            $i = 0;
            while($time +10 > time()){
                $mod->Rconsay($mod->getCV("spambot", "name")."^7: Nachricht ^2" .$i);
                $i++;
            }
            $mod->RconSay($mod->getCV("spambot", "name")."^1=====finish second test====");
    
    
    
    
    }
    ?>
    Alles anzeigen
  • mam.cfg

    • Mirko911
    • 28. Januar 2014 um 17:34

    hey,

    are you sure, that you moved the "defferedJobs" Plugin from the downloaded plugins folder to your plugins folder?

    EDIT:

    I looked in the Files and found a small bug.

    you have to change "classes/log.class.php" line 60 from

    Code
    deferredJobs::add(10, "die", array("Exit cause of a critical error\n\n"));


    to

    Code
    die("Exit cause of a critical error\n\n");


    btw. that doesn't fix the "rcon connection not valid" error. That means, that s.th is wrong with your rcon connection.

    Did you set a rcon pw?
    Is your Server IP:Port correct?
    Is your server running?

  • Fast rcon

    • Mirko911
    • 28. Januar 2014 um 17:30

    in the "ninja" Files it's already enabled.
    The rcon patch is written by aluigi. I can't find the link atm.. This patch fixes the blocks the "rcon blocker" but it's also good for boosting MAM.

    In my test you can send 85 "rcon say test" per second

  • Fast rcon

    • Mirko911
    • 28. Januar 2014 um 16:08

    fast rcon is only usefull if you have a server with a "rcon patch" or if you have a server with Severfiles by Iceops|Ninja

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