View Single Post
Pickles47
Member
Join Date: Jun 2013
Old 01-25-2014 , 11:20   Re: [ANY] Player Analytics
Reply With Quote #43

Quote:
Originally Posted by Fearts View Post
Thanks for the work you did on the interface. One thing I would really like is just to be able to filter each column so I can see who has played the longest and who has the most visits ect. Also a way to get a % for each type of thing. Like the % of people who connect via favorites and such.
You can replace the a few sections with this:
index.php
Spoiler

data/users.php
Spoiler


Quote:
Originally Posted by Pitbull3 View Post
hey I am seeing like.... 50 versions of quickplay_1, 2 ect..... is there a way to combine all of them permanently? I don't want to have to run an sql query each time I want to merge them together...
You can add/modify this to fit your needs, it will update connect_method from quickplay_* to quickplay on page load.

PHP Code:
UPDATE 'player_analytics' SET 'connect_method'='quickplay' WHERE `connect_methodLIKE '%quickplay%'" 
added this to my updated panel in sessions.php

Spoiler


Quote:
Originally Posted by DrFallen View Post
Hey nice work Pickles on the modded web browser. I noticed it doesn't pick up the server name. Other than that everything works. No random errors.
I've had this problem too where the table is not being filled with the correct ip at times, instead being filled with 0.0.0.0. Since the server name comes from the recorded ip in config.php, it will be Other.

Last edited by Pickles47; 01-25-2014 at 11:21.
Pickles47 is offline