Jump to content

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


ImportBot

Recommended Posts

Originally Posted by TimSad*:

 

Okay, WTF_! I go to update my Rush server's CChatGUIDStatsLogger plugin manually by FTPing the CChatGUIDStatsLogger.cs file to Plugins/BFBC2/ after deleting the older one and it's DLL file first. I then restart the Procon server then go to the plugin list and don't see it there.

 

I then delete CChatGUIDStatsLogger.cs and the DLL again and try installing from the package. Doing that successfully installed the updated version to my other two Procon servers but came back as "Layer already has package installed" for my Rush server. After that, I went into my local directory of Packages and deleted the CChatGUIDStatsLogger.xml to try the install again after deleting the files once again. Still, I get the same thing, "Layer already has package installed."

 

Anyone here able to help me out or do you think I'll have to contact my Procon service provider, Primary Target, for this one_...

 

Here's the screenshot! Click for larger view...

Posted Image

* 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 Stryker412*:

 

I have a small issue. My own stats on our server don't seem to be updating. My rank still shows as a 12 even though I'm a 25. I was able to get my stats updated on BFBC2 Stats, and it correctly shows me as a 25 but the stats on our website still shows me as a 12. Any idea how I can get that to update?

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

Originally Posted by XpKiller*:

 

I have a small issue. My own stats on our server don't seem to be updating. My rank still shows as a 12 even though I'm a 25. I was able to get my stats updated on BFBC2 Stats, and it correctly shows me as a 25 but the stats on our website still shows me as a 12. Any idea how I can get that to update?

The plugin update by default if you join the server and the entry in the tbl_bfbcs is older than 72 hours.

You can lower this value if you want. I can update the whole database this would be insane if the database contains more than 10k players.

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

Originally Posted by nbtc971*:

 

Here are all the queries coming across from the plugin (attachment). At the bottom, at the end of a round, you'll see that no INSERT queries are made EXCEPT those that are going to Myisam tables. There appears to be some logic problem, at least when it comes to Vietnam SQDM servers.

 

By the way this test and log was possible due to micovery offering his linux server and mysql DB. He took care of setting it up and setting up the logging. I greatly appreciate his help.

 

XPkiller, he has offered to help you debug this problem by offering his linux system and access to his mysql db.

 

Thanks guys!

 

plugin_test.zip[/attachment:2etx53in]

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

Originally Posted by thetoast*:

 

Code:

Error in DownloadBFBCS: System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
   at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
   at System.Net.WebClient.DownloadString(Uri address)
   at System.Net.WebClient.DownloadString(String address)
   at PRoConEvents.CChatGUIDStatsLogger.DownloadBFBCS(Object ListObject)
What is this error?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by nbtc971*:

 

The problem is solved. The game server host has a problem with Punkbuster on one of their servers and I was on that server. After almost a week of trying to get moved off the server I finally managed to do that early this morning. Just had people on the new server and it is recording stats accurately.

 

Thanks to XPKiller and especially micovery who setup his Linux and mysql server so we could do testing. That was going above and beyond to help someone you don't know. Thank you again!

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

Originally Posted by Trizik*:

 

correct me if i'm wrong but basically this plugin can't be used in conjunction with any webhost that uses cpanel because the latest version of MySQL supported by cpanel is 5.0.91-community and this plugin requires version 5.1.x

 

kind of a bummer as most webhosts including mine use cpanel...

 

is there any possible way to get this plugin to work with MySQL 5.0.91-community? if not would you guys please recommend an affordable/free MySQL 5.1.x host?

 

thanks.

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

Originally Posted by Trizik*:

 

I found a online sql host that works

http://www.freesqldatabase.com

 

works without any problems right now

does this host still work for you?

 

i tried it and was able to connect to and write to the database from PRoCon (running on a home PC) but when i try to access the database using either of the stat scripts here (P&S and =BB=Insomnia's webstats) on various webhosts (i have multiple, all running MySQL 5.0.91 and latest PHP) my browser just sits at "waiting for reply" for a long time and eventually displays a blank page or an "Internal Server Error" message.

 

if i export the database from freesqldatabase.com then import it to any of my webhosts, the webstats scripts display the data from my webhosts' databases without hiccup.

 

PRoCon can't connect to the databases on my webhosts because it requires MySQL 5.1.x and my webhosts all use MySQL 5.0.91 :sad:

 

what's my solution?

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

Originally Posted by Phil_K*:

 

Hi.

 

PRoCon can't connect to the databases on my webhosts because it requires MySQL 5.1.x and my webhosts all use MySQL 5.0.91 :sad:

Have you tried it?

I use the plugin with MySQL 5.0.45 and the ODBC 5.1 connector without problems.

 

Greets

Phil.

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

Originally Posted by Trizik*:

 

Hi.

 

 

 

Have you tried it?

I use the plugin with MySQL 5.0.45 and the ODBC 5.1 connector without problems.

 

Greets

Phil.

yes of course, on different hosts running 5.0.91 -- PRoCon won't connect to their MySQL databases. when i configure PRoCon to use a host that's running 5.1.x (such as freesqldatabase.com) PRoCon connects without hiccup.

 

the machine running PRoCon has the ODBC 5.1 driver installed (does it need to be configured at all_) and it's on the hosts' remote MySQL access lists.

 

MySQL host must accept remote connections and use INNODB. what else is required?

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

Originally Posted by Trizik*:

 

I just recommend MySQL 5.1.x or greater due the greater stability of the innodb plugin. In 5.5 Innodb is the default Databaseengine.

so MySQL 5.0.91-community will work, right?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Trizik*:

 

it's finally working now that my host made some adjustments on their end.

 

i'm confirming that MySQL 5.0.91-community works with the current version (3.0.2.2) of this plugin.

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

Originally Posted by NilsBov*:

 

I get "specific weapon not found!!" when i type !stats, !rank, !top10 when there is more then one on the server. but if im alone it works perfect.

The stats is updating in the database but i cant view them ingame unless i am alone.

 

I attached my settings

 

Attached Files:

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

Originally Posted by MorpheusX(AUT)*:

 

Getting

[13:45:19 35] Error in LogChat:

[13:45:19 35] Index #0

[13:45:19 35] Message: [MySQL][ODBC 5.1 Driver][mysqld-5.1.51-community]Duplicate entry '25607' for key 'PRIMARY'

[13:45:19 35] Native: 1062

[13:45:19 35] Source: myodbc5.dll

[13:45:19 35] SQL: 23000

Since yesterday afternoon. Could this have to be with me reinstalling the network-card drivers on my root?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by XpKiller*:

 

This error is related to the tbl_chatlog it seems that mysql has a wrong autoincrement value . The plugin doesn't modifies this entry .

You can fix it by setting the default autoincrement value higher than your greatest is value.

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

Originally Posted by XpKiller*:

 

@NilsBov

I can't see any mistakes in you settings.

But you should increase the bfbcs update interval to 12 or higher because bfbcs allows one update every 12 hours per player .

A lower value doesn't make sense because you will get the same stats like one hour ago.

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

Originally Posted by RedOne1*:

 

I searched for my problem on the forum and i fine something but when i click on the link I will be forwarded to page 1 of this topic. So i have to make a new reply because I think search function of the forum is a bit confused.

 

Running Weapon/chat stats logger 3.0.2.2 i get this error:

 

[20:42:34 88] Error in Startstreaming:

[20:42:34 88] Index #0

[20:42:34 88] Message: [MySQL][ODBC 5.1 Driver][mysqld-5.1.46-community]Field 'tUpdate' doesn't have a default value

[20:42:34 88] Native: 1364

[20:42:34 88] Source: myodbc5.dll

[20:42:34 89] SQL: HY000

 

Whats wrong?

 

GrTz Red

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

Originally Posted by XpKiller*:

 

Hi RedOne1,

This error is not caused by my plugin because the field tUpdate normally doesnt exists. This field is created by p&s Stats. ( Good example what can happen if you alter a table)

P & S seems not to set a default values for this field. So if you Mysql Server runs in Strict Mode you will get an error like yours.

You can fix that by define a default value of "0" to this field. Also you should report that the the author of P&S Stats.

If you need help feel free to ask.

* Restored post. It could be that the author is no longer active.
Link to comment
  • 5 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.