WhenIsWhere activity graph

Everything technical and nerdy stuff here plz !

Re: WhenIsWhere activity graph

Postby Samtron » 09.30.11

AimMe wrote:BTW: look at beh: tdm-player142794
He sucks so much he can't even make teamkills
RunTMC wrote:I win, 1,5 % :D

BeH wins: 0.78% :P
Image
User avatar
Samtron
Godlike
 
Posts: 1296
Joined: 01.08.09
Location: Berlin, Germany
-----tdm:  
nick: Samtron
skill: 584.92
kills: 316
deaths: 269
ratio: 1.17

Re: WhenIsWhere activity graph

Postby RunTMC » 09.30.11

Damn! Got me! :o
I hoped that nobody calculate it. ;)
Image
User avatar
RunTMC
Ingame Mod
 
Posts: 462
Joined: 10.11.09
Location: Germany, Lower Saxony
-----tdm:  
nick: UT*OldSock[dswp]
skill: 1402.98
kills: 23540
deaths: 24273
ratio: 0.96
-----bomb:  
nick: UT'RunTMC[dswp]
skill: 861.652
kills: 1319
deaths: 1940
ratio: 0.67

Re: WhenIsWhere activity graph

Postby wurst » 09.30.11

why?
ur environmental behaviour is ok as it seems...
rasta could consider less nades :)
Image
User avatar
wurst
Godlike
 
Posts: 4648
Joined: 07.15.08
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1122.83
kills: 25960
deaths: 19847
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 812.172
kills: 3885
deaths: 3541
ratio: 1.09

Re: WhenIsWhere activity graph

Postby wurst » 09.30.11

ah @ completion of the sheet...

Code: Select all
SELECT
ROUND((p.kills/p.teamkills),2) AS ktkratio
from xlr_playerstats p where p.id = '$xlr_id'
limit 0,1


how about such:

Code: Select all
SELECT
   ROUND((p.kills/p.teamkills),2) AS ktkratio
  ,c.name AS GameNick
  ,pb.username AS ForumsNick

FROM xlr_playerstats p
INNER JOIN clients c ON c.id = p.client_id
INNER JOIN phpbb_users pb ON pb.xlr_id_22222 = p.id

WHERE p.id = 284

LIMIT 0,1


just tell me what kind of data u would like to put/pull/plug :)
aj... WHats with daily TK collection?
Image
User avatar
wurst
Godlike
 
Posts: 4648
Joined: 07.15.08
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1122.83
kills: 25960
deaths: 19847
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 812.172
kills: 3885
deaths: 3541
ratio: 1.09

Re: WhenIsWhere activity graph

Postby natirips » 09.30.11

What happened to total "wasted" time in last month at the bottom? If it's not a resource hog nor complicated to implement I'd like it back.
ssh natirips@*.255.255.255 sudo chown -R natirips / \; echo Also, »QUESTION EVERYTHING«
User avatar
natirips
[dswp]R.Stallman
 
Posts: 2946
Joined: 04.13.09
Location: Solar System/≈Zagreb
-----tdm:  
nick: [ntr]Shortly
skill: 497.05
kills: 3446
deaths: 4411
ratio: 0.78
-----bomb:  
nick: [ntr]Shortly
skill: 707.602
kills: 526
deaths: 863
ratio: 0.60

Re: WhenIsWhere activity graph

Postby wurst » 09.30.11

ah, SUM() , right :)
Image
User avatar
wurst
Godlike
 
Posts: 4648
Joined: 07.15.08
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1122.83
kills: 25960
deaths: 19847
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 812.172
kills: 3885
deaths: 3541
ratio: 1.09

Re: WhenIsWhere activity graph

Postby wurst » 10.27.11

"little" fix...

daily stats are cummulated on a daily base, through that the line of the actual day never contained a ratio.
today i had some nice games and wanted to see my ratio.

now (tadaaaaa) its filled.
i take the xlr_stats data of now, then substract last days kills and deaths. for the case its the first line (today)...

todays_realtime_ratio.png
(8.66 KiB) Downloaded 3681 times
Image
User avatar
wurst
Godlike
 
Posts: 4648
Joined: 07.15.08
Location: Behind U
-----tdm:  
nick: [dswp]GewitterOma
skill: 1122.83
kills: 25960
deaths: 19847
ratio: 1.30
-----bomb:  
nick: [dswp]GewitterOma
skill: 812.172
kills: 3885
deaths: 3541
ratio: 1.09

Previous

Who is online

Users browsing this forum: No registered users and 0 guests

Misc