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





Reply With Quote