Results 1 to 5 of 5

Thread: Ingame live stats

  1. #1
    Private First Class
    Join Date
    Oct 2013
    Posts
    219
    Thanks
    56
    Thanked 105 Times in 66 Posts

    Ingame live stats

    Thought i'd show something i'v been working on;


    http://social.xfire.com/videos/63150f

    One of the many things you can do with MYSQL.
    Attached Thumbnails Attached Thumbnails q0ppxip.jpg  

  2. The Following 2 Users Say Thank You to filthy_freak_ For This Useful Post:

    kung foo man (10th January 2015),Ni3ls (10th January 2015)

  3. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Nice work

    (xfire video unfortunately doesn't work, even with /s/social/classic)
    timescale 0.01

  4. #3
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    Wow! impressive!

  5. #4
    Private First Class
    Join Date
    Oct 2013
    Posts
    219
    Thanks
    56
    Thanked 105 Times in 66 Posts
    Quote Originally Posted by kung foo man View Post
    (xfire video unfortunately doesn't work, even with /s/social/classic)
    Don't know why it's not working, seems fine for me.

    If you can't get the vid working or want to see it in action join any of these servers;
    Spoiler:

    «Cracked»MeatBot... -Europe- 1.3 brought to you by |KinG| - 5.9.90.148:28962
    «Cracked»MeatBot... -Europe- 1.0 brought to you by |KinG| - 5.9.90.148:28960
    «Cracked»All Weapons... -Europe- 1.0 brought to you by |KinG| - 5.9.90.148:28961

    «Cracked»MeatBot... -US- 1.3 brought to you by |KinG| - 192.111.144.110:28962
    «Cracked»MeatBot... -US- 1.0 brought to you by |KinG| - 192.111.144.110:28960
    «Cracked»All Weapons... -US- 1.0 brought to you by |KinG| - 192.111.144.110:28961

    «Cracked»MeatBot... -Oceanic- 1.0 brought to you by |KinG| - 125.63.61.24:28960
    Last edited by filthy_freak_; 11th January 2015 at 04:18.

  6. #5
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Quote Originally Posted by filthy_freak_ View Post
    Don't know why it's not working, seems fine for me.
    Ok, figured out why some websites didn't work for me. It depends on the "localStorage" JavaScript functions, which can save data locally. For some reason they always get corrupted for me (maybe because I kill Firefox often in TaskManager or I shut down the PC only in Standby). I had the same error for the Unity AssetStore:

    Solution:
    1) go to Xfire video
    2) open Firebug (F12)
    3) execute in console:
    PHP Code:
    localStorage.clear() 
    4) when just executing "localStorage" now, it should say something like "0 elements in localStorage"... then it will be updated again flawlessly
    5) reload site

    A bit off-topic, but I don't wanna make a new thread for it.

    And again: good work, just watched the video.
    timescale 0.01

Posting Permissions

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