Jump to content

BfBC2 Chat GUID and Stats Logger Webstats v1.21 [BC2]


ImportBot

Recommended Posts

Originally Posted by BB-Insomnia*:

 

Am I just missing stats tracking for quad bikes or did it get forgotten or purposely skipped?

No, it's just because the Proconplugin does not log Roadkills in the DB.

There is simply no data i could work with.

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

Top Posters In This Topic

Originally Posted by nbtc971*:

 

Thanks for the response.. now a new question..

 

I'm building my own statsverse inspired web page for my clans website and as such am having to work with the DB table you created which holds all the weapons stats. Right now I'm at a loss trying to figure out the difference between the M2V field and the FLAMETHROWER field. Obviously they are different as I have different stats in there, but I can't figure it out. Is FLAMETHROWER the flame thrower used as alt fire on the tank or something?

 

NM did some testing and figured it out. It's pretty much as I thought, but wanted to be sure. Thanks.

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

Originally Posted by BB-Insomnia*:

 

I'm getting the blank page too. I've tried with both BC2conn off and on, still nothing.

Delete the script (excepted config.inc.cfg) reupload latest version, run install.php, shout fix it.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by guanaco*:

 

good evening, I have just downloaded and installed the webstats but I am getting this error "Table 'guanaco_bc2.tbl_playerdata' doesn't exist"

 

I downloaded the .rar file from here, extract it to my web server, browse to the installer.php file, submit all the information and saved it, and when I delete the installer.php file I received that message.

 

I checked the phpmyadmin and I just have one table created "tbl_bfbcs". Can you tell me what am I missing?

 

by the way... I checked the installer.php file and I see the SQL statement for the table that was created but thats the only statement that is there, perhaps the statement where all other tables are created is missing on the posted .rar file?

 

Thank you!

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

Originally Posted by BB-Insomnia*:

 

good evening, I have just downloaded and installed the webstats but I am getting this error "Table 'guanaco_bc2.tbl_playerdata' doesn't exist"

 

I downloaded the .rar file from here, extract it to my web server, browse to the installer.php file, submit all the information and saved it, and when I delete the installer.php file I received that message.

 

I checked the phpmyadmin and I just have one table created "tbl_bfbcs". Can you tell me what am I missing?

 

by the way... I checked the installer.php file and I see the SQL statement for the table that was created but thats the only statement that is there, perhaps the statement where all other tables are created is missing on the posted .rar file?

 

Thank you!

The tables will be created by the procon plugin after the first (counted) round, which is required to log the data my script uses to generate the stats.

The reason why there is only "create tbl_bfbcs2" because it is required for the script, but is not created by default by the plugin.

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

Originally Posted by guanaco*:

 

The tables will be created by the procon plugin after the first (counted) round, which is required to log the data my script uses to generate the stats.

The reason why there is only "create tbl_bfbcs2" because it is required for the script, but is not created by default by the plugin.

Thank you Insomnia for your reply. In fact I tried to install the procon but I could not figure it out. I downloaded the CChatGUIDStatsLogger_3.0.2.2-1.zip (is that it_) and just have two files, a SQL statement and a .cs file. The instructions sayed to put the file into the plugin folder, do I have to create a plugin folder?

 

I am sorry to bother but I am kind of confused with the instructions. I really appreciate your help on this matter

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

Originally Posted by guanaco*:

 

The tables will be created by the procon plugin after the first (counted) round, which is required to log the data my script uses to generate the stats.

The reason why there is only "create tbl_bfbcs2" because it is required for the script, but is not created by default by the plugin.

Thank you Insomnia for your reply. In fact I tried to install the procon but I could not figure it out. I downloaded the CChatGUIDStatsLogger_3.0.2.2-1.zip (is that it_) and just have two files, a SQL statement and a .cs file. The instructions sayed to put the file into the plugin folder, do I have to create a plugin folder?

 

I am sorry to bother but I am kind of confused with the instructions. I really appreciate your help on this matter

Man I am so sorry!!! I didnt know that procon was a program... I used to use BC2CC but I have now changed to procon!! everything works GREAT man!

 

THANK YOU

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

Originally Posted by guanaco*:

hello =BB=Insomnia, I was checking my resent stats installation and I found something that might be wrong in the compressed file index.php

On my web page when I clicked on "Streak" to sort it by streak, it changed the work Streak for Dogtags, same thing with the rest of the headers. I looked up on the index.php file for that part of the code and found this:

FOR DOGTAGS HEADER:

elseif ($sorting=="Dogtags"){
                    $top_array[7] =  "\r\n<a href=\"". $_SERVER['PHP_SELF'] ."_game=".$url['game']."&page=1".$searching."&sorting=".$sorting."&sorto  rder=".$sortorder2."\"><div id=\"dogtags_top\" class=\"font\" onmouseover=\"showTIP(this, {id:'tooltip_3'})\">".$top[7]."".$arrow."</div></a>";
                }

FOR STREAK HEADER:

elseif ($sorting=="Killstreak"){
                    $top_array[8] =  "\r\n<a href=\"". $_SERVER['PHP_SELF'] ."_game=".$url['game']."&page=1".$searching."&sorting=".$sorting."&sorto  rder=".$sortorder2."\"><div id=\"streak_top\" class=\"font\" onmouseover=\"showTIP(this, {id:'tooltip_3'})\">".$top[[b][color=#FF0000]7[/color][/b]]."".$arrow."</div></a>";
                }
So I just fixed the number in the $top[] to match the $top_array[]

hope this helps make your code the best one :smile: Edited by maxdralle
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by nbtc971*:

 

Thanks for response..

 

Right now I'm using BFBC2 Chat, GUID, Stats and Mapstats Logger[3.0.2.2] 01.02 but it appears it doesn't record stats for SQDM. Is this logger pretty similar in what it grabs?

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

Originally Posted by nbtc971*:

 

Thx. I believe XpKiller is going to look at his plugin to see if there is a problem so I'll stick with it a little longer since I already have it all setup.

 

Ok I didn't realize this uses his plugin.. not sure why my SQDM doesn't work.

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

Originally Posted by Stryker412*:

 

I'm getting the blank page too. I've tried with both BC2conn off and on, still nothing.

Delete the script (excepted config.inc.cfg) reupload latest version, run install.php, shout fix it.
I did that but still am not getting anything. I verified from my provider that the port is not blocked, which they said it is not. I still get nothing but a blank page, I even enabled showerrors, and still don't get anything.

 

Any other suggestions? The stats pop up in game when people enter, so I know that part is working.

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

Originally Posted by BB-Insomnia*:

 

Hello there,

 

it is actually impossible to download the plugin.. could you please fix it.

best regards and THNX, Zipper

it's impossible because of what error?

I'm getting the blank page too. I've tried with both BC2conn off and on, still nothing.

Delete the script (excepted config.inc.cfg) reupload latest version, run install.php, shout fix it.
I did that but still am not getting anything. I verified from my provider that the port is not blocked, which they said it is not. I still get nothing but a blank page, I even enabled showerrors, and still don't get anything.

Any other suggestions? The stats pop up in game when people enter, so I know that part is working.

seems like there is an error in the config.inc.php

you could search for unescaped " 's or delete config.inc.php , run install.php, and set the view settings needed.

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

Originally Posted by Stryker412*:

 

I'm getting the blank page too. I've tried with both BC2conn off and on, still nothing.

Delete the script (excepted config.inc.cfg) reupload latest version, run install.php, shout fix it.

I did that but still am not getting anything. I verified from my provider that the port is not blocked, which they said it is not. I still get nothing but a blank page, I even enabled showerrors, and still don't get anything.

Any other suggestions? The stats pop up in game when people enter, so I know that part is working.

seems like there is an error in the config.inc.php

you could search for unescaped " 's or delete config.inc.php , run install.php, and set the view settings needed.

I ran it again, again I still get nothing but a blank page. I checked the database recording in Procon and that still is running fine. I unchecked the kill streak option because I don't have the plugin installed, could that be it?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Stryker412*:

 

Insomnia, thank you for sending that code fix. Our stats page now works, but I have two small issues.

 

http://bc2.shatteredplanet.org

 

Our server status reads: Currently there are 19/32 Players playing Conquest on MapNameNotFoundError.

 

Also, I looked at my own stats and I show as a rank 12 when I'm a 25. I checked BFBC2 Stats and my info is correct there.

 

http://bfbc2.statsverse.com/stats/pc/Stryker412/

 

 

Edit: The MapNameNotFoundError is for Harvest Day

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

Originally Posted by guanaco*:

 

Insomnia, thank you for sending that code fix. Our stats page now works, but I have two small issues.

 

http://bc2.shatteredplanet.org

 

Our server status reads: Currently there are 19/32 Players playing Conquest on MapNameNotFoundError.

 

Also, I looked at my own stats and I show as a rank 12 when I'm a 25. I checked BFBC2 Stats and my info is correct there.

 

http://bfbc2.statsverse.com/stats/pc/Stryker412/

 

 

Edit: The MapNameNotFoundError is for Harvest Day

The fix is easy... just go to mapNames.xml file and rename the maps... I believe they are with ALL CAPS, change them to just initial Cap (look into MySQL for the correct names, as it is saving it to the database change it into the file)
* 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.