Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
bug
Senior Member
Join Date: Nov 2007
Old 02-24-2009 , 16:00   Re: VAC Status Checker
Reply With Quote #51

1.2.0-dev (compiled feb 8), L4D.

Fired up the currently not used, seperate TF2 installation (SM 1.0.4) and it gave this error:

Code:
Unable to load extension "regex.ext.dll": The module cannot be found.
Plugin encountered error 21: Native is not bound
Native "VerifyCoreVersion" encountered a generic error.
Debug mode is not enabled for "vacbans.smx"
To enable debug mode, edit plugin_settings.cfg, or type: sm plugins debug 19 on
Unable to load plugin "vacbans.smx": Required extension "Regex Extension" file("regex.ext") not running
So I tried compiling it from the source at the 1.2.0 installation but it still gave the same error.
bug is offline
Mosalar
Senior Member
Join Date: Jul 2004
Location: Tampa Fl
Old 03-13-2009 , 17:29   Re: VAC Status Checker
Reply With Quote #52

Code:
L 03/13/2009 - 14:26:10: [SM] Unable to load extension "regex.ext.dll": This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
L 03/13/2009 - 14:26:10: [SM] Unable to load plugin "vacbans.smx": Required extension "Regex Extension" file("regex.ext") not running
I get this on a DODS server / mms 1.7, sm 1.1.0 and
A FoF(OB Mod) server / mms 1.7, sm 1.2.0

Same error on both. And compiled against the relative sm builds.
Mosalar is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 03-13-2009 , 20:29   Re: VAC Status Checker
Reply With Quote #53

I'm not sure why the regex extension isn't loading for some of you. I might just revert to using the string functions...
StevoTVR is offline
Faust_mateo
Senior Member
Join Date: Nov 2007
Old 03-17-2009 , 19:54   Re: VAC Status Checker
Reply With Quote #54

Hello! Im going to try this out, we have caught some VAC banned ppl playing on our server & our stance is a "Hax'r is a Hax'r"


Is there a way to Kick & Log or Ban & Log?

Last edited by Faust_mateo; 03-17-2009 at 20:17.
Faust_mateo is offline
danielsumi
Member
Join Date: Feb 2009
Old 03-18-2009 , 08:12   Re: VAC Status Checker
Reply With Quote #55

And a Portuguese one:

Code:
"Phrases"
{
    "Kicked"
    {
        "pt"        "Voce foi expulso devido a uma violacao VAC anterior."
    }
    "Banned"
    {
        "pt"        "Voce foi banido devido a uma violacao VAC anterior."
    }
    "Banned_Server"
    {
        "#format"    "{1:s}"
        "pt"        "{1} banido devido a uma violacao VAC anterior."
    }
}
danielsumi is offline
Faust_mateo
Senior Member
Join Date: Nov 2007
Old 03-18-2009 , 11:19   Re: VAC Status Checker
Reply With Quote #56

Quote:
Originally Posted by Faust_mateo View Post
Hello! Im going to try this out, we have caught some VAC banned ppl playing on our server & our stance is a "Hax'r is a Hax'r"


Is there a way to Kick & Log or Ban & Log?

Also is there anyhting in Socket Extension by sfPlayer we need to adjust or is it automatic after we install VSC?
Faust_mateo is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 03-18-2009 , 15:17   Re: VAC Status Checker
Reply With Quote #57

Quote:
Originally Posted by Faust_mateo View Post
Is there a way to Kick & Log or Ban & Log?
Kicks and bans are logged in the normal SM logs. I'll make it log to the vacbans logs in the next version.

Quote:
Originally Posted by Faust_mateo View Post
Also is there anyhting in Socket Extension by sfPlayer we need to adjust or is it automatic after we install VSC?
No, you just need to install the dll/so to the extensions directory.
StevoTVR is offline
Faust_mateo
Senior Member
Join Date: Nov 2007
Old 03-18-2009 , 16:02   Re: VAC Status Checker
Reply With Quote #58

Quote:
Originally Posted by StevoTVR View Post
Kicks and bans are logged in the normal SM logs. I'll make it log to the vacbans logs in the next version.


No, you just need to install the dll/so to the extensions directory.

Cool TYVM!
Faust_mateo is offline
richard.eid
New Member
Join Date: Sep 2008
Old 03-18-2009 , 23:45   Re: VAC Status Checker
Reply With Quote #59

Quote:
Originally Posted by Mosalar View Post
Code:
L 03/13/2009 - 14:26:10: [SM] Unable to load extension "regex.ext.dll": This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
L 03/13/2009 - 14:26:10: [SM] Unable to load plugin "vacbans.smx": Required extension "Regex Extension" file("regex.ext") not running
I get this on a DODS server / mms 1.7, sm 1.1.0 and
A FoF(OB Mod) server / mms 1.7, sm 1.2.0

Same error on both. And compiled against the relative sm builds.
I'm also getting the same error. I was using a previous build of this plugin, but never had any errors. Just tonight, I noticed someone connected and I received the following message:
Quote:
L 03/18/2009 - 22:58:51: [vacbans.smx] "Lt. Dan<3><STEAM_0:1:8804500><>" banned due to a previous VAC violation.
sm_vacbans_action was set to 0, but the person was still allowed to stick around and play, so I'm not sure what was up there. Their ID wasn't written to my banned_user.cfg file, either, even after a map change. I decided I'd check for a newer version of this plugin and came here and found it, but after installing it, I receive the same error as described above.

MM:S 1.7.1
SM 1.2

Any ideas? This is a Windows TF2 server. If any other info is needed, let me know. Thanks.
richard.eid is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 03-19-2009 , 00:25   Re: VAC Status Checker
Reply With Quote #60

Well it seems that the regex extension doesn't seem to be well supported. I'll find a way to do it without regex...

Quote:
Originally Posted by richard.eid View Post
Just tonight, I noticed someone connected and I received the following message:
sm_vacbans_action was set to 0, but the person was still allowed to stick around and play, so I'm not sure what was up there. Their ID wasn't written to my banned_user.cfg file, either, even after a map change. I decided I'd check for a newer version of this plugin and came here and found it, but after installing it, I receive the same error as described above.

MM:S 1.7.1
SM 1.2

Any ideas? This is a Windows TF2 server. If any other info is needed, let me know. Thanks.
Are there any errors in the SM error logs?
StevoTVR 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:13.


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