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

 

If i try add admin to plugin then i get this message is symbols end of name making this trouble?

 

 

 

https://myrcon.net/recovered/img/129128_RY6KSyx.jpg_2

Soldier names in battlefield must be 16 or less characters, and only contain alphanumerics, dashes, and underscores. All other names are invalid. The AdKats user list follows the same restrictions.
Link to comment

Originally Posted by dmmaciag*:

 

@ColColonCleaner

 

Woke up today to find adkats banlist completely gone. All current and previous bans appear to be gone as if they've never existed. Player reputation is apparently affected as well however infraction points seem to be fine. Any idea what would cause this? I'm the only one with direct access to the database but I've not had Internet as I've been moving so I haven't fat fingered anything. Any ideas?

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

Originally Posted by Hodor*:

 

Interesting, some player's stats are coming through but others aren't. So this doesn't have to do with the same Linux issue I saw before. I still don't know where in that section this error is coming from. Open a ticket and i'll examine it closer now that i know it's not from the OS.

Done https://github.com/AdKats/AdKats/issues/839
* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

@ColColonCleaner

 

Woke up today to find adkats banlist completely gone. All current and previous bans appear to be gone as if they've never existed. Player reputation is apparently affected as well however infraction points seem to be fine. Any idea what would cause this? I'm the only one with direct access to the database but I've not had Internet as I've been moving so I haven't fat fingered anything. Any ideas?

You are actually the second person to have this happen. However, there is nothing in the plugin that can remove records from that table.

 

Questions:

 

Does your adkats_records_main table still have the ban records (command actions 7 and 8 if i remember correctly, you can confirm this in adkats_commands table) but the records in the adkats_banlist table are gone?

 

Are you running the bfadmincp by prophet?

Link to comment

Originally Posted by sammad143*:

 

How do I set next map via ingame commands? For example the server is running metro and I want the next map to be locker, how do I set it in-game?

Also how can I check player reports in bfadmincp? the same reports that we find ingame with /reportlist

Is there any option to replace the admin name in ban/kick messages with Admin1, Admin2 etc, so that I can know who kicked whom but it remains a mystery to the kicked player.

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

Originally Posted by dmmaciag*:

 

You are actually the second person to have this happen. However, there is nothing in the plugin that can remove records from that table.

 

Questions:

 

Does your adkats_records_main table still have the ban records (command actions 7 and 8 if i remember correctly, you can confirm this in adkats_commands table) but the records in the adkats_banlist table are gone?

 

Are you running the bfadmincp by prophet?

There are only three records showing command 8 (permaban) in the adkats_records_main table as they were issued this morning after the wipe and adkats_banlist is completely empty. We don't have a backup of the database (kicking myself for that one) and apparently all the AdKats settings reset as well. Is our only option wiping and starting fresh with daily backups or is there something we can run to preserve the integrity of the database?

 

And yes, we are running BFAdminCP by Prophet.

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

Originally Posted by Dwel13R*:

 

Having an issue where loadout enforce doesnt seem to be working. I get this:

 

[AdKatsLRT] EXCEPTION-2042-D-ReceiveOnlineSoldiers-PlayerListing39: [Error while receiving online soldiers.][system.NullReferenceException: Object reference not set to an instance of an object. at PRoConEvents.AdKatsLRT.ReceiveOnlineSoldiers(Strin g[] parameters)]

 

Thanks in advance

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

Originally Posted by ColColonCleaner*:

 

Having an issue where loadout enforce doesnt seem to be working. I get this:

 

[AdKatsLRT] EXCEPTION-2042-D-ReceiveOnlineSoldiers-PlayerListing39: [Error while receiving online soldiers.][system.NullReferenceException: Object reference not set to an instance of an object. at PRoConEvents.AdKatsLRT.ReceiveOnlineSoldiers(Strin g[] parameters)]

 

Thanks in advance

Please ask any further LRT questions in that thread, not this one.

 

All you have to do is update your LRT plugin to the latest version for that issue to go away.

Link to comment

Originally Posted by hit757*:

 

I'm seeing a pattern here, it's just a load of invalid player names that it can't find. []V[]orpheus is not a valid player name. Now to find out how a player name like that is getting into the system.

Hi,

For the first time same thing happened to me. Someone with invalid player name joined my server and now I can't get rid of those errors. I tried to backup sql database, stop AdKats and "PRoCon Chat, GUID, Stats...", then remove that player from DB (including thousands rows in adkats_records_debug table), and start those plugins again (during gameplay). Didn't try to restart Procon Layer yet, I'll restart everything when server is empty.

 

In case you haven't predicted all bad characters:

Code:

[21:18:55 64] [AdKats] EXCEPTION-6800-FetchPlayerBattlelogInformation-BattlelogComm59: [Could not find persona ID for -BA-GipE>>>]
[21:18:58 64] [AdKats] EXCEPTION-6800-FetchPlayerBattlelogInformation-BattlelogComm59: [Could not find persona ID for -BA-GipE>>>]
[21:19:06 22] [AdKats] EXCEPTION-6800-FetchPlayerBattlelogInformation-BattlelogComm59: [Could not find persona ID for -BA-GipE>>>]
I still got this even if mysqldump |grep -i GipE shows only lines from debug table. Where else can AdKats see this guy's name after cleaning DB? :sad:

 

...

 

Ok, after restarting Procon layer problem disappeared. So must have been some cache in it.

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

Originally Posted by sammad143*:

 

How do I set next map via ingame commands? For example the server is running metro and I want the next map to be locker, how do I set it in-game?

Also how can I check player reports in bfadmincp? the same reports that we find ingame with /reportlist. How to make reports stay in the system permanently until an admin clears them, If I am not wrong then currently the reports lasts only for the specific round.

Is there any option to replace the admin name in ban/kick messages with Admin1, Admin2 etc, so that I can know who kicked whom but it remains a mystery to the kicked player.

@ColColonCleaner please have a look at my queries.
* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

How do I set next map via ingame commands? For example the server is running metro and I want the next map to be locker, how do I set it in-game?

 

You use the ultimate map manager plugin. there is no command for this in AdKats.

 

Also how can I check player reports in bfadmincp? the same reports that we find ingame with /reportlist

Please ask Prophet about this, I do not control the BFACP.

 

Is there any option to replace the admin name in ban/kick messages with Admin1, Admin2 etc, so that I can know who kicked whom but it remains a mystery to the kicked player.

 

Not at this time, transparency was built into the plugin from the start so any kicked/banned player will see the player name of whoever acted on them. This can be a real player, or an autoadmin.

See above.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Any ideas why Adkat is spamming "Adkatsinstancecheck..." text to Rconnet's chat? Didn't find any info about it. :/

Not sure why rconnet is storing hidden admin say messages in their chat logs, that is the point of them being hidden. Any admin say that begins with a / should not be included in any logs.

 

That message is sent by AdKats to ensure that only one instance of AdKats is running on a server at any given time. This was an insurance policy since some people were trying to do that before and it messes with several key functions.

 

EDIT: That is to say any additional instance of AdKats attempting to start up on a single server will automatically terminate itself.

Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Hi,

For the first time same thing happened to me. Someone with invalid player name joined my server and now I can't get rid of those errors. I tried to backup sql database, stop AdKats and "PRoCon Chat, GUID, Stats...", then remove that player from DB (including thousands rows in adkats_records_debug table), and start those plugins again (during gameplay). Didn't try to restart Procon Layer yet, I'll restart everything when server is empty.

 

In case you haven't predicted all bad characters:

Code:

[21:18:55 64] [AdKats] EXCEPTION-6800-FetchPlayerBattlelogInformation-BattlelogComm59: [Could not find persona ID for -BA-GipE>>>]
[21:18:58 64] [AdKats] EXCEPTION-6800-FetchPlayerBattlelogInformation-BattlelogComm59: [Could not find persona ID for -BA-GipE>>>]
[21:19:06 22] [AdKats] EXCEPTION-6800-FetchPlayerBattlelogInformation-BattlelogComm59: [Could not find persona ID for -BA-GipE>>>]
I still got this even if mysqldump |grep -i GipE shows only lines from debug table. Where else can AdKats see this guy's name after cleaning DB? :sad:
It's seeing that player in your server, their player must be glitched there. Try rebooting your battlefield server when it's empty. I'll need to add more ignores for those players. Please open a ticket on github.

 

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

Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Oh, hit757, I just noticed you are not on the latest version. Please /pupdate to the latest version of AdKats and see if this issue continues.

 

I should do a full release some time soon. There have been enough changes since the last one to warrant a new stable version.

Link to comment

Originally Posted by HitchItch*:

 

Has anyone found a way to disable the EA team balance permanently?

 

procon/server settings/gameplay/team balance

 

We have to uncheck this box multiple times a day, it somehow turns itself back on.

 

This totally screws up adkats team balance, the teams become horribly unbalanced and people start to leave the server. IE: 12 vs 4

 

I cannot find any way to keep this box unchecked.

 

Im hoping someone has a solution, this thing drives me nuts

 

Thanks

 

Hitch

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

Originally Posted by ColColonCleaner*:

 

Has anyone found a way to disable the EA team balance permanently?

 

procon/server settings/gameplay/team balance

 

We have to uncheck this box multiple times a day, it somehow turns itself back on.

 

This totally screws up adkats team balance, the teams become horribly unbalanced and people start to leave the server. IE: 12 vs 4

 

I cannot find any way to keep this box unchecked.

 

Im hoping someone has a solution, this thing drives me nuts

 

Thanks

 

Hitch

AdKats does not have a team balancer. Only the top player monitor which is for dispersion. What else are you running?
Link to comment

Originally Posted by HitchItch*:

 

AdKats does not have a team balancer. Only the top player monitor which is for dispersion. What else are you running?

I did not set it up but ours has settings for balancing and they are on in Section A16:

 

A16. Orchestration Setting:

Feed MULTIBalancer whitelist

Feed MULTIBalancer Even Dispersion List

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

Originally Posted by www-battleplay4u-com*:

 

Has anyone found a way to disable the EA team balance permanently?

 

procon/server settings/gameplay/team balance

 

We have to uncheck this box multiple times a day, it somehow turns itself back on.

Unfortunately, as far as i know, the only way to keep it off permanentely is to switch the server from "normal" to "custom". Then it will work. It looks like DICE hardcoded this setting for "normal" servers.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by schmoove*:

 

Sounds like your tables/triggers are messed up. You need to do the following.

 

Firstly check that you have two triggers on your adkats_records_main table, one for add and one for delete. If you do not have these, tell me, and don't continue through these steps.

 

Shut down your layers.

 

Back up your records table. Just that table.

 

TRUNCATE `adkats_records_main`;

TRUNCATE `adkats_records_debug`;

TRUNCATE `adkats_infractions_global`;

TRUNCATE `adkats_infractions_server`;

 

Re-import your records table.

 

Your infractions will be correct again.

Sorry for the late response.

 

I don't see that there are any triggers in the database.

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

Originally Posted by ColColonCleaner*:

 

I did not set it up but ours has settings for balancing and they are on in Section A16:

 

A16. Orchestration Setting:

Feed MULTIBalancer whitelist

Feed MULTIBalancer Even Dispersion List

Yes, that's for feeding settings on multibalancer, a separate plugin. AdKats itself does not have a full balancer. The top player monitor does bypass EA's balancer though, but it's only intended to function well on servers with a lot of high caliber players, and only balances those players.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

ATTENTION

 

We just found a serious issue that could potentially cause AdKats to completely wipe your records, admin powers, and bans.

 

This had been reported by 2 people in the past year, but at those times it was dismissed as unable to be caused by the plugin, mainly because there is no code to directly delete records/data/bans. However, we found a nuance of MySQL that could cause it, and the plugin can trigger that functionality during database restarts or extreme lag.

 

I am writing up a patch tonight to prevent this from happening, then pushing a full release for it so everyone grabs the update.

 

While this is a very rare issue (only reported by 2 people out of thousands running AdKats, and the problem code was added nearly 2 years ago) it is possible and you should update your plugin immediately.

Link to comment

Originally Posted by VBK-Clan*:

 

[14:19:01 44] [AdKats] ERROR-6800: [ip-api failed to respond with player location information, your layer may be IP banned. (Unable to connect to the remote server)]

 

in Procon Plugins get a new update Message and when i klick for Download ,get old version of Adkats,

i see after instalation and now many errors and my ip get banned

 

Why is the new update not in This Treat? for download redy?

Thx for help

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