ImportBot Posted June 24, 2018 Share Posted June 24, 2018 Originally Posted by IRussao*: I have no idea why it would change in the first place. This stats page code doesn't alter that value. Have you stopped the plugin in Procon before changing the value? no, now i did it and it fixed the reseting problem, but now the leaderboard is not showing the correct stats, it seems to be showing the stats from the "gameid 0", but the server banner top players is showing the correct stats * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 24, 2018 Share Posted June 24, 2018 Originally Posted by ty_ger07*: no, now i did it and it fixed the reseting problem, but now the leaderboard is not showing the correct stats, it seems to be showing the stats from the "gameid 0", but the server banner top players is showing the correct statsIt sounds like you are seeing the cached data of the incorrect information. If you are using a recent version, you can click the cache refresh button at the top left of the leaderboard. Otherwise, you could just delete the tyger_xxxx cache tables from the database and let the stats page rebuild the cache data. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 24, 2018 Share Posted June 24, 2018 Originally Posted by IRussao*: It sounds like you are seeing the cached data of the incorrect information. If you are using a recent version, you can click the cache refresh button at the top left of the leaderboard. Otherwise, you could just delete the tyger_xxxx cache tables from the database and let the stats page rebuild the cache data.No idea, I just went ahead and edited a bunch of pages adding $gameid = 1; at the top, so far it's working.I turned on the plugin and so far its not reseting, thx for the tip to turn off and then change the row. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 24, 2018 Share Posted June 24, 2018 Originally Posted by IRussao*: https://www.modoom.ml I edited the main page to look like a "mini site", the main page doesnt load mysql stuffs, well just the server banner, which is not a iframe, i just used that little ajax function to load it into the main page. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 25, 2018 Share Posted June 25, 2018 Originally Posted by IRussao*: It sounds like you are seeing the cached data of the incorrect information. If you are using a recent version, you can click the cache refresh button at the top left of the leaderboard. Otherwise, you could just delete the tyger_xxxx cache tables from the database and let the stats page rebuild the cache data.Site seems to be fixed, but when you request the !rank in game it display the stats from "gameid 0" instead of "gameid 1", !top10 is fine * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted June 25, 2018 Share Posted June 25, 2018 Originally Posted by IRussao*: Site seems to be fixed, but when you request the !rank in game it display the stats from "gameid 0" instead of "gameid 1", !top10 is fineHi, I'm just reporting back to say that I think I got it working now, I had to delete all rows with gameid = 0On mysql console I entered: delete from `tbl_playerdata` WHERE GameId = 0 Stats is working in game now. Thx for the help, if anything comes up, I'll post here. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 7, 2018 Share Posted July 7, 2018 Originally Posted by IRussao*: Hi, I'm just reporting back to say that I think I got it working now, I had to delete all rows with gameid = 0 On mysql console I entered: delete from `tbl_playerdata` WHERE GameId = 0 Stats is working in game now. Thx for the help, if anything comes up, I'll post here. GameID went back to 0, again... :/ I made a check on the top of my index to see if gameid is != 1, if it's then it set it back 1, i also set gameid default value to 1 for tbl_playerdata and tbl_server. Also pchart does not work with php 7.2 * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 8, 2018 Share Posted July 8, 2018 Originally Posted by ty_ger07*: GameID went back to 0, again... :/That would be a question for the statslogger plugin thread. Also pchart does not work with php 7.2Are you using the updated stats page code published 16 days ago? If not, update pdata.class.php and pimage.class.php. https://github.com/tyger07/BF4-Serve...n/pchart/class * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 29, 2018 Share Posted July 29, 2018 Originally Posted by IRussao*: I think i got that update, anyway, new question Lets say I have 2 DBs, A and B. A has stats from server 1 B has stats from server 2 Both DBs has players that played on both servers, with diferente ID, kills, etc... How I can combine both stats as one? Like how can I merge A and B DB to become A+B but updating values if any player already exist. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted July 29, 2018 Share Posted July 29, 2018 Originally Posted by ty_ger07*: Good luck! * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted October 25, 2018 Share Posted October 25, 2018 Originally Posted by ty_ger07*: keeps saying there is an update available, but I have updated to the most recent.That is odd. Can you provide a link to your webstats page? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted October 26, 2018 Share Posted October 26, 2018 Originally Posted by ty_ger07*: keeps saying there is an update available, but I have updated to the most recent.The URL you PMed me was clearly not the newest version. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted October 30, 2018 Share Posted October 30, 2018 Originally Posted by ty_ger07*: Hmm. You have to explain better. I don't understand your complaint. From what I see, it looks like it is working fine on your website. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted November 14, 2018 Share Posted November 14, 2018 Originally Posted by OneManArmy*: reposted * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted November 14, 2018 Share Posted November 14, 2018 Originally Posted by ty_ger07*: Hey all.. not sure if i post in the right thread buttttttt... I have running and all going good but with 1 weird issue: in BFACP we can do all commands when selecting a playing in a server, all works. except Time Ban ot Perm Ban if i select that and do submit, nothing happens. if i select kick player and press submit it works and get the submitting in the right top corner. In BFACP and in Adcats the users are defined to use the ban options. (even with admin login in BFACP i get the same) Setup: - AdKats - Advanced In-Game Admin - 7.5.0.0 (for every server a separate Procon layer) - PRoCon Chat, GUID, Stats and Map Logger 1.0.0.3 (combined in the adkats, see above) - BFACP 2.0.3 (Running at a debian server, only with the dbase things and the bfacp website (php 5, not 7 and standard mysql v5) Any idea's? For now admins can ban by using another procon layer for admin commands and Adkats will fetch it) OneManArmy Here is the BFACP thread:myrcon.net/.../battlefield-admin-control-panel-for-adkats * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted November 15, 2018 Share Posted November 15, 2018 Originally Posted by OneManArmy*: Here is the BFACP thread: myrcon.net/.../battlefield-admin-control-panel-for-adkats able to move the post or i write it there again? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted November 15, 2018 Share Posted November 15, 2018 Originally Posted by leibhold*: able to move the post or i write it there again?repost on the right forum section and delete here * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted December 8, 2018 Share Posted December 8, 2018 Originally Posted by keb2*: Hi.Tell me why the statistics of weapons as-val is not displayed. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted December 8, 2018 Share Posted December 8, 2018 Originally Posted by ty_ger07*: Hi.Tell me why the statistics of weapons as-val is not displayed.I don't know. Can you give me a link to an example of a player who should have AS-Val kills but doesn't? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted December 9, 2018 Share Posted December 9, 2018 Originally Posted by keb2*: https://stats.jah-warriors.eu/index....03453&p=player http://battlelog.battlefield.com/bf4.308563931/pc/ This man made 1900 killings with this weapon.And for any player, the statistics on the given weapon is not displayed. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted December 9, 2018 Share Posted December 9, 2018 Originally Posted by ty_ger07*: Does XpKiller's plugin properly display AS-Val weapon stats in the game chat? !rank AS-Val or something like that. I don't have a BF4 server. It's hard for me to guess the weapon name and damage class in the database. If it's not displaying on the stats page, I have to assume that XpKiller's plugin is not properly recording the weapon. In the stats page weapon stats, there is nothing explicitly keeping it from appearing. It should appear under some damage classification under some name, but who knows the classification, name, or whether the image would even look like a AS-Val. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 18, 2019 Share Posted March 18, 2019 Originally Posted by nelmaster_vc*: I trying this stast but the tablet tbl_playerstats is empty , just work Live scored and leader of the week nothing more. What can be this ? I using the lasted plugin. Any help please ? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted March 18, 2019 Share Posted March 18, 2019 Originally Posted by ty_ger07*: As you discovered, your question doesn't belong in this thread. myrcon.net/...chat-guid-stats-and-mapstats-logger#entry46658 * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 14, 2019 Share Posted April 14, 2019 Originally Posted by keb2*: my server banner is not being formed.I get an error Warning: imagettfbbox(): Could not find/open font in D:\xampp\htdocs\****\bf4\common\pchart\class\pImag e.class.php on line 211 Warning: imagettftext(): Could not find/open font in D:\xampp\htdocs\****\bf4\common\pchart\class\pDraw .class.php on line 1114 Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\****\bf4\common\pchart\class\pImag e.class.php:211) in D:\xampp\htdocs\****\bf4\common\server-banner\image-banner.php on line 175 Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\***\bf4\common\pchart\class\pImage .class.php:211) in D:\xampp\htdocs\****\bf4\common\server-banner\image-banner.php on line 176 Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\***\bf4\common\pchart\class\pImage .class.php:211) in D:\xampp\htdocs\****\bf4\common\server-banner\image-banner.php on line 177 Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\***\bf4\common\pchart\class\pImage .class.php:211) in D:\xampp\htdocs\***\bf4\common\server-banner\image-banner.php on line 178 Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\***\bf4\common\pchart\class\pImage .class.php:211) in D:\xampp\htdocs\***\bf4\common\server-banner\image-banner.php on line 354 Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\***\bf4\common\pchart\class\pImage .class.php:211) in D:\xampp\htdocs\****\bf4\common\server-banner\image-banner.php on line 355 Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\****\bf4\common\pchart\class\pImag e.class.php:211) in D:\xampp\htdocs\***\bf4\common\server-banner\image-banner.php on line 356 Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\***\bf4\common\pchart\class\pImage .class.php:211) in D:\xampp\htdocs\***\bf4\common\server-banner\image-banner.php on line 357 * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 14, 2019 Share Posted April 14, 2019 Originally Posted by ty_ger07*: my server banner is not being formed.I get an errorThe only part relevant is this:Code: Warning: imagettfbbox(): Could not find/open font in D:\xampp\htdocs\****\bf4\common\pchart\class\pImage.class.php on line 211 Warning: imagettftext(): Could not find/open font in D:\xampp\htdocs\****\bf4\common\pchart\class\pDraw.class.php on line 1114The rest is just error messages caused by those error messages. Since the pChart library is someone else's work, I will need to figure out how it works before I can figure out why it isn't working for you. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 14, 2019 Share Posted April 14, 2019 Originally Posted by ty_ger07*: Do signature images work fine? Does the map stats image work fine? Does the server population & join/leave images work fine? Can you provide more information? Can you provide links? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 14, 2019 Share Posted April 14, 2019 Originally Posted by keb2*: yes everything works except the banner.and card statistics do not work either https://ep-team.ru/bf4/index.php_p=server&sid=7 * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 14, 2019 Share Posted April 14, 2019 Originally Posted by ty_ger07*: yes everything works except the banner.and card statistics do not work either https://ep-team.ru/bf4/index.php_p=server&sid=7 Ok, I can see now that none of your pChart library stuff is working. https://ep-team.ru/bf4/common/server...date.png_sid=7 https://ep-team.ru/bf4/common/server...ound.png_sid=7 https://ep-team.ru/bf4/common/server...aves.png_sid=7 https://ep-team.ru/bf4/common/maps/m...ayed.png_sid=7 https://ep-team.ru/bf4/common/server...bannersid7.png I think that I would need FTP access to your server in order to do testing in order to solve your issue. There is no way that I can just guess the reason why it is unable to properly locate the font located /common/pchart/fonts/. * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 20, 2019 Share Posted April 20, 2019 Originally Posted by aceventura81*: ty_ger07 are you still active ? I have question about settings. do you have experience with Nitrado ? * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted April 20, 2019 Share Posted April 20, 2019 Originally Posted by ty_ger07*: I am somewhat active. I don't know anything about Nitrado. Which settings are in question? * 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.