Jump to content

Chat, GUID, Stats and Mapstats Logger[1.1.0.1][BF3]


ImportBot

Recommended Posts

  • Replies 1.9k
  • Created
  • Last Reply

Top Posters In This Topic

  • ImportBot

    1934

Originally Posted by ty_ger07*:

 

I tried to show %playerRounds% but doesn't work.

 

Anyone knows how show the number of rounds played by a player?

It's %rounds%.

 

Look at "Replacement Strings for Playerstats" in the Plugin details in PRoCon.

 

"%rounds% Will be replaced by the player's totalrounds played on this server"

 

In the plugin code:

Line 3388: result = this.ListReplace(result, "%rounds%", row["Rounds"].ToString());

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

Originally Posted by blackeyes08*:

 

hello

[13:44:15 72] Error in Tablebuilder:

[13:44:15 72] Index #0

[13:44:15 73] Message: [Microsoft][Gestionnaire de pilotes ODBC] Source de données introuvable et nom de pilote non spécifié

[13:44:15 73] Native: 0

[13:44:15 73] Source:

[13:44:15 73] SQL: IM002

[13:44:15 74] Error: System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.

à PRoConEvents.CChatGUIDStatsLoggerBF3.tablebuilder( )

[13:44:15 74] Error: getUpdateServerID1: System.Data.Odbc.OdbcException: ERROR [iM002] [Microsoft][Gestionnaire de pilotes ODBC] Source de données introuvable et nom de pilote non spécifié

à System.Data.Odbc.OdbcConnection.HandleError(OdbcHa ndle hrHandle, RetCode retcode)

à System.Data.Odbc.OdbcConnectionHandle..ctor(OdbcCo nnection connection, OdbcConnectionString constr, OdbcEnvironmentHandle environmentHandle)

à System.Data.Odbc.OdbcConnectionOpen..ctor(OdbcConn ection outerConnection, OdbcConnectionString connectionOptions)

à System.Data.Odbc.OdbcConnectionFactory.CreateConne ction(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)

à System.Data.ProviderBase.DbConnectionFactory.Creat eNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)

à System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection)

à System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)

à System.Data.Odbc.OdbcConnection.Open()

à PRoConEvents.CChatGUIDStatsLoggerBF3.getUpdateServ erID(CServerInfo csiServerInfo)

 

Can you help please ?

 

thanks

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

Originally Posted by johnny5*:

 

Yeah the date/time stamp is differrent from 5.1.9.

 

5.1.11 doesnt work. when 5.1.9 does. 5.1.9, with my setup had some very intermittent time issues, i think it was caused by connection losses & retries, whatever glitches.

 

5.1.11 doesnt work at all. it says eg. timestamp in the whole database is wrong, first error was tbl_chatlog->logDate. Seems to me it wanted the month & day to be in oppososite positions, switch day & month or some shit. I just uninstalled 5.1.11 cause it is majorly different than 5.1.9.

 

I fucked arounf with some machine locale things, but re-installing 5.1.9 made things work again.

 

Surprising.

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

Originally Posted by Jaffaman*:

 

Thanks alot it looks like reinstalling the 5.1.9 worked for me :smile:

 

Is there a way to rebuild all the time sessions I.E 1st seen last seen ect? i am not to fussed about the times on the messages or do i just have to start again with a clean database?

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

Originally Posted by Panther*:

 

Not sure what happend here. Trying to help a friend. The Table did work 2 days and suddenly this error.

 

Code:

[10:13:36 44] Info: Start tablebuilder[10:13:36 44] Error in Tablebuilder: 
[10:13:36 44] Index #0
[10:13:36 44] Message: [MySQL][ODBC 5.1 Driver][mysqld-5.1.61-0+squeeze1]Incorrect table name 'tbl_chatlog
'
[10:13:36 44] Native: 1103
[10:13:36 44] Source: myodbc5.dll
[10:13:36 44] SQL: HY000
[10:13:36 44] Error: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei PRoConEvents.CChatGUIDStatsLoggerBF3.tablebuilder()
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Legate*:

 

It's %rounds%.

 

Look at "Replacement Strings for Playerstats" in the Plugin details in PRoCon.

 

"%rounds% Will be replaced by the player's totalrounds played on this server"

 

In the plugin code:

Line 3388: result = this.ListReplace(result, "%rounds%", row["Rounds"].ToString());

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

Originally Posted by ty_ger07*:

 

Not sure what happend here. Trying to help a friend. The Table did work 2 days and suddenly this error.

 

Code:

[10:13:36 44] Info: Start tablebuilder[10:13:36 44] Error in Tablebuilder: 
[10:13:36 44] Index #0
[10:13:36 44] Message: [MySQL][ODBC 5.1 Driver][mysqld-5.1.61-0+squeeze1]Incorrect table name 'tbl_chatlog
'
[10:13:36 44] Native: 1103
[10:13:36 44] Source: myodbc5.dll
[10:13:36 44] SQL: HY000
[10:13:36 44] Error: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei PRoConEvents.CChatGUIDStatsLoggerBF3.tablebuilder()
It looks like there is a line return at the end of the table name. Is it possible that he accidentally added a line break where it asks for the table suffix and this has been appended to the table name in the plugin?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Ruger*:

 

Yeah...mine started giving me this:

[10:28:11 40] Info: Start tablebuilder

[10:28:12 13] Error in Tablebuilder:

[10:28:12 13] Index #0

[10:28:12 13] Message: [MySQL][ODBC 5.1 Driver][mysqld-5.1.56]Duplicate column name 'M416_kills'

[10:28:12 13] Native: 1060

[10:28:12 13] Source: myodbc5.dll

[10:28:12 13] SQL: 42S21

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

Originally Posted by XpKiller*:

 

Looks like a faultly bf3.def files which has two different entries for the weapon m416.

Remove one and it should be working again.

 

I looking to release a new version the weekend too.

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

Originally Posted by Phil_K*:

 

Hi.

 

Looks like a faultly bf3.def files which has two different entries for the weapon m416.

Remove one and it should be working again.

Not really faulty but since R-24 the servers also report M416 as pure and not with "Weapons/M416/M416".

But I also find some entries with the long version but not 100% if that was before the update restart or

after that. So both entries are in the BF3.def and the loc files. Compared they are uniq so it shouldn't hurt

anyway, but I don't know what magic your plugin does to those strings. :ohmy:

 

Greets

Phil.

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

Originally Posted by Athlon*:

 

Is there a way to delete a particular player or to reset their stats?

can help me as a

Do you have access to your MySql server? (phpMyAdmin_) You can delete a record there.

 

If not - can you upload and run a web page (php) if I post it here? I have one I wrote that I use to delete multiple records at a time....

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

Originally Posted by Athlon*:

 

Looks like a faultly bf3.def files which has two different entries for the weapon m416.

Remove one and it should be working again.

 

I looking to release a new version the weekend too.

It seems the latest Procon download has the offending M416 entry removed from the bf3.def file.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Athlon*:

 

Looks like a faultly bf3.def files which has two different entries for the weapon m416.

Remove one and it should be working again.

 

I looking to release a new version the weekend too.

It seems the latest Procon download has the offending M416 entry removed from the bf3.def file.

I may have spoken too soon....

 

The current download does not have the double entry, but Procon seems to add it back in and then suggest a restart.

 

Anyway - when I remove this entry: 'procon.protected.weapons.add Assault "Weapons/M416/M416" Primary AssaultRifle', the plugin no longer gives the error. I will just ignore the prompt to restart Procon.

 

BTW, when I removed the other entry (procon.protected.weapons.add Assault "M416" Primary AssaultRifle), I got a 'shotgun' error with the plugin. I then put that line back in and removed the other line and all is good so far.

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

Originally Posted by TeamKiller*:

 

@Athlon

 

Yes, I have access to mysql also tried to delete when I deleted the player can not I! 10Top more players but only 9 players.

Are there any good solution for a player to simply reset his stats

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

Originally Posted by Phil_K*:

 

Hi.

 

The current download does not have the double entry, but Procon seems to add it back in and then suggest a restart.

You should have read myrcon.net/...chat-guid-stats-and-mapstats-logger#entry7606

As long as it is not officially confirmed which weapon code will stay with onKill both remain in the BF3.def.

Both are unique because "M416" != "Weapons/M416/M416".

 

If you want to use a modified BF3.def disable the automated check for updates.

 

Greets

Phil.

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

Originally Posted by Athlon*:

 

@Athlon

 

Yes, I have access to mysql also tried to delete when I deleted the player can not I! 10Top more players but only 9 players.

Are there any good solution for a player to simply reset his stats

If you delete all of a player's records from the tables then the next time he joins he will start again with 'reset' stats.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Athlon*:

 

@Athlon

 

How do I delete the table player?

I do not want to delete all the players only one player

I'm not saying to delete a whole table - just the player's records who you want to delete.

 

***MAKE A BACKUP OF YOUR DATABASE BEFORE YOU DO ANYTHING!!!***

 

Find the player's ID number in the tbl_playerdata table. Then delete the row with that ID number in all of the other tables as well as the tbl_playerdata table.

 

It may not be possible to do what you want this way because of the tbl_dogtags table though.

 

If you are not familiar with what I am saying, you are best off not doing it. I wouldn't want to see you mess up all of your stats. There may be an easier way, but I don't see one......

 

***MAKE A BACKUP OF YOUR DATABASE BEFORE YOU DO ANYTHING!!!***

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

Originally Posted by Ruger*:

 

Looks like a faultly bf3.def files which has two different entries for the weapon m416.

Remove one and it should be working again.

 

I looking to release a new version the weekend too.

Thanks XpKiller, Phil and Athlon!:cool:
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by XpKiller*:

 

I'm not saying to delete a whole table - just the player's records who you want to delete.

 

***MAKE A BACKUP OF YOUR DATABASE BEFORE YOU DO ANYTHING!!!***

 

Find the player's ID number in the tbl_playerdata table. Then delete the row with that ID number in all of the other tables as well as the tbl_playerdata table.

 

It may not be possible to do what you want this way because of the tbl_dogtags table though.

 

If you are not familiar with what I am saying, you are best off not doing it. I wouldn't want to see you mess up all of your stats. There may be an easier way, but I don't see one......

 

***MAKE A BACKUP OF YOUR DATABASE BEFORE YOU DO ANYTHING!!!***

This is the wrong way

PlayerID != StatsID and so on

 

Just delete the Player in the tbl_playerdata (all other entries of this player in other tables except tbl_chatlog will get deleted automatically due the foreign key constains.

 

Or the delete all entries with the target PlayerID in tbl_server_player.

 

Otherwise i can give you an sql script for that.

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

Originally Posted by TimSad*:

 

Hi.

 

Looks like a faultly bf3.def files which has two different entries for the weapon m416.

Remove one and it should be working again.

Not really faulty but since R-24 the servers also report M416 as pure and not with "Weapons/M416/M416".

But I also find some entries with the long version but not 100% if that was before the update restart or

after that. So both entries are in the BF3.def and the loc files. Compared they are uniq so it shouldn't hurt

anyway, but I don't know what magic your plugin does to those strings. :ohmy:

 

Greets

Phil.

Yeah, why is your plugin now creating duplicate M416 column entries just because there is a new weapon definition in the BF3.def file? I wouldn't think that should happen unless GetWeaponList (which I would think you would use to base the column creations off of) now somehow returns 2 instances of the M416. Also, do you or do you not use IF NOT EXISTS in the SQL?

 

I temporarily have this plugin disabled. :sad: Too much spamming of the plugin console about the duplicate columns. I'll re-enable it once you get an update out. :smile:

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