github pufferpanel/pufferpanel 0.6.1-beta
0.6.1 Beta

latest releases: v3.0.0-alpha.4, v2.7.1, v2.7.0...
pre-release10 years ago

Please download this version: https://github.com/DaneEveritt/PufferPanel/archive/63f7ee023c3f90b3652cd2d3eaa7d77fa8f3af88.zip

This version implements full language support on the front-end of the panel. It also includes a basic API that should not be used, that is being developed for 0.7 beta.

This version has not been tested with versions of GSD beyond the following:
https://github.com/gametainers/gsd/tree/95db572a50b9839879acbcfc32a6cdabcf4c01d1

You will need to run the following command on your MySQL DB if you are upgrading from 0.6.0.2 beta, or reinstall the panel:

CREATE TABLE `api` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`key` char(36) NOT NULL DEFAULT '',
`permissions` tinytext NOT NULL,
`request_ips` tinytext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1

Don't miss a new pufferpanel release

NewReleases is sending notifications on new releases.