AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceBans / SourceBans++ (https://forums.alliedmods.net/forumdisplay.php?f=152)
-   -   Release SourceBans++ (v1.6.4) [Updated: 2021-10-06] (https://forums.alliedmods.net/showthread.php?t=263735)

chc 03-02-2016 13:17

Re: [RELEASE] SourceBans++ (v1.5.4) [Updated: 2016-02-24]
 
Quote:

Originally Posted by Creampuffyness (Post 2398530)
It means you have your flags set incorrectly. You gave a VIP a flag which you have set for mute/gag access, doesn't mean its a sourcecomms problem. Review your flags and see what you are giving VIPs and you will find your answer.

Am I mistaken but I do not see what flag is set/how to set a flag for Sourcecomms? Anyone that is added as a user on SB can initiate a mute, so I am assuming I need to set a flag and I do not see where that option is; in the code or in the .cfg.

Creampuffyness 03-02-2016 13:21

Re: [RELEASE] SourceBans++ (v1.5.4.1) [Updated: 2016-03-01]
 
Default mute/gag/silence flag is J I believe. Unless you have something in your overrides. If you are not assigning the J flag, maybe add an override for sm_mute to z flag and test if they can still mute people.

chc 03-02-2016 13:28

Re: [RELEASE] SourceBans++ (v1.5.4.1) [Updated: 2016-03-01]
 
VIP does not have flag j enabled. Only Roots and Standard have that. VIP only has flags a,o. I added an override to VIP as "sm_mute deny" but that still did not deny them access to use it. Like I said I can have a user on SB with NO PERMISSIONS and they still can utilize sourcecomms. I have the latest install of SB as well on the servers.

Sarabveer 03-02-2016 13:43

Re: [RELEASE] SourceBans++ (v1.5.4.1) [Updated: 2016-03-01]
 
Quote:

Originally Posted by RzGaming (Post 2398699)
sb_admins.cfg
sb_admin_groups.cfg
overrides_backup.cfg

those 3 wont update on CSGO on SB 1.5.4.1

Update SourceMod

RzGaming 03-02-2016 14:41

Re: [RELEASE] SourceBans++ (v1.5.4.1) [Updated: 2016-03-01]
 
i use latest sourcemod 5298

tealk84 03-02-2016 14:43

Re: [RELEASE] SourceBans++ (v1.5.4.1) [Updated: 2016-03-01]
 
Hi all !!

Sorry but still have problem with sbchecker :(

Quote:

sbchecker.smx (SourceBans Checker): Failed to connect to SourceBans DB, Could not find driver "mysql"

chc 03-02-2016 15:05

Re: [RELEASE] SourceBans++ (v1.5.4.1) [Updated: 2016-03-01]
 
Quote:

Originally Posted by tealk84 (Post 2398743)
Hi all !!

Sorry but still have problem with sbchecker :(

Do you have the database for your MySQL set up in your database.cfg??

tealk84 03-02-2016 15:45

Re: [RELEASE] SourceBans++ (v1.5.4.1) [Updated: 2016-03-01]
 
Yeah , all looks fine ..

Quote:

"Databases"
{
"driver_default" "mysql"

// When specifying "host", you may use an IP address, a hostname, or a socket file path

"default"
{
"driver" "mysql"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}

"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

"sourcebans"
{
"driver" "mysql"
"host" "192.162.69.178"
"database" "sourcebansdlm"
"user" "*****"
"pass" "******"
//"timeout" "0"
"port" "3306"
}

"sourcecomms"
{
"driver" "mysql"
"host" "192.162.69.178"
"database" "sourcebansdlm"
"user" "*****"
"pass" "******"
//"timeout" "0"
"port" "3306"
}

}

nanswery 03-02-2016 23:20

Re: [RELEASE] SourceBans++ (v1.5.4.1) [Updated: 2016-03-01]
 
hi

i just download sourcebans 1.5.4.1, and it looks so cool. but i run into a problem which i dont know how to sync/import/link sourceban to my HLstatx.ce. please help me out, much appreciated!

Phaiz 03-02-2016 23:33

Re: [RELEASE] SourceBans++ (v1.5.4.1) [Updated: 2016-03-01]
 
Could you add an additional step to the "How to upgrade" section explaining that this needs to be manually added to the web config?

PHP Code:

define('SB_WP_URL','http://bans.yoursite.com/'); 

Currently the guide states to just copy over your existing file. If you want the functionality of logging in through Steam this step is not sufficient. So far I've only found this step listed here https://forums.alliedmods.net/showpo...&postcount=290


All times are GMT -4. The time now is 17:40.

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