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

  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

[15:45:53 25] [AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction]

[15:46:08 00] [AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction

Hey. Tell me please. What bug me?

Please talk to prophet about this issue, it comes from the BFAdminCP.
Link to comment
  • Administrators

Originally Posted by Prophet731*:

 

If you are running the BFACP v2.0.1 or v2.0.0 and you are getting the following error from AdKats.

 

Code:

[AdKats] WARNING: Unable to find source weight for command 18|40
[AdKats] WARNING: Unable to find source weight for command 18|41
[AdKats] WARNING: Unable to find source weight for command 18|61
Run this query to fix this problem. This is fixed in version 2.1.0 (not released yet).

 

Code:

UPDATE adkats_records_main SET command_action = 19 WHERE command_type = 18 AND command_action = 40;
UPDATE adkats_records_main SET command_action = 42 WHERE command_type = 18 AND command_action = 41;
UPDATE adkats_records_main SET command_action = 62 WHERE command_type = 18 AND command_action = 61;
If you are getting this error..

 

Code:

[AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction]
[AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction
Then run this query on your database.

 

Code:

UPDATE adkats_records_main SET adkats_read = 'Y' WHERE command_action IN (72, 73) AND adkats_read = 'N';

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

Originally Posted by dmmaciag*:

 

If you are running the BFACP v2.0.1 or v2.0.0 and you are getting the following error from AdKats.

 

Code:

[AdKats] WARNING: Unable to find source weight for command 18|40
[AdKats] WARNING: Unable to find source weight for command 18|41
[AdKats] WARNING: Unable to find source weight for command 18|61
Run this query to fix this problem. This is fixed in version 2.1.0 (not released yet).

 

Code:

UPDATE adkats_records_main SET command_action = 19 WHERE command_type = 18 AND command_action = 40;
UPDATE adkats_records_main SET command_action = 42 WHERE command_type = 18 AND command_action = 41;
UPDATE adkats_records_main SET command_action = 62 WHERE command_type = 18 AND command_action = 61;
If you are getting this error..

 

Code:

[AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction]
[AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction
Then run this query on your database.

 

Code:

UPDATE adkats_records_main SET adkats_read = 'Y' WHERE command_action IN (72, 73) AND adkats_read = 'N';
Many thanks!
* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Thanks. But can you give an example how to use authorized soldiers?

I've actually never had anyone use that feature before, at least to my knowledge, it's just been written in there for a long time. Open a ticket on github to add examples for that feature to the docs, I don't have time to write it up properly at this moment.
Link to comment

Originally Posted by Sno69*:

 

Has anyone got the email notification working? I have followed the instructions, and it is still not sending . here is my setup:

Send email true

Use SSL? true

SMTP-Server addy smtp.gmail.com

SMTP Server port 465

sender addy *******@gmail.com

smtp server addy *******@gmail.com

smtp server pw *******

 

any help greatly appreciated as I am having issue with this and the teamspeak portion

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

Originally Posted by ServerAdminV2*:

 

Hi guys,

 

we have a little problem with AdKats:

Everything works fine but sometimes every Admin/User (who is added in Section 3 in AdKats) will be swapped to the other team.

How can we fix it and disable this. It's a little bit annoying if you bought a server and you're swapped all the time.

 

Thanks and greetings,

ServerAdminV2

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

Originally Posted by ColColonCleaner*:

 

Hi guys,

 

we have a little problem with AdKats:

Everything works fine but sometimes every Admin/User (who is added in Section 3 in AdKats) will be swapped to the other team.

How can we fix it and disable this. It's a little bit annoying if you bought a server and you're swapped all the time.

 

Thanks and greetings,

ServerAdminV2

Are you using the top player monitor? Otherwise this is not an AdKats issue, you should try whitelisting yourself in your autobalancer.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

hi guys i don't know what happened i can'r ban anymore its show this Invalid PreMessage ID, valid PreMessage IDs are 1-3

 

well you guys help me to fix that thx

Sorry, didn't see this comment.

 

In your command settings section you enabled "require usage of premessage IDs", turn that back off.

 

EDIT: It's in section 12, called "Require Use of Pre-Messages".

Link to comment

Originally Posted by CEBEP78*:

 

If you are running the BFACP v2.0.1 or v2.0.0 and you are getting the following error from AdKats.

 

Code:

[AdKats] WARNING: Unable to find source weight for command 18|40
[AdKats] WARNING: Unable to find source weight for command 18|41
[AdKats] WARNING: Unable to find source weight for command 18|61
Run this query to fix this problem. This is fixed in version 2.1.0 (not released yet).

 

Code:

UPDATE adkats_records_main SET command_action = 19 WHERE command_type = 18 AND command_action = 40;
UPDATE adkats_records_main SET command_action = 42 WHERE command_type = 18 AND command_action = 41;
UPDATE adkats_records_main SET command_action = 62 WHERE command_type = 18 AND command_action = 61;
If you are getting this error..

 

Code:

[AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction]
[AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction
Then run this query on your database.

 

Code:

UPDATE adkats_records_main SET adkats_read = 'Y' WHERE command_action IN (72, 73) AND adkats_read = 'N';
Dear Prophet731 , this error please tell me what to do _! How to fix?

EXCEPTION-6810-RunAction-ActionHandling68:

EXCEPTION-6810-RunAction-ActionHandling35

Action

UPDATE adkats_records_main SET adkats_read = 'Y' WHERE command_action IN (72, 73) AND adkats_read = 'N';

- did not help

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

Originally Posted by ColColonCleaner*:

 

Dear Prophet731 , this error please tell me what to do _! How to fix?

EXCEPTION-6810-RunAction-ActionHandling68:

EXCEPTION-6810-RunAction-ActionHandling35

Action

UPDATE adkats_records_main SET adkats_read = 'Y' WHERE command_action IN (72, 73) AND adkats_read = 'N';

- did not help

If that didn't fix it then we need the rest of your exception messages, not just the headers.
Link to comment

Originally Posted by ripper23*:

 

There is an adkats_statistics table which holds map_benefit and map_detriment statistics. I wrote a query a while back for this but i've since forgotten where that is. I can look for it.

any update on this ?

 

 

Thanks

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

Originally Posted by CEBEP78*:

 

If that didn't fix it then we need the rest of your exception messages, not just the headers.

[04:10:28 27] [AdKats] EXCEPTION-6810-RunAction-ActionHandling38: [Command Previous Perm Ban not found in runAction]

[04:10:28 27] [AdKats] EXCEPTION-6810-RunAction-ActionHandling38: [Command Previous Temp Ban not found in runAction]

[04:10:38 79] [AdKats] EXCEPTION-6810-RunAction-ActionHandling38: [Command Previous Temp Ban not found in runAction]

[04:10:38 80] [AdKats] EXCEPTION-6810-RunAction-ActionHandling38: [Command Previous Perm Ban not found in runAction]

[04:10:38 80] [AdKats] EXCEPTION-6810-RunAction-ActionHandling38: [Command Previous Temp Ban not found in runAction]

 

--------

--------

25,02,2016

Hello, today decided to once again read .. And no more mistakes, I suspect that yesterday I did something wrong. Excuse for troubling.

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

Originally Posted by madStas*:

 

Hi!

After move procon from one server to other i get this error in adkats:

[17:35:45 13] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-AccessFetching31: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:45 16] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-AccessFetching31: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:46 54] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-DatabaseComm35: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:51 26] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-Main10: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:55 23] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-DatabaseComm35: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

 

And every hour this:

[19:51:18 23] [AdKats] WARNING: TeamAssignmentConfirmation took too long.

 

 

Everything lags, procon restart take about 15 mins, everething lags (( Help plz

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

Originally Posted by ColColonCleaner*:

 

Hi!

After move procon from one server to other i get this error in adkats:

[17:35:45 13] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-AccessFetching31: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:45 16] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-AccessFetching31: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:46 54] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-DatabaseComm35: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:51 26] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-Main10: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:55 23] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-DatabaseComm35: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

 

And every hour this:

[19:51:18 23] [AdKats] WARNING: TeamAssignmentConfirmation took too long.

 

 

Everything lags, procon restart take about 15 mins, everething lags (( Help plz

What do you mean moved it to another server? Just installed it on another one?

 

Who is your layer host?

Link to comment

Originally Posted by CEBEP78*:

 

Please tell me how to change the settings !assist to 60 tickets was not the default, and 100 for example. You can ask you to describe in detail this feature, and where you can change the settings for this function, for example in the file Adkats.cfg

 

And can we do to players of BlackList Auto Assist, being moved only twice per round?

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

Originally Posted by www-battleplay4u-com*:

 

And can we do to players of BlackList Auto Assist, being moved only twice per round?

that would be awesome, because atm it is quite useless imho, i can ban these players straight away cause they are not going to play on that server anymore if they loose 100% of the played games...
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by CEBEP78*:

 

that would be awesome, because atm it is quite useless imho, i can ban these players straight away cause they are not going to play on that server anymore if they loose 100% of the played games...

Yes, so I ask, is it possible to swap only twice per round, or one of the autoassist balck list how to do it? Is that possible?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by madStas*:

 

I use VPS, copied Procon folder (with all plugins) into another VPS. I think i know what is it. New VPS was amazon AWS free account. It really wary bad for procon. They downgrade CPU frequency after some time of use. So after move Procon folder to new paid VPS server all seems fine =) THX!

* 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.