Hey!
Versuche gerade den Mod 0.9.2 auf meinen gemieten CoD4-Server von Server-United.de drauf zu bringen.
Habe die 2 Configs eingerichtet...
Meine Ordnerstruktur sieht wie folgt aus:
/cod4
-->main
-->mod
-->pb
(d.h. die Ornder main , mod und pb sind in dem Verzeichnis cod4 drin)
Habe in cod 4 mein adminmod-ordner hochgeladen.
Nun weiß ich erstens nicht wie das startscript starten kann? Beim Spiel über die Console oder wie starte ich solch ein script?
Außerdem weiß ich nicht genau ob ich dieses richtig konfiguriert hab hier ein auszug:
#!/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
# Unique for each mod installation
#================
NAME=ManuAdminMod_1
#Default: NAME=ManuAdminMod_1
#
# Basedir to adminmod installation:
#==================================
DIR=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
#
# Path to php-binary
# Normally only 'php'
#===================
PHP=php
#Example: PHP=/usr/local/bin/php
#
# Parameters for PHP (only for versed user)
#==========================================
PARAMS="-f"
#Default: PARAMS="-f"
#
#==================================
# DO NOT EDIT STH BELOW THIS LINE
#==================================
Nun meine Frage: Ich weiß gar nicht ob PhP auf meinem Server installiert ist?!
Ist das der Standard?
Gruß Ma$H
und vielen dank schonmal im voraus