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

Amxbans 6.x


Post New Thread Reply   
 
Thread Tools Display Modes
rhin0
New Member
Join Date: Apr 2006
Old 07-05-2006 , 04:24   Re: Amxbans 4.3 (YoMama/Lux) [Updated 051028]
Reply With Quote #521

Quote:
Originally Posted by AllMassive
I'm also using 4.4b9 for Amxx1.75

Since i did the update ATAC adds several entries for the same user.
For ex. there's someone who did 3 TK's - for which he gets banned on our Server - but this guy did 5 TK's and now there are 3 Bans added for the same Player.
'Max Team Kill Violation 3/3' 'Max Team Kill Violation 4/3' 'Max Team Kill Violation 5/3'.

I remember from last AmxBans-Version that only the last Ban is added - in my case there should only be one entry with 'Max Team Kill Violation 5/3'.
This is because you have amxbans.amxx before admin_sql.amxx in plugins.ini.
You have to swap this two lines.
__________________
shit happens
rhin0 is offline
Send a message via ICQ to rhin0
rhin0
New Member
Join Date: Apr 2006
Old 07-05-2006 , 06:23   Re: Amxbans 4.3 (YoMama/Lux) [Updated 051028]
Reply With Quote #522

Seems nobody have answers for me, so I have one more question.
I did i little test when banning by IP with hlguard.
I have three computers at home.
192.168.1.2 - 1st player
192.168.1.3 - 2nd player + hlserver
192.168.1.4 - amxbans + web server + mysql server

I have two players on server, 1st player and 2nd player.
Whenever i change name to myg0t on 1st player, so hlguard should ban 1st player, it bans 2nd player.

hlguard log looks completely OK:
Code:
07/05/2006 12:12:51 [HLGUARD 1.8] -> myg0t<192.168.1.2> <Unwanted clan tag or name: myg0t><myg0t> on de_dust2 <2 hours ban>
amxx log looks weird:
Code:
L 07/05/2006 - 12:13:01: [amxbans.amxx] [HLGUARD]<0><><> banned player<> for 2 hours (120 minutes). Reason: [HLGUARD] Banned: 2 hours. Reason: Unwanted clan tag or name: myg0t.
In hlguard config I have
Code:
hlg_loadmode lan
and to work amxbans with hlguard, I was changing file hlg_lan.cfg and use amx_banip command instead amx_ban

Also, I have the same problem with disapearing not permanent bans after server shutdown.
__________________
shit happens
rhin0 is offline
Send a message via ICQ to rhin0
AllMassive
Senior Member
Join Date: Sep 2004
Location: /dev/urandom
Old 07-05-2006 , 08:06   Re: Amxbans 4.3 (YoMama/Lux) [Updated 051028]
Reply With Quote #523

Quote:
Originally Posted by rhin0
This is because you have amxbans.amxx before admin_sql.amxx in plugins.ini.
You have to swap this two lines.
no - i dont even have the admin_sql enabled.

Another thing is, that ppl dont get kicked when using the liveban option - the ban is added to the database, but the player is still able to play - i needed to kick him manually.

[EDiT]

amxbans.amxx is now running as the first plugin in my plugin.cfg - we'll see.

Last edited by AllMassive; 07-05-2006 at 10:23.
AllMassive is offline
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 07-05-2006 , 11:04   Re: Amxbans 4.3 (YoMama/Lux) [Updated 051028]
Reply With Quote #524

You can use this to manage your bans on srcds servers also, but only the ban functionality is supported right now.
http://forums.alliedmods.net/showthread.php?t=39949
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
Brisky
Junior Member
Join Date: Jun 2006
Old 07-05-2006 , 19:58   Re: Amxbans 4.3 (YoMama/Lux) [Updated 051028]
Reply With Quote #525

Hi, my "add live bans" doesn't seem to be working. I'm currently using amxbans 4.4b9.

When I go to the "Add live bans", it shows my server and under players it shows "down". I made sure the rcon password is put in. Am I missing something?

Thanks.
Brisky is offline
Send a message via AIM to Brisky Send a message via Yahoo to Brisky
Us3r
Junior Member
Join Date: Dec 2004
Old 07-05-2006 , 22:48   Re: Amxbans 4.3 (YoMama/Lux) [Updated 051028]
Reply With Quote #526

admin_sql_4.4.2.amxx
amxbans.amxx

This is my order of plugins. The Same, 5/5 6/5 7/5 8/5
However.. the SQL Insert should be right before kick
__________________

Last edited by Us3r; 07-05-2006 at 22:50.
Us3r is offline
AllMassive
Senior Member
Join Date: Sep 2004
Location: /dev/urandom
Old 07-06-2006 , 07:43   Re: Amxbans 4.3 (YoMama/Lux) [Updated 051028]
Reply With Quote #527

Quote:
Originally Posted by AllMassive
amxbans.amxx is now running as the first plugin in my plugin.cfg - we'll see.
There are still 'doublebans' by ATAC in my banlist.
AllMassive is offline
lantz69
AMX Mod X Beta Tester
Join Date: Mar 2004
Location: Sweden, Skåne
Old 07-06-2006 , 10:05   Re: Amxbans 4.3 (YoMama/Lux) [Updated 051028]
Reply With Quote #528

Quote:
Originally Posted by AllMassive
There are still 'doublebans' by ATAC in my banlist.
This is fixed on my end.
I will add it to cvs soon.
http://cvs.alliedmods.net/viewvc.cgi...s/?sortby=date
Look when it is vers. 4.4b10
Code:
 
 4.4b10 NOT RELEASED
 - Fixed: Multiple bantimes on the same steamID
 - Fixed: If a ban is done by the ATAC plugin, the adminNick will be [ATAC] (No need to edit the atac plugins code)
 - Fixed: Banning admin with immunity or a bot from console generated wrong output
__________________
Using: Amxmodx 1.8.1.xxxx, cstrike
http://www.vanilla.se/
lantz69 is offline
lantz69
AMX Mod X Beta Tester
Join Date: Mar 2004
Location: Sweden, Skåne
Old 07-06-2006 , 16:42   Re: Amxbans 4.3 (YoMama/Lux) [Updated 051028]
Reply With Quote #529

You find the latest betas here
http://amxbans.net/forums/viewforum.php?f=9
__________________
Using: Amxmodx 1.8.1.xxxx, cstrike
http://www.vanilla.se/

Last edited by lantz69; 07-22-2006 at 06:27.
lantz69 is offline
KiLL3r CLOWN
Junior Member
Join Date: Apr 2005
Location: Jacksonville, Fl.
Old 07-06-2006 , 16:52   Re: Amxbans 4.3 (YoMama/Lux) [Updated 051028]
Reply With Quote #530

That link is not working for me

*EDIT*
Never mind, showed up on my desk top like 4 minutes later rofl.
__________________
AddOns: AMXMODX v1.76a, MetaMod v1.19p28,
AntiCheats: SteamBans, VAC2 & HLG 1.8
AMXBANS v5.0
WebInterface Bans: http://amxbans.thekillerinside.com/


Last edited by KiLL3r CLOWN; 07-06-2006 at 17:01.
KiLL3r CLOWN is offline
Reply



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 12:35.


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