Ashus.ashus.net

Full Version: Call Of Duty: PHP RCon 2.40 EN++
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
try to delete all php_flag 's from that file, you must ensure the php configuration is correct other way (php.ini ? / change host)
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.
Ashus Wrote:try to delete all php_flag 's from that file, you must ensure the php configuration is correct other way (php.ini ? / change host)

OK, got it, that was it.
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
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.
I can connect,
But for example, If I want to restart the map, I get an error;

Unknown command "map_restart"

Regards
Ashus Wrote: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.

Im going to submit a ticket to my webhost. They are pretty good with the support. Are there any ports they need to be aware of if they ask me?
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.
Ashus Wrote: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.

check here click
hmm try register_globals off
other than that, it looks ok, so it might be them dropping UDP traffic for security reasons.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39