Posts: 11
Threads: 0
Joined: Apr 2008
Reputation:
0
Ashus never mind, it is already working. I tried something and seems to be working, IP log is getting filled so thats good!
Really like it!!!
Thnx for your good tools man!
Posts: 11
Threads: 0
Joined: Apr 2008
Reputation:
0
btw Ashus, is there a way to kick players if they use bad language on the server? I only need 1 word which they may not say...
Rgds,
Jordy
Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
Kicking for bad language would require scanning the logfiles. Much more difficult than this script and it would not catch all bad words either. Players can type f.u.c.k and it would ignore him. Hire some people you trust to watch over the people and make a set of rules. No script can replace that.
Coffee phreak!
Posts: 11
Threads: 0
Joined: Apr 2008
Reputation:
0
true! But still thnx for your great work!!!
I want to kick highpingers at remote machine. hired game server. I'm not hosting gameserver at my computer! Could u help me ?
Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
You still want this tool, just run php scripts remotely (by cron or manually by opening browser and refreshing its window periodically).
Coffee phreak!
Ferstivaly there is a little, but known mistake in php script.
The script is not kicking players anymore.
It shows warning ,and hour.
But not kicking.
Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
This looks like the script can't write its data into a file. Update its path to a rw dir or make it rw to www-data user.
Coffee phreak!
I changeds ling as follows. wheres mistake?
links at "rcon-rules.php"
$rules_log_file = 'http://gdeko.eu/pub/cod2/rc/rcon-rules.log';
$rules_warned_cache_file = 'http://gdeko.eu/pub/cod2/rc/warned-cache';
$rules_iplog_interval = 5;
$rules_iplog_file = 'http://gdeko.eu/pub/cod2/rc/rcon-iplog.log';
links at "iplog.php":
$lines = $last;
$filename = 'http://gdeko.eu/pub/cod2/rc/rcon-iplog.log
link at "list-of-kicked.php":
IncludeLast('http://gdeko.eu/pub/cod2/rc/rcon-rules.log',10);
I changed attributes to "777" for each of file.
[nnCron is not working for me, still shows errors. Instead of this I used MS scheduler].