ImportBot Posted May 20, 2014 Share Posted May 20, 2014 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
ImportBot Posted June 29, 2014 Share Posted June 29, 2014 Originally Posted by iraqiboy90*: This doesnt work with BF3? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 29, 2014 Share Posted June 29, 2014 Originally Posted by ty_ger07*: This doesnt work with BF3?No it does not. It specifically looks for BF4 and gives an error message if no BF4 servers are found in the database. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 29, 2014 Share Posted June 29, 2014 Originally Posted by iraqiboy90*: No it does not. It specifically looks for BF4 and gives an error message if no BF4 servers are found in the database.is there one for bf3? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 29, 2014 Share Posted June 29, 2014 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
ImportBot Posted June 29, 2014 Share Posted June 29, 2014 Originally Posted by Borzywit*: No it does not. It specifically looks for BF4 and gives an error message if no BF4 servers are found in the database.It does, but many things is missing: http://fmj.mil.pl/stats/bf3/ But you need to do some changes. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 11, 2014 Share Posted July 11, 2014 Originally Posted by cdd3068*: Does anyone have the weapon icon pack for the new map packs? I've noticed some of mine are now missing. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 19, 2014 Share Posted July 19, 2014 Originally Posted by Borzywit*:I was requested to advise changes that need to be done in order to stats web page work with BF3Open root/index.phpfind: // 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.phpFind: // 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
ImportBot Posted July 19, 2014 Share Posted July 19, 2014 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
ImportBot Posted July 20, 2014 Share Posted July 20, 2014 Originally Posted by Hodor*: When support for all DLC? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 21, 2014 Share Posted July 21, 2014 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
ImportBot Posted July 22, 2014 Share Posted July 22, 2014 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
ImportBot Posted July 22, 2014 Share Posted July 22, 2014 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
ImportBot Posted July 22, 2014 Share Posted July 22, 2014 Originally Posted by Canoni*: Here is little help XP3_update.rar * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 22, 2014 Share Posted July 22, 2014 Originally Posted by Borzywit*: Here is little help XP3_update.rar Forbidden ^^ * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 23, 2014 Share Posted July 23, 2014 Originally Posted by archangel*: I am more interested in a working copy for BF3 if that is possible? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 24, 2014 Share Posted July 24, 2014 Originally Posted by Borzywit*: I am more interested in a working copy for BF3 if that is possible?On 67th page you will find instructions * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 24, 2014 Share Posted July 24, 2014 Originally Posted by archangel*: On 67th page you will find instructionsright but i cannot get the main package to work as it will not connect to the DB. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 31, 2014 Share Posted July 31, 2014 Originally Posted by Hodor*: What happen... Please answer me what is these? 77e12eb232cddc1343d9f22590dc6f24b88eb04b.jpg * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 31, 2014 Share Posted July 31, 2014 Originally Posted by wdfstryfe*: That's your rank. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 31, 2014 Share Posted July 31, 2014 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
ImportBot Posted August 7, 2014 Share Posted August 7, 2014 Originally Posted by Blockorz*: This is awesome! Is there also a version for BF3? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 11, 2014 Share Posted August 11, 2014 Originally Posted by Hodor*: Is it possible to config.php to connect multiple databases? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 11, 2014 Share Posted August 11, 2014 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
ImportBot Posted August 11, 2014 Share Posted August 11, 2014 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 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 * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 12, 2014 Share Posted August 12, 2014 Originally Posted by Kryl*: why I do not have separate columns? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 12, 2014 Share Posted August 12, 2014 Originally Posted by Hodor*: why I do not have separate columns?What do you mean? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 12, 2014 Share Posted August 12, 2014 Originally Posted by Kryl*: all fixed .. What kind of weapons XP1? no pictures ... maybe a first aid kit .. it can also kill you? And how to make a page of Clan? not correct counting rounds ?Untitled_001.jpg * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 12, 2014 Share Posted August 12, 2014 Originally Posted by ty_ger07*: Each time a map is loaded, it is counted as one round. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 12, 2014 Share Posted August 12, 2014 Originally Posted by Hodor*: Each time a map is loaded, it is counted as one round.I left you a message on page 68 * Restored post. It could be that the author is no longer active. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.