Raised This Month: $ Target: $400
 0% 

Release Legacy SourceBans 1.4.11 (Updated 2014/02/17)


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Chaos Llama
Senior Member
Join Date: Jul 2006
Old 10-17-2008 , 22:31   Re: SourceBans (1.3.5) (UPDATE)
#1061

I'm also having trouble upgrading. Though in my case it can't detect the current version number installed and thus won't start the upgrade process.
Chaos Llama is offline
Ommand
Junior Member
Join Date: Sep 2008
Old 10-18-2008 , 11:01   Re: SourceBans (1.3.5) (UPDATE)
#1062

I just moved my sourcebans install from one server to another, and now when I ban people ingame this ban doesn't take effect on sourcebans as it should.

I modified databases.cfg to reflect the new server location and sourcebans seems to be pulling from mysql, any idea what the problem could be?

Edit: there's nothing out of the ordinary in either sourcebans.log nor errors_.log

Last edited by Ommand; 10-18-2008 at 11:05.
Ommand is offline
Dirton
BANNED
Join Date: Oct 2008
Old 10-19-2008 , 04:09   Re: SourceBans (1.3.5) (UPDATE)
#1063

Peace-Maker
No, the problem was a bit different, I added a server using local host (apache is running on the same PC). It was showed in on sourcebans page, but unfortunately there were no admins in the CSS server's file. Then I went on the server itself and added local IP address and made it add itself to sourcebans automatically. After refreshing the page there were already to same servers. And finally after activating access to this new "old" server for all admins they finally appeared in the file.

Last edited by Dirton; 10-19-2008 at 04:12.
Dirton is offline
sh0rtbus
Member
Join Date: Mar 2005
Location: Longwood Florida
Old 10-20-2008 , 20:44   Re: SourceBans (1.3.5) (UPDATE)
#1064

Whenever I add an admin I have to restart the server before it will take effect. Is there a way to refresh admins without having to restart the servers?
sh0rtbus is offline
Send a message via AIM to sh0rtbus Send a message via MSN to sh0rtbus
Lebson506th
Veteran Member
Join Date: Jul 2008
Old 10-20-2008 , 21:05   Re: SourceBans (1.3.5) (UPDATE)
#1065

the sm_rehash command
__________________
My Plugins
Spray Tracer by Nican, maintained by me
Simple TK Manager
DoD:S Admin Weapons

Links
Resistance and Liberation (A HL2 Multiplayer Modification)
Lebson506th is offline
Private Dyin
Member
Join Date: Jul 2006
Old 10-21-2008 , 02:38   Re: SourceBans (1.3.5) (UPDATE)
#1066

Hi, I'm trying to import my Amxbans db during installation of Sourcebans but I get an error.

Code:
Fatal error:  Call to undefined function ADONewConnection() in .../public_html/sourcebans/install/includes/converter.inc.php on line 15
Any idea what this is about?
__________________
Private Dyin is offline
Iron_Chef
Junior Member
Join Date: Oct 2008
Old 10-21-2008 , 13:03   Re: SourceBans (1.3.5) (UPDATE)
#1067

I have installed both SourceBans and KAC, and I am new to both.

One thing that I have wondered about is how to differentiate on SourceBans, which bans/unbans were done by me (as the head admin) through console (instead of joining the server just to ban) and which bans were done by KAC. From what I have read, there is some way to change the "banned by" from "CONSOLE" to "KAC", but I think that would also make it seem as if KAC banned someone when really its me doing it through console. Am I correct? If so, could there be a way to have both, or at least some way to tell the difference between an rcon ban and a KAC ban? I'd really like to keep the SourceBans as accurate as possible, so this is fairly important to me.

Also, is there any way to set up admins for the server without using the web panel? Not every admin will need access to the panel, and it is much more trouble to register every admin that way, since it requires a password and email as well. I'd much rather be able to copy the info from my admin file to another... and the ones not registered on the website would just not have admin on the web panel.

Thanks for your help.
-Iron_chef
Iron_Chef is offline
ayuki
Member
Join Date: May 2008
Old 10-24-2008 , 16:54   Re: SourceBans (1.3.5) (UPDATE)
#1068

i create server in sourceban updated+reboot server

sourceban create:

admingroup.cfg
admins.cfg
and i have adminsimple.ini

but the admin in admins.cfg have not as command admin cvar


the admin have simple player not a admin

sourceban is installed in local
__________________

ayuki is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 10-25-2008 , 10:04   Re: SourceBans (1.3.5) (UPDATE)
#1069

@deathcurse: as stated in the first post, you need at least mysql 5.0.

@Chaos Llama: check your sb_settings database for the config.version entry. if its missing the updater tries to install all database updates. if this fail with some error messages the easiest way to solve this is, to replace all
Code:
return false;
in all the /updater/data/ files like 112.php with
Code:
return true;
and rerun the updater.

@Ommand: sourcebans is hashing the admins but don't write bans and no errors? err.. reboot your server? ;)

@Dirton: sourcemod only supports IP's in databases.cfg - no DNS!

@Private Dyin: solved in this thread ;)

@Iron_Chef: You could modify KAC to use sourcebans' native to ban like search for
Code:
sm_ban
in kigen-ac-pub.sp and replace with
Code:
SBBanPlayer(65, GetClientUserId(client), time, IReason);
where 65 is the admin id of the dummy admin called KAC or what ever.
of course you have to include sourcebans at the top of the plugin by pasting under
Code:
#include <socket>
this snip
Code:
#include <sourcebans>
All untested!!!
Maybe you should update to the svn plugin version..

You can easily turn off sourcebans admin functions by setting "EnableAdmins" off in sourcebans.cfg.

@ayuki: you need to give your admins the "b" flag (Generic Admin) to allow them to use the adminmenu. of course you need to have adminmenu.smx enabled as well! you should also have admin-flatfile.smx enabled to avoid permission problems when database isn't reachable!
Peace-Maker is offline
ayuki
Member
Join Date: May 2008
Old 10-25-2008 , 11:31   Re: SourceBans (1.3.5) (UPDATE)
#1070

admin have b flag
adminmenu and adminflat smx are enabled

but when the server reboot sourcban create admin.cfg with

"Admins"
{
"test"
{
"auth" "steam"
"identity" "STEAM_0:0:**********"
"flags" "abcdefghijklmnopqrstz"
"group" "c********"
"password" "********"
"Immunity" "99"



admingroup.cfg:

"groups"
{
"c*******"
{
"flags" "abcdefghijklopqrstz"
"Immunity" "99"
}
}

and admin simple.ini:

"STEAM_0:0:*******" "99:azo"



but the player "test" don't acces to admin menu....
__________________

ayuki 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 21:01.


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