Search results

  1. Dabbleh

    Help..

    Probably would help if we got the directory listing as well. EDIT: Is webpage.html INSIDE your js folder? EDIT2: To go back up directories you use ../webpage.html
  2. Dabbleh

    Bug or No?

    ya.. you don't HAVE a graphics card, that'd be the problem.
  3. Dabbleh

    3 or troll

  4. Dabbleh

    Legions Server Browser - Now Online!

    wiv ur pro html skillz could you not have clicked the linked css file? http://ls.xzanth.com/main.css
  5. Dabbleh

    Legions Server Browser - Now Online!

    for server in server_data: players_online += len(server_data[server]["players"]) if hour in self.stats[-1].hours: self.stats[-1].hours[hour] += players_online/60 else: self.stats[-1].hours[hour] = players_online/60...
  6. Dabbleh

    Legions Server Browser - Now Online!

    avg graph takes players from all servers and divides it by 60 and then adds on to the hour total because it samples every minute. ...... and you are DEFINITE that this is GMT time? (NOT SoCal time)
  7. Dabbleh

    Legions Server Browser - Now Online!

    Changelog: Implemented Jinja2 HTML templates GRAPHS!!!!!!!! - at the moment updates every refresh, need to change to update every new day
  8. Dabbleh

    Funny IRC Quotes

    another snippet from the world of seymour
  9. Dabbleh

    What's your Project Z wishlist?

    proper Mac support (infringement on my rights)
  10. Dabbleh

    What's your Project Z wishlist?

    Players.
  11. Dabbleh

    Legions Server Browser - Now Online!

    Started saving stats such as most active hour of the day, I'm not sure what stats you guys would be interested in but I'm open for suggestions. eg
  12. Dabbleh

    Legions Server Browser - Now Online!

    For those trying to use the 'Join Server' feature (RockeyRex, you asshole), GREAPER STILL HASN'T DONE IT YET.
  13. Dabbleh

    Virus

    Well the problem here, is that you are using Norton. Use MSE.
  14. Dabbleh

    Legions Server Browser - Now Online!

    The benefits of using Java would be....?
  15. Dabbleh

    Ammo station code?

    Ahaa, I would imagine there is some very inflexible coding around re-spawning to do with resetting a lot of stuff. (at a guess)
  16. Dabbleh

    Crisis in Syria

    This is such a *dancing* simplification of the issue. I hate this.
  17. Dabbleh

    Ammo station code?

    Probably would need more info on the bug... aka a video
  18. Dabbleh

    Crisis in Syria

    So the main thing is, are they actually using chemical weapons? The reason the US want to launch missiles at Syria is because of a International Chemical Warfare ban which bans the use of chemical weapons. If nobody does anything to "punish" Syria for breaking the ban then the bans become...
  19. Dabbleh

    Legions Server Browser - Now Online!

    https://github.com/harrymilne/ls Good luck. :D
  20. Dabbleh

    Main.cs Help!!!

    Please post your 'console.log'! :-)
Back
Top