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

 

Hi

came to my server this morning and there is the following error repeating itself every 10 seconds

 

EXCEPTION-681105-RunAction-ActionHandling22 [Command Previous Temp Ban not found in runAction]

 

im running 6.8.1.105 on this particular server

 

Thanks in advance

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

Originally Posted by www-battleplay4u-com*:

 

@Prophet wrote about that:

 

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

Originally Posted by EntraVenuS*:

 

@Prophet wrote about that:

 

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';
thanks so much that fixed it .. does anyone know why it happend in the first place ?
* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Any idea to this error ?

 

[AdKats] ERROR-6810: [unable to confirm global timing. Global UTC Timestamp could not be fetched.]

That should be a warning, and i just opened a ticket to change that

 

https://github.com/AdKats/AdKats/issues/896

 

Basically we had a bunch of issues in the past where people would have really out of whack time stamps on their layers/databases and it caused a lot of issues for punishments and time sensitive commands. Look in the 'Web requests' section of the docs and make sure your layer isn't blocked from accessing those domains.

Link to comment

Originally Posted by ashkanoveisi*:

 

What's the problem ? :sad:

SUCCESS: Database connection open.

[06:22:22 22] [AdKats] INFO: AdKats role groups table not found. Attempting to add.

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

at PRoConEvents.AdKats.SafeExecuteNonQuery(MySqlComma nd command)

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

[06:22:22 92] [AdKats] ERROR-6810: [AdKats tables not present or valid in the database. Have you run the AdKats database setup script yet? If so, are your tables InnoDB_]

[06:22:22 93] [AdKats] INFO: Shutting down AdKats.

[06:22:23 30] [AdKats] WARNING: Database timing confirmed, but there is a 1m28s UTC timestamp mismatch between your layer and database.

[06:22:28 02] [AdKats] AdKats 6.8.1.0 Disabled! =(

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

Originally Posted by Dete96*:

 

What's the problem ? :sad:

It's all in the error message. Have you run the database setup script? Just login to your database and run the script I linked below. That prepares all needed tables.

 

https://raw.githubusercontent.com/Co...ter/adkats.sql

 

Please read the installation instructions. They are pretty good and easy to understand.

 

https://github.com/AdKats/AdKats/blob/master/README.md

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

Originally Posted by spatieman*:

 

Think i found a bug.

When i enable the round timer, (60 minutes)

and admins change mid game the map (players get borred,hehe)

the timer doesnt reset but keeps ticking down.

as for example,

when the server is empty and just loaded the map, the timer starts at 60 minutes

when at 50 minutes players join (inc me as admin).

players ask for a other map, after the map change, the timer still counts down the last 10 minutes.

i have V6.8.1.0

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

Originally Posted by ashkanoveisi*:

 

It's all in the error message. Have you run the database setup script? Just login to your database and run the script I linked below. That prepares all needed tables.

 

https://raw.githubusercontent.com/Co...ter/adkats.sql

 

Please read the installation instructions. They are pretty good and easy to understand.

 

https://github.com/AdKats/AdKats/blob/master/README.md

Sry Mate im new and cant understand ,

here's the screen pic , where should i run the adkats.sql ?

Untitled.jpg

-------------------------------------------------

I run the code on SQL tab , is it run now here's the log :

[14:48:04 44] [AdKats] SUCCESS: User fetch complete [0 users, 0 Special Players].

[14:48:04 44] [AdKats] WARNING: No users have been added. Add a new user with 'Add User'.

[14:48:04 44] [AdKats] INFO: Fetching player list.

[14:48:09 58] [AdKats] SUCCESS: Player listing complete [0 players].

[14:48:09 58] [AdKats] INFO: Performing final startup.

[14:48:10 11] [AdKats] SUCCESS: AdKats 6.8.1.0 startup complete [24s]. Commands are now online.

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

Originally Posted by Dete96*:

 

Sry Mate im new and cant understand ,

here's the screen pic , where should i run the adkats.sql ?

Untitled.jpg

-------------------------------------------------

I run the code on SQL tab , is it run now here's the log :

You did it!!! In your screenshot you can see all the tables that were created after you ran the code! Everythings fine now. You can start to setup AdKats.

The WARNING: No users have been added... means that you did not add a user (maybe yourself as admin__) yet. You can do that in section 3 of the plugin!

Have fun with it!

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

Originally Posted by ColColonCleaner*:

 

Think i found a bug.

When i enable the round timer, (60 minutes)

and admins change mid game the map (players get borred,hehe)

the timer doesnt reset but keeps ticking down.

as for example,

when the server is empty and just loaded the map, the timer starts at 60 minutes

when at 50 minutes players join (inc me as admin).

players ask for a other map, after the map change, the timer still counts down the last 10 minutes.

i have V6.8.1.0

That entire system was added back when BF4 first launched and servers were so unstable you could only run 10-15 minute matches. The system was left dormant after that since the servers now have a round timer setting that can be used for this. I think the proper course of action here is to simply remove the round timer system completely since the server itself supports round timer changes now.

 

Unless you're talking about BF3, then i should probably keep the system around and fix any issues.

Link to comment

Originally Posted by ashkanoveisi*:

 

You did it!!! In your screenshot you can see all the tables that were created after you ran the code! Everythings fine now. You can start to setup AdKats.

The WARNING: No users have been added... means that you did not add a user (maybe yourself as admin__) yet. You can do that in section 3 of the plugin!

Have fun with it!

Ya Im Admin and i add myself to the user , btw is there any wiki or note for description the sections ? ? i get confused ...
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by imammansur*:

 

Hi i get this error. I cant fetch a player name?

[11:57:39 10] [AdKats] EXCEPTION-681106-FetchPlayerBattlelogInformation-BattlelogComm53: [Could not find persona ID for Boxer[HUN]]

 

 

Edit now its says also : AdKatsLRT] ERROR-2076: [unable to fetch killer on kill.]

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

Originally Posted by ColColonCleaner*:

 

Hi

i write server rules at A19 , and Yell Server Rules is set on True , but in game it not show the rules on Middle screen

what the Problem ?

Untitled.jpg

Send a screenshot of the procon chat tab when you ask for rules. I need to see the messages it's giving there. If you want to do it privately that's fine.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Hi i get this error. I cant fetch a player name?

[11:57:39 10] [AdKats] EXCEPTION-681106-FetchPlayerBattlelogInformation-BattlelogComm53: [Could not find persona ID for Boxer[HUN]]

 

 

Edit now its says also : AdKatsLRT] ERROR-2076: [unable to fetch killer on kill.]

This is an ongoing issue with some player's names, where their name contains 'invalid' characters. I need to modify the system to accept this.
Link to comment

Originally Posted by ashkanoveisi*:

 

Send a screenshot of the procon chat tab when you ask for rules. I need to see the messages it's giving there. If you want to do it privately that's fine.

Here You are the Screenshot of chat tab

Untitled.jpg

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

Originally Posted by windorose*:

 

Hi CCC

 

I got this error

 

[03:58:28 62] [AdKats] ENABLED! Beginning startup sequence...

[03:58:30 01] [AdKats] SUCCESS: Fetched 69 BFHL weapon stat definitions.

[03:58:30 24] [AdKats] SUCCESS: Fetched reputation definitions.

[03:58:30 48] [AdKats] SUCCESS: Fetched special player group definitions.

[03:58:30 84] [AdKats] SUCCESS: Global timing confirmed.

[03:58:30 84] [AdKats] SUCCESS: Server IP is 173.199.105.52:40000

[03:58:31 05] [AdKats] SUCCESS: Database connection open.

[03:58:36 28] [AdKats] ERROR-6810: [AdKats tables not present or valid in the database. Have you run the AdKats database setup script yet? If so, are your tables InnoDB_]

[03:58:36 28] [AdKats] INFO: Shutting down AdKats.

[03:58:37 37] [AdKats] SUCCESS: Database timing confirmed.

[03:58:42 14] [AdKats] AdKats 6.8.1.0 Disabled! =(

 

the same DB is linked with 2 other servers and it work

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

Originally Posted by spatieman*:

 

That entire system was added back when BF4 first launched and servers were so unstable you could only run 10-15 minute matches. The system was left dormant after that since the servers now have a round timer setting that can be used for this. I think the proper course of action here is to simply remove the round timer system completely since the server itself supports round timer changes now.

 

Unless you're talking about BF3, then i should probably keep the system around and fix any issues.

my humble excuuses, yes, i am talking about BF3.

sorry for typo's ,i got a new keyboard, i still need to learn using it.

perhaps also some extra info.

these are also the plugins i have running.

adaptive server size, ultimate map manager.

and installed yesterday the automatic round restarter..

i noticed that it also has a timer option..

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

Originally Posted by ColColonCleaner*:

 

Hi CCC

 

I got this error

 

[03:58:28 62] [AdKats] ENABLED! Beginning startup sequence...

[03:58:30 01] [AdKats] SUCCESS: Fetched 69 BFHL weapon stat definitions.

[03:58:30 24] [AdKats] SUCCESS: Fetched reputation definitions.

[03:58:30 48] [AdKats] SUCCESS: Fetched special player group definitions.

[03:58:30 84] [AdKats] SUCCESS: Global timing confirmed.

[03:58:30 84] [AdKats] SUCCESS: Server IP is 173.199.105.52:40000

[03:58:31 05] [AdKats] SUCCESS: Database connection open.

[03:58:36 28] [AdKats] ERROR-6810: [AdKats tables not present or valid in the database. Have you run the AdKats database setup script yet? If so, are your tables InnoDB_]

[03:58:36 28] [AdKats] INFO: Shutting down AdKats.

[03:58:37 37] [AdKats] SUCCESS: Database timing confirmed.

[03:58:42 14] [AdKats] AdKats 6.8.1.0 Disabled! =(

 

the same DB is linked with 2 other servers and it work

What happens if you reboot all of your layers? Do the others still work then?
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

my humble excuuses, yes, i am talking about BF3.

sorry for typo's ,i got a new keyboard, i still need to learn using it.

perhaps also some extra info.

these are also the plugins i have running.

adaptive server size, ultimate map manager.

and installed yesterday the automatic round restarter..

i noticed that it also has a timer option..

Ok please open a ticket on github and i'll add this to the list of things to do. There is a link in the first post.
Link to comment

Originally Posted by EntraVenuS*:

 

Prompt, where it is possible to remove this message ?

Server to Admin: Player just joined this server group for the first time!

Message settings .. Display new player Announcement set it to False
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Chelrid*:

 

Hi,

 

how can i fix this:

 

[18:31:08 64] [AdKats] WARNING: 373MB estimated memory used.

[18:31:39 13] [AdKats] WARNING: 372MB estimated memory used.

[18:32:09 46] [AdKats] WARNING: 372MB estimated memory used.

[18:32:39 70] [AdKats] WARNING: 376MB estimated memory used.

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

Originally Posted by CEBEP78*:

 

I too have same problem on Windows layer.

You need restart your Procon layer every day, example at night.

 

 

 

 

Attachment 4342

Exactly! I forgot where

reason not to prescribe, bad

 

p.s

I checked, does not work, and so ordered a platoon of 123 and so [123], go and play anyway

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