Jump to content

Chat, GUID, Stats and Mapstats Logger [1.0.0.3]


ColColonCleaner

Recommended Posts

Originally Posted by OONicc*:

 

Thank You XPKiller for providing an awesome plugin for our BF4 server.

 

Problem- Welcome stats are working but the yell function is not.

 

When using.... [yell,3]Your Serverrank is: %playerRank% of %allRanks% .... this does not yell but will show in the chat.

 

Does the yell work for BF4? Did I overlook an option in the plugin?

 

Thank you for your time.

 

 

 

 

 

 

Every ingame messages can be yelled to the Player. Below are the instruction.

 

Just add the yelltag in front of every line of you message which should be yelled.

 

Usage:[yell,duration in seconds]Your messages

 

Like:[yell,3]Welcome on our server!

 

This would be yell for 3 seconds

 

Hint: You can mixed normal say and yell without any problems.

 

Messages without Tag will will be transmitted with the say command.

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

Originally Posted by ChaTon*:

 

While looking at the tbl_chatlog, i've found a repeated key for the logdate. Is this normal ?

Here is the structure that showed up:

Code:

CREATE TABLE `tbl_chatlog` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `logDate` datetime DEFAULT NULL,
  `ServerID` smallint(5) unsigned NOT NULL,
  `logSubset` varchar(45) DEFAULT NULL,
  `logSoldierName` varchar(45) DEFAULT NULL,
  `logMessage` text,
  `logPlayerID` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`ID`),
  KEY `INDEX_SERVERID` (`ServerID`),
  KEY `INDEX_logDate` (`logDate`),
  KEY `logPlayerID` (`logPlayerID`),
  KEY `logDate` (`logDate`),
  KEY `logDate_2` (`logDate`),
  KEY `logDate_3` (`logDate`),
  KEY `logDate_4` (`logDate`),
  KEY `logDate_5` (`logDate`),
  KEY `logDate_6` (`logDate`),
  KEY `logDate_7` (`logDate`),
  KEY `logDate_8` (`logDate`),
  KEY `logDate_9` (`logDate`),
  KEY `logDate_10` (`logDate`),
  CONSTRAINT `tbl_chatlog_ibfk_player_id` FOREIGN KEY (`logPlayerID`) REFERENCES `tbl_playerdata` (`PlayerID`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9378782 DEFAULT CHARSET=utf8;
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Prophet731*:

 

While looking at the tbl_chatlog, i've found a repeated key for the logdate. Is this normal ?

Here is the structure that showed up:

Code:

CREATE TABLE `tbl_chatlog` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `logDate` datetime DEFAULT NULL,
  `ServerID` smallint(5) unsigned NOT NULL,
  `logSubset` varchar(45) DEFAULT NULL,
  `logSoldierName` varchar(45) DEFAULT NULL,
  `logMessage` text,
  `logPlayerID` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`ID`),
  KEY `INDEX_SERVERID` (`ServerID`),
  KEY `INDEX_logDate` (`logDate`),
  KEY `logPlayerID` (`logPlayerID`),
  KEY `logDate` (`logDate`),
  KEY `logDate_2` (`logDate`),
  KEY `logDate_3` (`logDate`),
  KEY `logDate_4` (`logDate`),
  KEY `logDate_5` (`logDate`),
  KEY `logDate_6` (`logDate`),
  KEY `logDate_7` (`logDate`),
  KEY `logDate_8` (`logDate`),
  KEY `logDate_9` (`logDate`),
  KEY `logDate_10` (`logDate`),
  CONSTRAINT `tbl_chatlog_ibfk_player_id` FOREIGN KEY (`logPlayerID`) REFERENCES `tbl_playerdata` (`PlayerID`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9378782 DEFAULT CHARSET=utf8;
No that is not normal. Delete the keys logDate 2 thru 10
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Helskov*:

 

I got some problems. Some players are reporting their ranks are wrong.

One player where rank 8 out of 67726. now he his 4647. He is playing everyday.

 

How can this happen?

 

when i lookup the affected player in playerdata he is listed twice.

With same name, guid and IP. Everything is identical.

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

Originally Posted by ColColonCleaner*:

 

I got some problems. Some players are reporting their ranks are wrong.

One player where rank 8 out of 67726. now he his 4647. He is playing everyday.

 

How can this happen?

 

when i lookup the affected player in playerdata he is listed twice.

With same name, guid and IP. Everything is identical.

This is a stat logger bug, the game id of the plugin reset mid run. Shut down your layers, delete all players with gameid = 0, start your layers. The stats will then return to normal.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ColColonCleaner*:

 

How do i do that?

directly in mysql?

I got 412 players with gameid 0

 

Edit:

Did following which deleted 412 records.

 

DELETE FROM tbl_playerdata WHERE gameid = 0;

Yep that will do it, hope your layers were offline when you did it.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Helskov*:

 

Yep that will do it, hope your layers were offline when you did it.

Yep they where offline.

And players are reporting their rank are correct again.

But got some errors now in the plugin. Will look into that later

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

Originally Posted by ColColonCleaner*:

 

Am I missing something guys? Fragnet enabled this and it's in my procon / plugins, but when we type !rank nothing pops up. Thanks.

You probably just haven't set anything up for it yet. I'll do it when i handle the rest of your stuff. Please open a pm with me containing your db and layer credentials.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by jaguarphd*:

 

In the same boat as some others, this plugin does not seem to work for Bad Company 2.

 

The tables are created, the current players table is populated and the chat log functions correctly, but no stats are being saved, either player or map.

 

After leaving trace debug on for a few hours, it doesn't look like it ever even makes the attempt to save the data - I get a few warnings about weapons missing from the BFBC2.def file, but that's about it. Any idea why this would not be saving stats data?

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

Originally Posted by ty_ger07*:

 

In the same boat as some others, this plugin does not seem to work for Bad Company 2.

 

The tables are created, the current players table is populated and the chat log functions correctly, but no stats are being saved, either player or map.

 

After leaving trace debug on for a few hours, it doesn't look like it ever even makes the attempt to save the data - I get a few warnings about weapons missing from the BFBC2.def file, but that's about it. Any idea why this would not be saving stats data?

It doesn't work because XpKiller didn't do something correctly in his code to allow it to work. This has been an ongoing issue forever with this version and cannot be fixed without XpKiller fixing his code. Since XpKiller does not seem to be around any more to support this plugin, this issue will not be fixed any time soon.

 

As others have done, perhaps you should consider going back to a previous version of this plugin which was specifically designed to work with BF:BC2.

showthread....-3-0-2-2-01-02*

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

Originally Posted by jaguarphd*:

 

It doesn't work because XpKiller didn't do something correctly in his code to allow it to work. This has been an ongoing issue forever with this version and cannot be fixed without XpKiller fixing his code. Since XpKiller does not seem to be around any more to support this plugin, this issue will not be fixed any time soon.

 

As others have done, perhaps you should consider going back to a previous version of this plugin which was specifically designed to work with BF:BC2.

showthread....-3-0-2-2-01-02*

Thanks! I'll check this out.
* Restored post. It could be that the author is no longer active.
Link to comment
  • 2 weeks later...

Originally Posted by Gijzijtdood*:

 

Hi all,

 

My provider gave me a new procon layer and now this plugin won't work.

I emptied the mysql database but i still get this error.

 

[statslogger]Error: getUpdateServerID1: MySql.Data.MySqlClient.MySqlException: Can't get hostname for your address

at MySql.Data.MySqlClient.MySqlStream.ReadPacket()

at MySql.Data.MySqlClient.NativeDriver.Open()

at MySql.Data.MySqlClient.Driver.Open()

at MySql.Data.MySqlClient.Driver.Create(MySqlConnecti onStringBuilder settings)

at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledCo nnection()

at MySql.Data.MySqlClient.MySqlPool.GetPooledConnecti on()

at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()

at MySql.Data.MySqlClient.MySqlPool.GetConnection()

at MySql.Data.MySqlClient.MySqlConnection.Open()

at PRoConEvents.CChatGUIDStatsLogger.getUpdateServerI D(CServerInfo csiServerInfo)

[17:03:09 59] Error in Tablebuilder:

[17:03:09 59] Message: Can't get hostname for your address

[17:03:09 59] Native: -2147467259

[17:03:09 59] Source: MySql.Data

[17:03:09 59] StackTrace: at MySql.Data.MySqlClient.MySqlStream.ReadPacket()

at MySql.Data.MySqlClient.NativeDriver.Open()

at MySql.Data.MySqlClient.Driver.Open()

at MySql.Data.MySqlClient.Driver.Create(MySqlConnecti onStringBuilder settings)

at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledCo nnection()

at MySql.Data.MySqlClient.MySqlPool.GetPooledConnecti on()

at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()

at MySql.Data.MySqlClient.MySqlPool.GetConnection()

at MySql.Data.MySqlClient.MySqlConnection.Open()

at PRoConEvents.CChatGUIDStatsLogger.tablebuilder()

[17:03:09 59] Error: System.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException)

at PRoConEvents.CChatGUIDStatsLogger.tablebuilder()

 

 

Any ideas?

 

Kind regards

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

Originally Posted by dzieju*:

 

Hi there

 

Can you help me with that ?

 

[00:04:04 07] Error: System.InvalidOperationException: Transaction has already been rolled back or is not pending

w MySql.Data.MySqlClient.MySqlTransaction.Rollback()

w PRoConEvents.CChatGUIDStatsLogger.tablebuilder()

 

 

My site dzieju.pl not showing CHAT :/

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

Originally Posted by Smellblood95*:

 

Hello,

 

I have this plugin on my server for a while now and it runs very good. Yet I want to reset the stats once a month. What is the savest way to back up my Mysql database and have everything set to 0 within the mysql database?

 

thanks in advance

 

Smellblood95

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

Originally Posted by ty_ger07*:

 

Hello,

 

I have this plugin on my server for a while now and it runs very good. Yet I want to reset the stats once a month. What is the savest way to back up my Mysql database and have everything set to 0 within the mysql database?

 

thanks in advance

 

Smellblood95

The safest way is to just start a new database every month.

 

Backing up these databases is an unreliable venture. Because of all the foreign key constraints, because clans usually use budget services with limited resources, and because stats databases are usually large in size, backup attemps are often half-broken due to timeouts and the problem isn't noticed until later when you attempt to restore the corrupt backup.

 

All the foreign key constraints cause just a tiny amount of missing/corrupted data to potentially cause huge issues. I wouldn't advise going down that path.

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

Originally Posted by NDBoost*:

 

hey everyone, trying to get this working on a trinity games bf4 server and getting the following error... I am able to login to the mysql server remotely fine and perform all the intended queries such as creating tables and such fine..

 

 

[19:10:31 41] Error: System.Security.SecurityException: Request for the permission of type 'System.Net.SocketPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

at System.Security.CodeAccessSecurityEngine.Check(Obj ect demand, StackCrawlMark& stackMark, Boolean isPermSet)

at System.Security.CodeAccessPermission.Demand()

at System.Net.Sockets.Socket.CheckCacheRemote(EndPoin t& remoteEP, Boolean isOverwrite)

at System.Net.Sockets.Socket.BeginConnectEx(EndPoint remoteEP, Boolean flowContext, AsyncCallback callback, Object state)

at System.Net.Sockets.Socket.BeginConnect(EndPoint remoteEP, AsyncCallback callback, Object state)

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.Driver.Open()

at MySql.Data.MySqlClient.Driver.Create(MySqlConnecti onStringBuilder settings)

at MySql.Data.MySqlClient.MySqlConnection.Open()

at PRoConEvents.CChatGUIDStatsLogger.tablebuilder()

The action that failed was:

Demand

The type of the first permission that failed was:

System.Net.SocketPermission

The Zone of the assembly that failed was:

MyComputer

[19:10:31 41] Error: System.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.CChatGUIDStatsLogger.tablebuilder()

[19:10:31 41] [statslogger]Error: getUpdateServerID1: System.Security.SecurityException: Request for the permission of type 'System.Net.SocketPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

at System.Security.CodeAccessSecurityEngine.Check(Obj ect demand, StackCrawlMark& stackMark, Boolean isPermSet)

at System.Security.CodeAccessPermission.Demand()

at System.Net.Sockets.Socket.CheckCacheRemote(EndPoin t& remoteEP, Boolean isOverwrite)

at System.Net.Sockets.Socket.BeginConnectEx(EndPoint remoteEP, Boolean flowContext, AsyncCallback callback, Object state)

at System.Net.Sockets.Socket.BeginConnect(EndPoint remoteEP, AsyncCallback callback, Object state)

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.Driver.Open()

at MySql.Data.MySqlClient.Driver.Create(MySqlConnecti onStringBuilder settings)

at MySql.Data.MySqlClient.MySqlConnection.Open()

at PRoConEvents.CChatGUIDStatsLogger.getUpdateServerI D(CServerInfo csiServerInfo)

The action that failed was:

Demand

The type of the first permission that failed was:

System.Net.SocketPermission

The Zone of the assembly that failed was:

MyComputer

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

Originally Posted by Gijzijtdood*:

 

Hi all,

 

Now i'm getting this error messages.

 

[19:19:34 66] [statslogger]Error: Error in Startstreaming:

[19:19:34 66] Message: Cannot add or update a child row: a foreign key constraint fails (`90149_clientdb`.`tbl_server_player`, CONSTRAINT `fk_tbl_server_player_tbl_server` FOREIGN KEY (`ServerID`) REFERENCES `tbl_server` (`ServerID`) ON DELETE CASCADE ON UPDATE NO ACTION)

[19:19:34 66] Native: -2147467259

[19:19:34 66] Source: MySql.Data

[19:19:34 66] StackTrace: at MySql.Data.MySqlClient.MySqlStream.ReadPacket()

at MySql.Data.MySqlClient.NativeDriver.GetResult(Int3 2& affectedRow, Int64& insertedId)

at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)

at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)

at MySql.Data.MySqlClient.MySqlDataReader.NextResult( )

at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior)

at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuer y()

at PRoConEvents.CChatGUIDStatsLogger.StartStreaming()

[19:19:34 85] [statslogger]Error: Error in Startstreaming OuterException: System.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException)

at PRoConEvents.CChatGUIDStatsLogger.StartStreaming()

[19:19:35 49] [statslogger]Error: getUpdateServerID1: System.InvalidOperationException: Nested transactions are not supported.

at MySql.Data.MySqlClient.ExceptionInterceptor.Throw( Exception exception)

at MySql.Data.MySqlClient.MySqlConnection.Throw(Excep tion ex)

at MySql.Data.MySqlClient.MySqlConnection.BeginTransa ction(IsolationLevel iso)

at MySql.Data.MySqlClient.MySqlConnection.BeginTransa ction()

at PRoConEvents.CChatGUIDStatsLogger.getUpdateServerI D(CServerInfo csiServerInfo)

Any idea what is wrong?

 

Kind regards

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

Originally Posted by Gijzijtdood*:

 

The safest way is to just start a new database every month.

 

Backing up these databases is an unreliable venture. Because of all the foreign key constraints, because clans usually use budget services with limited resources, and because stats databases are usually large in size, backup attemps are often half-broken due to timeouts and the problem isn't noticed until later when you attempt to restore the corrupt backup.

 

All the foreign key constraints cause just a tiny amount of missing/corrupted data to potentially cause huge issues. I wouldn't advise going down that path.

This is a good way to set all to 0.

 

START TRANSACTION;

 

set @ServerID = 1;

 

DELETE tps FROM tbl_playerstats tps

INNER JOIN tbl_server_player tsp ON tps.StatsID = tsp.StatsID

WHERE tsp.ServerID = @ServerID;

 

DELETE tws FROM tbl_weapons_stats tws

INNER JOIN tbl_server_player tsp ON tws.StatsID = tsp.StatsID

WHERE tsp.ServerID = @ServerID;

 

DELETE ts FROM tbl_sessions ts

INNER JOIN tbl_server_player tsp ON ts.StatsID = tsp.StatsID

WHERE tsp.ServerID = @ServerID;

 

DELETE tdt FROM tbl_dogtags tdt

INNER JOIN tbl_server_player tsp ON tdt.KillerID = tsp.StatsID

WHERE tsp.ServerID = @ServerID;

 

DELETE tpr FROM tbl_playerrank tpr

INNER JOIN tbl_server_player tsp ON tpr.PlayerID = tsp.StatsID

WHERE tsp.ServerID = @ServerID;

 

DELETE tpd FROM tbl_playerdata tpd

INNER JOIN tbl_server_player tsp ON tpd.PlayerID = tsp.StatsID

WHERE tsp.ServerID = @ServerID;

 

COMMIT;

Set the server ID accordingly to the server you want to reset.

 

Regards

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

Originally Posted by ty_ger07*:

 

This is a good way to set all to 0.

 

 

 

Set the server ID accordingly to the server you want to reset.

 

Regards

Ok? What's your point?

 

He said that he wanted to backup the old database first, and then delete everything. You didn't address the backing up part of his question. Backing it up is where things go badly. Instead of backing it up and then deleting everything, it is MUCH better to just start a new database. By doing that, you get the exact same result except in less time and gain a lot of reliability.

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

Originally Posted by ColColonCleaner*:

 

Ok? What's your point?

 

He said that he wanted to backup the old database first, and then delete everything. You didn't address the backing up part of his question. Backing it up is where things go badly. Instead of backing it up and then deleting everything, it is MUCH better to just start a new database. By doing that, you get the exact same result except in less time and gain a lot of reliability.

Just to jut in here, agreed, for stat logger if you want snapshots of your database left intact it is much better to just make a new schema for the current servers and leave the old alone. Not sure how many schemas you are allowed to have on your db but hopefully it's more than one.
* 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.