Giter Site home page Giter Site logo

Update about left4deadrcon HOT 5 CLOSED

GoogleCodeExporter avatar GoogleCodeExporter commented on September 27, 2024
Update

from left4deadrcon.

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 27, 2024
Indeed this happens to me to quite annoying

Original comment by [email protected] on 28 May 2009 at 12:53

from left4deadrcon.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 27, 2024
I'm just hacking this to work with my Counter Strike Source server. My game 
servers
are running PHP 4 (centOS) so it was failing due to the json_encode functions 
(only
in PHP 5). 

There's a handy json class over at http://abeautifulsite.net/notebook/71. I've 
also
attached it.

Simply upload the 'JSON.php' file to the includes directory and add it as an 
include
in the 'config.php' file.

Thanks again for the code - it's very slick and tidy.

Original comment by [email protected] on 8 Jun 2009 at 1:23

Attachments:

from left4deadrcon.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 27, 2024
I have php5 and this affects me on r28
php.x86_64 / 5.2.6-jason.1

Original comment by [email protected] on 30 Jun 2009 at 7:20

from left4deadrcon.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 27, 2024
It looks like the new server versions have different output for the status 
command. 
I needed to update rcon.class.php to look for the 'map' and 'players' data from 
the
next line.  Here's the updated code:

$result['map'] = trim(substr($line[4], strpos($line[4], ":") + 1));
$result['players'] = trim(substr($line[5], strpos($line[5], ":") + 1));

Original comment by [email protected] on 28 Sep 2009 at 2:02

from left4deadrcon.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 27, 2024
Should be fixed by r32

Original comment by carl%[email protected] on 14 Jan 2011 at 6:03

  • Changed state: Fixed

from left4deadrcon.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.