Jump to content

Chat, GUID, Stats and Mapstats Logger[3.0.2.2] 01.02.


ImportBot

Recommended Posts

Originally Posted by XpKiller*:

 

Atm i have some problems because some events like the endround event are not fired anymore so i dont get the results of a round.

Now im looking to find a way to bypass this but this also means that some score points might get lost.

* Restored post. It could be that the author is no longer active.
Link to comment
  • Replies 837
  • Created
  • Last Reply

Top Posters In This Topic

  • ImportBot

    838

Originally Posted by EBassie*:

 

Thanks for the update XpKiller!

 

But as it seems the RCON protocol is not really finished yet, maybe Phogue has some insights about the endround event.

Maybe it will be present in newer versions of the server.

 

So before you're doing the work twice... :ohmy:

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

Originally Posted by jasonelmore*:

 

you could also just release a simple rank plugin while your working on this more detailed one. One that simply tells, top kills, kdr, and score. It would be really easy to do i would think but i dunno much about code. Just leave out all the weapons stats and just record kills, deaths, and points.

 

!rank

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

Originally Posted by LumpyNutZ*:

 

Atm i have some problems because some events like the endround event are not fired anymore so i dont get the results of a round.

Now im looking to find a way to bypass this but this also means that some score points might get lost.

Is there eny event for mapchanging? Maybe you could use that?

humm, when i think that more i think theres no such an event, but im not so ito this code thingy so forgive me :smile:

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

Originally Posted by XpKiller*:

 

This problem is solved now because there is now a working event.

Atm im waiting for the weapon definitions in the bf3.def file.

Then my plugin should work.

It also contains some improvements in the databasestructur.

pls be patient.

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

Originally Posted by EBassie*:

 

This problem is solved now because there is now a working event.

Atm im waiting for the weapon definitions in the bf3.def file.

Then my plugin should work.

It also contains some improvements in the databasestructur.

pls be patient.

Thanks for the update and your dedication dude!

:smile:

 

Can't wait to implement 'tha shizzle' on our site :smile:

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

Originally Posted by RadicalMode*:

 

nice, thanks!

 

First Error:

 

[21:01:45 55] Error: getUpdateServerID1: System.Data.Odbc.OdbcException: ERROR [HY000] [MySQL][ODBC 5.1 Driver][mysqld-5.5.8]Data too long for column 'ServerName' at row 1

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

at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(C ommandBehavior behavior, String method, Boolean needReader, Object[] methodArguments, SQL_API odbcApiMethod)

at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(C ommandBehavior behavior, String method, Boolean needReader)

at System.Data.Odbc.OdbcCommand.ExecuteNonQuery()

at PRoConEvents.CChatGUIDStatsLoggerBF3.getUpdateServ erID(CServerInfo csiServerInfo)

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

Originally Posted by ty_ger07*:

 

where could have free /low price SQL host which support this plugin ?

For a BF3 server or a BFBC2 server?

 

This thread is quite old. His current thread for BF3 is here:

www.phogue.net/forumvb/showth...er-1-0-0-1-BF3*

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

Originally Posted by vilee*:

 

111.jpg

222.jpg

333.jpg

 

pls help me .

 

why the playerKills playerHeadshots playerDeaths playerSuicide playerTKs Killstreak Deathstreak WeaponStats dont inset

 

 

just playerScore playerPlaytime playerRounds FirstSeenOnServer LastSeenOnServer inset. :sad:

 

i set the rank off

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

Originally Posted by vilee*:

 

is your server a bf3 or bfbc2 server?

i think that have to work on rank server

 

 

 

now this is a nEw Q

 

[17:24:32 57] Error in getBFBCStats: System.FormatException: ???????????? DateTime?

? System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)

? System.Convert.ToDateTime(String value)

? PRoConEvents.CChatGUIDStatsLogger.getBFBCStats(Lis t`1 lstPlayers)

 

 

???????????? google translate "String was not recognized as a valid

 

sry my english is poor ...

 

my server is bc2 .

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

Originally Posted by PahaShrek*:

 

Forgive for my English)

Please help!

I do everything on a manual, but there is a problem

[10:09:17 74] BF BC2 Chat, GUID and Stats Logger Enabled

[10:09:17 75] BF BC2 Chat, GUID and Stats Logger: Floodprotection set to 20 Request per Round for each Player

[10:09:17 75] Gamemod Tableschema set to: BC2

[10:09:17 75] Gamemod Weaponlist set to: BC2

[10:10:36 81] Start tablebuilder

[10:10:36 81] Error in OpenConnection:

[10:10:36 81] Index #0

[10:10:36 81] Message: [Microsoft][????????? ????????? ODBC] ???????? ?????? ?? ?????? ? ?? ?????? ???????, ???????????? ?? ?????????

[10:10:36 81] Native: 0

[10:10:36 81] Source:

[10:10:36 82] SQL: IM002

[10:10:36 82] Error in GetRank: System.NullReferenceException: ? ?????????? ??????? ?? ?????? ?????? ?? ??????.

? PRoConEvents.CChatGUIDStatsLogger.tablebuilder()

? PRoConEvents.CChatGUIDStatsLogger.GetRank(String SoldierName)

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

Originally Posted by ty_ger07*:

 

XpKiller,

 

Someone requested that my stats page has the ability to merge server ranking similar to how your plugin does it. Their situation is that they had to move the server around to multiple locations but they still want the server stats to reflect the overall ranking from all of the different server locations.

 

I assume it is a simple task of creating separate queries where server ID is not accounted for in the query, but I would like your input on this before I implement it since I don't want to implement the functionality incorrectly.

 

Does anyone know of a webpage addon for this plugin that would show all these collected stats in a SINGLE leaderboard? Our server has changed IP so many times, that the stats are a mess now, they are listed as 4 servers instead of 1, so our web based leaderboard shows 4 servers too, all though the in game stats are correct, that correctly combines the stats, but it would be nice if I could show the combined stats at our website too.

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

 

Thank you!

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

Originally Posted by Rumpel77*:

 

moinsen

ich noob ihr besser:ohmy:

mal auf anfang, kann mir wer sagen wie man den ganzen rotz überhaupt installt.?

link würde schon reichen ,finde nur leider nix

hab alles was mann braucht , hoffe ich .

msql is da aber was muss da druff und und und

hab mir die sachen von gamed! gemietet, mag mir wer bitte helfen , danke

gruss und respect

Rumpel

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

Originally Posted by vagelad*:

 

Hi, is there a fix for this error?

 

 

 

 

[18:04:10 22] Error in OpenConnection: System.TypeInitializationException: The type initializer for 'System.Transactions.Diagnostics.DiagnosticTrace' threw an exception. ---> System.TypeLoadException: Could not load type 'MySql.Data.MySqlClient.MySqlClientPermission' from assembly 'MySql.Data, Version=6.6.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'.

at Microsoft.Win32.NativeMethods.GetCurrentProcessId( )

at System.Diagnostics.Process.GetCurrentProcess()

at System.Transactions.Diagnostics.DiagnosticTrace.ge t_ProcessName()

at System.Transactions.Diagnostics.DiagnosticTrace.Lo gEvent(TraceEventType type, String message, Boolean addProcessInfo)

at System.Transactions.Diagnostics.DiagnosticTrace..c ctor()

--- End of inner exception stack trace ---

at System.Transactions.Diagnostics.DiagnosticTrace.ge t_Verbose()

at System.Transactions.Transaction.get_Current()

at System.Data.Common.ADP.IsSysTxEqualSysEsTransactio n()

at System.Data.Common.ADP.NeedManualEnlistment()

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

at PRoConEvents.CChatGUIDStatsLogger.OpenOdbcConnecti on(Int32 type)

[18:04:22 04] Error in SQLQuery in Case 10: System.InvalidOperationException: The connection has been disabled. ---> System.Data.Odbc.OdbcException: ERROR [08S01] [MySQL][ODBC 5.1 Driver][mysqld-5.1.70-cll]Lost connection to MySQL server during query

--- End of inner exception stack trace ---

at System.Data.Odbc.OdbcConnection.ConnectionIsAlive( Exception innerException)

at System.Data.Odbc.OdbcConnection.HandleErrorNoThrow (OdbcHandle hrHandle, RetCode retcode)

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

at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(C ommandBehavior behavior, String method, Boolean needReader, Object[] methodArguments, SQL_API odbcApiMethod)

at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(C ommandBehavior behavior, String method, Boolean needReader)

at System.Data.Odbc.OdbcCommand.ExecuteReader(Command Behavior behavior)

at System.Data.Odbc.OdbcCommand.ExecuteReader()

at PRoConEvents.CChatGUIDStatsLogger.SQLquery(String str_selectSQL, Int32 sort)

[18:04:22 04] Error in getBFBCStats: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.

Parameter name: index

at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n(ExceptionArgument argument, ExceptionResource resource)

at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n()

at PRoConEvents.CChatGUIDStatsLogger.getBFBCStats(Lis t`1 lstPlayers)

[18:04:22 24] ProconRulz: Player makuro protected from Kill by ProconRulz

[18:04:40 51] ProconRulz: Player digital_hero666 killed

[18:04:40 68] Error in OpenConnection: System.TypeInitializationException: The type initializer for 'System.Transactions.Diagnostics.DiagnosticTrace' threw an exception. ---> System.TypeLoadException: Could not load type 'MySql.Data.MySqlClient.MySqlClientPermission' from assembly 'MySql.Data, Version=6.6.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'.

at Microsoft.Win32.NativeMethods.GetCurrentProcessId( )

at System.Diagnostics.Process.GetCurrentProcess()

at System.Transactions.Diagnostics.DiagnosticTrace.ge t_ProcessName()

at System.Transactions.Diagnostics.DiagnosticTrace.Lo gEvent(TraceEventType type, String message, Boolean addProcessInfo)

at System.Transactions.Diagnostics.DiagnosticTrace..c ctor()

--- End of inner exception stack trace ---

at System.Transactions.Diagnostics.DiagnosticTrace.ge t_Verbose()

at System.Transactions.Transaction.get_Current()

at System.Data.Common.ADP.IsSysTxEqualSysEsTransactio n()

at System.Data.Common.ADP.NeedManualEnlistment()

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

at PRoConEvents.CChatGUIDStatsLogger.OpenOdbcConnecti on(Int32 type)

[18:04:40 76] Error in DownloadBFBCS: System.TypeLoadException: Could not load type 'MySql.Data.MySqlClient.MySqlClientPermission' from assembly 'MySql.Data, Version=6.6.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'.

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

at System.Security.CodeAccessPermission.Demand()

at System.Configuration.TypeUtil.CallerHasMemberAcces sOrAspNetPermission()

at System.Configuration.TypeUtil.CreateInstanceRestri cted(Type callingType, Type targetType)

at System.Configuration.ConfigurationElement.CreateEl ement(Type type)

at System.Configuration.ConfigurationElement.get_Item (ConfigurationProperty prop)

at System.Diagnostics.SystemDiagnosticsSection.get_So urces()

at System.Diagnostics.DiagnosticsConfiguration.get_So urces()

at System.Diagnostics.TraceSource.Initialize()

at System.Net.Logging.InitializeLogging()

at System.Net.Logging.get_On()

at System.Net.WebClient.DownloadString(Uri address)

at System.Net.WebClient.DownloadString(String address)

at PRoConEvents.CChatGUIDStatsLogger.DownloadBFBCS(Ob ject ListObject)

[18:05:19 34] Error in SQLQuery in Case 8: System.InvalidOperationException: The connection has been disabled. ---> System.Data.Odbc.OdbcException: ERROR [08S01] [MySQL][ODBC 5.1 Driver][mysqld-5.1.70-cll]Lost connection to MySQL server during query

--- End of inner exception stack trace ---

at System.Data.Odbc.OdbcConnection.ConnectionIsAlive( Exception innerException)

at System.Data.Odbc.OdbcConnection.HandleErrorNoThrow (OdbcHandle hrHandle, RetCode retcode)

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

at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(C ommandBehavior behavior, String method, Boolean needReader, Object[] methodArguments, SQL_API odbcApiMethod)

at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(C ommandBehavior behavior, String method, Boolean needReader)

at System.Data.Odbc.OdbcCommand.ExecuteReader(Command Behavior behavior)

at System.Data.Odbc.OdbcCommand.ExecuteReader()

at PRoConEvents.CChatGUIDStatsLogger.SQLquery(String str_selectSQL, Int32 sort)

[18:05:19 50] Error in OpenConnection: System.TypeInitializationException: The type initializer for 'System.Transactions.Diagnostics.DiagnosticTrace' threw an exception. ---> System.TypeLoadException: Could not load type 'MySql.Data.MySqlClient.MySqlClientPermission' from assembly 'MySql.Data, Version=6.6.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'.

at Microsoft.Win32.NativeMethods.GetCurrentProcessId( )

at System.Diagnostics.Process.GetCurrentProcess()

at System.Transactions.Diagnostics.DiagnosticTrace.ge t_ProcessName()

at System.Transactions.Diagnostics.DiagnosticTrace.Lo gEvent(TraceEventType type, String message, Boolean addProcessInfo)

at System.Transactions.Diagnostics.DiagnosticTrace..c ctor()

--- End of inner exception stack trace ---

at System.Transactions.Diagnostics.DiagnosticTrace.ge t_Verbose()

at System.Transactions.Transaction.get_Current()

at System.Data.Common.ADP.IsSysTxEqualSysEsTransactio n()

at System.Data.Common.ADP.NeedManualEnlistment()

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

at PRoConEvents.CChatGUIDStatsLogger.OpenOdbcConnecti on(Int32 type)

[18:05:40 98] Error in OpenConnection: System.TypeInitializationException: The type initializer for 'System.Transactions.Diagnostics.DiagnosticTrace' threw an exception. ---> System.TypeLoadException: Could not load type 'MySql.Data.MySqlClient.MySqlClientPermission' from assembly 'MySql.Data, Version=6.6.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'.

at Microsoft.Win32.NativeMethods.GetCurrentProcessId( )

at System.Diagnostics.Process.GetCurrentProcess()

at System.Transactions.Diagnostics.DiagnosticTrace.ge t_ProcessName()

at System.Transactions.Diagnostics.DiagnosticTrace.Lo gEvent(TraceEventType type, String message, Boolean addProcessInfo)

at System.Transactions.Diagnostics.DiagnosticTrace..c ctor()

--- End of inner exception stack trace ---

at System.Transactions.Diagnostics.DiagnosticTrace.ge t_Verbose()

at System.Transactions.Transaction.get_Current()

at System.Data.Common.ADP.IsSysTxEqualSysEsTransactio n()

at System.Data.Common.ADP.NeedManualEnlistment()

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

at PRoConEvents.CChatGUIDStatsLogger.OpenOdbcConnecti on(Int32 type)

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

Originally Posted by MUXA*:

 

Forgive for my English)

Please help!

I do everything on a manual, but there is a problem

10:09:17 74] BF BC2 Chat, GUID and Stats Logger Enabled

[10:09:17 75] BF BC2 Chat, GUID and Stats Logger: Floodprotection set to 20 Request per Round for each Player

[10:09:17 75] Gamemod Tableschema set to: BC2

[10:09:17 75] Gamemod Weaponlist set to: BC2

[10:10:36 81] Start tablebuilder

[10:10:36 81] Error in OpenConnection:

[10:10:36 81] Index #0

[10:10:36 81] Message: [Microsoft][????????? ????????? ODBC] ???????? ?????? ?? ?????? ? ?? ?????? ???????, ???????????? ?? ?????????

[10:10:36 81] Native: 0

[10:10:36 81] Source:

[10:10:36 82] SQL: IM002

[10:10:36 82] Error in GetRank: System.NullReferenceException: ? ?????????? ??????? ?? ?????? ?????? ?? ??????.

? PRoConEvents.CChatGUIDStatsLogger.tablebuilder()

? PRoConEvents.CChatGUIDStatsLogger.GetRank(String SoldierName)

 

 

I have the same problem, which he described. Can somebody helped me?

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

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.