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

Advanced Bans (Real Time) by Exolent


Post New Thread Reply   
 
Thread Tools Display Modes
mohsen9010
Senior Member
Join Date: Jun 2011
Location: Iran
Old 07-26-2012 , 07:56   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1121

Can you add amx_unbanmenu ?
__________________
Iman in Allah
mohsen9010 is offline
Send a message via Yahoo to mohsen9010 Send a message via Skype™ to mohsen9010
[stranger]
New Member
Join Date: Aug 2010
Old 07-29-2012 , 06:17   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1122

Quote:
PrepareTable()
{
new query[128];
formatex(query, sizeof(query) - 1,\
"CREATE TABLE IF NOT EXISTS `%s` (`%s` varchar(32) NOT NULL, `%s` varchar(35) NOT NULL, `%s` int(10) NOT NULL, `%s` varchar(32) NOT NULL, `%s` varchar(12 NOT NULL, `%s` varchar(64) NOT NULL, `%s` varchar(35) NOT NULL);",\
TABLE_NAME, KEY_NAME, KEY_STEAMID, KEY_BANLENGTH, KEY_UNBANTIME, KEY_REASON, KEY_ADMIN_NAME, KEY_ADMIN_STEAMID
);

SQL_ThreadQuery(g_sql_tuple, "QueryCreateTable", query);
}
WTF? You really think that
Quote:
formatex(query, sizeof(query) - 1,\
"CREATE TABLE IF NOT EXISTS `%s` (`%s` varchar(32) NOT NULL, `%s` varchar(35) NOT NULL, `%s` int(10) NOT NULL, `%s` varchar(32) NOT NULL, `%s` varchar(12 NOT NULL, `%s` varchar(64) NOT NULL, `%s` varchar(35) NOT NULL);",\
TABLE_NAME, KEY_NAME, KEY_STEAMID, KEY_BANLENGTH, KEY_UNBANTIME, KEY_REASON, KEY_ADMIN_NAME, KEY_ADMIN_STEAMID
);
will take 128 bytes?
[stranger] is offline
doggy
Junior Member
Join Date: Aug 2012
Location: India
Old 08-04-2012 , 10:46   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1123

PLZ SAY ME ..WHEN SOME IS BANNED..THE BAN INFORMATION COMES UP WITH ADMIN NAME,REASON,PLAYER IP etc..
PLZ SAY DOES IT AUTOMATICALLY COMES UP THERE OR THE ADMIN HAS TO TYPE IT !!
doggy is offline
3emu
Junior Member
Join Date: Jan 2011
Location: BETTER THAN YOUR!
Old 08-06-2012 , 09:48   Re: Advanced Bans (Real Time)
Reply With Quote #1124

  • amx_banlist
    - Shows a list of who is banned
  • amx_addbanlimit <flags> <time in minutes>
This commands don't work ::
3emu is offline
OxygeNXcelsion
New Member
Join Date: Aug 2012
Old 08-14-2012 , 18:17   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1125

Bro I'm new in the world of AMX, And i just had a LTNGAMING server up and runing...

i instaled Advanced bans thx for this guide BY THE WAY...

But i have a problem bro...

This Appears


ML_NOTFOUND: AB_BAN_INFORMATION
ML_NOTFOUND: AB_NAME: - ^[S]amuX
ML_NOTFOUND: AB_IP: 186.89.228.51
ML_NOTFOUND: AB_REASON: Entra en 1 minuto
ML_NOTFOUND: AB_BAN_LENGTH: 1 minute
ML_NOTFOUND: AB_UNBAN_TIME: 0:054 8/15

i wish to fix that..... can someone please help me with this.??
OxygeNXcelsion is offline
deadman909
Veteran Member
Join Date: Oct 2008
Old 08-15-2012 , 20:08   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1126

Quote:
Originally Posted by OxygeNXcelsion View Post
Bro I'm new in the world of AMX, And i just had a LTNGAMING server up and runing...

i instaled Advanced bans thx for this guide BY THE WAY...

But i have a problem bro...

This Appears


ML_NOTFOUND: AB_BAN_INFORMATION
ML_NOTFOUND: AB_NAME: - ^[S]amuX
ML_NOTFOUND: AB_IP: 186.89.228.51
ML_NOTFOUND: AB_REASON: Entra en 1 minuto
ML_NOTFOUND: AB_BAN_LENGTH: 1 minute
ML_NOTFOUND: AB_UNBAN_TIME: 0:054 8/15

i wish to fix that..... can someone please help me with this.??
Did you install the language file?
__________________

deadman909 is offline
Send a message via MSN to deadman909 Send a message via Yahoo to deadman909
DSASDFGH
Senior Member
Join Date: Jul 2011
Location: Facebook
Old 08-15-2012 , 23:03   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1127

Here's Korean Translation

Quote:
[kr]
AB_BAN_INFORMATION = 밴 정보
AB_NAME = 이름
AB_IP = 아이피
AB_STEAMID = 스팀ID
AB_REASON = 이유
AB_BAN_LENGTH = 밴 기간
AB_UNBAN_TIME = 밴해제 시간
AB_ADMIN_NAME = 어드민 이름
AB_ADMIN_STEAMID = 어드민 스팀고유번호
AB_WEBSITE = 부당한 밴을 당했다고 생각하시면 홈페이지를 방문해 주세요!
AB_NOT_AUTHORIZED = 해당 유저가 서버에 인증되지 않았습니다
AB_ALREADY_BANNED_STEAMID = 이미 차단된 스팀 고유번호 입니다!
AB_ALREADY_BANNED_IP = 이미 차단된 IP 입니다!
AB_PERMANENT_BAN = 영구밴
AB_INVALID_STEAMID = 스팀ID가 올바르지 않아요!
AB_VALID_STEAMID_FORMAT = 고유번호 형식: STEAM_0:X:XXXXXXX
AB_INVALID_IP = IP가 올바르지 않아요!
AB_NOT_IN_BAN_LIST = %s를 밴 목록에서 찾아볼 수 없습니다!
AB_NO_BANS = 현재 차단당한 사람은 없습니다.
AB_BAN_LIST_NUM = 차단된 유저 리스트 %i - %i.
AB_BAN_LIST_NEXT = amx_banlist를 이용해서 %i 다음 사람을 보세요.
AB_MAX_BAN_TIME = 최대 허용 차단 시간은 %i 입니다.
__________________
Learning SourceMod is happy

Last edited by DSASDFGH; 08-15-2012 at 23:04.
DSASDFGH is offline
darrin
Senior Member
Join Date: Jun 2009
Old 08-19-2012 , 14:08   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1128

Why can't I see any unbanning history in my BAN_HISTORY log files?
darrin is offline
therazerspb
Junior Member
Join Date: Apr 2012
Old 09-01-2012 , 05:39   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1129

Quote:
Originally Posted by SGT View Post
Can someone who knows php check the code for that script?

I find it pretty strange that someone would sign up, make a script, share it and then never log back in again.
No free time

Also now i have some free time, and there will be few cool small features.

==
best regards.
therazerspb is offline
Send a message via Skype™ to therazerspb
deadman909
Veteran Member
Join Date: Oct 2008
Old 09-01-2012 , 06:08   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1130

Quote:
Originally Posted by therazerspb View Post
No free time

Also now i have some free time, and there will be few cool small features.

==
best regards.
Sick cant wait for these new feature =)
__________________

deadman909 is offline
Send a message via MSN to deadman909 Send a message via Yahoo to deadman909
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 13:19.


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