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
Ashus Wrote:Probably your webhosting provider doesn't support some of the lines located in .htaccess file, try removing some.
It only works when this is my .htaccess (or when it is empty):
Quote:AddDefaultCharset UTF-8

But then I get this error when I am trying to connect to the server, everything is filled in good and I get it on all the servers:
Quote:Error while connecting to gameserver; server is down or the map may be changing right now.
ports ports ports Tongue get them open on webhost
Is it possible to remove some info out of the players list?
Like: guid, lastmsg, qport and rate?
Because we don't need those things. I have tried it myself but it is so well scripted that I (with my fail php skills) can't find it.

I also have another idea.
Is it possible to sort the players in the player list by player name in stead of client id. Because people ask me to kick Noob-1, if the list is sorted by player names then I will be able to find them and kick them faster.

Both things are not possible?
Everything is possible, but I have no interest in making the changes, feel free to do it yourself. I don't have enough time for that.

RiZla+

I have just upgraded to this newer version and i have ran into a problem with the user rights. I cant seem to figure out how to allow limited users to run custom commands.
server.inc.php
config.access.limited.php
[code]
Try using only the first word of the command (before first space): $commands_enabled[] = 'promod_mode';
I'm running php 5.2.11 and have run into the same problems that many have here. I have taken out the flags from the .htaccess file and created a php.ini with those flags as somebody suggested and that got the script going, but I can't seem to get past "Error while connecting to gameserver; server is down or the map may be changing right now."

I think this utility has great promise and I'm hoping we can get past this issue.
It works OK even on PHP 5.30, it is not a version issue. Many webhosting providers disable UDP connections made by webservers to prevent UDP hammering. Your own hosting? Check firewall.
Thanks, Ashus. I don't host at home, but rather I'm a host reseller so I have unlimited resources and I'm my biggest customer :lol:
Ashus hello, first I want to make you my compliments for your work immediately and I apologize for my English but I am Italian and use google translator.
I have a gameserver cod2. the phprcon not work if I install it on any free or paid web hosting gives me the error: Error while connecting to gameserver; server is down or the map may be changing right now.

However, if I install it on the local PC using WAMP does everything right ... why??
the game server accepts UDP connections and in fact if phprcon threw it from my pc works fine.

Thanks for your help.
hello
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