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

Advanced Bans (Real Time) by Exolent


Post New Thread Reply   
 
Thread Tools Display Modes
MAUGHOLD
Veteran Member
Join Date: Nov 2004
Location: CA USA
Old 07-20-2011 , 13:55   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #921

QUESTION: The plugin creates the table when it connects to the database for the first time correct ?

After I restart my server, it says its running, but then about 3 minutes later, it says it cannot connect to the database and the plugin is no longer running and has failed.
__________________
{FJ}Justice STEAM_0:0:633975 If anyone needs any help with their server, Just add me to steam friends and I'll help you out.
MAUGHOLD is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 07-20-2011 , 14:35   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #922

Quote:
Originally Posted by MAUGHOLD View Post
QUESTION: The plugin creates the table when it connects to the database for the first time correct ?
It executes "CREATE TABLE IF NOT EXISTS..." query each map start.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
eruffini
Junior Member
Join Date: Oct 2008
Old 07-20-2011 , 22:09   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #923

Quote:
Originally Posted by MAUGHOLD View Post
QUESTION: The plugin creates the table when it connects to the database for the first time correct ?

After I restart my server, it says its running, but then about 3 minutes later, it says it cannot connect to the database and the plugin is no longer running and has failed.
There's more than one plugin - I remember testing/compiling 3 different ones that Exolent posted until I found the one that works.

Do you need me to put it on a fileserver for you? The one I have works flawlessly.

Also, Exolent - I could write a short tutorial explaining how to enable the "TIMESTAMP" function in a MySQL table, if you would like. It's what I use.
__________________


SuXoRs Gaming Community
http://www.suxorsgaming.com
eruffini is offline
MAUGHOLD
Veteran Member
Join Date: Nov 2004
Location: CA USA
Old 07-21-2011 , 04:28   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #924

Quote:
Originally Posted by eruffini View Post
There's more than one plugin - I remember testing/compiling 3 different ones that Exolent posted until I found the one that works.

Do you need me to put it on a fileserver for you? The one I have works flawlessly.

Also, Exolent - I could write a short tutorial explaining how to enable the "TIMESTAMP" function in a MySQL table, if you would like. It's what I use.

I have tried three different versions so far, and none of them are able to connect to the database.

I have tried Exolent's version, the threaded version and ToxedVirus's versions.

I have checked and rechecked all variables for installing this plugin at least 10 times on both the game server and my web host.

I have also tried using the web hosting account that nfoservers.com gives their customers, and it won't connect to that Mysql database either.

With so many posts by other people having trouble getting it to connect to their Mysql databases, it has to be the plugin.

I won't waste any more of my time on it.

In the future, I think that all subsequent versions or revisions of any plugins, should be linked to the original authors post, so that people don't have to waste their time reading 62 pages just to troubleshoot a bugged plugin.

Eruffini, I would be interested in using beyond compare just to see what the difference in code is compared with all the other versions. You can email it to me at webmaster(at)xtroop(d0t)net
thanks.
__________________
{FJ}Justice STEAM_0:0:633975 If anyone needs any help with their server, Just add me to steam friends and I'll help you out.

Last edited by MAUGHOLD; 07-21-2011 at 04:37.
MAUGHOLD is offline
eruffini
Junior Member
Join Date: Oct 2008
Old 07-21-2011 , 11:03   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #925

Quote:
Originally Posted by MAUGHOLD View Post
I have tried three different versions so far, and none of them are able to connect to the database.

I have tried Exolent's version, the threaded version and ToxedVirus's versions.

I have checked and rechecked all variables for installing this plugin at least 10 times on both the game server and my web host.

I have also tried using the web hosting account that nfoservers.com gives their customers, and it won't connect to that Mysql database either.

With so many posts by other people having trouble getting it to connect to their Mysql databases, it has to be the plugin.

I won't waste any more of my time on it.

In the future, I think that all subsequent versions or revisions of any plugins, should be linked to the original authors post, so that people don't have to waste their time reading 62 pages just to troubleshoot a bugged plugin.

Eruffini, I would be interested in using beyond compare just to see what the difference in code is compared with all the other versions. You can email it to me at webmaster(at)xtroop(d0t)net
thanks.
Email'ed to you, but honestly.. it is here in the forum post somewhere. I know because I downloaded it here. I would look for it, but I have to run to work right now so I will have to look for it later on today.

Let me know how that works out for you. If it doesn't work, I am not sure what you are doing wrong but I might be able to help.
__________________


SuXoRs Gaming Community
http://www.suxorsgaming.com
eruffini is offline
musicbg91
Member
Join Date: Jan 2011
Location: Bulgaria
Old 07-22-2011 , 02:52   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #926

I've try anything but it doesn't works with the ban commands!I mean i do this:

Code:
amx_addbanlimit "d" "10080"
and this:

Code:
amx_addbanlimit "a" "0"
but it doesnt work,and it says in the console

Quote:
[AdvancedBans] Target has not authorized with the server! Unable to ban!
musicbg91 is offline
Send a message via Skype™ to musicbg91
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 07-22-2011 , 09:18   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #927

Quote:
Originally Posted by musicbg91 View Post
but it doesnt work,and it says in the console
Do you have Non-Steam players in your server?
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
MAUGHOLD
Veteran Member
Join Date: Nov 2004
Location: CA USA
Old 07-22-2011 , 22:56   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #928

Quote:
Originally Posted by WaPu View Post
hi!
Got the same error, and here is the solution:

1. Load the advanced_bans_sql.sma (source code)
2. Open it with an Editor (e.g. Notepad++)
3. Change Line 389 to: new query[512];
4. Save, compile, enjoy!

The Problem is, that the var query has original only the size of 128, but this is to short for the sql-query! 512 is enough (if not, make it higher!)
Problem could be on 4 other places:
Line 1041
Line 1201
Line 1273
Line 1372



bb WaPu

Exolent, why don't you add this to you're original version of this plugin ?
__________________
{FJ}Justice STEAM_0:0:633975 If anyone needs any help with their server, Just add me to steam friends and I'll help you out.
MAUGHOLD is offline
Old 07-22-2011, 23:22
MAUGHOLD
This message has been deleted by Exolent[jNr]. Reason: That's enough bickering. If you have something to say to me, then PM me.
Old 07-23-2011, 00:51
Exolent[jNr]
This message has been deleted by Exolent[jNr]. Reason: That's enough bickering. If you have something to say to me, then PM me.
Old 07-23-2011, 01:26
MAUGHOLD
This message has been deleted by Exolent[jNr]. Reason: That's enough bickering. If you have something to say to me, then PM me.
Old 07-23-2011, 01:36
MAUGHOLD
This message has been deleted by Exolent[jNr]. Reason: That's enough bickering. If you have something to say to me, then PM me.
Old 07-23-2011, 05:00
MAUGHOLD
This message has been deleted by Exolent[jNr]. Reason: Flaming.
neverminde
Senior Member
Join Date: Feb 2011
Location: St.Piter
Old 07-23-2011 , 12:53   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #929

I cant find solution for my problem
I have irc chat-logging ( with steamid of speakers)
When i see when somebody spam at my server and leave, i am joining and write this
Code:
amx_addban PLAYER STEAM_0:0:1157909354 0 SPAM
But I see this
Code:
Invalid SteamID!
Correct format: STEAM_0:X:XXXXXXX
I think it happens, because that busters have cracked steam .
neverminde is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 07-23-2011 , 13:17   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #930

Quote:
Originally Posted by neverminde View Post
I cant find solution for my problem
I have irc chat-logging ( with steamid of speakers)
When i see when somebody spam at my server and leave, i am joining and write this
Code:
amx_addban PLAYER STEAM_0:0:1157909354 0 SPAM
But I see this
Code:
Invalid SteamID!
Correct format: STEAM_0:X:XXXXXXX
I think it happens, because that busters have cracked steam .
Because are you non-steamer. Such steamids do not exist.
__________________
xPaw 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 00:29.


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