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

 

@ColColonCleaner

Code:

[01:09:25 69] [AdKats] EXCEPTION-6900-RunAction-ActionHandling61: [Command Previous Temp Ban not found in runAction. Record ID 473628]
[01:09:38 83] [AdKats] EXCEPTION-6900-RunAction-ActionHandling61: [Command Previous Temp Ban not found in runAction. Record ID 473628]
[01:09:51 31] [AdKats] EXCEPTION-6900-RunAction-ActionHandling61: [Command Previous Temp Ban not found in runAction. Record ID 473628]
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Hodor*:

 

update adkats_bans

set ban_status = 'Disabled'

where latest_record_id in

(select latest_record_id

from adkats_records_main

where adkats_records_main.record_message not like '%Hack%' and

adkats_records_main.record_message not like '%Cheat%' and

adkats_records_main.record_message not like '%WH%' and

adkats_records_main.record_message not like '%AIM%' and

adkats_records_main.record_message not like '%Aimbot%' and

adkats_records_main.record_message not like '%Walling%' and

adkats_records_main.record_message not like '%ESP%' and

adkats_records_main.record_message not like '%Linked%')

This code Disabled all my bans, thanks good that i made backup :biggrin:

 

@hodor you still haven't updated to the latest version.

But I read that many people had some problems with the new version of AdKats. I do not want to install the update yet. :woot:
* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

This code Disabled all my bans, thanks good that i made backup :biggrin:

 

 

But I read that many people had some problems with the new version of AdKats. I do not want to install the update yet. :woot:

It's good to keep backups. That query i posted was completely untested.

 

As for issues, they exist everywhere, in your version, the latest one, and every version before that. It's a choice on your part either to wait and stick with the issues you're seeing now or upgrade, get a bunch of new features, and help with that development.

 

EDIT: Right now there is a stability issue on the latest version. Some people are fine with it, others are having issues needing to reboot procon. That's my current priority. It appears to be a thread locking issue, but i'm not sure at this point.

Link to comment

Originally Posted by Hodor*:

 

It's good to keep backups. That query i posted was completely untested.

 

As for issues, they exist everywhere, in your version, the latest one, and every version before that. It's a choice on your part either to wait and stick with the issues you're seeing now or upgrade, get a bunch of new features, and help with that development.

 

EDIT: Right now there is a stability issue on the latest version. Some people are fine with it, others are having issues needing to reboot procon. That's my current priority. It appears to be a thread locking issue, but i'm not sure at this point.

Okay, i will look at newest version of adkats tomorrow
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by )RAG()N*:

 

What do you mean the text is missing or 'pick the line'?

Posted Image

 

 

 

 

Also, run this on your database, what gets returned?

select * from adkats_commands where command_id in (65, 99)

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

Originally Posted by )RAG()N*:

 

My account is one of the ones affected, we have 3 players in the house on the same IP.

 

I just had a look at my account in users and I have another players name in "Soldiers" (the one is within the household)

So I just tried to add my Soldiers name to my account and it just put the same account in again

 

Posted Image

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

Originally Posted by spatieman*:

 

Strange, i didn't know it was able to do that either, and i built the plugin. How are you doing this? Do you have a script that imports them to the database?

didnt do anything.

it does import the bans, on the condition it was set manualy ,in this case with my in game name.

but.....

it look like this : http://bfadmincp.xs4non.nl:85/players/3972 ,it imports, yes, but not with the name.

still funny, so i posted it, could be a thing from rconnet that it pushes ban to serverban list, and procon did the import.

i also notice, and that is a interesting thing, that some bans set by hand (on name), dont apair in the ban list in a few seconds.

but that adkatz does a checkup for the EA/PB guid !, imho a usefull options.

 

as sayd,we use rconnet only for Rban, i am a procon addict my self.

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

Originally Posted by ColColonCleaner*:

 

@ColColonCleaner

Can AdKats cause this behavior on the server? What does it even look like, is there a consideration?

No, that's not possible, especially so at low population. The only thing that can affect performance of the game server is excessive calls to the server/player lists. Procon by default does this every 30 seconds, AdKats does this every 5 seconds, and even on full 64 man servers that's still not enough to cause any lag issues. Other than that there is nothing that a procon plugin or procon itself can do to cause server lag.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

My account is one of the ones affected, we have 3 players in the house on the same IP.

 

I just had a look at my account in users and I have another players name in "Soldiers" (the one is within the household)

So I just tried to add my Soldiers name to my account and it just put the same account in again

 

Posted Image

That's very odd...everything is connected by ID at that point, not by name or IP. I'll look into it. You're not just using the -4K- part right? You're using the full name?
Link to comment

Originally Posted by )RAG()N*:

 

That's very odd...everything is connected by ID at that point, not by name or IP. I'll look into it. You're not just using the -4K- part right? You're using the full name?

Yeah using the full name.

I have not had any problem with it for a long time its probably been running on our server for a year or more without any problems until now.

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

Originally Posted by ColColonCleaner*:

 

Yeah using the full name.

I have not had any problem with it for a long time its probably been running on our server for a year or more without any problems until now.

This is very strange. Please PM me credentials to your layer so I can take a look at this in real time. Thank you.
Link to comment

Originally Posted by Hodor*:

 

@ColColonCleaner

After disabled bans and cleared adkats_infractions_global and adkats_infractions_server my punishment system stopped working.. :huh:

All the time i see 0pts 0pts 0pts: You KILLED BlahBlah for blahblah [0pts]

 

Is that fixable?

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

Originally Posted by Prophet731*:

 

@ColColonCleaner

After disabled bans and cleared adkats_infractions_global and adkats_infractions_server my punishment system stopped working.. :huh:

All the time i see 0pts 0pts 0pts: You KILLED BlahBlah for blahblah [0pts]

 

Is that fixable?

Sounds right to me, the person doesn't have any points set when you killed him. The triggers for the infraction points do exist still right? If those are missing then that would explain why no infraction point was made.

 

Sent from my ONEPLUS A3000 using Tapatalk

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

 

Sounds right to me, the person doesn't have any points set when you killed him. The triggers for the infraction points do exist still right? If those are missing then that would explain why no infraction point was made.

 

Sent from my ONEPLUS A3000 using Tapatalk

/punish [nick] [reason]

Player will get 0pts all the time... So infraction point stopped working.

Code:

kill
kick
tban60
tban120
tbanday
tban2days
tbanweek
tban2weeks
tbanmonth
ban
When you release new version of BFAdminCP? :biggrin:
* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

/punish [nick] [reason]

Player will get 0pts all the time... So infraction point stopped working.

Code:

kill
kick
tban60
tban120
tbanday
tban2days
tbanweek
tban2weeks
tbanmonth
ban
When you release new version of BFAdminCP? :biggrin:
Prophet is not releasing a new version of the BFAdminCP.

 

What did you change before that happened?

Link to comment

Originally Posted by Hodor*:

 

Prophet is not releasing a new version of the BFAdminCP.

 

What did you change before that happened?

Not much.

Just disabled some bans:

Code:

update adkats_bans set ban_status = 'Disabled' where latest_record_id in (select record_id from adkats_records_main where record_message not like '%Hack%' and
record_message not like '%Cheat%' and
record_message not like '%HSK%' and
record_message not like '%DPS%' and
record_message not like '%KPM%' and
record_message not like '%Lang%' and
record_message not like '%Insult%' and
record_message not like '%Racism%' and
record_message not like '%Nazi%' and
record_message not like '%Suspect%' and
record_message not like '%WH%' and
record_message not like '%AIM%' and
record_message not like '%ESP%' and
record_message not like '%Aimbot%' and
record_message not like '%Walling%' and
record_message not like '%pbbans%' and
record_message not like '%ggc%' and
record_message not like '%aci%' and
record_message not like '%impossible%' and
record_message not like '%Glitch%' and
record_message not like '%Linked%');
And cleared two infraction tables:

64fa3b8119.png

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

Originally Posted by ColColonCleaner*:

 

Not much.

Just disabled some bans:

Code:

update adkats_bans set ban_status = 'Disabled' where latest_record_id in (select record_id from adkats_records_main where record_message not like '%Hack%' and
record_message not like '%Cheat%' and
record_message not like '%HSK%' and
record_message not like '%DPS%' and
record_message not like '%KPM%' and
record_message not like '%Lang%' and
record_message not like '%Insult%' and
record_message not like '%Racism%' and
record_message not like '%Nazi%' and
record_message not like '%Suspect%' and
record_message not like '%WH%' and
record_message not like '%AIM%' and
record_message not like '%ESP%' and
record_message not like '%Aimbot%' and
record_message not like '%Walling%' and
record_message not like '%pbbans%' and
record_message not like '%ggc%' and
record_message not like '%aci%' and
record_message not like '%impossible%' and
record_message not like '%Glitch%' and
record_message not like '%Linked%');
And cleared two infraction tables:

64fa3b8119.png

Oh dear....why.

 

delete from adkats_records_main where command_type in (9, 10) or command_action in (9, 10);

 

THEN, you can clear those tables.

 

EDIT: Also make sure you did what prophet said and make sure you didn't also delete the infraction triggers on the adkats_records_main table.

Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

@ColColonCleaner

 

pm'ed :smile:

Something was screwed up with those users, i'm not sure what it was. I've deleted them and added them back and everything seems to be working normally now.

 

Also, you have people kill trading in your server at the moment.

Link to comment

Originally Posted by )RAG()N*:

 

Something was screwed up with those users, i'm not sure what it was. I've deleted them and added them back and everything seems to be working normally now.

I just loaded in to the server and My soldier name has changed again :sad: and its the same with the other players also

 

 

 

Also, you have people kill trading in your server at the moment.

if you remember who they are pm me there name?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by )RAG()N*:

 

Posted Image

 

I also noticed that the player names that are affected have all the user number as in the pic.

1 should be me and 2 should be Gstring

 

and down the list there is other users affected and there user numbers and the same also.

 

Do you think this could be a database problem ?

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

Originally Posted by ColColonCleaner*:

 

Posted Image

 

I also noticed that the player names that are affected have all the user number as in the pic.

1 should be me and 2 should be Gstring

 

and down the list there is other users affected and there user numbers and the same also.

 

Do you think this could be a database problem ?

Those were referencing the proper players until you logged into the server. I'm not sure why it's modifying the user list because you joined the server.

 

I don't see any other users that are having this issue. which one did you see?

Link to comment

Originally Posted by )RAG()N*:

 

Those were referencing the proper players until you logged into the server. I'm not sure why it's modifying the user list because you joined the server.

 

I don't see any other users that are having this issue. which one did you see?

spewdog and spewpup

battleundies and yeager

 

there the only other users that have there kids playing on the same IP address

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

Originally Posted by Hodor*:

 

Oh dear....why.

 

delete from adkats_records_main where command_type in (9, 10) or command_action in (9, 10);

 

THEN, you can clear those tables.

 

EDIT: Also make sure you did what prophet said and make sure you didn't also delete the infraction triggers on the adkats_records_main table.

"Also make sure you did what prophet said and make sure you didn't also delete the infraction triggers on the adkats_records_main table" how?

Still 0pts

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

Originally Posted by ColColonCleaner*:

 

"Also make sure you did what prophet said and make sure you didn't also delete the infraction triggers on the adkats_records_main table" how?

Still 0pts

Look at the triggers on the adkats_records_main table. Are there still two triggers on that table?
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

spewdog and spewpup

battleundies and yeager

 

there the only other users that have there kids playing on the same IP address

I believe i've found the offending code and patched it. I already uploaded the changes to your layer and rebooted it. Let me know if all is good now.
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.