SH-Stats.info
+ Reply to Thread
Page 1 of 25 1234511 ... LastLast
Results 1 to 10 of 248

Thread: SH-Stats.info

  1. Top | #1
    Firefly Unstoppable beta tester
    Arconaut

    Join Date
    Nov 2009
    Location
    St. Catharines, Ontario
    Posts
    1,064
    Threads
    56

    SH-Stats.info

    Just set this up today to try and replace the sh.lawr.us site:



    http://sh-stats.info/


    Network traffic is already being recorded(Once every 5 minutes)/displayed, other pages are not available atm as I'm still playing with em heh. Not the prettiest thing to look at atm but I've matched the official graphs as close as I can atm and paid no attention to the html itself for the page; my focus all day has been the php coding/database set-up.


    still some clean-up/polishing to so [beta] If it doesn't appear like the above in your browser let me know. If you're using IE, then don't bother and upgrade to something else heh

    Ideas etc welcome, I noticed a few ideas in the weekly leaderboard thread :P

    EDIT: Yes the timestamps are horrible, I'll be simplifying them later with another project.
    EDIT EDIT: Something that's dirt easy to add would be to make it more accurate to in-game numbers by applying a factor to the displayed number to cut it more or less in half heh. Not sure how long it takes for a person to no longer be considered "recent" after exiting the game...
    Last edited by LoganDougall; 08-19-2010 at 05:08 AM.

  2. Top | #2
    Firefly Unstoppable beta tester
    Arconaut

    Join Date
    Nov 2009
    Location
    St. Catharines, Ontario
    Posts
    1,064
    Threads
    56

    Re: SH-Stats.info

    Logan made a boo boo in my sql yesterday , fixed so the chart displays again. Gonna take a shower since my original hack was soo dirty.....

    EDIT: This was a very simple use of the api, hopefully I'll have some of the other pages linked at the main one there shortly. Gonna waste some time at work during slow points :P
    Last edited by LoganDougall; 08-19-2010 at 02:12 PM.

  3. Top | #3
    Junior Member
    Join Date
    Jun 2010
    Posts
    65
    Threads
    3

    Re: SH-Stats.info

    Possible Idea for you:
    Have different time lengths the graph shows. Default could be over the past 24-48 hours, but also include options of one week, one month, six months, a year, and all time. Of course the option of a month, six months, and a year would kinda just stop to whatever has been recorded until those time lengths have been recorded.

    It is nice to see the players online like this though, gives a sense of when SH is most active and where the larger player base is.

  4. Top | #4
    Firefly Unstoppable beta tester
    Arconaut

    Join Date
    Nov 2009
    Location
    St. Catharines, Ontario
    Posts
    1,064
    Threads
    56

    Re: SH-Stats.info

    Quote Originally Posted by Isodus View Post
    Possible Idea for you:
    Have different time lengths the graph shows. Default could be over the past 24-48 hours, but also include options of one week, one month, six months, a year, and all time. Of course the option of a month, six months, and a year would kinda just stop to whatever has been recorded until those time lengths have been recorded.

    It is nice to see the players online like this though, gives a sense of when SH is most active and where the larger player base is.
    Dropdown option or just little links under neath the graph could be used to change the data sets. AJAX is handy for that stuff.

    Knowing the active times is something I've wanted for a while lol, should be a bit easier now,

  5. Top | #5
    Junior Member
    Join Date
    Jun 2010
    Posts
    65
    Threads
    3

    Re: SH-Stats.info

    I see you have posted ideas that are possible future features for your site.

    Weapon usage is another I had thought interesting to see. How popular is each weapon and if you are going to display it as a graph over time with like player activity (diff line for each weapon) it could be quite interesting I think.

    Player improvement charts is something else I'd be very interested in seeing, especially if FM would make it official so we can see our complete player history when viewing our stats page.

    I think I asked this over on the steam forums for SH about FM making it so that we could see the weekly leader boards for the weeks prior to... 20? whatever week it was implemented. My thoughts on this was making a graph that charted 3 things simultaneously: Total points of everyone on the weekly leader board, Average points per person (total points/50), and then the #1 score on the weekly leader boards.

    This is just some more elaboration on your weekly leaderboard movement, but I think it could also give not only an idea of how populated the game was that week, but of how long people were staying in servers that week.

  6. Top | #6
    Firefly Unstoppable beta tester
    Arconaut

    Join Date
    Nov 2009
    Location
    St. Catharines, Ontario
    Posts
    1,064
    Threads
    56

    Re: SH-Stats.info

    Recent Changes:
    Network Traffic Chart switched to shorter date format + GMT timezone
    -> Y-Axis will autoscale based on content, X Axis still manual atm
    -> Lineweights thinned to see ups/downs without overlap
    Player Improvement Charts Back-End Complete (Testing on 10 ppl)
    -> Stats collected every 4 hours
    -> Filter created to "clean" names with odd symbols....
    -> User sign-up page 50%
    Weekly Leaderboard Tracking 10% (HTML PARSER ISSUES)
    Cleaned up main page HTML a bit, no support 800x600 Res


    Comments/Crits/Suggestions as always. Or if you want to lend a hand etc just let me know.

    Lots of back-end stuff I know :P but to make a nice presentation of the other stuff I've gotta fill the database first lol.

  7. Top | #7
    Senior Firefly Unstoppable beta tester
    Arconaut

    Join Date
    Jan 2010
    Location
    The Citdel: High Earth Orbit
    Posts
    1,300
    Threads
    137

    Re: SH-Stats.info

    Quote Originally Posted by Isodus View Post
    I see you have posted ideas that are possible future features for your site.

    Weapon usage is another I had thought interesting to see. How popular is each weapon and if you are going to display it as a graph over time with like player activity (diff line for each weapon) it could be quite interesting I think.

    Player improvement charts is something else I'd be very interested in seeing, especially if FM would make it official so we can see our complete player history when viewing our stats page.

    I think I asked this over on the steam forums for SH about FM making it so that we could see the weekly leader boards for the weeks prior to... 20? whatever week it was implemented. My thoughts on this was making a graph that charted 3 things simultaneously: Total points of everyone on the weekly leader board, Average points per person (total points/50), and then the #1 score on the weekly leader boards.

    This is just some more elaboration on your weekly leaderboard movement, but I think it could also give not only an idea of how populated the game was that week, but of how long people were staying in servers that week.

    Yes, i would love to see that 616 point spike that made me oh so horny.

  8. Top | #8
    Junior Member
    Join Date
    Jun 2010
    Posts
    65
    Threads
    3

    Re: SH-Stats.info

    The addition of the date and time in the little box next to where you are hovering over was a very nice addition, it was getting a little difficult to tell exactly what date the spikes were over and at what time.

  9. Top | #9
    Firefly Unstoppable beta tester
    Arconaut

    Join Date
    Nov 2009
    Location
    St. Catharines, Ontario
    Posts
    1,064
    Threads
    56

    Re: SH-Stats.info

    Quote Originally Posted by Isodus View Post
    The addition of the date and time in the little box next to where you are hovering over was a very nice addition, it was getting a little difficult to tell exactly what date the spikes were over and at what time.
    Yea, that was something I put off long enough, threw it in while taking a break from setting up an automatic system to handle the skill tracker stuff. Still not as good as I'd like...needs to be refined some more.

    Cheap buttons are added to the main page that will link to the proper display - refresh rate every 4 hours. Suffice to say that it won't be apparent for a bit what the line trend looks like for you :P May be straight if you're perfectly consistent lol.

    Anyone that wants to add themselves to the database that's collecting these skill stats, just visit here to the cheat form I slapped together before bed: http://sh-stats.info/form.html - Put in your SH ID for now, when it's done properly later and included on the main page it'll work off name search/steam id/sh id.

    example,[BETA] Amped21
    http://stats.shatteredhorizon.com/st...playerId=14154
    14154

  10. Top | #10
    Junior Firefly Arconaut
    Join Date
    Mar 2010
    Posts
    571
    Threads
    11

    Re: SH-Stats.info

    EDIT: I'm out!!
    Last edited by joe.t; 11-08-2010 at 08:07 PM.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts