Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Installation

Server Requirements

  • PHP 5 with cURL extension
  • (optional) MySQL database for caching purposes

SQL query for cache table

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;

Setup

Open kf.php and read the comments ;)

Credits

Layout was prepared by PixelDuck.

Support

If you want to consider donation, please visit this site.

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages