ImportBot Posted May 19, 2015 Share Posted May 19, 2015 Originally Posted by HitchItch*: I got it to work, I only needed to restart procon. Ty_ger07 you are a genius Thanks Man * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 19, 2015 Share Posted May 19, 2015 Originally Posted by smogsy*: hey i love your web plugin, 1. how can i tell the version number of your code? [i want to see if out of date] 2. I modified your css file quite a bit to match in with our website stuff, if i update is their any code ill have to copy over into my CSS file for it work correctly with any new updates? below is my version of CSS [Here] * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 19, 2015 Share Posted May 19, 2015 Originally Posted by ty_ger07*: 1) Look at readme.txt ( http://anarchygaming.uk/stats/readme.txt ) and compare the last changelog date to the last changelog date on github ( https://github.com/tyger07/BF4-Serve...ter/readme.txt ). Yours is from the 8th of January and the one on GitHub is from the 21st of January. Very similar. 2) The CSS file wasn't changed between the 8th and the 21st. You could just copy your modified CSS version over the top of the newer code and have no problem. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted May 28, 2015 Share Posted May 28, 2015 Originally Posted by ty_ger07*: Hello. Will update the list of new weapons? after BF4 spring update I don't have a BF4 server, don't have a current BF4 stats database to look at, and don't have time or ability to play hardly ever. So, there probably won't be an update from me any time soon. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 1, 2015 Share Posted June 1, 2015 Originally Posted by SharpShot-gif*: I have not tested to see if this works so if you want to try it please back up your database before adding the new tables. I will not be able to see if this works till tonight. add to tbl_weapons table Code: INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94', 'U_AN94', 'assaultrifle', 'Primary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M26_Buck', 'U_AN94_M26_Buck', 'shotgun', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M26_Flechette', 'U_AN94_M26_Flechette', 'shotgun', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M26_Frag', 'U_AN94_M26_Frag', 'shotgun', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M26_Slug', 'U_AN94_M26_Slug', 'shotgun', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M320_SHG_v1', 'U_AN94_M320_SHG_v1', 'shotgun', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M320_3GL_v1', 'U_AN94_M320_3GL_v1', 'projectileexplosive', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M320_HE_v1', 'U_AN94_M320_HE_v1', 'projectileexplosive', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M320_LVG_v1', 'U_AN94_M320_LVG_v1', 'projectileexplosive', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M320_SMK_v1', 'U_AN94_M320_SMK_v1', 'impact', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M320_FLASH_v1', 'U_AN94_M320_FLASH_v1', 'projectileexplosive', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'L86A1', 'U_L86A1', 'lmg', 'Primary', 'Support'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'U_Groza-1', 'U_Groza-1', 'carbine', 'Primary', 'None'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'Groza-4', 'U_Groza-4', 'smg', 'Primary', 'Demolition'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'Mares Leg', 'U_SaddlegunSnp', 'handgun', 'Auxiliary', 'None'); * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 1, 2015 Share Posted June 1, 2015 Originally Posted by clanbfb*: My web hosting is not joined with the Battlefield 4 server are different companies I fill like this: // DATABASE INFORMATION DEFINE ('localhost', ''); // Database host address or should I use the IP address of the FTP connection? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 2, 2015 Share Posted June 2, 2015 Originally Posted by ty_ger07*: My web hosting is not joined with the Battlefield 4 server are different companies I fill like this: // DATABASE INFORMATION DEFINE ('localhost', ''); // Database host address or should I use the IP address of the FTP connection? Use the IP address of the database. If the database is on the same server as your web server, localhost may work fine. If you don't know your database IP address, ask whoever is hosting your database. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 3, 2015 Share Posted June 3, 2015 Originally Posted by SmackDown*: I have not tested to see if this works so if you want to try it please back up your database before adding the new tables. I will not be able to see if this works till tonight. add to tbl_weapons table Code: INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94', 'U_AN94', 'assaultrifle', 'Primary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M26_Buck', 'U_AN94_M26_Buck', 'shotgun', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M26_Flechette', 'U_AN94_M26_Flechette', 'shotgun', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M26_Frag', 'U_AN94_M26_Frag', 'shotgun', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M26_Slug', 'U_AN94_M26_Slug', 'shotgun', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M320_SHG_v1', 'U_AN94_M320_SHG_v1', 'shotgun', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M320_3GL_v1', 'U_AN94_M320_3GL_v1', 'projectileexplosive', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M320_HE_v1', 'U_AN94_M320_HE_v1', 'projectileexplosive', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M320_LVG_v1', 'U_AN94_M320_LVG_v1', 'projectileexplosive', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M320_SMK_v1', 'U_AN94_M320_SMK_v1', 'impact', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'AN94_M320_FLASH_v1', 'U_AN94_M320_FLASH_v1', 'projectileexplosive', 'Secondary', 'Assault'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'L86A1', 'U_L86A1', 'lmg', 'Primary', 'Support'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'U_Groza-1', 'U_Groza-1', 'carbine', 'Primary', 'None'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'Groza-4', 'U_Groza-4', 'smg', 'Primary', 'Demolition'); INSERT INTO `tbl_weapons` VALUES (NULL, 1, 'Mares Leg', 'U_SaddlegunSnp', 'handgun', 'Auxiliary', 'None'); Did this work without errors? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 3, 2015 Share Posted June 3, 2015 Originally Posted by SharpShot-gif*: Waiting for XpKiller's plugin to update to record the new info * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 12, 2015 Share Posted June 12, 2015 Originally Posted by SharpShot-gif*: Sorry for the late update. If you update your servers bf4.def by adding the new weapons it should now track the new weapons. add after line 342 "procon.protected.weapons.add Support "U_XM25_Smoke" Secondary Impact" Code: procon.protected.weapons.add Assault "U_AN94" Primary AssaultRifle procon.protected.weapons.add Assault "U_AN94_M26_Buck" Secondary Shotgun procon.protected.weapons.add Assault "U_AN94_M26_Flechette" Secondary Shotgun procon.protected.weapons.add Assault "U_AN94_M26_Frag" Secondary Shotgun procon.protected.weapons.add Assault "U_AN94_M26_Slug" Secondary Shotgun procon.protected.weapons.add Assault "U_AN94_M320_3GL_v1" Secondary ProjectileExplosive procon.protected.weapons.add Assault "U_AN94_M320_FLASH_v1" Secondary ProjectileExplosive procon.protected.weapons.add Assault "U_AN94_M320_HE_v1" Secondary ProjectileExplosive procon.protected.weapons.add Assault "U_AN94_M320_LVG_v1" Secondary ProjectileExplosive procon.protected.weapons.add Assault "U_AN94_M320_SHG_v1" Secondary Shotgun procon.protected.weapons.add Assault "U_AN94_M320_SMK_v1" Secondary Impact procon.protected.weapons.add Support "U_L86A1" Primary LMG procon.protected.weapons.add None "U_Groza-1" Primary Carbine procon.protected.weapons.add Demolition "U_Groza-4" Primary PDW procon.protected.weapons.add None "U_SaddlegunSnp" Secondary Handgun * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 14, 2015 Share Posted June 14, 2015 Originally Posted by MadMojo*: http://4k-gaming.com/4kstats/index.php])RAG()N, just in case you still read here I had a similar problem. No maps were drawn by GD, but I haven't had any PHP errors at all. Today I had a first look at the .htaccess delivered with this (haven't noticed them before). That was the reason I had no generated images: The Web Servers configuration has not allowed any override from .htaccess. I have changed that and it works now as it should! * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 20, 2015 Share Posted June 20, 2015 Originally Posted by )RAG()N*: ])RAG()N, just in case you still read here I had a similar problem. No maps were drawn by GD, but I haven't had any PHP errors at all. Today I had a first look at the .htaccess delivered with this (haven't noticed them before). That was the reason I had no generated images: The Web Servers configuration has not allowed any override from .htaccess. I have changed that and it works now as it should! thanks Mate,But I don't know how or where you change the settings for it,,, Is it just in the .htaccess file ? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 20, 2015 Share Posted June 20, 2015 Originally Posted by ty_ger07*: thanks Mate, But I don't know how or where you change the settings for it,,, Is it just in the .htaccess file ? If you don't have access to the server configuration files, ask your server host to do it. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 21, 2015 Share Posted June 21, 2015 Originally Posted by MadMojo*: It's not your .htaccess but the web server configfile which you have to change. Here a short description: https://help.ubuntu.com/community/En...eHtaccessFiles As ty_ger07 wrote, if you don't have access to these config files ask you provider to enable it. The key for enabling .htaccess lies in "AllowOverride All" in the directory section. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 22, 2015 Share Posted June 22, 2015 Originally Posted by )RAG()N*: Thanks for the reply,, I contacted my host but there useless, basically if I can't do it myself it doesn't get done, So I have given up trying to get it to work. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 27, 2015 Share Posted June 27, 2015 Originally Posted by madmuthamonk*: Chat logging has stopped working and I have this error in Procon console: [09:39:15 67] [statslogger]Error: LogChat: [09:39:15 67] Message: Unknown column 'logPlayerID' in 'NEW' [09:39:15 67] Native: -2147467259 [09:39:15 67] Source: MySql.Data [09:39:15 67] StackTrace: at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int3 2& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult( ) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuer y() at PRoConEvents.CChatGUIDStatsLogger.LogChat(String strSpeaker, String strMessage, String strType) [09:39:15 67] [statslogger]Error: LogChat_2: System.NullReferenceException: Object reference not set to an instance of an object. at PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException) at PRoConEvents.CChatGUIDStatsLogger.LogChat(String strSpeaker, String strMessage, String strType) I have not changed anything in the database. The chat logging just stopped working with this error for a couple of weeks now. Every time someone types something in chat that error pops up. Any ideas on how to fix it? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 27, 2015 Share Posted June 27, 2015 Originally Posted by ty_ger07*: My web stats code doesn't alter anything which would cause that error. Ask in XpKiller's plugin 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 27, 2015 Share Posted June 27, 2015 Originally Posted by madmuthamonk*: Damn I thought that is where I posted it, sorry about that. Was bouncing around from both threads. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 27, 2015 Share Posted June 27, 2015 Originally Posted by ty_ger07*: My web stats code doesn't alter anything which would cause that error. Ask in XpKiller's plugin thread. myrcon.net/.../stats-webpage-for-xpkillers-stats-logger-plugin By the way, PlayerID is not logged in the chat log by default. This means that you have changed something or somebody has changed something. Maybe this is a change AdKats makes? This is what XpKiller's plugin does with chat logging: Code: string query = "INSERT INTO " + this.tbl_chatlog + @" (logDate, ServerID, logSubset, logSoldierName, logMessage) VALUES (@logDate, @ServerID, @logSubset, @logSoldierName, @logMessage)"; * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 27, 2015 Share Posted June 27, 2015 Originally Posted by Prophet731*: Chat logging has stopped working and I have this error in Procon console: [09:39:15 67] [statslogger]Error: LogChat: [09:39:15 67] Message: Unknown column 'logPlayerID' in 'NEW' [09:39:15 67] Native: -2147467259 [09:39:15 67] Source: MySql.Data [09:39:15 67] StackTrace: at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int3 2& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult( ) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader( CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuer y() at PRoConEvents.CChatGUIDStatsLogger.LogChat(String strSpeaker, String strMessage, String strType) [09:39:15 67] [statslogger]Error: LogChat_2: System.NullReferenceException: Object reference not set to an instance of an object. at PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException) at PRoConEvents.CChatGUIDStatsLogger.LogChat(String strSpeaker, String strMessage, String strType) I have not changed anything in the database. The chat logging just stopped working with this error for a couple of weeks now. Every time someone types something in chat that error pops up. Any ideas on how to fix it? By the way, PlayerID is not logged in the chat log by default. This means that you have changed something or somebody has changed something. Maybe this is a change AdKats makes? This is what XpKiller's plugin does with chat logging: Code: string query = "INSERT INTO " + this.tbl_chatlog + @" (logDate, ServerID, logSubset, logSoldierName, logMessage) VALUES (@logDate, @ServerID, @logSubset, @logSoldierName, @logMessage)"; AdKats requires the logPlayerID column due to how big chatlogs can get and the performance of searching by player name is horrendous on big tables. If you've installed AdKats then that column was never added successfully when you ran the SQL script. Run this SQL snippet and see if it fixes the problem. This might take a while to run on a larger table. https://gist.github.com/Prophet731/ff4b74006fa06c148c22 * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 27, 2015 Share Posted June 27, 2015 Originally Posted by madmuthamonk*: I am running adkats, I will try this fix and see what happens. Thanks for the help I will let you know if it works. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 8, 2015 Share Posted July 8, 2015 Originally Posted by Level*: Here are the new weapons for the Spring Update, including constants.php http://www.file-upload.net/download-...pdate.rar.html LG Level * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 9, 2015 Share Posted July 9, 2015 Originally Posted by Treadster*: Hello Can the leaderboard be edited to show more tabs? Instead of Top Players, Top 20 Player, can more tabs be added for Melee Kills (Knife / Defib/ Sheild / Repair Tools Kills) Flag Caps? MVP Ribbons Or Instead of Tabs, can these be added as sortable columns on the main leader board? If so, I dont mind donating for your time to add such funtionality! Thanks * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 9, 2015 Share Posted July 9, 2015 Originally Posted by ty_ger07*: Sortable collumns are not easy to add with my implementation of tabs. You will see that every place that uses a tab does not have a sortable collumn or pagination (only one page of results). It would be easier to add more tabs to the leaderboard, but I am not if there is much demand for this nor if the navigation would be confusing to people due to multiple tabs for similar looking results. Flag caps? No. MVP Ribbons? No. That data is not available to Procon and is not in the database. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 12, 2015 Share Posted July 12, 2015 Originally Posted by mambochambo*: Hello- can anybody help me- im running this plugin on my webpage- everything works fine, but it shows zero score for the playerscore. http://gamerscommunity.gaming.multiplay.co.uk/index.php Can anybody provide me with information how i can fix this? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 14, 2015 Share Posted July 14, 2015 Originally Posted by Lwolf*: I have installed the BF4 stat on my website, but he gives the following problem: The game 'BF4' was not found in this database! Please notify this website's administrator. If you are the administrator, please seek assistance here. URL: http://www.d7sphantom.com/TEST/ How can I add the BF 4 server_? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 14, 2015 Share Posted July 14, 2015 Originally Posted by Lwolf*: I have installed the BF4 stat on my website, but he gives the following problem: The game 'BF4' was not found in this database! Please notify this website's administrator. If you are the administrator, please seek assistance here. URL: http://www.d7sphantom.com/TEST/ How can I add the BF 4 server_? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 19, 2015 Share Posted July 19, 2015 Originally Posted by mambochambo*: Hello- i installed that plugin on my webpage- and its working fine so far- but when i click on a player, it shows, page not found. Can anybody help me, how i can fix this problem? http://gamerscommunity.gaming.multip...k/bf4stats.php * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 27, 2015 Share Posted July 27, 2015 Originally Posted by oldschool*: What if I run 2 Servers, with 2 separate DBs? I saw this earlier but the edits didn't seem up to date. Does anyone know the edits to add a second server on a separate db ? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 3, 2015 Share Posted August 3, 2015 Originally Posted by Nexus-Be*: No Update for BFH on your Server Stats ? * 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.