Guten Morgen
Erstmal ein dickes dankeschön an den Mod und daran, dass hier immernoch supportet wird!
Nach Stundenlangem Googel, haben wir es schon fast aufgegeben.
Nun möchte ich euch bitte uns zu helfen.
Wir hatten schon grosse Probleme, zu entziffern, welche Pfade im Startscript einzugeben sind und ich denke auch, die ist nicht korrekt...
hier einmal das Startscript:
Code
#=========
# CONFIG
#=========
#
# Name of process
# Unique for each mod installation
#=================================
NAME=ManuAdminMod_1
#Default: NAME=ManuAdminMod_1
#
# Basedir to adminmod installation:
#==================================
DIR=/home/mam #
#
# Path to config directory
#=========================
CFGDIR=/home/mam/adminmod/config
#Default: CFGDIR=config
#
# Path to log directory
#======================
LOGDIR=/home/cod//main/games_mp.log
#Default: LOGDIR=/home/cod/.callofduty4/main
#
# Additional parameters for the mod (e.g. -force)
#================================================
PARAMS=""
#Default: PARAMS=""
#
# Path to php-binary
# Normally only 'php'
#===================
PHP=php #
#
# Parameters for PHP (only for versed user)
#==========================================
PHPPARAMS="-f"
#Default: PARAMS="-f"
#
#==================================
# DO NOT EDIT STH BELOW THIS LINE
#==================================
Alles anzeigen
Nach langem Googels, haben wir hier im Forum den Tipp mit usr/bin/php -f daemon.php gefunden, dabei kommt das hier raus
(PHP5 und SQLite3 sind vorhanden...)
Errormeldung:
Code
$ /usr/bin/php -f daemon.php
Manu-Admin-Mod v0.11.5 Beta Copyright (C) 2008-2010 Manuel Kress
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
Visit http://manuadminmod.de if you have any trouble
[07.12.13 12:57:04] Notice: ==========================================
[07.12.13 12:57:04] Notice: Manu-Admin-Mod v0.11.5 Beta is starting...
[07.12.13 12:57:04] Notice: ==========================================
[07.12.13 12:57:04] Notice: !! Please wait until the mod is completely initialised
[07.12.13 12:57:04] Notice: Config loaded: config.cfg
[07.12.13 12:57:04] Notice: Config loaded: maps.cfg
[07.12.13 12:57:04] Notice: Config loaded: admins.cfg
[07.12.13 12:57:04] Notice: Config loaded: groups.cfg
[07.12.13 12:57:04] Notice: Config loaded: reasons.cfg
[07.12.13 12:57:04] Notice: Language files loaded: en
[07.12.13 12:57:04] Notice: All config files were parsed
[07.12.13 12:57:04] Notice: RCON connection established (gsqr.net:28960)
[07.12.13 12:57:05] Notice: Game detected: Call of Duty 4
[07.12.13 12:57:06] Notice: Dvar check successful
[07.12.13 12:57:06] Notice: Synced playerlist with 'status'
[07.12.13 12:57:07] Notice: Updated Dvar g_gametype
[07.12.13 12:57:08] Notice: Updated teamnames (sas vs. ussr)
[07.12.13 12:57:09] Notice: Sets Dvar _manuadminmod to '0.11.5 Beta'
[07.12.13 12:57:09] Notice: == Loading plugins and commands ==
[07.12.13 12:57:09] Notice: - Loading antiteamkiller.php
[07.12.13 12:57:09] Notice: - Loading voting.php
[07.12.13 12:57:09] Notice: - Loading statistics.php
[07.12.13 12:57:09] !! Error: Statistics: SQLite extension for PHP is not installed! Please install the SQLite (v2.X) extension to use this feature
10s to quit
Exit cause of a critical error
Alles anzeigen
Wenn über das Startscript gestartet wird, passiert das hier:
Server: Debian 7 Wheezy mit Intel E3-1240v3
Wenn sich jemand das ganze über Teamviewer anschauen möchte, kann er sich gerne melden.