lohengrin'm doing a blog. Brazil to netpanzer. can tell me what code I put script for server browser on blogspot?
There are several ways to accomplish this.
if you are able to code JavaScript / HTML, you can code your own serverbrowser.
All you need is the Data representing the current states of the gameservers including joined players with their statisitcs. And of course some Code which interprets and presents the Data e.g. in a webpage.
Grab the Data from this JSON Interface:
http://www.netpanzer.info/serverbrowser.json
It contains all running gameservers with joined players and all relevat statistics. It is updated automatically every 24 seconds.
In the Download Section you will find a PHP Serverbrowser: http://www.netpanzer.info/Download/Utilities/ServerBrowser/php-netpanzer-serverbrowser-v0.8.zip
this way is a poor way, but works.
<iframe width="100%" height="600" src="http://www.netpanzer.info/Server-Browser/" />
thank u
look my blog http://netpanzerbrasil.blogspot.com.br/