I have a game server I rent and I wanted to run this on my own PC at home. I set up the FTP section but the program just loops, as seen below:
Spoiler anzeigen
[25.12.09 17:50:19] Notice: Config loaded: config.cfg
[25.12.09 17:50:19] Notice: Config loaded: maps.cfg
[25.12.09 17:50:19] Notice: Config loaded: admins.cfg
[25.12.09 17:50:19] Notice: Config loaded: groups.cfg
[25.12.09 17:50:19] Notice: Language files loaded: en
[25.12.09 11:50:19] Notice: All config files were parsed
[25.12.09 11:50:20] Notice: RCON connection established (208.167.234.80:28960)
[25.12.09 11:50:20] Notice: Game detected: Call of Duty 4
[25.12.09 11:50:21] Notice: Dvar check successful
[25.12.09 11:50:22] Notice: Synced playerlist with 'status'
[25.12.09 11:50:22] Notice: Updated Dvar g_gametype
[25.12.09 11:50:23] Notice: Updated teamnames (usmc vs. arab)
[25.12.09 11:50:24] Notice: Sets Dvar _manuadminmod to '0.10.1 beta.gif" wcf_src=http://manuadminmod.de/forum/wcf/images/smilies/beta.gif>.gif>'
[25.12.09 11:50:24] Notice: == Loading plugins and commands ==
[25.12.09 11:50:24] Notice: - Loading antiteamkiller.php
[25.12.09 11:50:24] Notice: - Loading badwords.php
[25.12.09 11:50:24] Notice: - Loading banner.php
[25.12.09 11:50:24] Notice: - Loading basiccommands.php
[25.12.09 11:50:24] Notice: - Loading funmessages.php
[25.12.09 11:50:24] Notice: - Loading logkickbans.php
[25.12.09 11:50:24] Notice: - Loading modstuff.php
[25.12.09 11:50:26] Notice: Heartbeat has been sent to serverlist at manuadminmo
d.de: Connection timed out
[25.12.09 11:50:26] Notice: - Loading nameprotection.php
[25.12.09 11:50:26] Notice: - Loading pingkicker.php
[25.12.09 11:50:26] Notice: - Loading punkbuster.php
[25.12.09 11:50:27] Notice: - Loading randommapcycle.php
[25.12.09 11:50:27] Notice: - Loading spreemessages.php
[25.12.09 11:50:27] Notice: - Loading statistics.php
[25.12.09 11:50:27] Notice: - Loading tcp_query.php
C:\Users\AJ\Desktop\adminmod_0.10.1_beta.gif" wcf_src=http://manuadminmod.de/forum/wcf/images/smilies/beta.gif>.gif>\adminmod>goto 1
C:\Users\AJ\Desktop\adminmod_0.10.1_beta.gif" wcf_src=http://manuadminmod.de/forum/wcf/images/smilies/beta.gif>.gif>\adminmod>C:\PHP\php -f daemon.php -- -c
onfigdir "config" -logdir "log"
Manu-Admin-Mod v0.10.1 beta.gif" wcf_src=http://manuadminmod.de/forum/wcf/images/smilies/beta.gif>.gif> Copyright (C) 2008-2009 Manuel Kress
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain cond
itions.
Visit http://manuadminmod.de if you have any trouble
[25.12.09 17:50:27] Notice: ==========================================
[25.12.09 17:50:27] Notice: Manu-Admin-Mod v0.10.1 beta.gif" wcf_src=http://manuadminmod.de/forum/wcf/images/smilies/beta.gif>.gif> is starting...
[25.12.09 17:50:27] Notice: ==========================================
[25.12.09 17:50:27] Notice: !! Please wait until the mod is completely initial
ised
[25.12.09 17:50:27] Notice: Config loaded: config.cfg
[25.12.09 17:50:27] Notice: Config loaded: maps.cfg
[25.12.09 17:50:27] Notice: Config loaded: admins.cfg
[25.12.09 17:50:27] Notice: Config loaded: groups.cfg
[25.12.09 17:50:27] Notice: Language files loaded: en
[25.12.09 11:50:27] Notice: All config files were parsed
[25.12.09 11:50:28] Notice: RCON connection established (208.167.234.80:28960)
This is where it apparently restarts the program:
My config file:
Spoiler anzeigen
[main]
ip = "208.167.234.80"
port = 28960
logfile = "../main/games_mp.log"
rconpassword = "** DELETED **"
timezone = "US/Eastern"
prefix = "!"
language = "en"
antispam = 2
logrcon = 0
antistartupbug = "restart"
fixguidrelax = 1
pmprefix = "^1PM: ^2"
[ftp]
enabled = 1
host = "208.167.234.80"
port = 21
user = "** DELETED **"
password = "** DELETED **"
passive = 1
[tcp_query]
enabled = 1
ip = "208.167.234.80"
port = 1337
logintimeout = 30
defaulaction = "say"
sayprefix = "^3TCP-Admin (<ADMIN>): ^7"
admingroups = "master,admin"
disallowedcommands = "vote,yes,no,stats,session,tki,forgive,me,whoiam"
maxconnections = 5
(I deleted the other stuff from the config that didn't pertain to this problem.