Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
StevoTVR
Senior Member
Join Date: Oct 2008
Old 01-16-2018 , 13:09   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #341

Quote:
Originally Posted by Wolfseye View Post
Thx.

Will the bans also automatically then entered into my SourceBans ???
Yes
StevoTVR is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-10-2018 , 13:35   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #342

I would have some way to correct this:
Code:
L 11/10/2018 - 09:25:35: [vacbans.smx] Socket error 3 (errno 110)
L 11/10/2018 - 09:27:24: [vacbans.smx] Socket error 3 (errno 110)
L 11/10/2018 - 09:28:13: [vacbans.smx] Socket error 3 (errno 110)
L 11/10/2018 - 09:28:59: [vacbans.smx] Socket error 3 (errno 110)
L 11/10/2018 - 09:30:18: [vacbans.smx] Socket error 3 (errno 110)
L 11/10/2018 - 09:35:53: [vacbans.smx] Socket error 3 (errno 110)
L 11/10/2018 - 09:38:51: [vacbans.smx] Socket error 3 (errno 110)
L 11/10/2018 - 09:39:36: [vacbans.smx] Socket error 3 (errno 110)
L 11/10/2018 - 09:44:52: [vacbans.smx] Socket error 3 (errno 110)
L 11/10/2018 - 09:50:42: [vacbans.smx] Socket error 3 (errno 110)
L 11/10/2018 - 09:57:51: [vacbans.smx] Socket error 3 (errno 110)
L 11/10/2018 - 10:02:24: [vacbans.smx] Socket error 3 (errno 110)
L 11/10/2018 - 10:06:19: [vacbans.smx] Socket error 3 (errno 110)
L 11/10/2018 - 10:17:18: [vacbans.smx] Socket error 3 (errno 110)
L 11/10/2018 - 10:26:22: [vacbans.smx] Socket error 3 (errno 110)
Is it possible to do something, or does it not change anything?
paulo_crash is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 11-10-2018 , 14:51   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #343

It looks like your server can't connect to the backend. If this only happens sometimes, then you can just ignore that. Are you using a Steam API key?
StevoTVR is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-10-2018 , 15:42   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #344

Quote:
Originally Posted by StevoTVR View Post
It looks like your server can't connect to the backend. If this only happens sometimes, then you can just ignore that. Are you using a Steam API key?
Yes, it always happens, my error log only has these errors...

Yes, I use the Steam API Key: http://prntscr.com/lgs35t
paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-21-2018 , 17:31   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #345

After the last CSGO updates I'm having problems with this plugin.

He is not kicking the players who have Ban VAC in their profiles. Here's the config I'm using:
Quote:
// This file was auto-generated by SourceMod (v1.8.0.6027)
// ConVars for plugin "vacbans.smx"

// Actions to take on detected cliptts
// 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"

// The Steam Web API key used by VAC Status Checker
// -
// Default: ""
sm_vacbans_apikey "XXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

// How long in days before re-checking the same client
// -
// Default: "1"
// Minimum: "0.000000"
sm_vacbans_cachetime "1"

// The named database config to use for caching
// -
// Default: "storage-local"
sm_vacbans_db "storage-local"

// Enable Steam Community ban detection
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_vacbans_detect_community_bans "1"

// Enable economy (trade) ban detection (0 = disabled, 1 = bans only, 2 = bans and probation)
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "2.000000"
sm_vacbans_detect_econ_bans "2"

// Enable game ban detection
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_vacbans_detect_game_bans "1"

// Enable VAC ban detection
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_vacbans_detect_vac_bans "1"

// Ignore VAC bans older than this many days (0 = disabled)
// -
// Default: "0"
// Minimum: "0.000000"
sm_vacbans_vac_expire "0"

// Ignore VAC bans issued before this date (format: YYYY-MM-DD)
// -
// Default: ""
sm_vacbans_vac_ignore_before ""
Players with Ban VAC can connect.
paulo_crash is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 12-21-2018 , 19:01   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #346

Are there any errors in your logs?
StevoTVR is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-21-2018 , 19:04   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #347

Quote:
Originally Posted by StevoTVR View Post
Are there any errors in your logs?
No, sorry I forgot to mention...

[EDIT1]
I do not know if it helps, but even the log of the plugin creates more when the players with VAC try to connect.

Last edited by paulo_crash; 12-21-2018 at 22:23.
paulo_crash is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 12-30-2018 , 16:40   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #348

Quote:
Originally Posted by paulo_crash View Post
I do not know if it helps, but even the log of the plugin creates more when the players with VAC try to connect.
What do you mean by more?

When I get time I'll install a GO server and do some testing. Is anyone else using this on CS:GO?
StevoTVR is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-30-2018 , 17:45   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #349

Quote:
Originally Posted by StevoTVR View Post
What do you mean by more?

When I get time I'll install a GO server and do some testing. Is anyone else using this on CS:GO?
Sorry for bad english...

In case you want to say that the plugin no longer generates the LOGS of players trying to connect with VAC on the servers and does not kick them, as I mentioned before.

Regarding the use of the plugin in CSGO, I use it and wait for an update of it after some tests.

Thank you for now!
paulo_crash is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 01-01-2019 , 23:15   Re: VAC Status Checker (v.2.2.0 10/9/17)
Reply With Quote #350

I just tried it and it seems to work correctly. Maybe your host doesn't allow outgoing HTTP connections.
StevoTVR 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 02:02.


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