Results 1,001 to 1,010 of 1641
-
01-01-2015, 18:47 #1001
- Join Date
- Nov 2011
- Posts
- 3,054
Version 1.1.0.1 is older than 1.0.0.2. I know the version numbers don't make sense. I don't know how 1.0.0.2 is a newer number than 1.1.0.1, but it is. 1.1.0.1 was not designed to work with BF4 and won't work with this stats page.
1.1.0.1: BF3 Chat, GUID, Stats and Mapstats Logger[1.1.0.1][BF3]
1.0.0.2: BF4 BF3 BC2 MOH Chat, GUID, Stats and Mapstats Logger[1.0.0.2]
-
01-01-2015, 18:51 #1002
-
01-01-2015, 19:17 #1003
- Join Date
- Nov 2011
- Posts
- 3,054
-
01-01-2015, 23:59 #1004
- Join Date
- Dec 2011
- Posts
- 22
Hi ty_ger07,
nice work! Thank you for that!
I think i found a bug on index page ("STATS INDEX") side. The first Server is not in the same position of the other. He is too far on the right side.
-
02-01-2015, 00:15 #1005
- Join Date
- Nov 2011
- Posts
- 3,054
Can you give me a link?
On my version, it works fine:
http://open-web-community.com/bf4sta...tats/index.php
So, I need to see your version.
-
02-01-2015, 00:19 #1006
- Join Date
- Dec 2011
- Posts
- 22
-
02-01-2015, 00:55 #1007
- Join Date
- Nov 2011
- Posts
- 3,054
-
02-01-2015, 01:44 #1008
- Join Date
- Nov 2011
- Posts
- 3,054
Update Released!
https://github.com/tyger07/BF4-Server-Stats
Changes:
- Fixed a reported display bug in Firefox
- Did a little code conformity of the player page
Demo:
http://open-web-community.com/bf4sta...tats/index.php
-
02-01-2015, 06:18 #1009
- Join Date
- Apr 2013
- Posts
- 3
Hey Ty_ger
So I updated to the latest version and the maps and server info pages are broken.... ?
http://stats.battlebornegaming.net/i...p?p=maps&sid=2
The older version from the beginning of December still shows them.....
http://stats.battlebornegaming.net/b...p?p=maps&sid=2
Any thoughts?
I'll look at it closer tomorrow, im tired time for bed.
Thank You so much for making the stats pages
Ghost
-
02-01-2015, 06:32 #1010
- Join Date
- Nov 2011
- Posts
- 3,054
I am guessing that the .htaccess file is not working on your web server. Perhaps your web server is not set up to allow it. You need to enable AllowOverride All on your Apache server if you have access to it as an option or have access to the apache2.conf file. Maybe you can ask your web server host.
If you can't get the .htaccess file to work, you will need to change the code so that it won't be required. You would need to delete the .htaccess files from the ./maps directory, the ./server-banner directory, the ./server directory, and the ./signature directory. Then, you would need to change the references to the image files. For instance in ./maps/maps.php it says <img src="./common/maps/maps-played.png' which would need to be changed to <img src="./common/maps/maps-played.php'.
Do you understand? The php files which create the image end with .php extension, but I am calling on them using a .png name and the .htaccess file redirects the .png request to the correct .php file. They need to be .php files to work, but I was calling them by the fake .png name for image embedding compatibility reasons. If you get rid of the non-functioning .htaccess files, you will need to refer to those file names by their true names.Last edited by ty_ger07; 02-01-2015 at 07:08.