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

VAC Status Checker (v.2.5.0 8/27/19)


Post New Thread Reply   
 
Thread Tools Display Modes
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 10-02-2017 , 20:10   Re: VAC Status Checker (v.2.0.0 2/21/17)
Reply With Quote #321

Quote:
Originally Posted by StevoTVR View Post
An epoch is the beginning of something. A Unix timestamp is the number of seconds since the Unix epoch, which is the beginning of the existence of Unix. I can change it if you think people will be confused...
"Unix time" also goes by the name of "epoch time".

If you introduce the YYYY-MM-DD version, I'd say go for _date.
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].

Last edited by DarkDeviL; 10-02-2017 at 20:25.
DarkDeviL is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 10-02-2017 , 20:26   Re: VAC Status Checker (v.2.0.0 2/21/17)
Reply With Quote #322

Let's go with sm_vacbans_vac_ignore_before.
StevoTVR is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 10-03-2017 , 19:20   Re: VAC Status Checker (v.2.1.0 10/3/17)
Reply With Quote #323

Updated to 2.1.0

Changes:
  • Changed lookups to directly access the Steam Web API (requires key)
  • Added sm_vacbans_vac_ignore_before to ignore VAC bans before a specific date
  • Replaced sm_vacbans_action with sm_vacbans_actions for more options

Important: The plugin now requires an API key obtained from https://steamcommunity.com/dev/apikey
Set it using this ConVar:
Code:
// The Steam Web API key used by VAC Status Checker
// -
// Default: ""
sm_vacbans_apikey ""
The sm_vacbans_action ConVar is now deprecated in favor of this new ConVar:
Code:
// Actions to take on detected clients
// Add up the options from the list:
// 1:  Log to sourcemod/logs/vacbans.log
// 2:  Kick
// 4:  Ban
// 8:  Display message to admins
// 16: Display message to all players
// -
// Default: "3"
// Minimum: "0.000000"
// Maximum: "31.000000"
sm_vacbans_actions "3"
Attention translators: Updates are needed for the French and Russian translations.
StevoTVR is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-03-2017 , 19:56   Re: VAC Status Checker (v.2.1.0 10/3/17)
Reply With Quote #324

Quote:
Originally Posted by StevoTVR View Post
Updated to 2.1.0

Changes:[LIST][*]Changed lookups to directly access the Steam Web API (requires key)
Doubt, why this change, what is a difference, further improves the detection of banned players?
paulo_crash is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 10-03-2017 , 20:06   Re: VAC Status Checker (v.2.1.0 10/3/17)
Reply With Quote #325

Quote:
Originally Posted by paulo_crash View Post
Doubt, why this change, what is a difference, further improves the detection of banned players?
It doesn't rely on my own server, which is less stable than Valve's servers. It should improve speed and reliability of lookups.
StevoTVR is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-03-2017 , 21:16   Re: VAC Status Checker (v.2.1.0 10/3/17)
Reply With Quote #326

I updated the old ConVar plugin was disabled correct, it is deprecated.

However, at the time of creating the configuration file it is also created with the new ConVar sm_vacbans_actions.

Would it be okay to delete it, since I deleted it since it is obsolete?

And the new ConVar, would have any problem in leaving blank or need to put some date?
paulo_crash is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 10-03-2017 , 21:59   Re: VAC Status Checker (v.2.1.0 10/3/17)
Reply With Quote #327

Quote:
Originally Posted by paulo_crash View Post
I updated the old ConVar plugin was disabled correct, it is deprecated.

However, at the time of creating the configuration file it is also created with the new ConVar sm_vacbans_actions.

Would it be okay to delete it, since I deleted it since it is obsolete?

And the new ConVar, would have any problem in leaving blank or need to put some date?
sm_vacbans_action is obsolete but still works. You can remove it and use sm_vacbans_actions for more options.

You can leave sm_vacbans_vac_ignore_before empty if you don't want to use that feature.
StevoTVR is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-03-2017 , 22:37   Re: VAC Status Checker (v.2.1.0 10/3/17)
Reply With Quote #328

What would be this error:
Quote:
L 10/03/2017 - 22:41:25: [SM] Unable to load extension "curl.ext": /home/ogp_agent/OGP_User_Files/whmcs/290/csgo/addons/sourcemod/extensions/curl.ext.so: undefined symbol: _ZNSs9_M_mutateEjjj
L 10/03/2017 - 22:41:25: [SM] Exception reported: Language phrase "ConVar_APIKey" not found
L 10/03/2017 - 22:41:25: [SM] Blaming: vacbans.smx
L 10/03/2017 - 22:41:25: [SM] Call stack trace:
L 10/03/2017 - 22:41:25: [SM] [0] Format
L 10/03/2017 - 22:41:25: [SM] [1] Line 152, vacbans.sp::OnPluginStart
L 10/03/2017 - 22:41:25: [SM] Unable to load plugin "vacbans.smx": Error detected in plugin startup (see error logs)
paulo_crash is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 10-03-2017 , 23:01   Re: VAC Status Checker (v.2.1.0 10/3/17)
Reply With Quote #329

Quote:
Originally Posted by paulo_crash View Post
What would be this error:
You need to update the language files.
StevoTVR is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-03-2017 , 23:02   Re: VAC Status Checker (v.2.1.0 10/3/17)
Reply With Quote #330

Quote:
Originally Posted by StevoTVR View Post
You need to update the language files.
I'm using the pattern that comes in the new version ... I'll still see it.
paulo_crash 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 00:08.


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