MassAsster Posted August 4, 2013 Report Share Posted August 4, 2013 Version 1 (beta release) Web Based Detailed Player Stats Designed customizable inside the style.php - color / logos ect. Designed to fit your websites theme. Demo/Example : http://es-gamers.com/stats Download : http://es-gamers.com/stats.zip Configure your database connection inside config.php Configure your Sytle/look inside style.php *This is a beta release - project is still in the works amandabif, unrealPANDA and ispan55 3 Link to comment Share on other sites More sharing options...
MassAsster Posted August 8, 2013 Author Report Share Posted August 8, 2013 V1.1 (above download link updated) Adds more customizable options for text areas to help easily conform to your color scheme - updates some item images - Updates Mysql close (it's good to close the connection after a query... ) http://es-gamers.com/stats/ <-- example (Still beta, still a work in progress) For anyone that's curious - when looking at the inventory the numbers after the magazine indicate number of rounds remaining in the magazine, when looking at the backpack the numbers indicate number of items (because the items are lumped together when stored in the database). amandabif 1 Link to comment Share on other sites More sharing options...
MassAsster Posted August 8, 2013 Author Report Share Posted August 8, 2013 If your using this - please post a link for me Also please throw some suggestions out for me, things you would like to see, even layout changes. Any feedback appreciated Link to comment Share on other sites More sharing options...
P2W Posted August 8, 2013 Report Share Posted August 8, 2013 Not connecting to my server's DB: http://blrcl.com/stats/ <? //set up the names of the database and table $db_name ="blahblah"; //connect to the server and select the database $server = "hive.hfbservers.com"; $dbusername = "blahblah"; $dbpassword = "blahblah"; ?> Link to comment Share on other sites More sharing options...
MassAsster Posted August 9, 2013 Author Report Share Posted August 9, 2013 $server doesn't seem right, doesn't HFB have a port for your Database? try hive.hfbservers.com:3306 for giggles, 3306 is the default mysql port Dayz St runs on db.dayz.st:3306 Link to comment Share on other sites More sharing options...
MassAsster Posted August 9, 2013 Author Report Share Posted August 9, 2013 yeah, looking through my hiveext.ini for HFB servers [Database] ;Currently, only MySQL is supported Type = MySQL ;Hostname or IP of the server to connect to Host = hive.hfbservers.com ;Port to connect to. The default is the default listening port of a server of the selected Type ;Instead of specifying Port, you can specify Socket and set Value to the socket name Port = 3306 so it would indeed be hive.hfbservers.com:3306 Link to comment Share on other sites More sharing options...
McPimpin Posted August 11, 2013 Report Share Posted August 11, 2013 Is there any way to track longest distance for sniper kills? Link to comment Share on other sites More sharing options...
MassAsster Posted August 11, 2013 Author Report Share Posted August 11, 2013 that's a neat idea... I will look into something like that. at the moment this project simply pulls data out of the tables already in place and displays that data in a readable format. Things like distance / weapon kills are not placed into the database Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted September 10, 2013 Report Share Posted September 10, 2013 Is there a way for me to pull the Global Statistics section and put it into an html box on my website? Link to comment Share on other sites More sharing options...
gooses89 Posted December 16, 2013 Report Share Posted December 16, 2013 Can't get mine to work, get "No database selected" <? //set up the names of the database and table $db_name ="removed"; //connect to the server and select the database $server = "hive.hfbservers.com:3306"; $dbusername = "removed"; $dbpassword = "removed"; ?> Link to comment Share on other sites More sharing options...
Defent Posted December 16, 2013 Report Share Posted December 16, 2013 Oh, because of the bump I noticed this and this is exactly what I was looking for, I love it. Easy to customize and solved the problem about making the stats in-frame so to say! Here is how I made it and changed it, thanks again. I'll probably go on to add more stuff like zombie kills and vehicle numbers.http://numenadayz.com/stats/index.php As for goose89, I think you simply misspelt something, the code works for me. MassAsster 1 Link to comment Share on other sites More sharing options...
Poncho Posted December 16, 2013 Report Share Posted December 16, 2013 The sattelite internet is being all crappy again :/ so I cant check out cutomisation, is it also or will it be possible to change the names of the categories? Looks great anyway, and is a cool addition for any severs website :) Link to comment Share on other sites More sharing options...
MassAsster Posted December 17, 2013 Author Report Share Posted December 17, 2013 Oh, because of the bump I noticed this and this is exactly what I was looking for, I love it. Easy to customize and solved the problem about making the stats in-frame so to say! Here is how I made it and changed it, thanks again. I'll probably go on to add more stuff like zombie kills and vehicle numbers.http://numenadayz.com/stats/index.php As for goose89, I think you simply misspelt something, the code works for me. Defenting - love what you did, fits the theme well! and you don't have to credit me on the bottom ;) Link to comment Share on other sites More sharing options...
Defent Posted December 17, 2013 Report Share Posted December 17, 2013 The sattelite internet is being all crappy again :/ so I cant check out cutomisation, is it also or will it be possible to change the names of the categories? Looks great anyway, and is a cool addition for any severs website :) Yea, you can change pretty much everything, just requires a tiny bit of coding experience in php, html and sql. Defenting - love what you did, fits the theme well! and you don't have to credit me on the bottom ;) Thank you! Ah okey, but I felt as if I wanted to give some credit seeing as I only modified your script and didn't make one myself :) Link to comment Share on other sites More sharing options...
ludicrousgib Posted January 16, 2014 Report Share Posted January 16, 2014 Hello! This is something which is absolutley perfect for our servers & community, the examples posted are excellent. The only trouble is, I'm somewhat clueless in regards to the mechanics behind this. I've uploaded/edited, but am getting the following error: Access denied for user 'root'@'67.192.46.10' (using password: YES) which can be seen here: http://www.gamingrepublic.co.uk/epochchernarus/ Could you/anyone offer any suggestions as to what the problem may be? Thanks Link to comment Share on other sites More sharing options...
MassAsster Posted January 25, 2014 Author Report Share Posted January 25, 2014 sorry for the late reply - I see you got the connection sorted - but the tables are just all worlds of off, check that files were uploaded correctly specifically style.php Link to comment Share on other sites More sharing options...
LancerSolurus Posted January 27, 2014 Report Share Posted January 27, 2014 After digging through the code for over an hour trying to figure out why it wasn't connecting to the DB, turns out there is a bug in the config.php causing it.... At the top you have <? only, for my Apache server (Windows 7) it requires this... <?php After that change it is now working properly. Link to comment Share on other sites More sharing options...
MassAsster Posted January 28, 2014 Author Report Share Posted January 28, 2014 wow, that was a nice catch , sorry about that - I guess my web server was more forgiving about the error as it never effected the outcome - thank you for sharing Link to comment Share on other sites More sharing options...
LancerSolurus Posted January 30, 2014 Report Share Posted January 30, 2014 No problem, hope that helps those who are running Windows servers instead of Linux servers. Nice one, I hadn't noticed before that I had traveled 1.35 million meters before adding your tool. Link to comment Share on other sites More sharing options...
X060T Posted February 25, 2014 Report Share Posted February 25, 2014 If your using this - please post a link for me Also please throw some suggestions out for me, things you would like to see, even layout changes. Any feedback appreciated U've asked 4 a link? here's my stats Link to comment Share on other sites More sharing options...
MassAsster Posted February 25, 2014 Author Report Share Posted February 25, 2014 Looks great! Thanks for sharing! You can also hide the UID of the players ;) Link to comment Share on other sites More sharing options...
X060T Posted February 25, 2014 Report Share Posted February 25, 2014 Looks great! Thanks for sharing! You can also hide the UID of the players ;)I'm going to change UIDs to the date when player have played the last time;) Link to comment Share on other sites More sharing options...
lusadi Posted February 27, 2014 Report Share Posted February 27, 2014 Thanks for the proyect http://itecenlinea.dyndns.org/dayz/stats Link to comment Share on other sites More sharing options...
Phone_Guy Posted March 17, 2014 Report Share Posted March 17, 2014 Great Job. I run this on our site and folks like to try to climb the list. Is their a way to set it only to poll live players? Also any chance on getting a category for those with the lowest humanity? Link to comment Share on other sites More sharing options...
Snakeyes Posted March 17, 2014 Report Share Posted March 17, 2014 Currently, I don't have a website to port the stats data to from my server, but I really like this idea. It gives players real time data on what they have accomplished in the game. Could I query my server's database and post these stats on a forum? It's not as good as real time, but still it gives the players some fairly current feedback on those stat categories. BTW, are there any cheap web hosts out there now? I don't need an elaborate website. Just something simple with a few pages and possibly a forum. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now