PHP Query (show your server on your website)
#23

Quote:
Originally Posted by /^We(stie|z+[e|a
r)$/ ]
Quote:
Originally Posted by !MaVe
Quote:
Originally Posted by Programie
How can I query the amount of NPCs on the server?
You could send an rcon command to the server and get the output of it..
Oh? Do explain!
There isn't much to explain there..
You can send an rcon command to the server via this sdk, this is the function:

PHP Code:
function RCON($rcon$command)
  {
      echo 
'Password '.$rcon.' with '.$command;
      if (
$this->SendPacket('x '.$rcon.' '.$command) === false) {
          throw new 
QueryServerException'Connection to ' $this->szServerIP ' failed or has dropped.' );
      }

      
// Pop the first 11 bytes from the response;
      
$aReturnArray fread$this->rSocketID11 );

      echo 
fread$this->rSocketID11 );

      return 
$aReturnArray;
  } 
In a script, you can check if some rcon command was sent (OnRconCommand) and send something back to the sdk
Reply


Messages In This Thread
PHP Query (show your server on your website) - by Woet - 29.09.2009, 10:18
Re: PHP Query (show your server on your website) - by [LL]InstabiC - 29.09.2009, 10:19
Re: PHP Query (show your server on your website) - by Fj0rtizFredde - 29.09.2009, 15:05
Re: PHP Query (show your server on your website) - by [mad]MLK - 29.09.2009, 19:48
Re: PHP Query (show your server on your website) - by eXchainZ-FoReVeR - 30.09.2009, 18:08
Re: PHP Query (show your server on your website) - by shady91 - 30.09.2009, 18:14
Re: PHP Query (show your server on your website) - by Calgon - 30.09.2009, 18:17
Re: PHP Query (show your server on your website) - by eXchainZ-FoReVeR - 30.09.2009, 18:19
Re: PHP Query (show your server on your website) - by Calgon - 30.09.2009, 18:20
Re: PHP Query (show your server on your website) - by shady91 - 30.09.2009, 18:21
Re: PHP Query (show your server on your website) - by eXchainZ-FoReVeR - 30.09.2009, 18:28
Re: PHP Query (show your server on your website) - by Mr187 - 01.10.2009, 00:07
Re: PHP Query (show your server on your website) - by [mad]MLK - 15.10.2009, 20:13
Re: PHP Query (show your server on your website) - by Woet - 15.10.2009, 20:17
Re: PHP Query (show your server on your website) - by [mad]MLK - 15.10.2009, 20:23
Re: PHP Query (show your server on your website) - by Tenshi - 18.10.2009, 22:29
Re: PHP Query (show your server on your website) - by Westie - 18.10.2009, 22:46
Re: PHP Query (show your server on your website) - by Woet - 28.10.2009, 07:54
Re: PHP Query (show your server on your website) - by Programie - 28.10.2009, 14:50
Re: PHP Query (show your server on your website) - by Westie - 28.10.2009, 17:29
Re: PHP Query (show your server on your website) - by Streetplaya - 28.10.2009, 17:56
Re: PHP Query (show your server on your website) - by Westie - 28.10.2009, 17:59
Re: PHP Query (show your server on your website) - by Streetplaya - 28.10.2009, 18:03
Re: PHP Query (show your server on your website) - by Westie - 28.10.2009, 18:07
Re: PHP Query (show your server on your website) - by Takumi.WS - 07.11.2009, 12:09
Re: PHP Query (show your server on your website) - by mini-d - 11.11.2009, 09:56
Re: PHP Query (show your server on your website) - by FrostBytez - 11.11.2009, 10:17
Re: PHP Query (show your server on your website) - by _Gangster_ - 11.11.2009, 10:57
Re: PHP Query (show your server on your website) - by Woet - 11.11.2009, 12:42
Re: PHP Query (show your server on your website) - by Westie - 11.11.2009, 16:01
Re: PHP Query (show your server on your website) - by Alec24 - 10.04.2010, 15:58
Re: PHP Query (show your server on your website) - by Westie - 10.04.2010, 21:44
Re: PHP Query (show your server on your website) - by Alec24 - 10.04.2010, 22:04
Re: PHP Query (show your server on your website) - by Westie - 10.04.2010, 22:07
Re : PHP Query (show your server on your website) - by scott1 - 15.08.2010, 11:40
Re: Re : PHP Query (show your server on your website) - by Calgon - 15.08.2010, 11:52
Re: PHP Query (show your server on your website) - by ReVo_ - 15.08.2010, 15:51
Re: PHP Query (show your server on your website) - by Agent Smith - 15.08.2010, 16:25
Re: PHP Query (show your server on your website) - by MidoTheHawk - 25.08.2010, 08:54
Re: PHP Query (show your server on your website) - by ReVo_ - 26.09.2010, 19:59
Re: PHP Query (show your server on your website) - by gamer931215 - 26.09.2010, 20:22
Re: PHP Query (show your server on your website) - by thimo - 27.01.2012, 16:07
Re: PHP Query (show your server on your website) - by Translator - 10.07.2012, 06:49
Re: PHP Query (show your server on your website) - by [MM]18240[FMB] - 25.07.2012, 03:09
Re: PHP Query (show your server on your website) - by ca2k - 25.07.2012, 13:22
Re: PHP Query (show your server on your website) - by CrossUSAAF - 25.07.2012, 14:02
Re: PHP Query (show your server on your website) - by StoNe- - 12.07.2014, 17:32
Re: PHP Query (show your server on your website) - by Sithis - 12.07.2014, 18:24
Re: PHP Query (show your server on your website) - by StoNe- - 12.07.2014, 19:12
Re: PHP Query (show your server on your website) - by Aldo. - 12.07.2014, 19:51
Re: PHP Query (show your server on your website) - by StoNe- - 13.07.2014, 13:17
Re: PHP Query (show your server on your website) - by Zekiloni - 07.11.2015, 22:53
Re: PHP Query (show your server on your website) - by NLDBrian - 16.10.2017, 18:42

Forum Jump:


Users browsing this thread: 1 Guest(s)