To use this system, you must create a "topsite" table in your database. This is the query to execute: -- -- Table structure for table `topsite` -- CREATE TABLE `topsite` ( `id` int(11) NOT NULL, `name` varchar(55) NOT NULL, `url` varchar(255) NOT NULL, `description` varchar(255) NOT NULL, `banner` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `votes` int(11) NOT NULL, `status` varchar(2) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; Then, you have to edit the config.php file by using the right values in the variables. Cordialy, http://www.webestools.com/