AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   SourceBans Checker (https://forums.alliedmods.net/showthread.php?t=137033)

DontWannaName 09-05-2010 18:11

Re: SourceBans Checker
 
It wouldnt be hard to add it yourself marr, psy gave a basic plugin with features and its up to you to add to it.

cozmicshredder 09-07-2010 12:28

Re: SourceBans Checker
 
Nice job psychonic!

Thank You!

superbunny 10-20-2010 21:40

Re: SourceBans Checker
 
Thanks Psychonic.

seems to work very well on one of our 10 vs 10 servers, i shale report in any probs i find

VoGon 10-21-2010 03:41

Re: SourceBans Checker
 
Very good.

Will use it, we have a 3 strike rule, and this way admins don't need to go into SB every time to check players.

KyleS 11-07-2010 23:53

Re: SourceBans Checker
 
Too cool! Thanks!

deathcurse 11-11-2010 06:51

Re: SourceBans Checker
 
Awesome thank you.

Salakis. 02-18-2011 17:31

Re: SourceBans Checker
 
useful possibly, menu options for this into the admin commands menu:
content is orangebox/cstrike/addons/sourcemod/configs/adminmenu_custom.txt

Code:

"Commands"
{
    "SourceBans"
    {
        "Check bans"
        {
            "cmd"        "sm_listsbbans #1"
            "1"
                {
                    "title"      "Player:"
                    "type"        "player"
                }
        }
    }       
}


Penetal 03-19-2011 09:38

Re: SourceBans Checker
 
Hey I get an error with the plugins
Quote:

L 03/19/2011 - 14:25:40: [SM] Plugin encountered error 25: Call was aborted
L 03/19/2011 - 14:25:40: [SM] Native "SetFailState" reported: Failed to connect to SB db, [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 03/19/2011 - 14:25:40: [SM] Displaying call stack trace for plugin "sbchecker.smx":
L 03/19/2011 - 14:25:40: [SM] [0] Line 51, /home/groups/alliedmodders/forums/files/3/7/5/1/4/72733.attach::OnDatabaseConnected()
The sourcebans database:
Quote:

"sourcebans"
{
"driver" "default"
"host" "localhost"
"database" "XXX"
"user" "XXX"
"pass" "XXX"
//"timeout" "0"
"port" "3306"
}
database works with sourcebans and other stuff.

psychonic 03-19-2011 09:39

Re: SourceBans Checker
 
Quote:

Originally Posted by Penetal (Post 1435778)
Hey I get an error with the plugins

The sourcebans database:


database works with sourcebans and other stuff.

Try replacing "localhost" with the path to the mysql socket file on your machine.

vadik24 04-26-2011 19:58

Re: SourceBans Checker
 
Quote:

Originally Posted by Penetal (Post 1435778)
Hey I get an error with the plugins

The sourcebans database:


database works with sourcebans and other stuff.

I have the same problem after valve updated a week ago


All times are GMT -4. The time now is 10:11.

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