Results 1 to 10 of 33

Thread: PPM Maker

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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.

Posting Permissions