Thank that's work
Beiträge von Chokapik
-
-
Hello,
i have a problem, yestarday the script work nice.
But today dont like.
With debug i have that.
Code
Alles anzeigen[12.11.10 20:53:15] Notice: ========================================== [12.11.10 20:53:15] Notice: Manu-Admin-Mod v0.11.3 beta is starting... [12.11.10 20:53:15] Notice: ========================================== [12.11.10 20:53:15] Notice: !! Please wait until the mod is completely initialised [12.11.10 20:53:15] Notice: Config loaded: config.cfg [12.11.10 20:53:15] Notice: Config loaded: maps.cfg [12.11.10 20:53:15] Notice: Config loaded: admins.cfg [12.11.10 20:53:15] Notice: Config loaded: groups.cfg [12.11.10 20:53:15] Notice: Config loaded: reasons.cfg [12.11.10 20:53:15] Notice: Language files loaded: en [12.11.10 20:53:15] Notice: All config files were parsed [12.11.10 20:53:16] Notice: RCON connection established (87.98.135.186:28960) [12.11.10 20:53:17] Notice: Game detected: Call of Duty 4 [12.11.10 20:53:17] Notice: Dvar check successful [12.11.10 20:53:18] Notice: Synced playerlist with 'status' [12.11.10 20:53:19] Notice: Updated Dvar g_gametype [12.11.10 20:53:19] Notice: Updated teamnames (sas vs. ussr) [12.11.10 20:53:20] Notice: Sets Dvar _manuadminmod to '0.11.3 beta' [12.11.10 20:53:20] Notice: == Loading plugins and commands == [12.11.10 20:53:20] Notice: - Loading pingkicker.php [12.11.10 20:53:20] Notice: - Loading modstuff.php [12.11.10 20:53:20] Notice: Heartbeat has been sent to serverlist at manuadminmod.de: Couldn't resolve hostname [12.11.10 20:53:20] Notice: - Loading welcomemessages.php [12.11.10 20:53:20] Notice: - Loading punkbuster.php [12.11.10 20:53:21] !! Warning: Punkbuster: PB is disabled on this server (sv_punkbuster = 0), please enable it before using this plugin [12.11.10 20:53:21] Notice: - Loading antiteamkiller.php [12.11.10 20:53:21] Notice: - Loading funmessages.php [12.11.10 20:53:21] Notice: - Loading warns.php [12.11.10 20:53:21] Notice: - Loading statistics.php ./startscript: line 57: 8573 Erreur de segmentation $PHP $PHPPARAMS daemon.php -- -configdir "$CFGDIR" -logdir "$LOGDIR" $PARAMS
My startscript
Bash
Alles anzeigen#!/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=/home/cod4_kill/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="php" #Default: PARAMS="" # # Path to php-binary # Normally only 'php' #=================== PHP=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
Can help me please?
Sorry for my bad english.
Thank you