Raised This Month: $ Target: $400
 0% 

[ANY] Connection Method Viewer


Post New Thread Reply   
 
Thread Tools Display Modes
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 12-02-2013 , 21:11   Re: [ANY] Connection Method Viewer
Reply With Quote #31

Quote:
Originally Posted by ocwoody View Post
Any eta when the MySQL version with web page will be finished?
The guy who was building the web interface just broke his desktop and it won't be running again until around the 10th, so the web panel will be delayed for a while.

I'll probably release the base plugin fairly soon.

Edit: https://forums.alliedmods.net/showthread.php?t=230832
__________________

Last edited by Dr. McKay; 12-02-2013 at 21:36.
Dr. McKay is offline
ocwoody
AlliedModders Donor
Join Date: Nov 2010
Location: huh
Old 12-02-2013 , 23:17   Re: [ANY] Connection Method Viewer
Reply With Quote #32

Quote:
Originally Posted by Dr. McKay View Post
The guy who was building the web interface just broke his desktop and it won't be running again until around the 10th, so the web panel will be delayed for a while.

I'll probably release the base plugin fairly soon.

Edit: https://forums.alliedmods.net/showthread.php?t=230832
Awesome, thanks!

I'll probably end up writing my own web interface anyways!
ocwoody is offline
Marverlous
Senior Member
Join Date: May 2013
Old 12-14-2013 , 16:56   Re: [ANY] Connection Method Viewer
Reply With Quote #33

This could give birth to a cool plugin that show how many people favorited you server.
Marverlous is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 12-14-2013 , 18:10   Re: Re: [ANY] Connection Method Viewer
Reply With Quote #34

Quote:
Originally Posted by Marverlous View Post
This could give birth to a cool plugin that show how many people favorited you server.
You wouldn't need a plugin, just write an SQL query to count the number of unique Steam IDs that connected via serverbrowser_favorites.
__________________
Dr. McKay is offline
Pythong
SourceMod Donor
Join Date: Dec 2008
Old 12-15-2013 , 23:00   Re: [ANY] Connection Method Viewer
Reply With Quote #35

Quote:
Originally Posted by Marverlous View Post
This could give birth to a cool plugin that show how many people favorited you server.
From the Player Analytics database if you run the following query you can get results:

Quote:
SELECT COUNT( DISTINCT Auth )
FROM `player_analytics`
WHERE `connect_method` = 'serverbrowser_favorites'
Pythong is offline
Marverlous
Senior Member
Join Date: May 2013
Old 12-15-2013 , 23:56   Re: [ANY] Connection Method Viewer
Reply With Quote #36

Quote:
Originally Posted by Pythong View Post
From the Player Analytics database if you run the following query you can get results:
That's awesome! I'm very grateful.
Marverlous is offline
Eyelanderules
Member
Join Date: Jul 2011
Old 06-28-2014 , 20:01   Re: [ANY] Connection Method Viewer
Reply With Quote #37

Im guessing

- steamnamehere quickpick_#
means they are players that use the quickplay 20 server thing to choose from?
Eyelanderules is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 06-28-2014 , 22:09   Re: [ANY] Connection Method Viewer
Reply With Quote #38

Quote:
Originally Posted by Eyelanderules View Post
Im guessing

- steamnamehere quickpick_#
means they are players that use the quickplay 20 server thing to choose from?
Yup.
__________________
Dr. McKay is offline
D4rkl0rd
Member
Join Date: Aug 2013
Old 10-20-2015 , 03:14   Re: [ANY] Connection Method Viewer
Reply With Quote #39

I've noticed that whenever I toggle "sv_cheats" on, the server notify players that "connect_method_version" changed value to 1.2.0A
D4rkl0rd is offline
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 10-20-2015 , 17:43   Re: [ANY] Connection Method Viewer
Reply With Quote #40

Quote:
Originally Posted by D4rkl0rd View Post
I've noticed that whenever I toggle "sv_cheats" on, the server notify players that "connect_method_version" changed value to 1.2.0A
Yes, this is because connect_method_version is flagged as a cheat cvar to prevent accidental changes. Switching sv_cheats will revert it back to its default value.

You really shouldn't be enabling sv_cheats on a production server, ever.
__________________
Dr. McKay is offline
Reply



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 18:44.


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