Jump to content

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


tyger07

Recommended Posts

  • Replies 1.7k
  • Created
  • Last Reply

Originally Posted by ty_ger07*:

 

I left you a message on page 68

I chose not to answer because I didn't want to upset you. I already answered once: put all the servers in the same database or make your own navigation system.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Hodor*:

 

I chose not to answer because I didn't want to upset you. I already answered once: put all the servers in the same database or make your own navigation system.

Thank you very much. Really it take a lot of time to do or just lazy?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ty_ger07*:

 

Thank you very much. Really it take a lot of time to do or just lazy?

You are free to prove how easy it is.

 

I am a busy man and have not had the chance to update this code much less create customized code for a few individuals.

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

Originally Posted by ty_ger07*:

 

how to show Banned players?

XPkiller's stats plugin doesn't keep track of admin actions. Since it doesn't store any ban information in the database, there is no ban information to display in a webpage.
* Restored post. It could be that the author is no longer active.
Link to comment
  • 2 weeks later...

Originally Posted by 397Seth*:

 

Hi,

 

great plug-in, really love it.

What I missed was a direct link to the battlelog stats page of the players (like in rconnet). Thanks to your excellent documentation in each file I was able to add this to the code and now I can finally close rconnet forever :-D

 

Again, thanks

 

screenshot.png

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

Originally Posted by DeltaOne*:

 

Hi all!

 

So there are clearly something i am missing here, i have now tried to get this working for quite some time first struggling with getting the plugin to connect to the database, when this finally works i have uploaded all files by ftp to a root folder, edited the config file with the db. information and still i only get : "Unable to access stats database. Please notify this website's administrator.

If you are the administrator, please seek assistance here."

 

I have deleted, re uploaded, checked the db backwards and forward and i can not figure out why this ain't showing correct__, my procon plugin loads all the tables and i have stats filling up in it but no go on the website?

(url: http://delta-one.org/bf4server_stats/)

 

My config file have the following info:

 

<_php>

// server stats common config page by Ty_ger07 at http://open-web-community.com/

// THE FOLLOWING INFORMATION NEEDS TO BE FILLED IN

 

// DATABASE INFORMATION

DEFINE('HOST', 'xx.xxx.xxx.xx');

DEFINE('PORT', '3306');

DEFINE('NAME', 'db name');

DEFINE('USER', 'db user name');

DEFINE('PASS', 'db user password');

 

// CLAN NAME

$clan_name = 'DeltaOne';

 

// PAGE BANNER

$banner_image = './images/bf4-logo.png'; // your desired page banner

 

// BANNER LINK

$banner_url = 'http://tyger07.github.io/BF4-Server-Stats/'; // where clicking the banner will take you

_>

 

My website is online, the mysql server is responding, and yes mysql is accepting incoming since it is the same as i use for my webhosting/webpage

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

Originally Posted by ty_ger07*:

 

When I try your link, it pauses with no response for 30 seconds and then displays the message. To me, this indicates and it is waiting for a response from the database but gives up after 30 seconds. Is the database insanely slow? If the database is at the same address as the website, have you tried localhost instead of IP address for HOST?

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

Originally Posted by DeltaOne*:

 

Hi and ty for the reply. Well i have tried. localhost, and 3 diff mysql services, also tried 2 different Procon hosting services and no go?

 

Just now i even tried to install it to a diff. website on diff hosting company just to make sure but i have the same problem_, i will try to do a clean install on a WAMP and see if it will show there

 

EDIT: works within seconds using WAMP on local install_, since this is then related to my database/mysql somehow i guess i have to find a new host witch will handle this, any suggestions?

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

Originally Posted by ty_ger07*:

For troubleshooting, you can make the error message more verbose by making this change:

index.php:

@mysqli_connect changed to this:
Code:

// connect to the stats database
$BF4stats = @mysqli_connect(HOST, USER, PASS, NAME, PORT) or die ("<title>BF4 Player Stats - Error</title></head><body><div id='pagebody'><div id='pagebodyback'><center><b>Unable to access stats database. Please notify this website's administrator.</b></center><center>If you are the administrator, please seek assistance <a href='https://forum.myrcon.com/showthread.php_6854-Server-Stats-page-for-XpKiller-s-BF4-Chat-GUID-Stats-and-Mapstats-Logger' target='_blank'>here</a>.Error: " . mysqli_connect_error() . "</center></div></div></body></html>");
Error: " . mysqli_connect_error() . " is added to display php mysqli_connect error message which will provide you with more information.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ty_ger07*:

 

I am finally working on finishing my last update.

 

You can see it here and see how my version in the update is different than the "official" version you guys all have.

http://open-web-community.com/bf4sta...tats/index.php

 

Upgrades:

asynchronous data transmissions to make pages load faster

chat log search based on player name, chat content, or message time

visual update

other stuff you will see but I have forgotten about

 

Not updated:

New DLC images, maps, weapons, etc not included (focusing on finishing the above upgrades for now)

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

Originally Posted by DeltaOne*:

 

Not updated:

New DLC images, maps, weapons, etc not included (focusing on finishing the above upgrades for now)

Hi!

I have updated the Dragon Teeth's info, link here: http://www.delta-one.org/modules.php...howpage&pid=16

 

The final stand stuff (not weapons or images) is ready for use as well in the same update.

 

I would like to get in touch with you about some other updates as well ty_ger if you dont mind_, I have sendt you a PM and hope you have time to have a look.

 

Regards D1_Keyzer

* 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.