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

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


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Olly
Senior Member
Join Date: Mar 2007
Location: UK
Old 09-06-2008 , 20:48   Re: SourceBans (1.3.0) (UPDATE)
#941

Guys, i'm working on a FAQ page for SourceBans. I will try and add as many questions as I can find from these forums. But if you had a question that you think might be asked again, please post it here; and ill write up an answer and throw it on the new page.

Cheers
__________________
Tumblr Me: http://raspberryteen.tumblr.com


// Yarrrr!
Olly is offline
Send a message via MSN to Olly
flubber
Senior Member
Join Date: Oct 2007
Old 09-09-2008 , 11:13   Re: SourceBans (1.3.0) (UPDATE)
#942

I've just installed it and it's great, thanks. The only problem I got was about chmod the files you should precise the step in the faqs.

Is there any other theme (user made)?
flubber is offline
r3dh3adkid
Senior Member
Join Date: Apr 2008
Location: Georgia
Old 09-09-2008 , 11:15   Re: SourceBans (1.3.0) (UPDATE)
#943

You really should update the thread title, I keep thinking 1.3.0 is actually out
__________________
r3dh3adkid is offline
colwulf
Member
Join Date: Jun 2008
Old 09-09-2008 , 22:31   Re: SourceBans (1.3.0) (UPDATE)
#944

ok after reading back like 10 pages this update is no longer out PLEASE change the title of plugin or give me a link to download 1.3.0 i was atemopting to do a fresh install and get no ware since there is no 1.3... VERRY FRUSTRATING...

Thanks
-Colwulf
colwulf is offline
recon0
Veteran Member
Join Date: Sep 2007
Location: US
Old 09-10-2008 , 02:45   Re: SourceBans (1.3.0) (UPDATE)
#945

Quote:
Originally Posted by r3dh3adkid View Post
You really should update the thread title, I keep thinking 1.3.0 is actually out
I'm using it and it works great.

Quote:
Originally Posted by colwulf View Post
ok after reading back like 10 pages this update is no longer out PLEASE change the title of plugin or give me a link to download 1.3.0 i was atemopting to do a fresh install and get no ware since there is no 1.3... VERRY FRUSTRATING...

Thanks
-Colwulf
Export a copy of the trunk from SVN.
__________________
recon0 is offline
colwulf
Member
Join Date: Jun 2008
Old 09-10-2008 , 15:01   Re: SourceBans (1.3.0) (UPDATE)
#946

ok Question for you all now... i am trying to setup sourcebans on my website threw Hostmonster.com that is my hosting... however i have everything setup right i can Install went smooth BUT (the-enforcers.net/sb) is the website

but i keep getting the following when it tys to query the servers... i have looked at the logs and all i get is this

PHP Warning: Invalid argument supplied for foreach() in /home1/theenfor/public_html/sb/pages/admin.edit.server.php on line 39

Please Help I cant figure this out and get it so that my sourcebans will see the servers... i have not yet installed the -Game server upload as it is pointless sicne i cant query the stats of the serers

ONCE AGAIN THE web address is this http://the-enforcers.net/sb
colwulf is offline
WebNoob
Senior Member
Join Date: Jul 2008
Old 09-10-2008 , 16:05   Re: SourceBans (1.3.0) (UPDATE)
#947

Quote:
Originally Posted by colwulf View Post
ok Question for you all now... i am trying to setup sourcebans on my website threw Hostmonster.com that is my hosting... however i have everything setup right i can Install went smooth BUT (the-enforcers.net/sb) is the website

but i keep getting the following when it tys to query the servers... i have looked at the logs and all i get is this

PHP Warning: Invalid argument supplied for foreach() in /home1/theenfor/public_html/sb/pages/admin.edit.server.php on line 39

Please Help I cant figure this out and get it so that my sourcebans will see the servers... i have not yet installed the -Game server upload as it is pointless sicne i cant query the stats of the serers

ONCE AGAIN THE web address is this http://the-enforcers.net/sb
Your answer can be found on this page:

http://forums.alliedmods.net/showthr...=61000&page=68
WebNoob is offline
colwulf
Member
Join Date: Jun 2008
Old 09-11-2008 , 00:23   Re: SourceBans (1.3.0) (UPDATE)
#948

awsome i fixed it so now it works but i have another question now...

Right now this is my current Admingroups.cfg
Code:
 
/**
*******************************************************************************
* Generated by Sourcemod Webadmin (http://www.forum.sourceserver.info)
* *****************************************************************************
* Plugin : Sourcemod
*
* Filename : admin_groups.cfg
*
* Create : 10/08/08
*
* Desc : This is a Admingroup configuration file for SM Admin permissions.
*
*******************************************************************************
* Allowed properties for a group:
*
* "flags" - Flag string.
* "immunity" - Immunity level number, or a group name.
* If the group name is a number, prepend it with an 
* '@' symbol similar to admins_simple.ini.
* Largish number for lots of in-between values. 
* Users will only inherit the level number if it's higher 
* than their current value.
*
* You can override commands and command groups here.
* Specify a command name or group and either "allow" or "deny"
*
* Examples:
* 
* Groups 
* { 
* "Basic Admin" 
* { 
* "flags" "abc" //reservation, generic admin, kick 
* "immunity" "1" //low immunity value 
* 
* Overrides 
* { 
* "sm_map" "allow" //Let them use sm_map even without the flag 
* ":CSDM" "deny" //deny any commands from the CSDM group 
* } 
* } 
* }
* 
*/
Groups
{
"Founder"
{
"flags" "abcdefghijklmnzopqrst"
"immunity" "99"
}
"Immortal"
{
"flags" "bcdfj"
"immunity" "15"
Overrides
{
"sm_team" "allow"
"sm_spraytrace" "allow"
"sm_removespray" "allow"
"sm_adminspray" "Allow"
}
}
"General"
{
"flags" "bcdfj"
"immunity" "1"
Overrides
{
"sm_team" "allow"
"sm_spraytrace" "allow"
"sm_removespray" "allow"
"sm_adminspray" "Allow"
}
}
"Colonel"
{
"flags" "bcfj"
"immunity" "1"
Overrides
{
"sm_team" "allow"
"sm_spraytrace" "allow"
"sm_removespray" "allow"
"sm_adminspray" "Allow"
}
}
}
how do i add in Sourcebans the
"sm_team" "allow"
"sm_spraytrace" "allow"
"sm_removespray" "allow"
"sm_adminspray" "Allow"

I can not find anywere for this...

Thanks in advance....
-Colwulf
colwulf is offline
recon0
Veteran Member
Join Date: Sep 2007
Location: US
Old 09-11-2008 , 00:27   Re: SourceBans (1.3.0) (UPDATE)
#949

You can't. It's been requested though.
__________________
recon0 is offline
colwulf
Member
Join Date: Jun 2008
Old 09-11-2008 , 01:24   Re: SourceBans (1.3.0) (UPDATE)
#950

Is there a way to have the overrides so that they can bee used.... just now threw sorcebans or when sourcenbans is installed does it ignore the admin_overrides.cfg so you cant go it there?
colwulf 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 10:11.


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