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
Author Message
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 03-12-2012 , 20:22   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #1

Quote:
Originally Posted by Robotron View Post
Problem:

how can i fix this?



Make sure that your database is accessible to the server. Often, if you have a database on a website that is not also your game server provider then you can't connect to it because it does not allow outside connections. I would check your credentials first then check to see if you are actually allowed to access the database from the server.
__________________
fysiks is offline
Robotron
Member
Join Date: Oct 2010
Old 03-15-2012 , 17:09   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #2

Quote:
Originally Posted by fysiks View Post
Make sure that your database is accessible to the server. Often, if you have a database on a website that is not also your game server provider then you can't connect to it because it does not allow outside connections. I would check your credentials first then check to see if you are actually allowed to access the database from the server.
I have enabled remote access to the database, my server is a dedicated server. Previously worked but this stopped working.
Robotron is offline
Zoobb
Member
Join Date: Mar 2012
Old 03-13-2012 , 23:22   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #3

I have downloaded this plugin but when i do the command amxmodmenu and choose bans
When i choose the time and the person, it go ban without a reason but when i do
amx_ban <nick, #userid, authid> <time in minutes> <reason> it works but i need it in amxmodmenu
so anyone could help me?
Zoobb is offline
TheShark558
Junior Member
Join Date: Mar 2012
Old 03-15-2012 , 18:24   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #4

Well done thanks for the post
TheShark558 is offline
zkip
Junior Member
Join Date: Mar 2011
Old 03-17-2012 , 07:00   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #5

Exolent, Is it possible to ban a offline player?
Because it wont work on my server when i use amx_addban "Steam_ID"
It just says there is no such steam id..
zkip is offline
neoRT
Senior Member
Join Date: May 2011
Old 03-17-2012 , 08:05   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #6

Quote:
Originally Posted by zkip View Post
Exolent, Is it possible to ban a offline player?
Because it wont work on my server when i use amx_addban "Steam_ID"
It just says there is no such steam id..
The correct way is: amx_addban name steamid bantime reason. All 4 fields are required.
----------------------------------1-----2-------3------4----
neoRT is offline
zkip
Junior Member
Join Date: Mar 2011
Old 03-17-2012 , 08:12   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #7

Quote:
Originally Posted by neoRT View Post
The correct way is: amx_addban name steamid bantime reason. All 4 fields are required.
----------------------------------1-----2-------3------4----
Okey, Thank you! ;D
zkip is offline
bibu
Veteran Member
Join Date: Sep 2010
Old 03-17-2012 , 07:28   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #8

Still waiting for ban menu. Go ahead and do it exo.
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu is offline
Balgaa
Senior Member
Join Date: Mar 2010
Old 04-01-2012 , 02:16   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #9

i installed version 0.8.1...

L 04/01/2012 - 14:15:46: [advanced_bans_sql.amxx] SQL Error: Access denied for user 'root'@'localhost' (using password: NO)

amx_sql_host "127.0.0.1"
amx_sql_user "advancedbans"
amx_sql_pass "test"
amx_sql_db "advancedbans"
//amx_sql_table "admin"
amx_sql_type "mysql"

any suggestion?

i modified code to get more detail error message as below.

Quote:
/* public QueryCreateTable(failstate, Handle:query, error[], errcode, data[], datasize, Float:queuetime)
{
if( failstate == TQUERY_CONNECT_FAILED )
{
set_fail_state("Could not connect to database.");
}
else if( failstate == TQUERY_QUERY_FAILED )
{
set_fail_state("Query failed.");
}
else if( errcode )
{
log_amx("Error on query: %s", error);
}
else

{
LoadBans();
}
}
*/
Quote:
public QueryCreateTable(failstate, Handle:query, error[], errcode, data[], datasize, Float:queuetime)
{
if( failstate )
{
log_amx("SQL Error: %s", error);
}
else
{
LoadBans();
}
}
exolent, any threaded version for 0.8.1?

Last edited by Balgaa; 04-01-2012 at 03:22.
Balgaa is offline
Balgaa
Senior Member
Join Date: Mar 2010
Old 04-01-2012 , 03:53   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #10

i found that 0.8.1 sql version doesnt work... installed 0.8 threaded version, no errors...

Exolent,

do you have plan to modify as below?
Quote:
Originally Posted by Racoon
These need to be fixed:

1) Not all plugin messages are in lang file. Some of them are inside the .sma
2) Make a limit for bans shown per page. Because when there are too many bans in .txt file and you try to look through the ban list you get kicked with "Reliable Channel Overflow"


by alexinno:
3) add date when player was banned
__________________

Last edited by Balgaa; 04-01-2012 at 03:54.
Balgaa 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 14:40.


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