Home
Name Modified Size InfoDownloads / Week
readme.txt 2010-06-11 528 Bytes
batterybenchmark.zip 2010-06-11 9.7 kB
Totals: 2 Items   10.2 kB 0
These files are under the GNU license. 

How to install:

* Copy all in one directory of your webserver
* modify the db confs in each file (needs to be in a config file)
* create a table with the following structure

-- Table structure for table `bench`
--

CREATE TABLE IF NOT EXISTS `bench` (
  `id` int(11) NOT NULL auto_increment,
  `start` char(15) NOT NULL,
  `touch` char(15) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=71 ;


Info: mac@batterybenchmark.com

Source: readme.txt, updated 2010-06-11