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

SourceBans 1.5.0 BETA game plugin


Post New Thread Closed Thread   
 
Thread Tools Display Modes
uNg0veRNab1e
Member
Join Date: Jan 2013
Location: Russia, Siberia
Old 01-20-2014 , 03:35   Re: SourceBans 1.5.0 BETA game plugin
#91

1) Will it work with "sm_voteban" command from basevotes.smx in TF2 correctly? @http://forums.alliedmods.net/showpos...&postcount=836
2) Will it work with web sbans 1.4.10 correctly, so I need only to upload the plugin on the server?
__________________

Last edited by uNg0veRNab1e; 01-20-2014 at 03:40.
uNg0veRNab1e is offline
Send a message via Skype™ to uNg0veRNab1e
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 01-20-2014 , 14:56   Re: SourceBans 1.5.0 BETA game plugin
#92

Quote:
Originally Posted by uNg0veRNab1e View Post
1) Will it work with "sm_voteban" command from basevotes.smx in TF2 correctly? @http://forums.alliedmods.net/showpos...&postcount=836
2) Will it work with web sbans 1.4.10 correctly, so I need only to upload the plugin on the server?
Yes.
Yes.
__________________
Peace-Maker is offline
Snaggle
AlliedModders Donor
Join Date: Jul 2010
Location: England
Old 01-27-2014 , 12:21   Re: SourceBans 1.5.0 BETA game plugin
#93

This doesn't appear to be pulling data for bots. We assign them the "O" flag and it's assigning flags to all Admins correctly just not the bots. I've had to create an entry for them in admins.cfg instead which now works.

Also, whenever I use a command that adds a bot or reloads the Admins it outputs a query to my console. It's probably not a big deal, just not sure if aware. It'll spam the query over and over based on the amount of people in server. I.E, 16 players connected I'll get 16 messages.
Snaggle is offline
_david_
SourceMod Donor
Join Date: Apr 2013
Old 01-31-2014 , 06:21   Re: SourceBans 1.5.0 BETA game plugin
#94

We have used this plugin for about 2 weeks and just went back to 1.4.10, mainly because of the following issues:

- Sourcebans would show the bans made by CONSOLE instead of admin username, logs always showed the right admin username.
- Issue preventing people getting banned, something to do with ban needs to be verified or something?
- This issue

I hope these issue's get fixed so that we can use 1.5.0 again, it certainly had its improvements.

Last edited by _david_; 02-02-2014 at 16:48.
_david_ is offline
driz
Junior Member
Join Date: Apr 2014
Location: Nashville, TN
Old 08-01-2014 , 12:47   Re: SourceBans 1.5.0 BETA game plugin
#95

any chance we will see

sm_ban <#userid|name> <minutes|days|weeks|months|0> [reason]
sm_ban testuser 60 60minutes
sm_ban testuser 1d 1day
sm_ban testuser 1w 1week
sm_ban testuser 1m 1month
sm_ban testuser 0 perm

it would save us from the math skills of some of our admins.
driz is offline
BMW M6
Junior Member
Join Date: Mar 2012
Location: Russia
Old 08-28-2014 , 16:12   Re: SourceBans 1.5.0 BETA game plugin
#96

Can I use with SB 1.4.11?
BMW M6 is offline
Send a message via Skype™ to BMW M6
Cruckes
Member
Join Date: Jun 2014
Location: Finland
Old 08-29-2014 , 03:05   Re: SourceBans 1.5.0 BETA game plugin
#97

Quote:
Originally Posted by BMW M6 View Post
Can I use with SB 1.4.11?
Yeah it should work.
Cruckes is offline
BMW M6
Junior Member
Join Date: Mar 2012
Location: Russia
Old 08-29-2014 , 07:55   Re: SourceBans 1.5.0 BETA game plugin
#98

Quote:
Originally Posted by Cruckes View Post
Yeah it should work.
Thank you.
BMW M6 is offline
Send a message via Skype™ to BMW M6
Aggamemnon
SourceMod Donor
Join Date: Dec 2011
Location: Australia
Old 08-29-2014 , 11:43   Re: SourceBans 1.5.0 BETA game plugin
#99

Just wondering if anyone can inform me if this will still remove the basebans.smx?

I have now removed the 1.4.10 sourcebans.smx from the servers so that the Admins can actually get Bans back on their ingame Admin Menu, because the 1.4.10 Version removes the basebans.smx?

However I had an earlier .smx version and the Bans were still showing up in the Admin Menu before. Here is the Version I had before: sourcebans-1.5.0-r147

So if anyone could inform me if I should perhaps go back to the earlier Version so that my Admins can actually use the Bans in their Admin Menu?

With this silly Steam_ID change it has caused lots of problems now.
__________________
Aggamemnon is offline
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 03-29-2015 , 13:16   Re: SourceBans 1.5.0 BETA game plugin
#100

I'm having the same issue with adding admins as the 3 others.

/sb_addadmin UsedName steam "STEAM_0:0:xxxxxx" "" "regular"

It does not set them to the admin permission group "regular".

Additionally, how would I set someone to a specific server group?

Code:
L 03/29/2015 - 06:08:46: [sourcebans.smx] Failed to query database. (Column 'group_id' cannot be null)
Not sure what's up.

edit: Hopefully this is enough to make what I want to at least.

edit 2: It appears this plugin breaks the ability to use RCON on servers via the 1.4.11 web panel,

edit 3: L 03/30/2015 - 03:44:05: Info (map "plr_hightower") (file "errors_20150330.log")
L 03/30/2015 - 03:44:05: [sb_bans.smx] Failed to insert the IP ban into the database: Column 'aid' cannot be null
L 03/30/2015 - 07:03:47: Error log file session closed.

Someone also complained about a random ban, which didn't show up in the web panel at all.

SourceBans] Sending admin query: SELECT ad.aid, ad.user, 'steam', ad.authid, ad.srv_password, COUNT(ag.grou[

Looks like a missing IsFakeClient check here. This happens after I spawn bots with tf_bot_add.

Quote:
If there is no "sourcebans" section inside configs/databases.cfg, it will use the "default" section instead
Wait... how does this plugin know to use my external sourceban's database then?


In the end I decided to revert to 1.4.11 for now.
__________________

Last edited by Chdata; 03-31-2015 at 09:05.
Chdata is offline
Closed Thread


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 09:26.


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