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

 

Sorry for OT but can anybody help me with Branzone?

 

I rent a test Layer by them but cant find my MySQL stuff and FTP login :/

 

Thanks

Controls for your layer are here, including FTP: http://control.branzone.com/Template.services.aspx

 

I'm not sure where they give you your MySQL server info, they should tell you. Layers don't come with databases, you have to order it separate i think.

Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

For those who want to try it, test version 3.7.0.2 is out. I implemented several things on the list for 4.0.0.0 early.

 

  • Implemented 'tell' and 'ptell' commands. They basically send a say and yell at the same time.
  • Changed how AdKats interacts with the chat tab. All messages set to server and players by AdKats will be shown in that tab along with player chat.
  • Implemented server rules on request internally. That plugin's author has not updated his plugin to allow multiple command prefixes (@, !, /) at the same time, so it needed to be done. It also logs whenever a player requests rules to the database. You can use pre-message IDs mixed with full messages in the rules list.
  • Added an option in "messaging settings" to display the kicking/banning admin name in the kick/ban announcement.

https://raw.github.com/ColColonClean...test/AdKats.cs

Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

awesome.

 

One Question :ohmy: I banned my self for a test and it works :ohmy: But I cant find my ban in the banlist...:/ So how I can unban my self our other users?

 

Greetz

Are you using ban enforcer? Not advised for battlefield 4 until webadmin is released for that game version. Not because it doesn't work, but because you won't be able to modify your bans very easily after adding them.

 

You will need to find the player ID for your soldier in tbl_playerdata, then locate that soldier's ban in adkats_banlist by the player ID, then change ban_status to "Disabled".

Link to comment

Originally Posted by AgentHawk*:

 

Nice :smile:

 

Again one question :ohmy:

 

When I use the /ban command and check the banlist i see only the EA_GUIDE and reason but not the playername...

Any tricks to fix that?

 

Thanks

 

 

Edit:

and is it possible to get a !report ingame and per mail?

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

Originally Posted by jking54*:

 

Nice :smile:

 

Again one question :ohmy:

 

When I use the /ban command and check the banlist i see only the EA_GUIDE and reason but not the playername...

Any tricks to fix that?

 

Thanks

 

 

Edit:

and is it possible to get a !report ingame and per mail?

Yeah it's like that too in procon with EA GUID, so annoying I'd have thought it would be fixed by now.
* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Nice :smile:

 

Again one question :ohmy:

 

When I use the /ban command and check the banlist i see only the EA_GUIDE and reason but not the playername...

Any tricks to fix that?

 

Thanks

 

 

Edit:

and is it possible to get a !report ingame and per mail?

That is why i made the ban enforcer. The bf3/bf4 server banlist is abysmal, it doesn't give any option to enforce or display multiple fields at once. Don't worry though, all player data is stored by stat logger, so the minute we release webadmin for BF4 all of your bans will be connected with the appropriate player names, IPs, and any other data.

 

Report is planned to add email support soon.

Link to comment

Originally Posted by tdotr6*:

 

Hey, Does reserved slots work with this?

 

Feed server reserved slots is set to True, I also have added all my players to the AdKats players access list , and they have at least a lvl 6 access. Users with even 0 or 1 access do not work also...Everything else seems to be working... just not reserved slots

 

Edit: I think it worked..... I think it just took some time for it to sync to the server reservedslot.txt file..

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

Originally Posted by ColColonCleaner*:

 

Hey, Does reserved slots work with this?

 

Feed server reserved slots is set to True, I also have added all my players to the AdKats players access list , and they have at least a lvl 6 access. Users with even 0 or 1 access do not work also...Everything else seems to be working... just not reserved slots

 

Edit: I think it worked..... I think it just took some time for it to sync to the server reservedslot.txt file..

Try restarting your procon layer/instance. I just tried it with the latest code and it worked perfectly.
Link to comment

Originally Posted by jking54*:

 

Hey, Does reserved slots work with this?

 

Feed server reserved slots is set to True, I also have added all my players to the AdKats players access list , and they have at least a lvl 6 access. Users with even 0 or 1 access do not work also...Everything else seems to be working... just not reserved slots

 

Edit: I think it worked..... I think it just took some time for it to sync to the server reservedslot.txt file..

Reserve slots are currently broken, no ETA from DICE it seems.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by jking54*:

 

They fixed them a couple patches back i thought...aggressive join is what might still be broken.

not as far as I know, still don't work as designed, well maybe it's aggressive join that doesn't work, not sure...
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by jking54*:

 

For those running it, let me know how the 3.7.0.1+ elements are working for you. Especially the rules on request, and the hacker checker.

:woot: Hacker check works___, but yes rules works fine, thanks for that but seriously hacker check works?
* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

:woot: Hacker check works___, but yes rules works fine, thanks for that but seriously hacker check works?

Someone didn't read the release notes :ohmy:

 

The code has been dormant in AdKats for months now, we set it to only activate on ADK servers while we tested it. It doesn't catch everyone, but across our 4 BF3 servers it bans about ~20 people a day. If you leave the default values for DPS and HSK checking you shouldn't get any false positives which was our main concern. Our current settings are +50% over normal for DPS threshold, and > 50% HSK for automatic weapons, but i would suggest leaving the settings default for now. Just turn on both the DPS checker and HSK checker.

 

You can see the bans it posts on our site here: http://www.adkgamers.com/forum/127-b...n-submissions/

 

Documentation is here: https://github.com/ColColonCleaner/A...with-whitelist

 

Only the BF3 version has been released, we are still working on the BF4 version.

Link to comment

Originally Posted by jking54*:

 

Someone didn't read the release notes :ohmy:

 

The code has been dormant in AdKats for months now, we set it to only activate on ADK servers while we tested it. It doesn't catch everyone, but across our 4 BF3 servers it bans about ~20 people a day. If you leave the default values for DPS and HSK checking you shouldn't get any false positives which was our main concern. Our current settings are +50% over normal for DPS threshold, and > 50% HSK for automatic weapons, but i would suggest leaving the settings default for now. Just turn on both the DPS checker and HSK checker.

 

You can see the bans it posts on our site here: http://www.adkgamers.com/forum/127-b...n-submissions/

 

Documentation is here: https://github.com/ColColonCleaner/A...with-whitelist

 

Only the BF3 version has been released, we are still working on the BF4 version.

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

Originally Posted by schmoove*:

 

If you get an error about "GameID" not having a default value, I know where it's coming from. It had stopped causing issues for me, but if you get it let me know and i'll give the fix.

I am getting this error "[statslogger]Error: getUpdateServerID1: MySql.Data.MySqlClient.MySqlException: Unknown column 'GameID' in 'field list'" when i run statslogger version 1.0.0.1 on my current bf3 databases. I'm also using adkats test version 3.7.0.2.
* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

I am getting this error "[statslogger]Error: getUpdateServerID1: MySql.Data.MySqlClient.MySqlException: Unknown column 'GameID' in 'field list'" when i run statslogger version 1.0.0.1 on my current bf3 databases. I'm also using adkats test version 3.7.0.2.

This is not an issue with AdKats. You cannot run the universal version of stat logger on the old BF3 stat logger's database, it does not work. You must continue using the BF3 version if you want to keep your BF3 database information, or create a new database to run the universal version on.
Link to comment

Originally Posted by Mavy*:

 

For those running it, let me know how the 3.7.0.1+ elements are working for you. Especially the rules on request, and the hacker checker.

Sadly running bf4 so cant test the "hacker checker", any idea on when it will be ready for BF4?
* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

is there a way to list reports and stuff like that ingame? so if someone punishes or reports a player i don't need to check the mysql database, but can use an ingamecommand like !listreports

You mean if chat is going fast and you miss the report? I've been thinking about implementing this for some time now but didn't see a truly valid reason. Will get back to you on how I plan on implementing this...

 

The existing issue for this topic on github: https://github.com/ColColonCleaner/AdKats/issues/76

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.

×
×
  • 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.