1. GSManager
    1. Features
    2. Supported Games
    3. News
    4. Statistics
    5. Server list
  2. Lexicon
  3. Filebase
  4. Development
  5. Forum
    1. Dashboard
    2. Unresolved Threads
  6. Web-Interface
  7. Articles
  8. Members
    1. Recent Activities
    2. Users Online
    3. Team
    4. Search Members
  • Login
  • Register
  • Search
Everywhere
  • Everywhere
  • Articles
  • Pages
  • Files
  • Forum
  • Lexikon
  • More Options
  1. GSManager
  2. Members
  3. Terminatorder1

Posts by Terminatorder1

The project GSManager (formerly ManuAdminMod) was discontinued on 01.01.2020 - this internet presence stays available, but the software is no longer maintained. Thanks for your support over the more than 10 past years!
  • illegal mix of collations

    • Terminatorder1
    • May 25, 2014 at 1:22 AM

    Thema hat sich erledigt.


    mysql charset darf nicht auf utf8 stehen sondern muss auf latin1 gesetzt sein!

  • illegal mix of collations

    • Terminatorder1
    • May 24, 2014 at 7:41 PM

    Auf welcher version hast du es laufen? Kannst du mir mal deine Tabellenstruktur sagen ?

  • illegal mix of collations

    • Terminatorder1
    • May 24, 2014 at 6:25 PM

    Keine Hilfe ? Läuft Manu Adminmod nicht mir der neusten MySql Version ?

  • Player who is actually not on the server

    • Terminatorder1
    • May 22, 2014 at 9:54 PM

    überprüf mal ob noch ein anderer Server in die selbe games_mp.log schreibt ;) Oder hast du nur einen server am laufen ?

  • Admin call und Multiblegruppen.cfg

    • Terminatorder1
    • May 22, 2014 at 9:52 PM

    oder noch einfacher:
    Für jeden Server einen Adminmod ordner erstellen. Alle Configdirs in einen ordner legen und in der mod.class die servercfg anpassen:

    Code
    private $configfiles = array(
            "admins"  => "admins.cfg",
            "groups"  => "groups.cfg",
            "maps"    => "maps.cfg",
            "config"  => "config_HC_FFA.cfg",
            "reasons" => "reasons.cfg"
        );

    und schon hast du deine einzig wahre admins.cfg

  • illegal mix of collations

    • Terminatorder1
    • May 22, 2014 at 9:33 PM

    Hallo, benötige dringend Hilfe.

    Immer wenn Spieler mit gewissen sonderzeichen auf den Server joinen (z.B Adámèk) erhalte ich folgenden Fehler und der Adminmod funktioniert nichtmehr:

    Code
    [11-May-2014 16:45:57 Europe/Berlin] PHP Fatal error:  Uncaught exception 'Exception' with message 'Error executing MySQL-Query (1267): Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='' in E:\COD-Server\Cod\adminmod_HC_TDM\classes\mysql_stmt.class.php:41
    Stack trace:
    #0 E:\COD-Server\Cod\adminmod_HC_TDM\plugins\statistics.php(461): mysql_stmt->execute('{|?AF?|} KEm', '64a8af59c01857e...')
    #1 E:\COD-Server\Cod\adminmod_HC_TDM\plugins\statistics.php(84): stats_mysql->addAlias('64a8af59c01857e...', '{|?AF?|} KEm')
    #2 E:\COD-Server\Cod\adminmod_HC_TDM\plugins\statistics.php(33): stats->initPlayers()
    #3 E:\COD-Server\Cod\adminmod_HC_TDM\daemon.php(260): include_once('E:\COD-Server\C...')
    #4 {main}
      thrown in E:\COD-Server\Cod\adminmod_HC_TDM\classes\mysql_stmt.class.php on line 41

    An was zum Teufel liegt das ??? Kennt jemand das Problem ?

    PS: es ist MAM 0.12 installiert
    Server Version: 5.6.16 - MySQL Community Server (GPL)

  • Player who is actually not on the server

    • Terminatorder1
    • May 22, 2014 at 9:29 PM

    Ausversehen 2 mal Adminmod auf dem selben Server laufen, oder spielen 2 Spieler mit gleicher Guid drauf ?

  • Manu admin Mod startet nicht (LINUX) Permission denied

    • Terminatorder1
    • March 14, 2010 at 12:07 AM

    DANKE !!!!

    DAS HAT GEHOLFEB VIELEN DANK !!!!!!

  • Manu admin Mod startet nicht (LINUX) Permission denied

    • Terminatorder1
    • March 13, 2010 at 11:12 PM

    PHP 5.2.10-2ubuntu6.4 with suhosin-Patch 0.9.7 (cli) (built: Jan 6 2010 22:56:44)
    Copyright (c) 1997-2009 The PHP Group
    Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

  • Manu admin Mod startet nicht (LINUX) Permission denied

    • Terminatorder1
    • March 13, 2010 at 5:15 PM

    Hallo wenn ich ./startscript debug eingebe erhalte ich folgenden fehler:

    /opt/lampp/lib/php: Permission denied

    Ich hab schon alles ausprobliert chmod auf 777 als root aber es funktioniert einfach nicht

    Ich denke inzwischen das es was anderes sein muss

    Hier mal mein startscript:
    #!/bin/sh

    # STARTSCRIPT by Hool and manu
    # Much thanks to him :)
    #
    # If you have any problems, visit manuadminmod.de
    # or contact manuel.strider@web.de
    #
    #============================
    #
    #=========
    # CONFIG
    #=========
    #
    # Name of process
    # Unique for each mod installation
    #=================================
    NAME=ManuAdminMod_1
    #Default: NAME=ManuAdminMod_1
    #
    # Basedir to adminmod installation:
    #==================================
    DIR=/host/cod4/adminmod
    #Example: DIR=/var/games/cod4/adminmod
    #
    # Path to config directory
    #=========================
    CFGDIR=config
    #Default: CFGDIR=config
    #
    # Path to log directory
    #======================
    LOGDIR=log
    #Default: LOGDIR=log
    #
    # Additional parameters for the mod (e.g. -force)
    #================================================
    PARAMS=""
    #Default: PARAMS=""
    #
    # Path to php-binary
    # Normally only 'php'
    #===================
    PHP=/opt/lampp/lib/php
    #Example: PHP=/usr/local/bin/php
    #
    # Parameters for PHP (only for versed user)
    #==========================================
    PHPPARAMS="-f"
    #Default: PARAMS="-f"
    #
    #==================================
    # DO NOT EDIT STH BELOW THIS LINE
    #==================================

    # -------------------------------------------------------------------
    case "$1" in
    start)
    if [ `screen -ls |grep $NAME` ]
    then
    echo "Error: $NAME is already running, use '$0 stop' to stop it"
    else
    cd $DIR
    screen -dmS $NAME $PHP $PHPPARAMS daemon.php -- -configdir "$CFGDIR" -logdir "$LOGDIR" $PARAMS
    echo "$NAME was started. If you have problems try '$0 debug'"
    fi
    ;;
    stop)
    if [ `screen -ls |grep $NAME` ]
    then
    kill `screen -ls |grep $NAME |awk -F . '{print $1}'|awk '{print $1}'`
    echo "$NAME was stopped"
    else
    echo "Error: $NAME isn't currently running"
    fi
    ;;
    status)
    if [ `screen -ls |grep $NAME` ]
    then
    echo "$NAME is currently running"
    else
    echo "$NAME is NOT running"
    fi
    ;;
    debug)
    if [ `screen -ls |grep $NAME` ]
    then
    echo "Error: $NAME is running, use '$0 stop' to stop it"
    else
    echo "Error: sollte gestatstet werden ! "
    cd $DIR
    $PHP $PHPPARAMS daemon.php "$CFGDIR" "$LOGDIR" $PARAMS
    fi
    ;;
    show)
    tail -f "$LOGDIR/mod.log"
    ;;
    *)
    echo "Usage: $0 {start|stop|status|debug|show}"
    exit 1
    ;;
    esac

    exit 0


    Wäre echt nett wenn einer sich mit meinem Problem befassen könnte !

  1. Staff
  2. Privacy Policy
  3. Terms of Service
  4. Legal Notice
  5. Contact
Powered by WoltLab Suite™