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

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


Post New Thread Closed Thread   
 
Thread Tools Display Modes
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 09-13-2015 , 23:39   Re: [ANY] SourceBans: Reloaded (v1.5.3, 2015-09-03)
#271

Quote:
Originally Posted by SmackDaddy View Post
I haven't converted/upgraded to it yet -- just wanted to make sure there was still "admin ability" if the database was down....
Last two lines of THIS ONE still applies:

Quote:
Originally Posted by arne1288 View Post
If your SourceBans database is constantly down so you really feel like you need the files, then you should switch to another - more professional - hosting provider.

And if you really wish to run using files, well, then SourceBans isn't the thing you wish to run.
__________________
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].
DarkDeviL is offline
Synthax
Member
Join Date: Mar 2015
Old 09-13-2015 , 23:43   Re: [ANY] SourceBans: Reloaded (v1.5.3, 2015-09-03)
#272

Any chance of the addition of a "current name" and "banned as" kind of thing being added? Maybe with admins as well to keep track of names and make things easier. This could be polled periodically to keep server load down.
__________________

Synthax is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 09-15-2015 , 01:01   Re: [ANY] SourceBans: Reloaded (v1.5.3, 2015-09-03)
#273

Hey Sarabveer,

I'm using the packaged sourcesleuth in conjunction with the older 1.5.2 version (gotta update web still). It was working just fine up until recently, where if SourceSleuth detects an alternate account, bans it, but pops this error and never gets written into the database:

Code:
L 09/14/2015 - 23:33:37: [sourcebans.smx] Verify Insert Query Failed: Out of range value for column 'ends' at row 1
Any thoughts on how to solve this? Thanks!
__________________
sneaK is offline
Sarabveer
Veteran Member
Join Date: Feb 2014
Old 09-15-2015 , 09:56   Re: [ANY] SourceBans: Reloaded (v1.5.3, 2015-09-03)
#274

Quote:
Originally Posted by blackhawk74 View Post
Hey Sarabveer,

I'm using the packaged sourcesleuth in conjunction with the older 1.5.2 version (gotta update web still). It was working just fine up until recently, where if SourceSleuth detects an alternate account, bans it, but pops this error and never gets written into the database:

Code:
L 09/14/2015 - 23:33:37: [sourcebans.smx] Verify Insert Query Failed: Out of range value for column 'ends' at row 1
Any thoughts on how to solve this? Thanks!
Use the 1.5.3 plugin.
__________________
Sarabveer is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 09-15-2015 , 11:07   Re: [ANY] SourceBans: Reloaded (v1.5.3, 2015-09-03)
#275

Quote:
Originally Posted by Sarabveer View Post
Use the 1.5.3 plugin.
That did the trick, thank you!
__________________
sneaK is offline
BBG_Theory
Veteran Member
Join Date: Oct 2010
Location: NC USA
Old 09-16-2015 , 11:31   Re: [ANY] SourceBans: Reloaded (v1.5.3, 2015-09-03)
#276

Hey Sarabveer, I know you said the STEAMAPIKEY is just a placeholder for now,

so that does mean that the steam login is not able to work yet?

Code:
SELECT aid,password FROM sb_admins WHERE authid = 'STEAM_0:0:19517283'; 
Warning:  Cannot modify header information - headers already sent by (output started at /home/bigbang/public_html/sourcebans/steamopenid.php:63) in /home/bigbang/public_html/sourcebans/steamopenid.php on line 68

Warning:  Cannot modify header information - headers already sent by (output started at /home/bigbang/public_html/sourcebans/steamopenid.php:63) in /home/bigbang/public_html/sourcebans/steamopenid.php on line 69

Warning:  Cannot modify header information - headers already sent by (output started at /home/bigbang/public_html/sourcebans/steamopenid.php:63) in /home/bigbang/public_html/sourcebans/steamopenid.php on line 78
BBG_Theory is offline
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 09-16-2015 , 12:31   Re: [ANY] SourceBans: Reloaded (v1.5.3, 2015-09-03)
#277

Quote:
Originally Posted by BBG_Theory View Post
Hey Sarabveer, I know you said the STEAMAPIKEY is just a placeholder for now,

so that does mean that the steam login is not able to work yet?

Code:
SELECT aid,password FROM sb_admins WHERE authid = 'STEAM_0:0:19517283'; 
Warning:  Cannot modify header information - headers already sent by (output started at /home/bigbang/public_html/sourcebans/steamopenid.php:63) in /home/bigbang/public_html/sourcebans/steamopenid.php on line 68

Warning:  Cannot modify header information - headers already sent by (output started at /home/bigbang/public_html/sourcebans/steamopenid.php:63) in /home/bigbang/public_html/sourcebans/steamopenid.php on line 69

Warning:  Cannot modify header information - headers already sent by (output started at /home/bigbang/public_html/sourcebans/steamopenid.php:63) in /home/bigbang/public_html/sourcebans/steamopenid.php on line 78
Steam Login button doesn't require an API key to work.

Your issue is different, steamopenid.php is sending data before sending header() calls, as the warning says.

Line 63 of steamopenid.php:

Code:
echo "SELECT aid,password FROM " .$prfx ."admins WHERE authid = '" .$data ."'; ";
Remove it, and try again.
__________________
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].
DarkDeviL is offline
BBG_Theory
Veteran Member
Join Date: Oct 2010
Location: NC USA
Old 09-16-2015 , 13:07   Re: [ANY] SourceBans: Reloaded (v1.5.3, 2015-09-03)
#278

omg, you are correct.


Why did I have to remove that and others don't?

thanks however, as it does seem to work.

thanks to Sarabveer and arne1288 for the help. Seems like a saw another php warning somewhere, but I'll post that if I see it again

Last edited by BBG_Theory; 09-16-2015 at 13:12.
BBG_Theory is offline
Schpraaankiii
Veteran Member
Join Date: Dec 2009
Location: Sweden Norrköping
Old 09-16-2015 , 23:07   Re: [ANY] SourceBans: Reloaded (v1.5.3, 2015-09-03)
#279

My serveradmins are reporting issues after the latest CSGO update. They can not seam to ban users anymore.
Sourcebans is still running perfectly and the accessflags are working fine.

I'm not sure if this issue is just with !ban /ban commands in textchat our console bans as well.
__________________
CAOSK-ESPORTS.COM

Last edited by Schpraaankiii; 09-16-2015 at 23:09.
Schpraaankiii is offline
Send a message via Skype™ to Schpraaankiii
irepz
Senior Member
Join Date: Mar 2013
Location: France
Old 09-17-2015 , 03:33   Re: [ANY] SourceBans: Reloaded (v1.5.3, 2015-09-03)
#280

Still not able to login through steam after a 10th install, openid just saying 'error'...

Also another more annoying bug;
Admins rights aren't loaded on servers :
Code:
06 "SourceBans: Admin Config Loader" (1.5.3) by AlliedModders LLC, Sarabveer(VEER™)
Maybe this output could help :
Code:
for i in `ls |grep sb_admin`;do echo $i ; cat $i;done
sb_admin_groups.cfg
"Groups"
{
        "server_modo"
        {
                "flags"         "abcdefgjklopqz"
                "immunity"              "90"
                "Overrides"
                {
                        "sm_slap"               "allow"
                        "sm_mute"               "allow"
                }
        }
        "Donators"
        {
                "flags"         "akop"
        }
        "Slot_Only"
        {
                "flags"         "a"
        }
        "server_trialadmin"
        {
                "flags"         "abcdfgr"
                "Overrides"
                {
                        "sm_mute"               "allow"
                        "sm_slap"               "allow"
                }
        }
}
sb_admins.cfg
"Admins"
{
}
I guess sb_admins.cfg should be populated with admins steamid.
__________________

Last edited by irepz; 09-17-2015 at 04:13.
irepz 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 05:32.


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