This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Advanced Bans (Real Time) by Exolent


Post New Thread Reply   
 
Thread Tools Display Modes
sami_spt
Veteran Member
Join Date: Sep 2012
Location: I<3 pussy cats
Old 08-19-2013 , 15:15   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1231

you need to create your own php script.
sami_spt is offline
quark
Veteran Member
Join Date: Oct 2011
Location: Your mind.
Old 08-27-2013 , 06:33   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1232

Hey guys, my admin_sql.amxx is working and sql.cfg information is correct, but this plugin just wont work.
__________________

Check out My Plugins:
qServerInfo ; ASKTAG
quark is offline
pepe_thugs
Senior Member
Join Date: Aug 2010
Location: Portugal , Braga
Old 08-31-2013 , 12:06   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1233

My admin_sql is working to me and i give the ban in the server with this plugin the plugin save it by sql but i restart the server and he dont kicks me when i try to connect.
Someone can help please ?


EDIT: Someone can edit this plugin and add cvars to connect database and change the function client_authorized (client) to verify only in column "steamid" if exists the authid who are connects ?
Please

Last edited by pepe_thugs; 08-31-2013 at 12:12.
pepe_thugs is offline
sami_spt
Veteran Member
Join Date: Sep 2012
Location: I<3 pussy cats
Old 08-31-2013 , 12:09   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1234

maybe he got unbanned?

anything in the log folder?
sami_spt is offline
pepe_thugs
Senior Member
Join Date: Aug 2010
Location: Portugal , Braga
Old 08-31-2013 , 15:26   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1235

Quote:
Originally Posted by sami_spt View Post
maybe he got unbanned?

anything in the log folder?

I tested with my ID steam and i dont unbanned and try to connect to the server and the dont kick.
Nothing in logs.
pepe_thugs is offline
deadflush
Member
Join Date: Mar 2013
Old 09-03-2013 , 12:34   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1236

Quote:
Originally Posted by pepe_thugs View Post
I tested with my ID steam and i dont unbanned and try to connect to the server and the dont kick.
Nothing in logs.
Ban yourself again and post a screenshot of your console here so I can see.
deadflush is offline
pepe_thugs
Senior Member
Join Date: Aug 2010
Location: Portugal , Braga
Old 09-05-2013 , 15:51   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1237

Quote:
Originally Posted by deadflush View Post
Ban yourself again and post a screenshot of your console here so I can see.
It banned and in my console show all information the Ban. But when i change the map i connected with the server without problem and the ban continue in DB.
My sql.cfg so that :


amx_sql_host "IP"
amx_sql_user "User"
amx_sql_pass "Pw"
amx_sql_db "Db"
amx_sql_table "table"
amx_sql_type "mysql"


If cvar amx_sql_table is "advanced_bans" the plugin run normally but admin_sql dont works but if i have amx_sql_table "admins" the plugin advanced_bans works in same and admin_sql work too. That will the problem ?

Last edited by pepe_thugs; 09-09-2013 at 15:49.
pepe_thugs is offline
sami_spt
Veteran Member
Join Date: Sep 2012
Location: I<3 pussy cats
Old 09-05-2013 , 16:51   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1238

oohh god.

why did you post your sql info..


IF you are having issues with this, someone might help you because the author is offline from 2012.
You can use AMXBans system, which is the same as advanced bans, but the bans saves in a website
sami_spt is offline
GordonFreeman (RU)
Veteran Member
Join Date: Jan 2010
Location: Uzbekistan
Old 09-05-2013 , 23:48   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1239

Why u reloads all bans from SQL? What happens if ban table contains 100500 entires and table update sets to 10 secs? Its generate so huge traffic between server and mysql.

Im think the better way is just get only expired bans from database. Like:

Code:
formatex(query,255,"SELECT `%s`,`%s`,`%s` FROM `%s` WHERE `%s` <= DATE_FORMAT(NOW(),'%%H:%%i:%%s %%m/%%d/%%Y')",                 KEY_STEAMID,KEY_NICK,KEY_REASON,TABLE_NAME,KEY_UNBANTIME)
__________________
The functional way is the right way
GordonFreeman (RU) is offline
WaSaAa1
Senior Member
Join Date: Dec 2011
Location: Andalusia (Spain)
Old 09-09-2013 , 12:25   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1240

It does not work any SQL version with the latest version (6027), any solution please.
__________________
Being admin is not power, is responsibility.
WaSaAa1 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 01:32.


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