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 neomatic*:

 

Only one other person had seen this issue, so I didn't push the fix to everyone yet. Please try using the test version here:

 

https://raw.githubusercontent.com/Ad...test/AdKats.cs

 

Just replace the contents of the original .cs with the contents at that link.

 

Let me know if this fixes your problem.

Hi ColColonCleaner,

 

Yes, the test version work properly now. Thank you very much sir.

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

Originally Posted by naurel*:

 

Hi ! It's me again, I was having trouble with the Auto-Surrender Use Optimal Values for Locker Conquest wich is reseting itself, and I figure that it was when AdKats uploadSettings, doesn't have any trouble with the Metro one, I'll look into the .cfg of the serveur.

 

 

Edit : maybe found why : http://i.snag.gy/W5fOS.jpg this one was on true. Maybe failed to update the name of the row I should delete it to let Optimal Values for Metro Conquest right ?

 

I'm thinking that the "Values for Metro" was before you added "Locker Conquest" and you rename "Metro" to "Metro Conquest" but it failed on my DB and so the plugin was checking bool "Metro" yes in DB so it change the "Locker Conquest" to false as it's written in the code. Tell me if I saw right on this one or not. :biggrin:

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

Originally Posted by naurel*:

 

Ho yeah and when I'm banning someone with AdKat the name doesn't show in ban list and it's banning with the EAguid while PBguid is much better particulary when it's a cheater playing on multiples account. That's why I asked you if it was possible to add an option to use InGame Admin and not your plugin for thoses tasks, now you know what it does that AdKat doesn't :ohmy:

 

Thank you for all your work, your plugin is very well done love it.

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

Originally Posted by Prophet731*:

 

Ho yeah and when I'm banning someone with AdKat the name doesn't show in ban list and it's banning with the EAguid while PBguid is much better particulary when it's a cheater playing on multiples account. That's why I asked you if it was possible to add an option to use InGame Admin and not your plugin for thoses tasks, now you know what it does that AdKat doesn't :ohmy:

 

Thank you for all your work, your plugin is very well done love it.

Pbguid and eaguid are the same thing in a way. Banning by pbguid won't ban other accounts as a new cd key for the game will generate a new pbguid.

The developer of the Battlefield Admin Control Panel (BFACP)

For BFACP support please post in the BFACP topic linked above.

Do not contact me via PM on the forums for help with procon. Please make a topic for it. Only PM's I will accept will revolve around any website issues.

spacer.png

Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Hi ! It's me again, I was having trouble with the Auto-Surrender Use Optimal Values for Locker Conquest wich is reseting itself, and I figure that it was when AdKats uploadSettings, doesn't have any trouble with the Metro one, I'll look into the .cfg of the serveur.

 

 

Edit : maybe found why : http://i.snag.gy/W5fOS.jpg this one was on true. Maybe failed to update the name of the row I should delete it to let Optimal Values for Metro Conquest right ?

 

I'm thinking that the "Values for Metro" was before you added "Locker Conquest" and you rename "Metro" to "Metro Conquest" but it failed on my DB and so the plugin was checking bool "Metro" yes in DB so it change the "Locker Conquest" to false as it's written in the code. Tell me if I saw right on this one or not. :biggrin:

Please try the latest test version for this issue. Its linked in a recent comment from me.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Ho yeah and when I'm banning someone with AdKat the name doesn't show in ban list and it's banning with the EAguid while PBguid is much better particulary when it's a cheater playing on multiples account. That's why I asked you if it was possible to add an option to use InGame Admin and not your plugin for thoses tasks, now you know what it does that AdKat doesn't :ohmy:

 

Thank you for all your work, your plugin is very well done love it.

If you enable ban enforcer you can enforce on guid and ip. Also when that is enabled the mini-ban-management section becomes visible. In that section you can do ban searches by name.
Link to comment

Originally Posted by wdfstryfe*:

 

I like the concept of the auto-nuke feature in it, but I want it to nuke after the last flag has been taken for let's say 5 minutes? This is also on metro, and I tried the auto setting but it's almost like it sense the ticket bleed once all the points are capped and nukes.. With that being said is there an ideal rate to set it at?

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

Originally Posted by ColColonCleaner*:

 

I like the concept of the auto-nuke feature in it, but I want it to nuke after the last flag has been taken for let's say 5 minutes? This is also on metro, and I tried the auto setting but it's almost like it sense the ticket bleed once all the points are capped and nukes.. With that being said is there an ideal rate to set it at?

This is what the trigger count is for. First of all, please update to the latest test patch, I linked it a few posts back. In the test version, triggers are fired every 10 seconds, so adjust the count according to what you want. If you are using optimal values for metro on that test version, the trigger count is hardcoded to 10, or 100 seconds of all flags being captured.

 

Let me know how it goes on that new version.

Link to comment

Originally Posted by wdfstryfe*:

 

[15:19:30 83] System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.

Parameter name: startIndex

at System.String.Insert(Int32 startIndex, String value)

at PRoCon.Core.Plugin.PluginManager.BuildPluginSource (FileInfo pluginFile) in f:\Programming\Revision Control\Git\Procon-1\src\PRoCon.Core\Plugin\PluginManager.cs:line 623

at PRoCon.Core.Plugin.PluginManager.CompilePlugin(Fil eInfo pluginFile, String pluginClassName, CodeDomProvider pluginsCodeDomProvider, CompilerParameters parameters) in f:\Programming\Revision Control\Git\Procon-1\src\PRoCon.Core\Plugin\PluginManager.cs:line 636

at PRoCon.Core.Plugin.PluginManager.CompilePlugins(Pe rmissionSet pluginSandboxPermissions, List`1 ignoredPluginClassNames) in f:\Programming\Revision Control\Git\Procon-1\src\PRoCon.Core\Plugin\PluginManager.cs:line 841

 

 

That's the error when I attempt to load the new one.

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

Originally Posted by ColColonCleaner*:

 

[15:19:30 83] System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.

Parameter name: startIndex

at System.String.Insert(Int32 startIndex, String value)

at PRoCon.Core.Plugin.PluginManager.BuildPluginSource (FileInfo pluginFile) in f:\Programming\Revision Control\Git\Procon-1\src\PRoCon.Core\Plugin\PluginManager.cs:line 623

at PRoCon.Core.Plugin.PluginManager.CompilePlugin(Fil eInfo pluginFile, String pluginClassName, CodeDomProvider pluginsCodeDomProvider, CompilerParameters parameters) in f:\Programming\Revision Control\Git\Procon-1\src\PRoCon.Core\Plugin\PluginManager.cs:line 636

at PRoCon.Core.Plugin.PluginManager.CompilePlugins(Pe rmissionSet pluginSandboxPermissions, List`1 ignoredPluginClassNames) in f:\Programming\Revision Control\Git\Procon-1\src\PRoCon.Core\Plugin\PluginManager.cs:line 841

 

 

That's the error when I attempt to load the new one.

Looks like you grabbed the file incorrectly, the test version loads and functions.
Link to comment

Originally Posted by wdfstryfe*:

 

Yeah after I opened the file I realized I didn't get the right thing. I guess I need to re-word my question. If you don't use the default values for metro its 999 999 for the window count. What does metro use for these values? I want to keep the auto-nuke but I don't want it to fire off until x amount of seconds after the last flag is taken.

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

Originally Posted by elisovs*:

 

Tell me what I'm doing wrong?

Code:

[16:05:45 91] [AdKats] ERROR: Non-Query failed. [Adding user expiration.]: MySql.Data.MySqlClient.MySqlException: ALTER command denied to user 'procon'@'localhost' for table 'adkats_users'
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
   at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
   at PRoConEvents.AdKats.SendNonQuery(String desc, String nonQuery, Boolean verbose)
[16:05:45 91] [AdKats] ERROR: Non-Query failed. [Adding initial user expiration values.]: MySql.Data.MySqlClient.MySqlException: Unknown column 'user_expiration' in 'field list'
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
   at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
   at PRoConEvents.AdKats.SendNonQuery(String desc, String nonQuery, Boolean verbose)
[16:05:45 91] [AdKats] ERROR: Non-Query failed. [Adding user notes.]: MySql.Data.MySqlClient.MySqlException: ALTER command denied to user 'procon'@'localhost' for table 'adkats_users'
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
   at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
   at PRoConEvents.AdKats.SendNonQuery(String desc, String nonQuery, Boolean verbose)
[16:05:45 92] [AdKats] EXCEPTION: Line Unknown: [FetchUserList][Error while fetching user list.]: MySql.Data.MySqlClient.MySqlException: Unknown column 'adkats_users.user_expiration' in 'field list'
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
   at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
   at PRoConEvents.AdKats.FetchUserList()
[16:05:46 08] [AdKats] WARNING: No users have been added. Add a new user with 'Add User'.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by elisovs*:

 

Tell me where is my mistake?

 

Code:

[16:08:30 58] [AdKats] ERROR: Non-Query failed. [Adding initial user expiration values.]: MySql.Data.MySqlClient.MySqlException: Unknown column 'user_expiration' in 'field list'
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
   at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
   at PRoConEvents.AdKats.SendNonQuery(String desc, String nonQuery, Boolean verbose)
[16:08:30 58] [AdKats] ERROR: Non-Query failed. [Adding user notes.]: MySql.Data.MySqlClient.MySqlException: ALTER command denied to user 'procon'@'localhost' for table 'adkats_users'
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
   at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
   at PRoConEvents.AdKats.SendNonQuery(String desc, String nonQuery, Boolean verbose)
[16:08:30 60] [AdKats] EXCEPTION: Line Unknown: [FetchUserList][Error while fetching user list.]: MySql.Data.MySqlClient.MySqlException: Unknown column 'adkats_users.user_expiration' in 'field list'
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
   at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
   at PRoConEvents.AdKats.FetchUserList()
[16:08:30 72] [AdKats] WARNING: No users have been added. Add a new user with 'Add User'.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by folevski*:

 

Hello, I have a little problem with "add new user", in ADKATS plug-in, I can't add any user.

 

Error log:

 

[16:08:30 58] [AdKats] ERROR: Non-Query failed. [Adding initial user expiration values.]: MySql.Data.MySqlClient.MySqlException: Unknown column 'user_expiration' in 'field list'

at MySql.Data.MySqlClient.MySqlStream.ReadPacket()

at MySql.Data.MySqlClient.NativeDriver.GetResult(Int3 2& affectedRow, Int64& insertedId)

at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)

at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)

at MySql.Data.MySqlClient.MySqlDataReader.NextResult( )

at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior)

at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuer y()

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

[16:08:30 58] [AdKats] ERROR: Non-Query failed. [Adding user notes.]: MySql.Data.MySqlClient.MySqlException: ALTER command denied to user 'procon'@'localhost' for table 'adkats_users'

at MySql.Data.MySqlClient.MySqlStream.ReadPacket()

at MySql.Data.MySqlClient.NativeDriver.GetResult(Int3 2& affectedRow, Int64& insertedId)

at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)

at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)

at MySql.Data.MySqlClient.MySqlDataReader.NextResult( )

at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior)

at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuer y()

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

[16:08:30 60] [AdKats] EXCEPTION: Line Unknown: [FetchUserList][Error while fetching user list.]: MySql.Data.MySqlClient.MySqlException: Unknown column 'adkats_users.user_expiration' in 'field list'

at MySql.Data.MySqlClient.MySqlStream.ReadPacket()

at MySql.Data.MySqlClient.NativeDriver.GetResult(Int3 2& affectedRow, Int64& insertedId)

at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)

at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)

at MySql.Data.MySqlClient.MySqlDataReader.NextResult( )

at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior)

at PRoConEvents.AdKats.FetchUserList()

[16:08:30 72] [AdKats] WARNING: No users have been added. Add a new user with 'Add User'.

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

Originally Posted by ColColonCleaner*:

 

Tell me where is my mistake?

 

Code:

[16:08:30 58] [AdKats] ERROR: Non-Query failed. [Adding initial user expiration values.]: MySql.Data.MySqlClient.MySqlException: Unknown column 'user_expiration' in 'field list'
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
   at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
   at PRoConEvents.AdKats.SendNonQuery(String desc, String nonQuery, Boolean verbose)
[16:08:30 58] [AdKats] ERROR: Non-Query failed. [Adding user notes.]: MySql.Data.MySqlClient.MySqlException: ALTER command denied to user 'procon'@'localhost' for table 'adkats_users'
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
   at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
   at PRoConEvents.AdKats.SendNonQuery(String desc, String nonQuery, Boolean verbose)
[16:08:30 60] [AdKats] EXCEPTION: Line Unknown: [FetchUserList][Error while fetching user list.]: MySql.Data.MySqlClient.MySqlException: Unknown column 'adkats_users.user_expiration' in 'field list'
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
   at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
   at PRoConEvents.AdKats.FetchUserList()
[16:08:30 72] [AdKats] WARNING: No users have been added. Add a new user with 'Add User'.
The MySQL user you have given to AdKats doesn't have access to table creation and alteration. It failed to add default values for user expiration because it couldn't add the column.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Hello, I have a little problem with "add new user", in ADKATS plug-in, I can't add any user.

 

Error log:

 

[16:08:30 58] [AdKats] ERROR: Non-Query failed. [Adding initial user expiration values.]: MySql.Data.MySqlClient.MySqlException: Unknown column 'user_expiration' in 'field list'

at MySql.Data.MySqlClient.MySqlStream.ReadPacket()

at MySql.Data.MySqlClient.NativeDriver.GetResult(Int3 2& affectedRow, Int64& insertedId)

at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)

at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)

at MySql.Data.MySqlClient.MySqlDataReader.NextResult( )

at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior)

at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuer y()

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

[16:08:30 58] [AdKats] ERROR: Non-Query failed. [Adding user notes.]: MySql.Data.MySqlClient.MySqlException: ALTER command denied to user 'procon'@'localhost' for table 'adkats_users'

at MySql.Data.MySqlClient.MySqlStream.ReadPacket()

at MySql.Data.MySqlClient.NativeDriver.GetResult(Int3 2& affectedRow, Int64& insertedId)

at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)

at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)

at MySql.Data.MySqlClient.MySqlDataReader.NextResult( )

at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior)

at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuer y()

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

[16:08:30 60] [AdKats] EXCEPTION: Line Unknown: [FetchUserList][Error while fetching user list.]: MySql.Data.MySqlClient.MySqlException: Unknown column 'adkats_users.user_expiration' in 'field list'

at MySql.Data.MySqlClient.MySqlStream.ReadPacket()

at MySql.Data.MySqlClient.NativeDriver.GetResult(Int3 2& affectedRow, Int64& insertedId)

at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)

at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)

at MySql.Data.MySqlClient.MySqlDataReader.NextResult( )

at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior)

at PRoConEvents.AdKats.FetchUserList()

[16:08:30 72] [AdKats] WARNING: No users have been added. Add a new user with 'Add User'.

I'm not sure how you got the plugin to even start up in that state... i'll look into that. But as for your issue, it seems you gave AdKats a MySQL user who does not have access to table creation/alteration. Shut it down, provide it a user with that access, and it will function.
Link to comment

Originally Posted by HappyGotLucky*:

 

Seeing this pop up multiple times on all servers.

 

[17:23:51 96] [AdKats] SUCCESS: SQL Update 'addCountryCodeIndex' completed execution (tbl_playerdata.CountryCode index successfully created).

[17:30:59 07] [AdKats] SUCCESS: SQL Update 'addCountryCodeIndex' completed execution (tbl_playerdata.CountryCode index successfully created).

[17:36:02 16] [AdKats] SUCCESS: SQL Update 'addCountryCodeIndex' completed execution (tbl_playerdata.CountryCode index successfully created).

[17:41:09 84] [AdKats] SUCCESS: SQL Update 'addCountryCodeIndex' completed execution (tbl_playerdata.CountryCode index successfully created).

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

Originally Posted by ColColonCleaner*:

 

Seeing this pop up multiple times on all servers.

 

[17:23:51 96] [AdKats] SUCCESS: SQL Update 'addCountryCodeIndex' completed execution (tbl_playerdata.CountryCode index successfully created).

[17:30:59 07] [AdKats] SUCCESS: SQL Update 'addCountryCodeIndex' completed execution (tbl_playerdata.CountryCode index successfully created).

[17:36:02 16] [AdKats] SUCCESS: SQL Update 'addCountryCodeIndex' completed execution (tbl_playerdata.CountryCode index successfully created).

[17:41:09 84] [AdKats] SUCCESS: SQL Update 'addCountryCodeIndex' completed execution (tbl_playerdata.CountryCode index successfully created).

I'll look into this later. It will only be causing console messages, not an issue with functionality. Thanks.
Link to comment

Originally Posted by SmackDown*:

 

Seeing this pop up multiple times on all servers.

 

[17:23:51 96] [AdKats] SUCCESS: SQL Update 'addCountryCodeIndex' completed execution (tbl_playerdata.CountryCode index successfully created).

[17:30:59 07] [AdKats] SUCCESS: SQL Update 'addCountryCodeIndex' completed execution (tbl_playerdata.CountryCode index successfully created).

[17:36:02 16] [AdKats] SUCCESS: SQL Update 'addCountryCodeIndex' completed execution (tbl_playerdata.CountryCode index successfully created).

[17:41:09 84] [AdKats] SUCCESS: SQL Update 'addCountryCodeIndex' completed execution (tbl_playerdata.CountryCode index successfully created).

This just started on all of my servers as well today....

 

We have made no changes at all to our database or Adkats settings.

* Restored post. It could be that the author is no longer active.
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.