Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
try to delete all php_flag 's from that file, you must ensure the php configuration is correct other way (php.ini ? / change host)
Coffee phreak!
Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
New beta release is out.
Alright, admin name can be inserted in custom command as %a, see config.inc.php.
Also the bug dutch has reported has been fixed.
Furthermore, security fixes for protected functions dvarlist/dvardump etc. functions were applied for all games. Also more commands to whisper for codbo were added. I am still missing complete list, because "cmdlist" was removed.
Coffee phreak!
Posts: 24
Threads: 0
Joined: Nov 2010
Reputation:
0
OK, I can login now. But when I get in, I get the error below:
Error while connecting to gameserver; server is down or the map may be changing right now.
I checked the myserver.inc.php file and see my IP, Port, and rconpass is correct.
This time I do not see any errors in my webservers log. Hmmmmmmmm
Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
many webhosting providers block udp, install wamp and try to run it from there, that way you can best check your configuration.
you could also look at the phpinfo() and check supported php wrappers, disabled functions, etc.
Coffee phreak!
Posts: 2
Threads: 0
Joined: Nov 2010
Reputation:
0
I can connect,
But for example, If I want to restart the map, I get an error;
Unknown command "map_restart"
Regards
Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
you gotta enable outgoing UDP communication, also you need a UDP fopen wrapper. You might want to send the phpinfo to me first, I don't know where the problem exactly is.
Coffee phreak!
Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
hmm try register_globals off
other than that, it looks ok, so it might be them dropping UDP traffic for security reasons.
Coffee phreak!