RCON Session script
Posted: Fri Oct 30, 2009 3:22 pm
Hello,
Im looking for a PHP programmer, just for a (small) script which i can use on my server
my idea was making a gameserver, which allows Visitors to have a special admin level for 10 minutes through a script on a site.
It should do :
the script will read the IP and send a command to the server, the server will reply with a form:
COMMAND:
!userlist -ip (IP)
OUTPUT:
ID NAME LEVEL IP SEEN
db02d643 enjoi |- Visitor -| *.*.* Tue Sep 08 17:14:34
the ID should be fished out of there, then another command has to be send to change the level from the user
COMMAND:
!useredit (ID) -level 998
OUTPUT:
useredit: enjoi's level set to 998
then after 10 minutes this command has been given it has to get back to how it was, could be done 2 ways
!dbload
or the same commands only with -level 4 instead of 998
Could someone assist me in this? please send me a mail wessulletje@hotmail.com
Thanks,
Wessel
Im looking for a PHP programmer, just for a (small) script which i can use on my server
my idea was making a gameserver, which allows Visitors to have a special admin level for 10 minutes through a script on a site.
It should do :
the script will read the IP and send a command to the server, the server will reply with a form:
COMMAND:
!userlist -ip (IP)
OUTPUT:
ID NAME LEVEL IP SEEN
db02d643 enjoi |- Visitor -| *.*.* Tue Sep 08 17:14:34
the ID should be fished out of there, then another command has to be send to change the level from the user
COMMAND:
!useredit (ID) -level 998
OUTPUT:
useredit: enjoi's level set to 998
then after 10 minutes this command has been given it has to get back to how it was, could be done 2 ways
!dbload
or the same commands only with -level 4 instead of 998
Could someone assist me in this? please send me a mail wessulletje@hotmail.com
Thanks,
Wessel