Jump to content

Advanced In-Game Admin and Ban Enforcer - AdKats


Message added by Prophet731,

If you've been banned from a server then you will need to appeal the ban with the owners/community of that server. We do not control any bans done on servers that utilize AdKats as all bans are local to that server.

Recommended Posts

Originally Posted by TMiland*:

 

Just restarted my layers, got this error:

[20:26:39 93] [AdKats] ERROR: Database connection FAILED with EXCEPTION. Bad credentials, invalid hostname, or invalid port.

Nothing has changed.

 

Edit: NM, ip got blocked, restarted all layers at once...

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by naurel*:

 

Wow, posted the patch but didn't sync. Done now. Thanks.

:biggrin: And if you can add the option to choice the number of trigger before nuking with auto surrender I think 5 was better than 10.

 

Edit : 6.0.0.1 running where logs happens ?

* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

:biggrin: And if you can add the option to choice the number of trigger before nuking with auto surrender I think 5 was better than 10.

 

Edit : 6.0.0.1 running where logs happens ?

The log is not seeing any more duplicates for those messages, you should be fine with that version.

 

10 means 100 seconds, it gives the losing team a chance to come back instead of simply ending the round immediately when a baserape starts.

Link to comment

Originally Posted by virusdead*:

 

Sounds like you have another plugin saying no rules, it's not AdKats saying that.

the error is adkats

 

Code:

[10:55:28] dinozzo00 > !rules
[10:55:25] (PlayerSay dinozzo00) use !admin to list online Admins
[10:55:25] (PlayerSay dinozzo00) NO RULES on this Server
[10:55:26] AdKats > Admin [AzM]dinozzo00 requested server rules.
[10:55:26] AdKats > Say > dinozzo00 > Admin [AzM]dinozzo00 requested server rules.
[10:55:26] AdKats > Say > (1/12) _____________Server Rules______________
[10:55:31] AdKats > Say > (2/12) [1] THIS SERVER IS LIMIT EXPLOSIVES, YOU WILL BE PUNISHED FOR INFRACTIONS
[10:55:36] AdKats > Say > (3/12) [2] N0 MORTAR, UCAV, RPG7, SMAW, SRAW, XM25 AIRBURST & M320 LVG ! 
[10:55:41] AdKats > Say > (4/12) [3] Sniper limit ! DMR !
[10:55:43] AdKats > Say > *** NO RPG, M320, M320HE.UCAV ***
[10:55:46] AdKats > Say > (5/12) [4] NAD Limit !
* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

the error is adkats

 

Code:

[10:55:28] dinozzo00 > !rules
[10:55:25] (PlayerSay dinozzo00) use !admin to list online Admins
[10:55:25] (PlayerSay dinozzo00) NO RULES on this Server
[10:55:26] AdKats > Admin [AzM]dinozzo00 requested server rules.
[10:55:26] AdKats > Say > dinozzo00 > Admin [AzM]dinozzo00 requested server rules.
[10:55:26] AdKats > Say > (1/12) _____________Server Rules______________
[10:55:31] AdKats > Say > (2/12) [1] THIS SERVER IS LIMIT EXPLOSIVES, YOU WILL BE PUNISHED FOR INFRACTIONS
[10:55:36] AdKats > Say > (3/12) [2] N0 MORTAR, UCAV, RPG7, SMAW, SRAW, XM25 AIRBURST & M320 LVG ! 
[10:55:41] AdKats > Say > (4/12) [3] Sniper limit ! DMR !
[10:55:43] AdKats > Say > *** NO RPG, M320, M320HE.UCAV ***
[10:55:46] AdKats > Say > (5/12) [4] NAD Limit !
Those messages are not from AdKats, the format matches ProconRulz. Remove !rules handling from your ProconRulz script and you'll be fine.

 

Also, if you are already numbering your rules in AdKats, you can turn off the automatic rule numbering, its optional in settings.

Link to comment

Originally Posted by virusdead*:

 

It's part of your "Rules" setting. There is a section in there handling !rules as a command. Find and remove that subsection.

Problem solved LanguageEnforcer Enable Extended FunctionsCategory

(Enables the !admin, !rules and !help commands) the plugin was enabled :smile:

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by flat*:

 

need help installing on NFO server

 

[AdKats] ERROR: Non-Query failed. [Adding AdKats role groups table]: MySql.Data.MySqlClient.MySqlException: Can't create table 'mydatabase.adkats_rolegroups' (errno: 150)

at PRoConEvents.AdKats.SafeExecuteNonQuery(MySqlComma nd command)

at PRoConEvents.AdKats.SendNonQuery(String desc, String nonQuery, Boolean verbose)

[09:22:24 42] [AdKats] ERROR: AdKats tables not present or valid in the database. Have you run the AdKats database setup script yet? If so, are your tables InnoDB

 

thanks

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by naurel*:

 

need help installing on NFO server

 

[AdKats] ERROR: Non-Query failed. [Adding AdKats role groups table]: MySql.Data.MySqlClient.MySqlException: Can't create table 'mydatabase.adkats_rolegroups' (errno: 150)

at PRoConEvents.AdKats.SafeExecuteNonQuery(MySqlComma nd command)

at PRoConEvents.AdKats.SendNonQuery(String desc, String nonQuery, Boolean verbose)

[09:22:24 42] [AdKats] ERROR: AdKats tables not present or valid in the database. Have you run the AdKats database setup script yet? If so, are your tables InnoDB

 

thanks

Well all is written : "Have you run the AdKats database setup script yet? If so, are your tables InnoDB _"

 

The plugin does not find the tables. So 1- They weren't created because you didn't run the setup script. 2- They weren't created because you're not running your SQL server with InnoDB.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by flat*:

 

Well all is written : "Have you run the AdKats database setup script yet? If so, are your tables InnoDB _"

 

The plugin does not find the tables. So 1- They weren't created because you didn't run the setup script. 2- They weren't created because you're not running your SQL server with InnoDB.

yes I ran the script the only tables it has created are

 

adkats_orchestration

adkats_player_reputation

adkats_specialplayers

adkats_statistics

 

how do i tell if they are InnoDB?

* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

yes I ran the script the only tables it has created are

 

adkats_orchestration

adkats_player_reputation

adkats_specialplayers

adkats_statistics

 

how do i tell if they are InnoDB?

There should be more than that.

 

Posted Image

 

When you are running the setup script, which version is at the top of the file? Are there any errors when you run it?

Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Look the log

 

Where is the problem ?

Firstly, remove that picture, your db credentials are showing.

 

Your layer lost connection to the database, or the database connection speed got significantly slower after startup, it's a safeguard. If this happens frequently, send me the debug logs before during and after it happens.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.