PDA

View Full Version : first post - wbgraph beta :)


-term-
01-11-2006, 07:06 AM
hi all,

http://vihur.dyn.ee/jg3/wbgraph.php

that's my first post :D

<S>

-term-
01-12-2006, 03:38 PM
Post 2 - testing avatars and some links :)

http://vihur.dyn.ee/jg3/wbstats.html

scooby
01-12-2006, 10:31 PM
and i thought i didnt have a life :p ;)

hehehe looks nice Term!! :cool:

-term-
01-18-2006, 01:23 PM
Hi,

You can look at week stats too ;)
Just for fun ...

<S>

phenix
01-18-2006, 05:24 PM
How do you obtain the data? iEN give you a feed?

Pretty cool stuff. More stats at the S3 stats site if interested
http://www.errthum.com/warbirds/s6

-term-
01-19-2006, 09:46 AM
Hi,

Actually I have cron job which is doing http query to IEN webpage (www.totalsims.com) and parses some HTML data and writes it to PostgreSQL database.
Scripting is done with PHP and for producing of graph I use php library - pretty easy to do.

To get data from PostgreSQL I have some functions and views and that's almost all.

So if IEN will change their web-page I have to change parser a little bit.

It would be really nice to get some XML or any other feed to get number of areas ...

I think vic- has some code too for it ...

I just do it for fun ...

<S>

Target
01-20-2006, 07:28 AM
Hey term, I may need your and vic's help down the line a bit. I'm hoping to get a TON of data running from the servers into Furball and I need a way to arrange it an display it reasonably.

Bastically a stats page that could show you anything from the fired/hit ratio of all MG 150 rounds to the kill ratio of a FW 190 A8.

If you have any thoughts especially in terms of how the data should be pulled (what format I'd do best to get it in for the site) and how to display it in an intelligable way, I'm all ears.

-term-
01-21-2006, 09:36 AM
Hi,

I have been using http://www.aditus.nu/jpgraph/index.php
for showing graphs.

But actually I think it is good if we will get pilots stats and all other stats in XML form.
XML is very understandable for most of us and of course there are lot of XML parsers and other functionality already implemented for it.
You can use PHP or Java or any other programming language to make presentation layer for XML data.

Just my thoughts ...

<S>

-term-
03-23-2006, 04:11 PM
Just another easy try :)

http://vihur.dyn.ee/jg3/qbtestjs.html

<S>