Page 4 of 4 FirstFirst 1234
Results 31 to 33 of 33

Thread: PPM Maker

  1. #31
    Hmm if it would be publically available it wouldnt be so unfair.. tho it does show others ppm too? it is handy but indeed maybe a bit lame.. anyways calculating ur or others ppm is kinda easy.. i do it by hard all the time lol :p just check ur xp in begin of map and u know how many xp u have till than, if u just devide it through the amount of minutes played u know what ur ppm is.. and u could also see others xp. So its actually just a tool for smth u could do urself.. and if this is possible just by config how could u ever forbid it ?

  2. #32
    Spamming the boards! Dupstep's Avatar
    Join Date
    Jan 2011
    Replies
    55
    Country
    Estonia
    Xfire
    Dupstep
    So if its tool.
    Then I except it could be like:
    It reads stats files,calculates raiting.Sends kills/death,raiting to TB master server.
    The main factor is about SQL file what is created after installing the tool.
    Code:
    CREATE TABLE `playerinfo-' . $this->statnr (
      `deaths` varchar(255) NOT NULL,
      `kills` varchar(255) NOT NULL,
      `name` varchar(255) NOT NULL,
      `PBguid` varchar(255) NOT NULL,
      `ID` int(255) NOT NULL,
      PRIMARY KEY (`ID`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8
    Last edited by Dupstep; 26-08-2011 at 19:54.

  3. #33
    Developer giriel's Avatar
    Join Date
    Oct 2010
    Replies
    233
    Country
    Belgium
    Xfire
    giriel
    Clan
    -TB#
    You would have a hell of a lot of tables like that.
    And it's not a tool from trackbase so there is no way to connect with our database.

Page 4 of 4 FirstFirst 1234

Posting Permissions