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

Release SourceBans++ (v1.6.4) [Updated: 2021-10-06]


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Michauux
Member
Join Date: Nov 2015
Old 03-11-2018 , 18:31   Re: [RELEASE] SourceBans++ (v1.6.2) [Updated: 2017-07-04]
#1221

Quote:
Originally Posted by RumbleFrog View Post
Admin Panel -> Bans -> Ban submissions

When I find time I'll create a Discord webhook plugin for this
I suggest you add the option to steam and teamspeak
Michauux is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 03-11-2018 , 18:41   Re: [RELEASE] SourceBans++ (v1.6.2) [Updated: 2017-07-04]
#1222

For easier access for other moderators/plugin (un)approvers, I'll also add it here what I just added as Issue #414, Deprecating SBBanPlayer is fine in forks, but then please change your library name.

Quote:
In the commit on March 30, 2017:

Native "SBBanPlayer" was marked as deprecated.

Based on a quick view, it still seems like both the old and new native does the exact same thing, and as such, the deprecation wasn't necessary at all.

Deprecating the "SBBanPlayer" means that there will a lot of issues with warnings for people trying to compile plugins build for the official SourceBans, and essentially removing it completely will lead to issues, as this fork still share the same library name "sourcebans".

As such, a possible solution is to change the sourcebans.inc include file name as well as the contents from "sourcebans" to something like "sourcebanspp" or "sourcebansplusplus"

All existing plugins would of course need to be re-written a little bit to support SourceBans++ then, but it is then possible to support both the official SourceBans, SourceBans++ (even if SBBanPlayer is removed completely), as well as other potential SourceBans "forks", when none of those have the same library name (and natives).

I was previously considering unapproving (of course, only until it was fixed!), though the reason I'm creating the issue (and this post) is to give you guys a shot at fixing it first rather than performing quick actions that perhaps wouldn't be necessary.

I do hope on your understanding to the situation though.
__________________
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; 03-11-2018 at 18:42.
DarkDeviL is offline
RumbleFrog
Great Tester of Whatever
Join Date: Dec 2016
Location: Fish Tank
Old 03-11-2018 , 18:50   Re: [RELEASE] SourceBans++ (v1.6.2) [Updated: 2017-07-04]
#1223

Quote:
Originally Posted by arne1288 View Post
For easier access for other moderators/plugin (un)approvers, I'll also add it here what I just added as Issue #414, Deprecating SBBanPlayer is fine in forks, but then please change your library name.




I was previously considering unapproving (of course, only until it was fixed!), though the reason I'm creating the issue (and this post) is to give you guys a shot at fixing it first rather than performing quick actions that perhaps wouldn't be necessary.

I do hope on your understanding to the situation though.
I'll address this with your solution shortly.
__________________
RumbleFrog is offline
Dr.Mohammad
Senior Member
Join Date: Jan 2016
Location: CSGO Servers
Old 03-12-2018 , 12:30   Re: [RELEASE] SourceBans++ (v1.6.2) [Updated: 2017-07-04]
#1224

please add showing banned players one server in-game for admins !!
example in console:
HTML Code:
1.PlayerName.....SteamId.....UserId.....DataBan.....LastDataConnect.....Reson.....BannedByAdmin.....CountBannedPlayer
posted for this Property:
https://forums.alliedmods.net/showthread.php?t=306001

thanke you.
Dr.Mohammad is offline
RumbleFrog
Great Tester of Whatever
Join Date: Dec 2016
Location: Fish Tank
Old 03-12-2018 , 17:52   Re: [RELEASE] SourceBans++ (v1.6.2) [Updated: 2017-07-04]
#1225

Quote:
Originally Posted by Dr.Mohammad View Post
please add showing banned players one server in-game for admins !!
example in console:
HTML Code:
1.PlayerName.....SteamId.....UserId.....DataBan.....LastDataConnect.....Reson.....BannedByAdmin.....CountBannedPlayer
posted for this Property:
https://forums.alliedmods.net/showthread.php?t=306001

thanke you.
That post is for the original SourceBans, this thread is for SourceBans++
__________________
RumbleFrog is offline
Phaiz
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 03-13-2018 , 05:06   Re: [RELEASE] SourceBans++ (v1.6.2) [Updated: 2017-07-04]
#1226

Quote:
Originally Posted by RumbleFrog View Post
"Global admin, ban, and communication management system for the Source engine"

Don't use it then
I'd say he can do it but it would be a hassle. Each server needs its own SB database within their respective databases.cfg. Doing so would prevent server B from knowing a player is banned on server A.
__________________
Phaiz is offline
Dr.Mohammad
Senior Member
Join Date: Jan 2016
Location: CSGO Servers
Old 03-13-2018 , 05:35   Re: [RELEASE] SourceBans++ (v1.6.2) [Updated: 2017-07-04]
#1227

Quote:
Originally Posted by Phaiz View Post
I'd say he can do it but it would be a hassle. Each server needs its own SB database within their respective databases.cfg. Doing so would prevent server B from knowing a player is banned on server A.
hi
i used this:
https://forums.alliedmods.net/showthread.php?t=305526

remove database and again banned player
good work.

please add this edit to main plugin for owners like me for manager each server.
thank you.
Dr.Mohammad is offline
RavensBro
Veteran Member
Join Date: Sep 2009
Location: Wisonsin USA
Old 03-13-2018 , 08:45   Re: [RELEASE] SourceBans++ (v1.6.2) [Updated: 2017-07-04]
#1228

hello i got a ? i am using this plugin on my servers up to the 10th server all is fine but starting at server 11 i get this error.

sbpp_main.smx Database failure 2003: Can't connect to MySQL serer on my addy. how do i fix this?
RavensBro is offline
RumbleFrog
Great Tester of Whatever
Join Date: Dec 2016
Location: Fish Tank
Old 03-13-2018 , 14:40   Re: [RELEASE] SourceBans++ (v1.6.2) [Updated: 2017-07-04]
#1229

Quote:
Originally Posted by RavensBro View Post
hello i got a ? i am using this plugin on my servers up to the 10th server all is fine but starting at server 11 i get this error.

sbpp_main.smx Database failure 2003: Can't connect to MySQL serer on my addy. how do i fix this?
https://sbpp.github.io/docs/database_errors/
__________________
RumbleFrog is offline
Doulos
AlliedModders Donor
Join Date: Aug 2007
Old 03-14-2018 , 15:57   Re: [RELEASE] SourceBans++ (v1.6.2) [Updated: 2017-07-04]
#1230

My logs are showing a lot of these lately ...
Code:
5173 	2572.106558 	L 03/09/2018 - 18:42:52: [SM] Exception reported: Invalid database Handle 0 (error: 4)
5174 	2572.107074 	L 03/09/2018 - 18:42:52: [SM] Blaming: sbpp_sleuth.smx
5175 	2572.107419 	L 03/09/2018 - 18:42:52: [SM] Call stack trace:
5176 	2572.107792 	L 03/09/2018 - 18:42:52: [SM]   [0] SQL_TQuery
5177 	2572.108097 	L 03/09/2018 - 18:42:52: [SM]   [1] Line 166, sbpp_sleuth.sp::OnClientPostAdminCheck
I have disabled this plugin for now, but anyone know how to fix this issue?
Doulos is offline
Closed Thread



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:47.


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