Raised This Month: $12 Target: $400
 3% 

[ANY] Player Analytics


Post New Thread Reply   
 
Thread Tools Display Modes
Jillchang
Senior Member
Join Date: Mar 2014
Old 10-29-2017 , 22:36   Re: [ANY] Player Analytics
Reply With Quote #331

Quote:
Originally Posted by Stropy View Post
Use this
Is that one different from the one I'm using? The one I use only shows by country not by state or city like I need.
Jillchang is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 01-25-2018 , 20:29   Re: [ANY] Player Analytics
Reply With Quote #332

Anyone have a better or updated version of the webpanel? There is so much data, feels like they are lacking some in features.
Ejziponken is offline
lugui
Senior Member
Join Date: Feb 2016
Location: GetClientAbsOrigin();
Old 01-25-2018 , 21:27   Re: [ANY] Player Analytics
Reply With Quote #333

I just noticed that the plugin have some trouble dealing with local IP adresses.

I attached a picture showing a pice of a table that contain some of my servers. sometimes it register the external address, and others, it register the local adress. All the servers are on the same host, but running on different ports
Attached Thumbnails
Click image for larger version

Name:	Screenshot_1.png
Views:	406
Size:	10.2 KB
ID:	168145  

Last edited by lugui; 01-25-2018 at 21:28.
lugui is offline
Wolfseye
Senior Member
Join Date: Apr 2014
Location: Germany
Old 01-26-2018 , 20:48   Re: [ANY] Player Analytics
Reply With Quote #334

I tried to install the following Webpanel (which was linked in one of the recent posts here), and I got a couple issues, that prevent me from actually seeing the Data of the Server/s.

Here are the issues.

Anyone know what to do about those ?

Thanks.

Wolf

P.S: Seems that issue has been adressed here before, but I dont find any solution.

https://forums.alliedmods.net/showpo...&postcount=310
Attached Thumbnails
Click image for larger version

Name:	firefox_2018-01-27_02-42-07.png
Views:	376
Size:	10.6 KB
ID:	168160  
Attached Images
File Type: jpg InkedInkedchrome_2018-01-27_02-44-36_LI.jpg (81.6 KB, 247 views)

Last edited by Wolfseye; 01-27-2018 at 05:56.
Wolfseye is offline
Send a message via Skype™ to Wolfseye
Wolfseye
Senior Member
Join Date: Apr 2014
Location: Germany
Old 01-27-2018 , 11:06   Re: [ANY] Player Analytics
Reply With Quote #335

In case anyone else has / had the same issues with the webpanel, at least the one I used from "theChaosCoder", this is what helped me. I got that from a reply on his end on Github.

Code:
It's a configuration problem on your end. You need to allow write permission for the folder /cache/SQL.
Code:
There are many tuts out there for this.
But for a quick test you could try to change the cache location

From
FileSystemCache::$cacheDir = $dir.'/../cache';
To
FileSystemCache::$cacheDir = '/tmp/player_analytics';

in app.php
https://github.com/theChaosCoder/player_analytics/blob/master/inc/app.php#L34
He replied twice on my issues, you see both replies above. For me, the first solution did it. Just in case more having the same issue.
Wolfseye is offline
Send a message via Skype™ to Wolfseye
BraveFox
AlliedModders Donor
Join Date: May 2015
Location: Israel
Old 02-03-2018 , 16:45   Re: [ANY] Player Analytics
Reply With Quote #336

Hey,
I have a problem with the webpanel, when I press on the players list I get this error:
Quote:
DataTables warning: table id=players - An SQL error occurred: SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'csgotimes.player_analytics.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
Any solution?
__________________
Contact Me:
Steam: NoyB
Discord: Noy#9999
Taking Private Requests
BraveFox is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-03-2018 , 20:39   Re: [ANY] Player Analytics
Reply With Quote #337

Would you like to know if this is the most up-to-date version of Plugin and Web Interface?

If not where can I get the most current and stable version?
paulo_crash is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 02-04-2018 , 20:16   Re: [ANY] Player Analytics
Reply With Quote #338

Anyway to get webpanel show public IP not the UDP?
Ejziponken is offline
michaelrw
Senior Member
Join Date: Jul 2017
Old 02-22-2018 , 08:07   Re: [ANY] Player Analytics
Reply With Quote #339

Quote:
Originally Posted by Ejziponken View Post
Anyway to get webpanel show public IP not the UDP?
pretty sure one of the older versions of the panel did display the IP .. not sure why youd want to display all your users' IPs for the whole world to see
__________________

michaelrw is offline
Coin0p
Member
Join Date: Dec 2013
Old 03-25-2018 , 10:14   Re: [ANY] Player Analytics
Reply With Quote #340

BraveFox -- I had the same issue. Took me awhile to find a solution.

https://stackoverflow.com/questions/...87627#41887627

SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));

Then restart mysql

coin0p

Last edited by Coin0p; 03-25-2018 at 10:16.
Coin0p is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:45.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode