AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceBans / SourceBans++ (https://forums.alliedmods.net/forumdisplay.php?f=152)
-   -   issue with bans! (https://forums.alliedmods.net/showthread.php?t=320112)

scoty 12-04-2019 16:09

issue with bans!
 
Some players are getting banned when they try to join my server but they are not in the banlist, do you guys have any idea where the problem is?

asdfxD 12-04-2019 22:17

Re: issue with bans!
 
It's because of some people use special chars in their name. Change code in sourcebans main.sp

SQL_SetCharset(DB, "utf8");

=>

SQL_SetCharset(DB, "utf8mb4");

and recompile the plugin, same do with sourcebans comms.

scoty 12-06-2019 11:22

Re: issue with bans!
 
Most banned players doesn't have any special character un their name i also tried what you suggested and they are still banned

asdfxD 12-06-2019 13:24

Re: issue with bans!
 
then something other is wrong with your sb, check error logs.

scoty 12-08-2019 19:00

Re: issue with bans!
 
Last error was on 12/01/2019

Quote:

L 12/01/2019 - 10:42:26: [sbpp_main.smx] Query Failed: Incorrect string value: '\xF0\x9F\xA6\xB7' for column `u10002_sourcebans`.`sb_banlog`.`name` at row 1
Edit: https://forums.alliedmods.net/showthread.php?t=320151 im almost having the same problem

RumbleFrog 12-08-2019 22:17

Re: issue with bans!
 
Are you certain the sbpp_main is even loaded and connected to the database?

Also, this belongs in https://forums.alliedmods.net/forumdisplay.php?f=152

scoty 12-10-2019 08:11

Re: issue with bans!
 
sbpp_main is loaded

there are still players requesting for unban but couldnt find their ban anywhere...


Edit: i just noticed that these players are getting banned for 5minutes when ever they try to connect to the server

Thats what i get when i type "listid" via console

console:
Quote:

listid
ID filter list: 14 entries
1 STEAM_1:0:802**** : 5.000 min
2 STEAM_1:0:6850*** : 5.000 min
3 STEAM_1:1:4987**** : 5.000 min
4 STEAM_1:1:228***** : 5.000 min
5 STEAM_1:0:5024**** : 5.000 min
6 STEAM_1:0:4459**** : 5.000 min
7 STEAM_1:0:233***** : 5.000 min
8 STEAM_1:0:4326**** : 5.000 min
9 STEAM_1:1:44561**** : 5.000 min
10 STEAM_1:1:5110**** : 5.000 min
11 STEAM_1:1:5110**** : 5.000 min
12 STEAM_1:1:1154**** : 5.000 min
13 STEAM_1:1:4923**** : 5.000 min
14 STEAM_1:1:5015**** : 5.000 min

and one more thing that these players couldn't join at all even when these 5minutes are expired...

RumbleFrog 12-10-2019 19:18

Re: issue with bans!
 
Are there any connection issues? Can you check if they are in the backup database in data/sqlite?

scoty 12-17-2019 15:28

Re: issue with bans!
 
i found these bans in the sqlite file


All times are GMT -4. The time now is 22:44.

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