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

[ANY] SourceSleuth 1.2.0


Post New Thread Reply   
 
Thread Tools Display Modes
eric0279
AlliedModders Donor
Join Date: May 2007
Old 02-10-2013 , 21:39   Re: [ANY] SourceSleuth 1.0.0
Reply With Quote #21

sourcebans work's...

Must add something?


SM :
Quote:
SourceMod Version Information:
SourceMod Version: 1.5.0-dev+3773
SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.5.0-dev+3773)
SourcePawn API: v1 = 4, v2 = 4
Compiled on: Feb 8 2013 19:47:11
Build ID: 3773:78db16ac10e5
http://www.sourcemod.net/
SourceBans 1.4.10


sourcebans.log (Debug ON) :
Quote:
L 02/11/2013 - 02:54:09: [sourcebans.smx] SELECT authid, srv_password, (SELECT name FROM sb_srvgroups WHERE name = srv_group AND flags != '') AS srv_group, srv_flags, user, immunity FROM sb_admins_servers_groups AS asg LEFT JOIN sb_admins AS a ON a.aid = asg.admin_id WHERE (server_id = (SELECT sid FROM sb_servers WHERE ip = '188.XXX.XXX.XX' AND port = '27140' LIMIT 0,1) OR srv_group_id = ANY (SELECT group_id FROM sb_servers_groups WHERE server_id = (SELECT sid FROM sb_servers WHERE ip = '188.XXX.XXX.XX' AND port = '27140' LIMIT 0,1))) GROUP BY aid, authid, srv_password, srv_group, srv_flags, user
L 02/11/2013 - 02:54:10: [sourcebans.smx] Checking ban for: STEAM_1:0:5674332
L 02/11/2013 - 02:54:10: [sourcebans.smx] Group admin has 100 immunity
L 02/11/2013 - 02:54:10: [sourcebans.smx] Finished loading 1 groups.
L 02/11/2013 - 02:54:10: [sourcebans.smx] Given blablabla (STEAM_0:1:12157180) admin
L 02/11/2013 - 02:54:10: [sourcebans.smx] Admin blablabla (STEAM_0:1:12157180) has 100 immunity
L 02/11/2013 - 02:54:10: [sourcebans.smx] Finished loading 1 admins.
L 02/11/2013 - 02:54:10: [sourcebans.smx] STEAM_1:0:5674332 is NOT banned.
L 02/11/2013 - 02:54:11: [sourcebans.smx] Checking ban for: STEAM_1:1:23377435
L 02/11/2013 - 02:54:11: [sourcebans.smx] Checking ban for: STEAM_1:1:12157180
L 02/11/2013 - 02:54:11: [sourcebans.smx] Checking ban for: STEAM_1:1:4124355
L 02/11/2013 - 02:54:11: [sourcebans.smx] Checking ban for: STEAM_1:0:13000623
L 02/11/2013 - 02:54:11: [sourcebans.smx] Checking ban for: STEAM_1:1:40817800
L 02/11/2013 - 02:54:11: [sourcebans.smx] STEAM_1:1:23377435 is NOT banned.
L 02/11/2013 - 02:54:11: [sourcebans.smx] STEAM_1:1:12157180 is NOT banned.
L 02/11/2013 - 02:54:11: [sourcebans.smx] STEAM_1:1:4124355 is NOT banned.
L 02/11/2013 - 02:54:11: [sourcebans.smx] STEAM_1:0:13000623 is NOT banned.
L 02/11/2013 - 02:54:11: [sourcebans.smx] STEAM_1:1:40817800 is NOT banned.

Last edited by eric0279; 02-10-2013 at 21:42.
eric0279 is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 02-10-2013 , 21:43   Re: [ANY] SourceSleuth 1.0.0
Reply With Quote #22

Did you set the prefix in the config correctly?
Drixevel is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 02-10-2013 , 21:47   Re: [ANY] SourceSleuth 1.0.0
Reply With Quote #23

Yes :

Code:
// Sleuth Ban Type: 1 - Original Length, 2 - Custom Length, 3 - Double Length, 4 - Notify Admins Only
// -
// Default: "3"
// Minimum: "1.000000"
// Maximum: "4.000000"
sm_sleuth_actions "4"

// Required: sm_sleuth_actions 1: Bantime to ban player if we got a match (0 = permanent (defined in minutes) )
// -
// Default: "0"
sm_sleuth_duration "0"

// Prexfix for sourcebans tables: Default sb
// -
// Default: "sb"
sm_sleuth_prefix "sb"
In phpmyadmin :


sb_admin etc...
eric0279 is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 02-10-2013 , 23:08   Re: [ANY] SourceSleuth 1.0.0
Reply With Quote #24

Not sure then, sorry.

Cheers,
- Keith(Jack)
Drixevel is offline
ecca
Sexy Santa
Join Date: Jan 2011
Old 02-11-2013 , 10:14   Re: [ANY] SourceSleuth 1.0.0
Reply With Quote #25

Could you please post your databases.cfg in the thread.
__________________
ecca is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 02-11-2013 , 11:01   Re: [ANY] SourceSleuth 1.0.0
Reply With Quote #26

Code:
"Databases"
{
    "driver_default"        "mysql"
    

   //"default" // Mysql Ban plugin
   // {
       // "driver"            "mysql"
        //"host"                "hostname"
       // "database"            "my_database"
       // "user"                "my_user"
      //  "pass"                "my_password"
   // }
    "PounceDB" // Pounce Record plugin
    {
        "driver"            "mysql"
        "host"                "hostname"
        "database"            "my_database"
        "user"                "my_user"
        "pass"                "my_password"
    }
    "sourcebans" // SourceBans
    {
        "driver"            "default"
        "host"                "hostname"
        "database"            "my_database"
        "user"                "my_user"
        "pass"                "my_password"
        "port"            "3306"
    }
    "default"
    {
        "driver"            "default"
        "host"                "localhost"
        "database"            "sourcemod"
        "user"                "root"
        "pass"                ""
    }
    
    "storage-local"
    {
        "driver"            "sqlite"
        "database"            "sourcemod-local"
    }

    "clientprefs"
    {
        "driver"            "sqlite"
        "host"                "localhost"
        "database"            "clientprefs-sqlite"
        "user"                "root"
        "pass"                ""
    }
}

Last edited by eric0279; 02-11-2013 at 11:04.
eric0279 is offline
ecca
Sexy Santa
Join Date: Jan 2011
Old 02-11-2013 , 11:17   Re: [ANY] SourceSleuth 1.0.0
Reply With Quote #27

Seems like everything is fine.

Could you try to unload the plugin and wait a few minutes and then load it again and try to rejoin and see what happens.?
__________________
ecca is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 02-11-2013 , 12:41   Re: [ANY] SourceSleuth 1.0.0
Reply With Quote #28

yes but have never been banned, it will happen?

Quote:
189:46 sm plugins unload SourceSleuth
189:46 [SM] Plugin SourceSleuth unloaded successfully.

18:41:48 sm plugins load SourceSleuth
connect to server and nothing in log...

Last edited by eric0279; 02-11-2013 at 12:44.
eric0279 is offline
ecca
Sexy Santa
Join Date: Jan 2011
Old 02-11-2013 , 12:46   Re: [ANY] SourceSleuth 1.0.0
Reply With Quote #29

Well , are you banned with an IP on sourcebans ?

This plugin will check for previous ip's and ban people with matching ip but other steamaccount.
__________________
ecca is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 02-11-2013 , 12:48   Re: [ANY] SourceSleuth 1.0.0
Reply With Quote #30

yes I know what it does, I read the description and no, there is no ban (expired or not) by IP only by SteamID.


To test, I added my IP from the panel SourceBans, I rebooted the box, I connect to the server without receiving any notification and no errors ..

Last edited by eric0279; 02-11-2013 at 12:57.
eric0279 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 13:43.


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