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

  • Administrators

Originally Posted by Prophet731*:

 

Sounds like you didn't move over the infraction triggers.

 

Make sure you add those triggers back to your adkats_records_main table.

shut down your layers.

Back up your bans and records table.

truncate your records table, both infractions tables, and your bans table.

reimport your records table, reimport your bans table

enable your layers.

 

The infractions system was unfortunately designed in a way that does not allow easy backup/import.

Blame the 2 year old ColonCleaner decision for this design. :P We really need to sit down and figure out a new DB schema.

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

 

He's averaging 65 damage per shot on the G36C over 61 kills.

 

There is a reason that setting section is now enabled by default for all users of AdKats and can't be disabled. I can count on one hand the known false positives with that system over the ~2 years it's been active. But....that's not to say it's impossible to trigger falsely, there is one way i've known for it to be triggered without warrant. There is a backup system BF servers have to store player's kills to battlelog in case of a server crash, which would be great if they also stored hit stats as well. A couple people have gotten banned by the system because a server crashed and uploaded their 30-70 kills with a weapon but 0 hits accounted for and no battlereport, which inflates their damage stats significantly. This is the only way that system trigger falsely.

Thank you for the explanation Colonel.

We kicked him now out of the platoon.

We dont support or accept such hacks/mods.

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

Originally Posted by wdfstryfe*:

 

Sounds like you didn't move over the infraction triggers.

 

Make sure you add those triggers back to your adkats_records_main table.

shut down your layers.

Back up your bans and records table.

truncate your records table, both infractions tables, and your bans table.

reimport your records table, reimport your bans table

enable your layers.

 

The infractions system was unfortunately designed in a way that does not allow easy backup/import.

They way I did the move was do a full export of the database in Mysql workbench. Then I did an import on the other server. Not sure how anything would of gotten deleted or changed?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by wdfstryfe*:

 

I decided to just start over because of all the problems I've had. The problem i got now is I can set the server ID to something else in adkats. :-/ So it imported one servers settings and when I attempt to change it it fails.

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

Originally Posted by ColColonCleaner*:

 

I decided to just start over because of all the problems I've had. The problem i got now is I can set the server ID to something else in adkats. :-/ So it imported one servers settings and when I attempt to change it it fails.

You can't change the server id in AdKats, that's why it says display, it's just telling you the id of the current server.

 

What you can do is type another server's id into the import field and it will import all settings from that server into this one.

Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

They way I did the move was do a full export of the database in Mysql workbench. Then I did an import on the other server. Not sure how anything would of gotten deleted or changed?

Database backups don't work the way you think, and it's unfortunate the way i wrote it makes for full backup /restore messing with the infraction triggers. Will take that into account if a redesign still ends up happening, however slim a chance that may be.
Link to comment

Originally Posted by Chilace*:

 

Not for the procon ban list, it would cause issues for people importing to the ban enforcer. I would suggest enabling that if you have many bans, there is a mini ban manager in the settings section that allows ban management if you don't have the web admin by prophet. I would need to design some way to make those two work together, if you really need it I would suggest opening a ticket for it.

I'm curious what issues it would cause if I enable ban enforcer, because there are some bans with player names in the reason in my banList.txt (some plugins puts the player name into reason and i have modified HC's ban messages with %player_name%)?
* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

I'm curious what issues it would cause if I enable ban enforcer, because there are some bans with player names in the reason in my banList.txt (some plugins puts the player name into reason and i have modified HC's ban messages with %player_name%)?

It's not really serious, just makes messages get lengthened when they don't need to be. So you'll see stuff like this when it starts enforcing bans:

 

Enforcing permanent ban on manbearpig for manbearpig Hacking

 

Because 'manbearpig Hacking' is the reason procon had for the ban, instead of just having the real reason 'Hacking' there.

 

If i was to allow adding player names in the procon ban list and someone was to enable then disable the ban enforcer it would get even worse, you'd end up with:

 

manbearpig manbearpig Hacking

 

as the ban reason since it would keep adding the name to the front of it. Not to mention if they changed their name at some point and it ended up with two different player names then the Hacking reason. Your ban list would get really messy as a result, and i'm trying to avoid people shooting themselves in the foot with that.

Link to comment

Originally Posted by wdfstryfe*:

 

Database backups don't work the way you think, and it's unfortunate the way i wrote it makes for full backup /restore messing with the infraction triggers. Will take that into account if a redesign still ends up happening, however slim a chance that may be.

Yeah I was hoping it would be like a M$ SQL backup and restore. None the less I started over and I was able to get around the other issue I was having (I think it had to do with the database server i was trying to use).
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Chilace*:

 

It's not really serious, just makes messages get lengthened when they don't need to be. So you'll see stuff like this when it starts enforcing bans:

 

Enforcing permanent ban on manbearpig for manbearpig Hacking

 

Because 'manbearpig Hacking' is the reason procon had for the ban, instead of just having the real reason 'Hacking' there.

 

If i was to allow adding player names in the procon ban list and someone was to enable then disable the ban enforcer it would get even worse, you'd end up with:

 

manbearpig manbearpig Hacking

 

as the ban reason since it would keep adding the name to the front of it. Not to mention if they changed their name at some point and it ended up with two different player names then the Hacking reason. Your ban list would get really messy as a result, and i'm trying to avoid people shooting themselves in the foot with that.

It would be helpful to include this information and the need to delete %playername% from the ban messages of the plugins that puts player name into reason of the ban into Readme under BanEnforcer section.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by nbtc971*:

 

Does this:

 

'Baserape Causing Players (Display)' - Current display of baserape causing players using the below options.

 

Mean you can add a cmd like !baseraper and it will display a list of people currently in the db as possible baserapers?

 

EDIT

Well now it looks like it's just a list of who adkats has in it's DB as being tracked.

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

Originally Posted by ColColonCleaner*:

 

It would be helpful to include this information and the need to delete %playername% from the ban messages of the plugins that puts player name into reason of the ban into Readme under BanEnforcer section.

Yeah, including the player name in ban reasons was a crutch added because the server ban lists can't separate name from reason when doing bans by GUID.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Does this:

 

'Baserape Causing Players (Display)' - Current display of baserape causing players using the below options.

 

Mean you can add a cmd like !baseraper and it will display a list of people currently in the db as possible baserapers?

 

EDIT

Well now it looks like it's just a list of who adkats has in it's DB as being tracked.

I should have removed that section from the plugin, it helped balance but was too abusive to players.

 

If you want a balance helping script I would suggest using the top player monitor, after enabling posting of win/loss stats. It works along side multibalancer and has greatly helped balance on all of our BF4 servers.

Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

How can I view all messages from players who used /feedback

You can query the database.

 

Code:

select 
  `tbl_games`.`Name` AS `Game`, 
  left(`tbl_server`.`ServerName`, 25) AS `Server`, 
  `adkats_records_main`.`source_name` AS `Source`, 
  `adkats_records_main`.`record_message` AS `Feedback`, 
  concat(
    timestampdiff(
      HOUR, 
      `adkats_records_main`.`record_time`, 
      utc_timestamp()
    ), 
    'h ', 
    (
      timestampdiff(
        MINUTE, 
        `adkats_records_main`.`record_time`, 
        utc_timestamp()
      ) - (
        timestampdiff(
          HOUR, 
          `adkats_records_main`.`record_time`, 
          utc_timestamp()
        ) * 60
      )
    ), 
    'm'
  ) AS `Age` 
from 
  (
    (
      (
        `adkats_records_main` 
        left join `tbl_server` on(
          (
            `adkats_records_main`.`server_id` = `tbl_server`.`ServerID`
          )
        )
      ) 
      left join `tbl_games` on(
        (
          `tbl_server`.`GameID` = `tbl_games`.`GameID`
        )
      )
    ) 
    left join `adkats_commands` `type_command` on(
      (
        `type_command`.`command_id` = `adkats_records_main`.`command_type`
      )
    )
  ) 
where 
  (
    `adkats_records_main`.`command_type` = 118
  ) 
order by 
  `adkats_records_main`.`record_time` desc 
limit 
  1000
Link to comment

Originally Posted by Hodor*:

 

You can query the database.

 

Code:

select 
  `tbl_games`.`Name` AS `Game`, 
  left(`tbl_server`.`ServerName`, 25) AS `Server`, 
  `adkats_records_main`.`source_name` AS `Source`, 
  `adkats_records_main`.`record_message` AS `Feedback`, 
  concat(
    timestampdiff(
      HOUR, 
      `adkats_records_main`.`record_time`, 
      utc_timestamp()
    ), 
    'h ', 
    (
      timestampdiff(
        MINUTE, 
        `adkats_records_main`.`record_time`, 
        utc_timestamp()
      ) - (
        timestampdiff(
          HOUR, 
          `adkats_records_main`.`record_time`, 
          utc_timestamp()
        ) * 60
      )
    ), 
    'm'
  ) AS `Age` 
from 
  (
    (
      (
        `adkats_records_main` 
        left join `tbl_server` on(
          (
            `adkats_records_main`.`server_id` = `tbl_server`.`ServerID`
          )
        )
      ) 
      left join `tbl_games` on(
        (
          `tbl_server`.`GameID` = `tbl_games`.`GameID`
        )
      )
    ) 
    left join `adkats_commands` `type_command` on(
      (
        `type_command`.`command_id` = `adkats_records_main`.`command_type`
      )
    )
  ) 
where 
  (
    `adkats_records_main`.`command_type` = 118
  ) 
order by 
  `adkats_records_main`.`record_time` desc 
limit 
  1000
What should I do with this code?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by wdfstryfe*:

 

I have a strange thing that's occurring since I started over with a new database. Basically during the round the top players and continually being moved between the 2 teams over and over. I've tried turning all the Top Player monitoring and adding those players to the auto assist list but it keeps doing it. Doesn't even bother if the player is in teamspeak or not it still moves them multiple times in one round.

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

Originally Posted by ColColonCleaner*:

 

I just want something that monitors baseraping.. are you saying your plugin doesn't do that any longer? If so, is there a good baserape plugin?

You can turn on posting of win/loss/baserape statistics and it will post those to the database. It looks at the top 10% of the baseraping team. I would just not suggest using the system to act on that info.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

I have a strange thing that's occurring since I started over with a new database. Basically during the round the top players and continually being moved between the 2 teams over and over. I've tried turning all the Top Player monitoring and adding those players to the auto assist list but it keeps doing it. Doesn't even bother if the player is in teamspeak or not it still moves them multiple times in one round.

Putting someone on the auto-assist list basically means they will never win a round on your server again, it will move them a lot, use that list with caution. I added it mainly because i'm a masochist and don't like being on the winning team in metro, but if others want to use it they are free to do so.

 

When people are on the top player list they are excluded from all balance activities during a round. The only time it can switch them is if they join mid-round and it assigns them to the opposite team.

 

Which balancer are you using?

Link to comment

Originally Posted by wdfstryfe*:

 

Putting someone on the auto-assist list basically means they will never win a round on your server again, it will move them a lot, use that list with caution. I added it mainly because i'm a masochist and don't like being on the winning team in metro, but if others want to use it they are free to do so.

 

When people are on the top player list they are excluded from all balance activities during a round. The only time it can switch them is if they join mid-round and it assigns them to the opposite team.

 

Which balancer are you using?

OH, Ok maybe I need to RTFM more. THe bad part is since it's a new database no one is on the top players list yet, I just see adkats moving the player. And I'm using MULTIbalancer.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by wdfstryfe*:

 

OH, Ok maybe I need to RTFM more. THe bad part is since it's a new database no one is on the top players list yet, I just see adkats moving the player. And I'm using MULTIbalancer.

I think I found what I did. I set my 2 admin groups to Auto Assist Blacklist - Assign.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by wdfstryfe*:

 

Maybe I didn't fix it.

 

[15:44:29] AdKats > Say > PLAYER > Swapping you from team Russian Army to team US Army

[15:44:29] AdKats > Say > PLAYER, thank you for assisting US Army!

 

I see nothing on the multibalancer side that asked for a swap, adkats just did it to do it.

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

Originally Posted by EntraVenuS*:

 

Maybe I didn't fix it.

 

[15:44:29] AdKats > Say > PLAYER > Swapping you from team Russian Army to team US Army

[15:44:29] AdKats > Say > PLAYER, thank you for assisting US Army!

 

I see nothing on the multibalancer side that asked for a swap, adkats just did it to do it.

i had this problem i had this to allow

 

Posted Image

 

took it off and all seems well

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