- PHP 5 with cURL extension
- (optional) MySQL database for caching purposes
CREATE TABLE kfstats_cache (
id VARCHAR(255) NOT NULL PRIMARY KEY,
data_stats LONGTEXT NOT NULL,
lastupdate INT(11) NOT NULL
) ENGINE=InnoDB CHARACTER SET utf8 COLLATE utf8_unicode_ci;
Open kf.php and read the comments ;)
Layout was prepared by PixelDuck.
If you want to consider donation, please visit this site.