Jump to content

Chat, GUID, Stats and Mapstats Logger [1.0.0.3]


ColColonCleaner

Recommended Posts

Originally Posted by bonster*:

 

hi have this plug in and it was working fine until yesterday have spoke to my provider and the keep telling me to speak with you guys so here is the error message I'm getting

 

15:03:20 75] [statslogger]Error: SQLQuery:

[15:03:20 75] Message: Unknown column 'tsp.PlayerID' in 'on clause'

[15:03:20 75] Native: -2147467259

[15:03:20 75] Source: MySql.Data

[15:03:20 75] StackTrace: bei MySql.Data.MySqlClient.MySqlStream.ReadPacket()

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

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

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

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

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

bei MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataR eader(CommandBehavior behavior)

bei System.Data.Common.DbCommand.System.Data.IDbComman d.ExecuteReader(CommandBehavior behavior)

bei System.Data.Common.DbDataAdapter.FillInternal(Data Set dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)

bei System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)

bei System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)

bei PRoConEvents.CChatGUIDStatsLogger.SQLquery(MySqlCo mmand selectQuery)

[15:03:20 75] [statslogger]Error: SQLQuery OuterException:System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.

bei PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException)

bei PRoConEvents.CChatGUIDStatsLogger.SQLquery(MySqlCo mmand selectQuery)

[15:03:23 52] [AdKats] EXCEPTION-7010-D-FetchPlayer-PlayerListing11: [Error while fetching player.][MySql.Data.MySqlClient.MySqlException: Unknown column 'tbl_server_player.PlayerID' in 'where clause'

bei PRoConEvents.AdKats.SafeExecuteReader(MySqlCommand command)

 

 

if any one could point me in the right direction I wold be grateful

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

Originally Posted by ty_ger07*:

 

A PlayerID column is missing from a table? That's bad. It sounds like a corruption issue. Do you have a recent backup you can fall back on? Or, have you attempted CHECK TABLE or REPAIR TABLE SQL query commands against the database using phpMyAdmin or some similar SQL utility environment?

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

Originally Posted by ColColonCleaner*:

 

hi have this plug in and it was working fine until yesterday have spoke to my provider and the keep telling me to speak with you guys so here is the error message I'm getting

 

15:03:20 75] [statslogger]Error: SQLQuery:

[15:03:20 75] Message: Unknown column 'tsp.PlayerID' in 'on clause'

[15:03:20 75] Native: -2147467259

[15:03:20 75] Source: MySql.Data

[15:03:20 75] StackTrace: bei MySql.Data.MySqlClient.MySqlStream.ReadPacket()

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

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

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

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

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

bei MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataR eader(CommandBehavior behavior)

bei System.Data.Common.DbCommand.System.Data.IDbComman d.ExecuteReader(CommandBehavior behavior)

bei System.Data.Common.DbDataAdapter.FillInternal(Data Set dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)

bei System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)

bei System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)

bei PRoConEvents.CChatGUIDStatsLogger.SQLquery(MySqlCo mmand selectQuery)

[15:03:20 75] [statslogger]Error: SQLQuery OuterException:System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.

bei PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException)

bei PRoConEvents.CChatGUIDStatsLogger.SQLquery(MySqlCo mmand selectQuery)

[15:03:23 52] [AdKats] EXCEPTION-7010-D-FetchPlayer-PlayerListing11: [Error while fetching player.][MySql.Data.MySqlClient.MySqlException: Unknown column 'tbl_server_player.PlayerID' in 'where clause'

bei PRoConEvents.AdKats.SafeExecuteReader(MySqlCommand command)

 

 

if any one could point me in the right direction I wold be grateful

Also, if you are just setting this up for the first time i would suggest NOT modifying the names of the tables from their defaults. It can cause some compatibility issues with other plugins if you ever install them and they are expecting to interface with stat logger.
* Restored post. It could be that the author is no longer active.
Link to comment
  • 1 month later...
  • 3 weeks later...

Originally Posted by ColColonCleaner*:

 

what is SQL database, do i need to rent another server for this?

 

im confused, can someone help me get this requirement for installation?

You should be able to get one through your server host, or your procon host. A database is basically a fast way for programs to store their data without using clunky files/folders. You connect to a database and have that store your data. This is what the stat logger and AdKats plugins, along with a few others, use to store their information.

 

Your host should have a relatively cheap option for you. Be careful of free options though, because they are usually very limited and might sell your data off to other people. That would be an issue security-wise because player IP addresses are stored by this plugin.

 

If you have a computer that's always online you can set up your own MySQL database, since the software itself is free, but that's more complicated to set up. Requires static IPs, possibly some port forwarding on your router, among other things.

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

Originally Posted by skepmeister*:

 

Hi,

Having a lot of fun playing around with this plugin. Looks great.

I am looking at the weapon stats, top10 {weapon} works a treat, but stats {weapon} gives me my kills etc and says I am no.1 rank with {weapon} [famas] is my real world example. I am not actually in the top10 for the [famas].

Any Ideas?

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

Originally Posted by ColColonCleaner*:

 

Hi,

Having a lot of fun playing around with this plugin. Looks great.

I am looking at the weapon stats, top10 {weapon} works a treat, but stats {weapon} gives me my kills etc and says I am no.1 rank with {weapon} [famas] is my real world example. I am not actually in the top10 for the [famas].

Any Ideas?

Stats with this plugin are local to your server only, not the entire world. For world stats just look up your player on battlelog. So for your server specifically you're the one most using the famas.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by skepmeister*:

 

Stats with this plugin are local to your server only, not the entire world. For world stats just look up your player on battlelog. So for your server specifically you're the one most using the famas.

Hi.

I meant all on my server.

I am not in the !top10 for famas on my server, but !stats famas tells me no.1 for my server. Something strange going on.

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

Originally Posted by ColColonCleaner*:

 

Hi.

I meant all on my server.

I am not in the !top10 for famas on my server, but !stats famas tells me no.1 for my server. Something strange going on.

Oh, it just hasn't updated the ranks yet. It doesn't update ranks as fast as everything else because it's a more expensive operation. I forget how often it does that. It might be a setting but it's been a long time since i looked at this plugin.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by skepmeister*:

 

I changed the option --> overall ranking (merged server ranking) to on and now it shows the correct ranking for my famas (no.17 rank).

I change it back and it shows I am no.1 rank. Is that how it should work? doesn't sound right

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

Originally Posted by ColColonCleaner*:

 

I changed the option --> overall ranking (merged server ranking) to on and now it shows the correct ranking for my famas (no.17 rank).

I change it back and it shows I am no.1 rank. Is that how it should work? doesn't sound right

Seems like a bug, yes. However the chances of a bug being fixed at this point are very low. Glad you found a way that works though.
* Restored post. It could be that the author is no longer active.
Link to comment
  • 1 month later...

Originally Posted by payver*:

 

Hi,

currently i'm using "CChatGUIDStatsLogger-1.0.0.2-ty_gerMOD-master" and there are 2 threads for Bf3 this thread and showthread....er-1-1-0-1-BF3*. The main reason why i wanted to update is because of the crashes of my server (Procon and Server restart) and i don't know which is the cause. Maybe its already a stable version, maybe i set something wrong, but there is no documentation of the settings? I once deactivated the plugin and turned chatlogging off. Today i saw into phpmyadmin SQL-DB and it was still logging the chat.

 

Is it possible to keep the tables and data and update to a newer version and which do i better use, the version in this thread or in the other BF3 only version?

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

Originally Posted by ColColonCleaner*:

 

Hi,

currently i'm using "CChatGUIDStatsLogger-1.0.0.2-ty_gerMOD-master" and there are 2 threads for Bf3 this thread and showthread....er-1-1-0-1-BF3*. The main reason why i wanted to update is because of the crashes of my server (Procon and Server restart) and i don't know which is the cause. Maybe its already a stable version, maybe i set something wrong, but there is no documentation of the settings? I once deactivated the plugin and turned chatlogging off. Today i saw into phpmyadmin SQL-DB and it was still logging the chat.

 

Is it possible to keep the tables and data and update to a newer version and which do i better use, the version in this thread or in the other BF3 only version?

Do not use the one from the BF3 thread. Update to the latest version in this thread which is 1.0.0.3.
* Restored post. It could be that the author is no longer active.
Link to comment
  • 2 weeks later...

Originally Posted by Gam3R*:

 

Yea that is what I use. Infact downloaded it again and tried but same error.

Still doesn't work

 

P.S : I was off all these days.

Here is the post where it ended

myrcon.net/...chat-guid-stats-and-mapstats-logger#entry46617

 

And seems like someone else also couldn't get this to work with BFBC2

myrcon.net/...chat-guid-stats-and-mapstats-logger#entry46631

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

Originally Posted by xloneshadowx*:

 

So I am running a contest in my server for the top 5 !rank players. When I go to the database all I need to clear is the rank table or should I do player stats as well? I am also planning on saving the ranks and stats to put back in after the contest.

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

Originally Posted by ty_ger07*:

 

Clearing the ranks table wouldn't reset their ranks. The ranks table would just rebuild back to what it is.

 

I THINK:

1)If your contest is based on score, you would have to stop the plugin, back up the data (I assume that you would want to), set every player's score to 0, clear the ranks table, and then start the plugin over again.

 

2)Then, after the contest is over, stop the plugin, restore the backup, and start the plugin again. You could also try adding the month's score per player onto the backup's score per player to keep the running total, but that gets tricky and you would want to create an intermediary database or intermediary table to do so.

 

But, the most sure method is to run the contest in a separate database. And not try to reuse any data from before the contest and not try to merge any data after the contest.

 

Alternatively, you could rent a second layer server and connect it to the same game server, and get a second database and run the contest on the second layer server and separate database while the original layer server and database continued to update the stats quietly in the background. You would need to temporarily disable all commands on the original layer server in order to not see duplicate messages in the game. But would the game server suffer performance issues from having two layer servers connected to it simultaneously? Maybe.

 

 

I am sure that someone else may have better ideas.

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

Originally Posted by xloneshadowx*:

 

I have Three servers and right now right everything off of one database the contest is happening on a server where the database is empty so yeah I could just do that. But I think the safest bet is the first option. Thanks

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

Originally Posted by kot163*:

 

Hi! Help guys! I have error. I want run this plugin on BC2 server

Code:

[23:24:32 56] <span style="font-family: Arial Black">PRoCon Chat, GUID and Stats Logger Enabled</span>
[23:24:32 56] <span style="font-family: Arial Black">PRoCon Chat, GUID and Stats Logger:  Floodprotection set to 10 Request per Round for each Player</span>
[23:25:09 65] [Statslogger]Error: SQLQuery:System.FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
   at System.Guid..ctor(String g)
   at MySql.Data.Types.MySqlGuid.MySql.Data.Types.IMySqlValue.ReadValue(MySqlPacket packet, Int64 length, Boolean nullVal)
   at MySql.Data.MySqlClient.NativeDriver.ReadColumnValue(Int32 index, MySqlField field, IMySqlValue valObject)
   at MySql.Data.MySqlClient.ResultSet.ReadColumnData(Boolean outputParms)
   at MySql.Data.MySqlClient.ResultSet.NextRow(CommandBehavior behavior)
   at MySql.Data.MySqlClient.MySqlDataReader.Read()
   at MySql.Data.MySqlClient.Driver.LoadCharacterSets(MySqlConnection connection)
   at MySql.Data.MySqlClient.Driver.Configure(MySqlConnection connection)
   at MySql.Data.MySqlClient.MySqlConnection.Open()
   at System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState)
   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
   at PRoConEvents.CChatGUIDStatsLogger.SQLquery(MySqlCommand selectQuery)
[23:25:09 89] [Statslogger]Error: SQLQuery:System.FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
   at System.Guid..ctor(String g)
   at MySql.Data.Types.MySqlGuid.MySql.Data.Types.IMySqlValue.ReadValue(MySqlPacket packet, Int64 length, Boolean nullVal)
   at MySql.Data.MySqlClient.NativeDriver.ReadColumnValue(Int32 index, MySqlField field, IMySqlValue valObject)
   at MySql.Data.MySqlClient.ResultSet.ReadColumnData(Boolean outputParms)
   at MySql.Data.MySqlClient.ResultSet.NextRow(CommandBehavior behavior)
   at MySql.Data.MySqlClient.MySqlDataReader.Read()
   at MySql.Data.MySqlClient.Driver.LoadCharacterSets(MySqlConnection connection)
   at MySql.Data.MySqlClient.Driver.Configure(MySqlConnection connection)
   at MySql.Data.MySqlClient.MySqlConnection.Open()
   at System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState)
   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
   at PRoConEvents.CChatGUIDStatsLogger.SQLquery(MySqlCommand selectQuery)
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by xloneshadowx*:

 

Ok, this weird. So when someone hits !stats in-game there stats are not corrected the number one guy is like rank 11245. But if you hit !top10 they show the correct stats for the players also the stats website shows correct numbers. I reset procons and everything checked the database and everything is correct. but typing !stats or !rank is showing something completly different. Anyone have this happen before

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

Originally Posted by ColColonCleaner*:

 

Ok, this weird. So when someone hits !stats in-game there stats are not corrected the number one guy is like rank 11245. But if you hit !top10 they show the correct stats for the players also the stats website shows correct numbers. I reset procons and everything checked the database and everything is correct. but typing !stats or !rank is showing something completly different. Anyone have this happen before

Um, do you have another service running stats? Like another system like game.me or anything else? If it's the same plugin then i would expect the same data to be across both commands.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by xloneshadowx*:

 

Um, do you have another service running stats? Like another system like game.me or anything else? If it's the same plugin then i would expect the same data to be across both commands.

ok so it's only for the top 2 players it shows im third and when i hit !rank it shows me 3rd.. so something is messed up for the top 2 people. but when you type !top 10 it shows them at #1 and #2 and the server stats website shows the correct data. No i have nothing else running stats this is just weird
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ColColonCleaner*:

 

ok so it's only for the top 2 players it shows im third and when i hit !rank it shows me 3rd.. so something is messed up for the top 2 people. but when you type !top 10 it shows them at #1 and #2 and the server stats website shows the correct data. No i have nothing else running stats this is just weird

Yeah I haven't heard of this happening before, that's weird. What ranks does it show for the two erroring players?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ColColonCleaner*:

 

somewhere in the one thousands

No idea. Since this is only an issue with these two players and they can use !top10 so see their rank anyway i'd suggest just telling them to do that. I'm not sure what it could be.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by payver*:

 

Hi,

1) i'm getting this error. I started tracing but its only 1 error line and sometimes happens (3 times yesterday) on mapchange.

[statslogger]Error: getUpdateServerID1: System.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.CChatGUIDStatsLogger.getUpdateServerI D(CServerInfo csiServerInfo)

 

And sometimes in the trace log i see these messages:

2) - [statslogger]Trace: is not in Cache!(empty GUID_)

3) - [statslogger]Trace: Weapon: FreeFall is missing in the BF3.def file!!!

4) - [statslogger]Trace: playerLeftServer: playernamehidden not in session dic

 

I once installed everything new, also deleted whole database and created new. When i installed the plugins, started Procon, closed Procon, overwrote the old configuration files of the plugins (CChatGUIDStatsLogger.cfg etc.) and started Procon again. Is it a wrong way to do? Some complications with dll files ( i have no clue whats in there if static or dynamic infos)?

 

Edit: I compared now the former (no errors) and the recent DB. The recent database has collation (german Kollation, i don't know in english) "utf8_general_ci" and the old one "latin1_swedish_ci". Could this the reason?

But beside that the statslogging is working and the requests (!rank, !top10) are working.

 

Edit2: It was the option Livescoreboard. Maybe that error can be ignored(_).

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