Jump to content

[BF4] Stats webpage for XpKiller's Stats Logger Plugin


tyger07

Recommended Posts

Originally Posted by ty_ger07*:

 

Hi , we using your plugin , for quite a bit and our Databsae growing fast its around 5GB now , what we should desable for have only ranking enabled .

What Save Session to Db does ?

Is there documentation ?

Is plugin flushes DataBase on any period ?

How do i delete old chats ? or set chats limit , may be like 1 week . Its really overloading Database

I didn't write the plugin. You should ask in the plugin's thread.

myrcon.net/.../stats-webpage-for-xpkillers-stats-logger-plugin

* Restored post. It could be that the author is no longer active.
Link to comment
  • 1 month later...
  • Replies 1.7k
  • Created
  • Last Reply

Originally Posted by ty_ger07*:

 

is there one for bf3?

There were a few made, yes. Just look further down or on other pages. But they may or may not work anymore depending on which version of XpKiller's plugin you are using since XpKiller has made changes to table names and data organization throughout his plugin versions.
* Restored post. It could be that the author is no longer active.
Link to comment
  • 2 weeks later...
  • 2 weeks later...

Originally Posted by Borzywit*:

I was requested to advise changes that need to be done in order to stats web page work with BF3

Open root/index.php
find:
 

// first we need to find the GameID
$Server_q = @mysqli_query($BF4stats,"
    SELECT `GameID`
    FROM `tbl_games`
    WHERE `Name` = 'BF4'
");  

replace with:

// first we need to find the GameID
$Server_q = @mysqli_query($BF4stats,"
    SELECT `GameID`
    FROM `tbl_games`
    WHERE `Name` = 'BF3'
");  

Now it will work with BF3. Another change I have made is adding maps.

Open root/common/constants.php

Find:

// make an array of map names
$map_array = array(
    'Zavod 311'                    =>    'MP_Abandoned',
    'Lancang Dam'                =>    'MP_Damage',
    'Flood Zone'                =>    'MP_Flooded',
    'Golmud Railway'            =>    'MP_Journey',
    'Paracel Storm'                =>    'MP_Naval',
    'Operation Locker'            =>    'MP_Prison',
    'Hainan Resort'                =>    'MP_Resort',
    'Siege of Shanghai'            =>    'MP_Siege',
    'Rogue Transmission'        =>    'MP_TheDish',
    'Dawnbreaker'                =>    'MP_Tremors',
    // china rising
    'Silk Road'                    =>    'XP1_001',
    'Altai Range'                =>    'XP1_002',
    'Guilin Peaks'                =>    'XP1_003',
    'Dragon Pass'                =>    'XP1_004',
    // second assault
    'Caspian Border'            =>    'XP0_Caspian',
    'Firestorm'                    =>    'XP0_Firestorm',
    'Operation Metro'            =>    'XP0_Metro',
    'Gulf Of Oman'                =>    'XP0_Oman',
    // naval strike
    'Lost Islands'                =>    'XP2_001',
    'Nansha Strike'                =>    'XP2_002',
    'Wave Breaker'                =>    'XP2_003',
    'Operation Mortar'            =>    'XP2_004'
    // note comma at the end of each line except for the last line
);  

and replace with:

// make an array of map names
$map_array = array(
    'Grand Bazaar'                        =>    'MP_001',
    'Teheran Highway'                    =>    'MP_003',
    'Caspian Border'                    =>    'MP_007',
    'Seine Crossing'                    =>    'MP_011',
    'Operation Firestorm'                =>    'MP_012',
    'Damavand Peak'                        =>    'MP_013',
    'Noshahar Canals'                    =>    'MP_017',
    'Kharg Island'                        =>    'MP_018',
    'Operation Metro'                    =>    'MP_Subway',

//Back to Karkand
    'Strike at Karkand'                    =>    'XP1_001',
    'Gulf of Oman'                        =>    'XP1_002',
    'Sharqi Peninsula'                    =>    'XP1_003',
    'Wake Island'                        =>    'XP1_004',

//Close Quarters
    'Scrapmetal'                        =>    'XP2_Factory',
    'Operation 925'                        =>    'XP2_Office',
    'Donya Fortress'                    =>    'XP2_Palace',
    'Ziba Tower'                        =>    'XP2_Skybar',

//Armored Kill (New gamemode: TankSuperiority0)
    'Bandar Desert'                        =>    'XP3_Desert',
    'Alborz Mountains'                    =>    'XP3_Alborz',
    'Armored Shield'                    =>    'XP3_Shield',
    'Death Valley'                        =>    'XP3_Valley',

//Aftermath
    'Epicenter'                            =>    'XP4_Quake',
    'Markaz Monolith'                    =>    'XP4_FD',
    'Azadi Palace'                        =>    'XP4_Parl',
    'Talah Market'                        =>    'XP4_Rubble',

//End Game
    'Operation Riverside'                =>    'XP5_001',
    'Nebandan Flats'                    =>    'XP5_002',
    'Kiasar Railroad'                    =>    'XP5_003',
    'Sabalan Pipeline'                    =>    'XP5_004'
    // note comma at the end of each line except for the last line
);

If you want to use server banner as we do ( http://fmj.mil.pl/ ) upload below images into root/banner/images/maps/

 

I am missing expansion images, but you can make you own. It has to be *.png image sized 200px*113px. If someone will make game mode array edit and weapons array edit, please send it to me. Also weapons images are required, while some are missing in BF4.

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

Originally Posted by SmackDown*:

 

Is there going to be an update to XpKiller's Stats webpage Logger? We really do appreciate this stats page and now with the new Dragon's Teeth maps and weapons, out stats page is not working correctly. Ty_ger07, I know you are busy, but I hope you intend to publish a new update to your webpage stats. If not, is there any others that we can use.

 

For what its worth, We have enjoyed your efforts and want to thank you for everything you have done.

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

Originally Posted by archangel*:

 

I tried to use this package but am unable to get it to connect to my db I verified the connection details and can connect using several other sources could there Bea a connection bug in the code?

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

Originally Posted by ty_ger07*:

 

When support for all DLC?

Probably not going to happen from me. Borzywit is trying to help you guys a bit.

 

I haven't played BF4 in months (or any game actually), I don't have a BF4 server to test with so I don't have an updated database, and I don't have a lot of time.

Not knowing the game well and not having updated data to work off of, makes things difficult.

I still have an update more than halfway finished and may sometime release it (finished or unfinished), but I can't guarantee that it will have all the DLC. If it is released, it will probably only have the DLC up to the most current donated database I happen to have access to.

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

Originally Posted by Borzywit*:

 

Probably not going to happen from me. Borzywit is trying to help you guys a bit.

If Tyger will not update this page, I will TRY to do this. But it will not happen earlier than end of next two weeks. I have many things to do. If you want to make it faster, please prepare a list of weapons, game modes, maps, weapons images, maps images and put it on this thread ... it will make things faster.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ty_ger07*:

 

What happen... Please answer me what is these?

 

Attachment 3494

As wdfstryfe said, that's the player's rank.

 

Player has a score of 15410 which ranks player 9th out of 66 players.

Player has 76 kills which ranks player 5th out of 66 players.

Player has a 2.71 kill/death ratio which ranks player 6th out of 66 players.

And player has a 26.32% headshot ratio which ranks player 22nd out of 66 players.

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

Originally Posted by ty_ger07*:

 

Is it possible to config.php to connect multiple databases?

No. Well, yes, but you will have to edit it to do so since it is a non-standard configuration and it does not make sense to try to support an infinite number of non-standard configurations.

I do not understand why people keep splitting their servers up onto different databases. Just put all the servers on one database and then you will have no problems.

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

Originally Posted by Hodor*:

 

There are many factors when it is necessary to divide the servers. For example, if your server unites with others (partnership) and you do not want to someone else's servers were in your DB. I'm asking you to do it or give me a code and tell where to insert :ohmy:

 

I sat for hours in order to make better statistics for myself, but I can not make the support two and more databases. Do not upset me please :sad:

 

Posted Image

Posted Image

Posted Image

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

Archived

This topic is now archived and is closed to further 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.