Raised This Month: $ Target: $400
 0% 

SourceBans 1.5.0 BETA game plugin


Post New Thread Closed Thread   
 
Thread Tools Display Modes
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 05-07-2013 , 18:29   Re: SourceBans 1.5.0 BETA game plugin
#61

Instead of using the DNS entry, use the IP
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Jstn7477
Senior Member
Join Date: Mar 2011
Location: Florida, USA
Old 05-09-2013 , 23:22   Re: SourceBans 1.5.0 BETA game plugin
#62

I upgraded a few of my servers to this, no issues so far from what I can see. I was apparently still using 1.4.8 on one of the servers which quit blocking banned players when I upgraded to SourceMod 1.6.0 dev.
__________________
Yo , I heard you like , so I put a in your so you can while you .
Jstn7477 is offline
ecca
Sexy Santa
Join Date: Jan 2011
Old 05-10-2013 , 06:43   Re: SourceBans 1.5.0 BETA game plugin
#63

No need to run 1.6.0 dev if you're not running a dota 2 server.
__________________
ecca is offline
bullet28
Member
Join Date: Apr 2012
Old 05-13-2013 , 06:23   Re: SourceBans 1.5.0 BETA game plugin
#64

Russian translation does not correspond to the actual texts in English. It's better if you remove it, or..
Code:
"Phrases"
{
	"Banned Check Site"
	{
		"#format"		"{1:s}"
		"ru"			"Вы забанены на этом сервере, посетите {1} для дополнительной информации"
	}
	"DB Connect Fail"
	{
		"ru"			"Невозможно подключится к базе данных. Свяжитесь с администратором сервера."
	}
	"Not In Game"
	{
		"ru"			"Игрок не в игре, войдите в веб-панель, чтобы забанить его."
	}
	"Ban Not Verified"
	{
		"ru"			"Бан этого игрока не проверен. Подождите тридцать секунд и попробуйте ещё раз."
	}
	"Can Not Unban"
	{
		"#format"		"{1:s}"
		"ru"			"Вы не можете разбанивать с этого сервера, посетите {1} для разбана."
	}
	"Can Not Add Ban"
	{
		"#format"		"{1:s}"
		"ru"			"Вы не можете добавлять баны с этого сервера, посетите {1} чтобы добавить бан."
	}
	"Check Menu"
	{
		"ru"			"Проверьте меню, чтобы выбрать причину бана."
	}
	"Include Reason"
	{
		"ru"			"Укажите причину для бана игрока."
	}
	"Ban Fail"
	{
		"ru"			"Не удалось забанить игрока, попробуйте ещё раз."
	}
	"Chat Reason"
	{
		"ru"			"Откройте чат и напишите причину бана. Или напишите '!noreason' чтобы отменить."
	}
	"Chat Reason Aborted"
	{
		"ru"			"Процедура бана игрока успешно отменена."
	}
	"Select player"
	{
		"ru"			"Выбирите игрока:"
	}
}
bullet28 is offline
ecca
Sexy Santa
Join Date: Jan 2011
Old 05-14-2013 , 14:48   Re: SourceBans 1.5.0 BETA game plugin
#65

Swedish translations
Code:
"Phrases"
{
	"Banned Check Site"
	{
		"#format"		"{1:s}"
		"sv"			"Du är bannlyst ifrån denna server, besök {1} för mer information"
	}
	"DB Connect Fail"
	{
		"sv"			"Databas anslutningen misslyckades. Vänligen kontakta ägaren."
	}
	"Not In Game"
	{
		"sv"			"Spelaren är inte ansluten, besök webbpaneln för att bannlysa dom."
	}
	"Ban Not Verified"
	{
		"sv"			"Spelarens bannlysning har inte verifierats. Vänligen vänta 30 sekunder innan du försöker igen."
	}
	"Can Not Unban"
	{
		"#format"		"{1:s}"
		"sv"			"Du kan inte ta bort en bannlysning ifrån servern, besök {1}."
	}
	"Can Not Add Ban"
	{
		"#format"		"{1:s}"
		"sv"			"Du kan inte lägga till en bannlysning ifrån servern, besök {1} för att lägga en bannlysning."
	}
	"Check Menu"
	{
		"sv"			"Vänligen kolla menyn för att välja en anledning."
	}
	"Include Reason"
	{
		"sv"			"Vänligen inkludera en anledning för bannlysningen på spelaren."
	}
	"Ban Fail"
	{
		"sv"			"Misslyckades att bannlysa spelaren , försök igen."
	}
	"Chat Reason"
	{
		"sv"			"Vänligen skriv in orsaken till bannlysningen i chatten och tryck enter. Skriv "! Noreason" för att avbryta."
	}
	"Chat Reason Aborted"
	{
		"sv"			"Bannlysnings processen har avbrutits framgångsrikt."
	}
	"Select player"
	{
		"sv"			"Välj spelare:"
	}
}
__________________

Last edited by ecca; 05-14-2013 at 14:48.
ecca is offline
Otokiru
Senior Member
Join Date: Apr 2012
Old 06-03-2013 , 13:23   Re: SourceBans 1.5.0 BETA game plugin
#66

Quote:
Originally Posted by DJ Tsunami View Post
HTML Code:
sb_addadmin <name> <authtype> <identity> [password] [group1] ... [group N]
Sorry, but im a little confused on how the syntax works but, I've tried:
sb_addadmin testuser steam STEAM_0:1:00000123 Regulars // it does add the user but doesn't seem to join the "Regulars" group.

And since there's the "Web Admin Group" and "Server Admin Group" in the SB Web Panel, how can I set the user to join the "No permission" group for the "Web Admin Group", and the "Regulars" group for the "Server Admin Group"?
Otokiru is offline
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 06-03-2013 , 13:43   Re: SourceBans 1.5.0 BETA game plugin
#67

It probably used Regulars as password then, you need to specify "" if you don't want a password. To explain the syntax, <> is required and [] is optional.

As for your second question, the commands are for adding server admins, so there's no option for specifying the web group. It will default to No permissions.
__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.

Last edited by DJ Tsunami; 06-03-2013 at 13:45.
DJ Tsunami is offline
Otokiru
Senior Member
Join Date: Apr 2012
Old 06-04-2013 , 00:04   Re: SourceBans 1.5.0 BETA game plugin
#68

Quote:
Originally Posted by DJ Tsunami View Post
It probably used Regulars as password then, you need to specify "" if you don't want a password. To explain the syntax, <> is required and [] is optional.

As for your second question, the commands are for adding server admins, so there's no option for specifying the web group. It will default to No permissions.
Erm okay, I tried using this command:
sb_addadmin testuser steam STEAM_0:1:123456789 "" "Regulars"

Outcome: Still doesn't join the Regulars group nor reflected in SB WebPanel. SB WebPanel still displaying None in the Server Admin Permission. I've checked the database table directly, and the srv_group column entry is NULL.

//Edited
Oh and was this version suppose to ignore admins.ini file too? Cause i got some flags i added in admin.ini, doesn't seem to apply on my users after using this version.

Last edited by Otokiru; 06-04-2013 at 00:22.
Otokiru is offline
michael1995
Member
Join Date: Sep 2009
Old 06-17-2013 , 09:57   Re: SourceBans 1.5.0 BETA game plugin
#69

Nice your team has added: BanTimes.

But your team need to add: BanMenuts. Because else can players without Z ban over my ban menu time if player type: /ban name 86400

PHP Code:
"BanTimes"
{
       
"1 Month"
       
{
               
"flags"  "z"   // If admin not has Z acces he cannot see 1 Month but he can type: /ban name 43200 and player got ban a month
               
"length" "43200"
       
}

Make a BanMinuts menu
example:

PHP Code:
"BanMinuts"
{
     
"z (FLAG)"
     
{
            
"maxlength" "20160"  // Z admin has only acces to ban from 1 to 20160 minuts
     
}

Sorry my bad english
michael1995 is offline
michael1995
Member
Join Date: Sep 2009
Old 06-20-2013 , 10:52   Re: SourceBans 1.5.0 BETA game plugin
#70

If player ban with /ban <name> <time> <reason> That's a console as admin on the website even if it is an admin
michael1995 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 09:04.


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