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.




×
×
  • 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.