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

Beiträge von KOoL

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!
  • Manuadminmod Windows Installation !

    • KOoL
    • 5. Januar 2012 um 21:18

    Hallo ich wollte mal fragen ob mir jemand bei der Installation hilft.
    Ich kriegs nicht hin, hab schon auf Linux gemacht, aber Windows noch nicht.
    Ich brauche dringend Hilfe.
    Xfire=12kool12
    TS ip : entweder hier 85.114.137.36:9988 oder hier 89.144.6.10:9988.

  • Mysql error!!

    • KOoL
    • 13. September 2011 um 22:03

    Hey hab ein komisches probelem

    PHP
    [13.09.11 19:28:35] PHP-Error: Warning in home/cod4/adminmod/classes/mysql.class.php:26 => mysql_connect(): Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2)
    [13.09.11 19:28:35]  !! Error: Statistics: Couldn't connect to MySQL databas; Error 2002: Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2)
    10s to quit
    Exit cause of a critical error

    Mysql is installiert!!!

  • Fehler im Startscript

    • KOoL
    • 13. September 2011 um 14:12
    PHP
    PARAMS="-f daemon.php -- -configdir config32001 -logdir log32001 -force [main]ip 85.114.137.36 -force [tcp_query]port 32001"
    #Default: PARAMS="-f"
  • Fehler im Startscript

    • KOoL
    • 13. September 2011 um 14:01

    hey dankeschön für deine hilfe!!!
    aber jetz habe ich ein anderses probelem und zwar

    PHP
    Error in command line parameters: Unrecognized part 'daemon.php'


    is die daemon.php in den parametern falsch angegeben??

  • Fehler im Startscript

    • KOoL
    • 12. September 2011 um 18:24
    PHP
    #! /bin/sh
    
    
    
    
    # STARTSCRIPT by Hool and manu
    # Many thanks to him :)
    #
    # If you have any problems, visit manuadminmod.de
    # or contact manuel.strider@web.de
    #
    #============================
    #
    #=========
    # CONFIG
    #=========
    #
    # Name of process
    #================
    NAME=ManuAdminMod
    #Default: NAME=ManuAdminMod
    #
    # Basedir to adminmod installation:
    #==================================
    DIR=/home/cod4/adminmod
    #Example: DIR=/var/games/cod4/adminmod
    #
    # Path to config directory
    #=========================
    CFGDIR=config32001
    #Default: CFGDIR=config
    #
    # Path to log directory
    #======================
    LOGDIR=log32001
    #Default: LOGDIR=log
    #
    # Path to php-binary
    #===================
    PHP=/usr/bin/php
    #Example: PHP=/usr/local/bin/php
    #
    # Parameters for PHP (only for versed user)
    #==========================================
    PARAMS="php -f daemon.php -- -configdir "config32001" -logdir "log32001" -force [main]ip 85.114.137.36 -force [tcp_query]port 32001"
    #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 $PARAMS daemon.php "$CFGDIR" "$LOGDIR"
        	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
        	cd $DIR
        	$PHP $PARAMS daemon.php "$CFGDIR" "$LOGDIR"
    	fi
    ;;
    show)
    	tail -f "$LOGDIR/mod.log"
    ;;
    *)
    	echo "Usage: $0 {start|stop|status|debug|show}"
    	exit 1
    ;;
    esac
    
    
    
    
    exit 0exit 0
    Alles anzeigen
  • Fehler im Startscript

    • KOoL
    • 12. September 2011 um 17:52

    Hallo,

    Ich habe vollgendes Problem, wenn ich per putty den Adminmod starte kommt diese Fehlermeldung, was heißt das?


    cod4@i036:~/adminmod> ./startscript32001 debug
    Could not open input file: php
    ./startscript32001: Zeile 96: exit: 0exit: Ein numerischer Parameter ist erforderlich.

    Ich habe nach dem PHP Pfad geguckt, aber ich denke es sollte richtig sein, PHP 5 ist auch installiert!

    Bitte helft mir!!!

  • !! Error: Couldn't open server's logfile: '/home/.callofduty4/main/games_mp29961.log'

    • KOoL
    • 22. Juli 2011 um 16:55

    ist er so richtig?

    logfile = "home/cod4/.callofduty4/main"

  • !! Error: Couldn't open server's logfile: '/home/.callofduty4/main/games_mp29961.log'

    • KOoL
    • 22. Juli 2011 um 16:27

    so und jetz noch die cfg:

    [main]
    ip = "93.186.196.63"
    port = "29961"
    logfile = "../main/games_mp.log"
    rconpassword = "........"
    timezone = "Europe/Berlin"
    prefix = "!"
    language = "de"
    antispam = 2
    logrcon = 1
    antistartupbug = "restart"
    fixguidrelax = 1
    pmprefix = "^1PN: ^2"
    responsefailcmds = 0

  • !! Error: Couldn't open server's logfile: '/home/.callofduty4/main/games_mp29961.log'

    • KOoL
    • 22. Juli 2011 um 16:13

    Hallo ich habe hier massive Probleme mit meinen Servern,

    Ich habe Opensuse als Betriebssystem und wollte eigentlich ungefähr so 10 Gameserver machen.
    So nun die Server klappen alle, aber der Adminmod streikt!!
    Diese Errors gab es zwar schon in anderen Threads, aber nicht so einen wie ich habe.

    Dann kommen auch noch Die PHP Fehler!, ich liste alles mal auf.


    [22.07.11 14:02:52] PHP-Error: Warning in home/cod4/adminmod/classes/q3query_log.class.php:49 => fputs() expects parameter 1 to be resource, boolean given
    [22.07.11 14:02:52] PHP-Error: Warning in home/cod4/adminmod/classes/q3query_log.class.php:46 => fopen(log29961/rcon.log): failed to open stream: Permission denied
    [22.07.11 14:02:52] PHP-Error: Warning in home/cod4/adminmod/classes/q3query_log.class.php:49 => fputs() expects parameter 1 to be resource, boolean given
    [22.07.11 14:02:52] PHP-Error: Warning in home/cod4/adminmod/classes/q3query_log.class.php:46 => fopen(log29961/rcon.log): failed to open stream: Permission denied
    [22.07.11 14:02:52] PHP-Error: Warning in home/cod4/adminmod/classes/q3query_log.class.php:49 => fputs() expects parameter 1 to be resource, boolean given
    [22.07.11 14:02:52] PHP-Error: Warning in home/cod4/adminmod/classes/q3query_log.class.php:46 => fopen(log29961/rcon.log): failed to open stream: Permission denied
    [22.07.11 14:02:52] PHP-Error: Warning in home/cod4/adminmod/classes/q3query_log.class.php:49 => fputs() expects parameter 1 to be resource, boolean given
    [22.07.11 14:02:52] PHP-Error: Warning in home/cod4/adminmod/classes/q3query_log.class.php:46 => fopen(log29961/rcon.log): failed to open stream: Permission denied
    [22.07.11 14:02:52] PHP-Error: Warning in home/cod4/adminmod/classes/q3query_log.class.php:49 => fputs() expects parameter 1 to be resource, boolean given

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