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.
Beiträge von KOoL
-
-
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!!!
-
-
-
PHP
Alles anzeigen#! /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
-
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!!!
-
-
-
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