Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Call Of Duty: PHP Rules Checker 1.5
#71

Rules checker was working fine since from 2 years and checked today all instances stops suddenly at same time writing to log files, But when i access rcon-rules.php by browser by commenting out following line then it works fine and write logs to file

Code:
//if ($_SERVER['SERVER_ADDR'] != '127.0.0.1') {die('Sorry, localhost service only.');}

but when i use crontab it doesn't write, i use webhosting built in crontab and it was working fine before , ...................it sends me email too with code of rcon-rules.php in email but it doesn't write logs to file

Code:
*/5 * * * * /usr/www/server/public/rules_checker/rcon-rules.php > /dev/null 2>&1 &

Don't know how to debug this problem , if you could help us that would be great..... thank u

PHP Version 5.6.26-pl0-gentoo, apache2
Reply
#72

Guest:
Most likely the process accessing the logfiles doesn't have proper permissions. If it's launched via CLI or cron directly, the user running it, otherwise the user www-data should have proper filesystem rights to write to the folder and to the specific logfile.
If the rest of the functions don't work properly - you can't connect to the gameserver from the script, it looks like a firewall or configuration problem.

[Image: kavove-zrnka-lajna.jpg]
Coffee phreak!
Reply




Users browsing this thread: 1 Guest(s)