Posts: 48
Threads: 1
Joined: May 2009
Reputation:
0
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?
Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
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.
Coffee phreak!
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]
Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
Try using only the first word of the command (before first space): $commands_enabled[] = 'promod_mode';
Coffee phreak!
Posts: 2
Threads: 0
Joined: Jan 2010
Reputation:
0
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.
Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
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.
Coffee phreak!
Posts: 2
Threads: 0
Joined: Jan 2010
Reputation:
0
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:
Posts: 5
Threads: 0
Joined: Jan 2010
Reputation:
0
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