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

On 4/6/2021 at 5:20 PM, ColColonCleaner said:

Something changed the sql_mode on your mysql database. I assume it's been changed to ONLY_FULL_GROUP_BY, it needs to be changed off of that. AdKats wasn't originally written with full group by in mind. It can be changed back to STRICT_TRANS_TABLES.

You can contact your database host about this.

@ColColonCleaner

I've changed my SQL server to mariaDB and was wondering which sql modes I need to have for "optimal" use of adkats, statslogger etc.?
So for now I got the following:
STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

Is there anything missing?

Link to comment
  • 5 weeks later...

i'm seeing this on my layer server

 

[07:02:50] [AdKats] INFO: Preparing test compile on updated plugin source.
[07:02:51] [AdKats] ERROR-76010: [    AdKats.cs (Line: 51064, 😄 44) CS0241: Default parameter specifiers are not permitted]
[07:02:51] [AdKats] ERROR-76010: [    AdKats.cs (Line: 51064, 😄 106) CS0241: Default parameter specifiers are not permitted]
[07:02:51] [AdKats] ERROR-76010: [Updated plugin source could not compile. Cannot update to version 7.6.1.1]

 

anyhthing i can do to fix?

Link to comment
4 minutes ago, SpazmoidJAm said:

i'm seeing this on my layer server

 

[07:02:50] [AdKats] INFO: Preparing test compile on updated plugin source.
[07:02:51] [AdKats] ERROR-76010: [    AdKats.cs (Line: 51064, 😄 44) CS0241: Default parameter specifiers are not permitted]
[07:02:51] [AdKats] ERROR-76010: [    AdKats.cs (Line: 51064, 😄 106) CS0241: Default parameter specifiers are not permitted]
[07:02:51] [AdKats] ERROR-76010: [Updated plugin source could not compile. Cannot update to version 7.6.1.1]

 

anyhthing i can do to fix?

Update from .net 3.5 to 4

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment
4 hours ago, SpazmoidJAm said:

i manually uploaded the plugin and it works, gues the automatic side of things didnt like it. I will forward on the .net requirement to my provider.

I am responsible for this 3.5 problem. (Did not test my code on those Stone Age .net versions... From 2008!)

I've already created a pull request which would fix this for 3.5

Edited by Hedius

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment
3 hours ago, SpazmoidJAm said:

according to my provider the server is on .net 4, i now have my doubts though.  Thanks for putting the info up.

Strange the compiler error CS0241 only happens for .net < 4.0. because default parameters in methods have been added to .net with version 4.0

Maybe some spooky stuff happens if both versions are installed. No idea lol.

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment

Just encountered the following issue:

[18:28:19 92] [AdKats] ENABLED! Beginning startup sequence...
[18:28:21 96] [AdKats] ERROR-7611: [Failed to fetch weapon stat definitions. AdKats cannot be started.]
[18:28:39 96] [AdKats] INFO: Shutting down AdKats.
 

Not sure if I did anything wrong. AdKats was running OK for about 30 minutes but SQL somehow stopped updating after I tried to add several users to admin assistant list

Edited by Davlos
Link to comment
Just now, Davlos said:

Just encountered the following issue:

[18:28:19 92] [AdKats] ENABLED! Beginning startup sequence...
[18:28:21 96] [AdKats] ERROR-7611: [Failed to fetch weapon stat definitions. AdKats cannot be started.]
[18:28:39 96] [AdKats] INFO: Shutting down AdKats.
 

Not sure if I did anything wrong. AdKats was running OK for about 30 minutes but SQL somehow stopped updating after I tried to add several users to admin assistant list

This error pops up if the connection to github.com fails. Just wait.

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment

getting the following errors when trying to launch.

[18:23:48 80] [AdKats] ERROR-7611: [Non-Query failed. [Adding AdKats role groups table]: MySql.Data.MySqlClient.MySqlException (0x80004005): Cannot add foreign key constraint
   bei PRoConEvents.AdKats.SafeExecuteNonQuery(MySqlCommand command

[18:23:48 80] [AdKats] ERROR-7611: [AdKats tables not present or valid in the database. Have you run the AdKats database setup script yet? If so, are your tables InnoDB?]
 

any help would be appreciated. 

Link to comment
Just now, Dutch said:

getting the following errors when trying to launch.

[18:23:48 80] [AdKats] ERROR-7611: [Non-Query failed. [Adding AdKats role groups table]: MySql.Data.MySqlClient.MySqlException (0x80004005): Cannot add foreign key constraint
   bei PRoConEvents.AdKats.SafeExecuteNonQuery(MySqlCommand command

[18:23:48 80] [AdKats] ERROR-7611: [AdKats tables not present or valid in the database. Have you run the AdKats database setup script yet? If so, are your tables InnoDB?]
 

any help would be appreciated. 

Did you follow the instructions in the GitHub repo and run the setup.sql or was it adkats.sql on the database?

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment
7 minutes ago, Dutch said:

@Hedius  im using the adkats.sql on phpadmin i think ive loaded it on there but unsure what to do next

 

Start the plugin?

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment
Just now, Dutch said:

those are the two errors that apprear in the procon console when i try and then it stops

 

Do you run stats logger? You have to run stats logger. It creates its tables. Then run the sql.

Then run adkats

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment
Just now, Dutch said:

yes stats logger is running for a good amount of time. then i have run the sql after that. and still the same errors

 

Is everything in the same database? Can you maybe screenshot the table overview of phpmyadmin?

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment
Just now, PrOpR1oCePtIoN said:

Anyone else encountered this?

[16:07:45 69] [AdKats] Fetching weapon statistic definitions...
[16:07:45 71] [AdKats] ERROR-7611: [Failed to fetch weapon stat definitions. AdKats cannot be started.]

 

Layer is on Windows 2008 R2. 

This happens if it fails to connect to gothub.com

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment
Just now, PrOpR1oCePtIoN said:

I kind of figured that out on my own. But why did this start occurring? I have ran Adkats for years through all the updates, no issues. All the sudden the server starts to populate again and it is doing this. 

AdKats pulls the definitions on each plugin start from there. We are not github... so if a http request to github ends in an error...

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment
2 minutes ago, Hedius said:

AdKats pulls the definitions on each plugin start from there. We are not github... so if a http request to github ends in an error...

Okay, so I haven't coded in years so maybe you would be able to help me with this. Instead of telling it to go to github, is there a way to point it locally to the .json so I can move about my day. 

Link to comment
Just now, PrOpR1oCePtIoN said:

Okay, so I haven't coded in years so maybe you would be able to help me with this. Instead of telling it to go to github, is there a way to point it locally to the .json so I can move about my day. 

No. AdKats does not have this built in... (you can change the code ofc)...

Need new plugin features? I can change: Adkats, AdKatsLRT, LanguageEnforcer, InsaneLimits, xVotemap for you. Also working on new plugins. Have an idea? Share it and I might include it in my repos. Github.com/hedius

 

Check out E4GLAdKats for an advancded and maintained AdKats version.

Link to comment
  • Administrators
3 minutes ago, iongeneral said:

When running the script through MySQL Workbench or phpMyAdmin I keep getting this:


SQL query:

CALL addLogPlayerID()

MySQL said: Documentation
#1146 - Table 'eg_bfacp.tbl_chatlog' doesn't exist

firefox_28uXunviss.thumb.png.43f3c07b71db431b1323e751e5ffc8df.png

You skipped the step of installing the stats logger plugin first. 

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
  • Administrators
Just now, iongeneral said:

Those files are in the instructed folders.

You also need to run the plugin on your database first. Not enough that the plugin is there not running. 

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
41 minutes ago, iongeneral said:

I tried that. I put the files in, tried to import the database but I get the error received.

I'm getting this in the procon tool log thing

KeywordDic: Mainkey Weapons/Gadgets/C4/C4 not found!
[00:09:56 20] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/Gadgets/Claymore/Claymore not found!
[00:09:56 20] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/KH2002/KH2002 not found!
[00:09:56 20] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/Knife/Knife not found!
[00:09:56 20] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/MagpulPDR/MagpulPDR not found!
[00:09:56 20] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/MP412Rex/MP412REX not found!
[00:09:56 20] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/MP443/MP443 not found!
[00:09:56 20] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/P90/P90 not found!
[00:09:56 20] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/Sa18IGLA/Sa18IGLA not found!
[00:09:56 20] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/UMP45/UMP45 not found!
[00:09:56 20] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/XP1_L85A2/L85A2 not found!
[00:09:56 20] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/XP2_ACR/ACR not found!
[00:09:56 20] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/XP2_L86/L86 not found!
[00:09:56 20] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/XP2_MP5K/MP5K not found!
[00:09:56 20] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/XP2_MTAR/MTAR not found!
[00:10:14 19] [Statslogger]Error: getUpdateServerID1: MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts. ---> System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 51.77.226.129:3306
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at MySql.Data.Common.StreamCreator.CreateSocketStream(IPAddress ip, Boolean unix)
   at MySql.Data.Common.StreamCreator.GetStreamFromHost(String pipeName, String hostName, UInt32 timeout)
   at MySql.Data.Common.StreamCreator.GetStream(UInt32 timeout)
   at MySql.Data.MySqlClient.NativeDriver.Open()
   at MySql.Data.MySqlClient.NativeDriver.Open()
   at MySql.Data.MySqlClient.Driver.Open()
   at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
   at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
   at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
   at MySql.Data.MySqlClient.MySqlPool.GetConnection()
   at MySql.Data.MySqlClient.MySqlConnection.Open()
   at PRoConEvents.CChatGUIDStatsLogger.getUpdateServerID(CServerInfo csiServerInfo)
[00:10:17 21] Error in Tablebuilder: 
[00:10:17 21] Message: Unable to connect to any of the specified MySQL hosts.
[00:10:17 21] Native: -2147467259
[00:10:17 21] Source: MySql.Data
[00:10:17 21] StackTrace:    at MySql.Data.MySqlClient.NativeDriver.Open()
   at MySql.Data.MySqlClient.Driver.Open()
   at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
   at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
   at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
   at MySql.Data.MySqlClient.MySqlPool.GetConnection()
   at MySql.Data.MySqlClient.MySqlConnection.Open()
   at PRoConEvents.CChatGUIDStatsLogger.tablebuilder()
[00:10:17 21] InnerException: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 51.77.226.129:3306
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at MySql.Data.Common.StreamCreator.CreateSocketStream(IPAddress ip, Boolean unix)
   at MySql.Data.Common.StreamCreator.GetStreamFromHost(String pipeName, String hostName, UInt32 timeout)
   at MySql.Data.Common.StreamCreator.GetStream(UInt32 timeout)
   at MySql.Data.MySqlClient.NativeDriver.Open()
[00:10:17 21] Error: System.NullReferenceException: Object reference not set to an instance of an object.
   at PRoConEvents.CChatGUIDStatsLogger.tablebuilder()
[00:10:20 21] [Statslogger]Info: Start tablebuilder
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey 870MCS not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey AEK-971 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey AKS-74u not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey AN-94 Abakan not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey AS Val not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey DAO-12 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey death not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey Defib not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey F2000 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey FAMAS not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey FGM-148 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey FIM92 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey Glock18 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey HK53 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey jackhammer not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey JNG90 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey L96 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey LSAT not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M416 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M417 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M1014 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M15 AT Mine not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M16A4 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M1911 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M240 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M249 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M26Mass not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M27IAR not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M320 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M39 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M40A5 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M4A1 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M60 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M67 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M9 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey M93R not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey Medkit not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey MG36 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey Mk11 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey Model98B not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey MP7 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey Pecheneg not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey PP-19 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey PP-2000 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey QBB-95 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey QBU-88 not found!
[00:10:20 22] [Statslogger]Warning: PrepareKeywordDic: Mainkey QBZ-95 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Repair Tool not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey RPG-7 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey RPK-74M not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/SCAR-H/SCAR-H not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey SCAR-L not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey SG 553 LB not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Siaga20k not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey SKS not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey SMAW not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey SPAS-12 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey SV98 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey SVD not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Steyr AUG not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Taurus .44 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Type88 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey USAS-12 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/A91/A91 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/AK74M/AK74 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/G36C/G36C not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/G3A3/G3A3 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/Gadgets/C4/C4 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/Gadgets/Claymore/Claymore not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/KH2002/KH2002 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/Knife/Knife not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/MagpulPDR/MagpulPDR not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/MP412Rex/MP412REX not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/MP443/MP443 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/P90/P90 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/Sa18IGLA/Sa18IGLA not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/UMP45/UMP45 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/XP1_L85A2/L85A2 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/XP2_ACR/ACR not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/XP2_L86/L86 not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/XP2_MP5K/MP5K not found!
[00:10:20 23] [Statslogger]Warning: PrepareKeywordDic: Mainkey Weapons/XP2_MTAR/MTAR not found!

 

Link to comment

@ColColonCleaner @Prophet731
What the problem with AdKats at 1.5.1.1 procon?


[17:34:48 08] [AdKats] ERROR-7600: [Failed to fetch plugin links.]
[17:34:48 18] [AdKats] ERROR-7600: [Failed to fetch plugin readme.]
[17:34:48 26] [AdKats] ERROR-7600: [Failed to fetch plugin changelog.]
[17:34:48 26] [AdKats] ERROR-7600: [Unable to fetch required documentation files. AdKats cannot be started.]

[17:35:17 71] [AdKats] ERROR-7600: [Failed to fetch weapon stat definitions. AdKats cannot be started.]

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.