AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceBans / SourceBans++ (https://forums.alliedmods.net/forumdisplay.php?f=152)
-   -   Source Ban++ 1.6.3 Import Bans - not working (https://forums.alliedmods.net/showthread.php?t=310811)

NetworkGuy0246 09-21-2018 10:27

Source Ban++ 1.6.3 Import Bans - not working
 
I have tried about 8 different times with different sourceban builds by changing the admin.bans.php to older version to see if that would be the reason, but it does not import the bans. The exported banned_user.cfg is 100kb and it is in banid 0 STEAM_0:0:0000000 format. I have looked everywhere but it does not seem that people are having this same issue. Any help on this would be very helpful. Also as far as the webhosting it is unlimited\unlimited.

Thanks!

Here is the error i receive:

[256] mysqli error: [1048: Column 'aid' cannot be null] in EXECUTE("INSERT INTO sb_bans(created,authid,ip,name,ends,length,re ason,aid,adminIp,type) VALUES
(UNIX_TIMESTAMP(),'STEAM_0:0:91825077','','Im ported Ban',(UNIX_TIMESTAMP() + 0),0,'banned_user.cfg import',NULL,'adminip',0)")


Fatal error on line 79 in file /usr/www/sb101/web/includes/adodb/adodb-errorhandler.inc.php
Parent Function /usr/www/sb101/web/includes/adodb/adodb-errorhandler.inc.php - 79
/usr/www/sb101/web/includes/adodb/adodb.inc.php - 1250
/usr/www/sb101/web/includes/adodb/adodb.inc.php - 1190
/usr/www/sb101/web/pages/admin.bans.php - 96
Query String p=admin&c=bans
IP adminip

============================================= =============

Here is another error, same action:

[256] mysqli error: [1048: Column 'aid' cannot be null] in EXECUTE("INSERT INTO sb_bans(created,authid,ip,name,ends,length,re ason,aid,adminIp,type) VALUES
(UNIX_TIMESTAMP(),'STEAM_0:0:91825077','','Im ported Ban',(UNIX_TIMESTAMP() + 0),0,'banned_user.cfg import',NULL,'AdminIP',0)")


Fatal error on line 79 in file /usr/www/sb101/public/web/includes/adodb/adodb-errorhandler.inc.php
Parent Function /usr/www/sb101/public/web/includes/adodb/adodb-errorhandler.inc.php - 79
/usr/www/sb101/public/web/includes/adodb/adodb.inc.php - 1250
/usr/www/sb101/public/web/includes/adodb/adodb.inc.php - 1190
/usr/www/sb101/public/web/pages/admin.bans.php - 96
Query String p=admin&c=bans
IP adminIP

Groruk 09-21-2018 11:11

Re: Source Ban++ 1.6.3 Import Bans - not working
 
Replacing $_COOKIE['aid'] with $_SESSION['aid'] on Lines L61 and L94 in pages/admin.bans.php should fix the problem.

NetworkGuy0246 09-21-2018 20:17

Re: Source Ban++ 1.6.3 Import Bans - not working
 
Everything worked thank you so much!

Tiger50 09-27-2019 09:04

Re: Source Ban++ 1.6.3 Import Bans - not working
 
Quote:

Originally Posted by Groruk (Post 2616167)
Replacing $_COOKIE['aid'] with $_SESSION['aid'] on Lines L61 and L94 in pages/admin.bans.php should fix the problem.

Thank you ever so much for this, it work like a dream

I take my hat off to you

RumbleFrog 09-27-2019 12:35

Re: Source Ban++ 1.6.3 Import Bans - not working
 
I also have an external import tool available: https://github.com/rumblefrog/sbpp-ban-import


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

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