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.




  • Our picks

    • Game Server Hosting:

      We're happy to announce that EZRCON will branch out into the game server provider scene. This is a big step for us so please having patience if something doesn't go right in this area. Now, what makes us different compared to other providers? Well, we're going with the idea of having a scaleable server hosting and providing more control in how you set up your server. For example, in Minecraft, you have the ability to control how many CPU cores you wish your server to have access to, how much RAM you want to use, how much disk space you want to use. This type of control can't be offered in a single service package so you're able to configure a custom package the way you want it.

      You can see all the available games here. Currently, we have the following games available.

      Valheim (From $1.50 USD)


      Rust (From $3.20 USD)


      Minecraft (Basic) (From $4.00 USD)


      Call of Duty 4X (From $7.00 USD)


      OpenTTD (From $4.00 USD)


      Squad (From $9.00 USD)


      Insurgency: Sandstorm (From $6.40 USD)


      Changes to US-East:

      Starting in January 2022, we will be moving to a different provider that has better support, better infrastructure, and better connectivity. We've noticed that the connection/routes to this location are not ideal and it's been hard getting support to correct this. Our contract for our two servers ends in March/April respectively. If you currently have servers in this location you will be migrated over to the new provider. We'll have more details when the time comes closer to January. The new location for this change will be based out of Atlanta, GA. If you have any questions/concerns please open a ticket and we'll do our best to answer them.
      • 5 replies
    • Hello All,

      I wanted to give an update to how EZRCON is doing. As of today we have 56 active customers using the services offered. I'm glad its doing so well and it hasn't been 1 year yet. To those that have services with EZRCON, I hope the service is doing well and if not please let us know so that we can improve it where possible. We've done quite a few changes behind the scenes to improve the performance hopefully. 

      We'll be launching a new location for hosting procon layers in either Los Angeles, USA or Chicago, IL. Still being decided on where the placement should be but these two locations are not set in stone yet. We would like to get feedback on where we should have a new location for hosting the Procon Layers, which you can do by replying to this topic. A poll will be created where people can vote on which location they would like to see.

      We're also looking for some suggestions on what else you would like to see for hosting provider options. So please let us know your thoughts on this matter.
      • 4 replies
    • Added ability to disable the new API check for player country info


      Updated GeoIP database file


      Removed usage sending stats


      Added EZRCON ad banner



      If you are upgrading then you may need to add these two lines to your existing installation in the file procon.cfg. To enable these options just change False to True.

      procon.private.options.UseGeoIpFileOnly False
      procon.private.options.BlockRssFeedNews False



       
      • 2 replies
    • I wanted I let you know that I am starting to build out the foundation for the hosting services that I talked about here. The pricing model I was originally going for wasn't going to be suitable for how I want to build it. So instead I decided to offer each service as it's own product instead of a package deal. In the future, hopefully, I will be able to do this and offer discounts to those that choose it.

      Here is how the pricing is laid out for each service as well as information about each. This is as of 7/12/2020.

      Single MySQL database (up to 30 GB) is $10 USD per month.



      If you go over the 30 GB usage for the database then each additional gigabyte is charged at $0.10 USD each billing cycle. If you're under 30GB you don't need to worry about this.


      Databases are replicated across 3 zones (regions) for redundancy. One (1) on the east coast of the USA, One (1) in Frankfurt, and One (1) in Singapore. Depending on the demand, this would grow to more regions.


      Databases will also be backed up daily and retained for 7 days.




      Procon Layer will be $2 USD per month.


      Each layer will only allow one (1) game server connection. The reason behind this is for performance.


      Each layer will also come with all available plugins installed by default. This is to help facilitate faster deployments and get you up and running quickly.


      Each layer will automatically restart if Procon crashes. 


      Each layer will also automatically restart daily at midnight to make sure it stays in tip-top shape.


      Custom plugins can be installed by submitting a support ticket.




      Battlefield Admin Control Panel (BFACP) will be $5 USD per month


      As I am still working on building version 3 of the software, I will be installing the last version I did. Once I complete version 3 it will automatically be upgraded for you.





      All these services will be managed by me so you don't have to worry about the technical side of things to get up and going.

      If you would like to see how much it would cost for the services, I made a calculator that you can use. It can be found here https://ezrcon.com/calculator.html

       
      • 11 replies
    • I have pushed out a new minor release which updates the geodata pull (flags in the playerlisting). This should be way more accurate now. As always, please let me know if any problems show up.

       
      • 9 replies
×
×
  • 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.