-- MySQL Administrator dump 1.4 -- -- ------------------------------------------------------ -- Server version 5.0.18-nt /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -- -- Create schema website -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ website; USE website; -- -- Table structure for table `website`.`authors` -- DROP TABLE IF EXISTS `authors`; CREATE TABLE `authors` ( `authorid` int(11) NOT NULL auto_increment, `login` varchar(20) NOT NULL default '', `userpassword` varchar(32) NOT NULL default '', `authorname` varchar(50) default NULL, `authoremail` varchar(255) default NULL, `regdate` datetime default NULL, `usergroup` varchar(32) NOT NULL default '', `countrycode` char(2) default NULL, `language` char(2) default NULL, `phone` varchar(20) default NULL, `fax` varchar(20) default NULL, `address` varchar(100) default NULL, `city` varchar(50) default NULL, `state` varchar(50) default NULL, `zip` varchar(20) default NULL, `website` varchar(255) default NULL, `comments` text, `newsletter` char(1) default 'N', `privateemail` char(1) default 'N', `disuser` char(1) default 'N', PRIMARY KEY (`authorid`), UNIQUE KEY `login` (`login`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`authors` -- /*!40000 ALTER TABLE `authors` DISABLE KEYS */; INSERT INTO `authors` (`authorid`,`login`,`userpassword`,`authorname`,`authoremail`,`regdate`,`usergroup`,`countrycode`,`language`,`phone`,`fax`,`address`,`city`,`state`,`zip`,`website`,`comments`,`newsletter`,`privateemail`,`disuser`) VALUES (1,'admin','21232f297a57a5a743894a0e4a801fc3','ezContents Administrator','g.tissink@inter.nl.net','2002-11-07 00:00:00','administrator','nl','en','','','','','','','','','','N','N'); /*!40000 ALTER TABLE `authors` ENABLE KEYS */; -- -- Table structure for table `website`.`banners` -- DROP TABLE IF EXISTS `banners`; CREATE TABLE `banners` ( `bannerid` int(11) NOT NULL auto_increment, `bannerimage` varchar(255) default NULL, `bannerurl` varchar(255) default NULL, `banneralt` varchar(255) default NULL, `publishdate` datetime default NULL, `expiredate` datetime default NULL, `impressions` int(11) default NULL, `clicks` int(11) default NULL, `banneractive` char(1) default NULL, `bannerhtml` text, `authorid` int(11) NOT NULL default '1', PRIMARY KEY (`bannerid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`banners` -- /*!40000 ALTER TABLE `banners` DISABLE KEYS */; INSERT INTO `banners` (`bannerid`,`bannerimage`,`bannerurl`,`banneralt`,`publishdate`,`expiredate`,`impressions`,`clicks`,`banneractive`,`bannerhtml`,`authorid`) VALUES (1,'banners/ezcnt_banner.gif','http://www.ezcontents.org/','Download ezContents for free!','2002-03-01 00:00:00','2010-05-10 00:00:00',0,0,'Y','',1); /*!40000 ALTER TABLE `banners` ENABLE KEYS */; -- -- Table structure for table `website`.`contents` -- DROP TABLE IF EXISTS `contents`; CREATE TABLE `contents` ( `contentid` int(11) unsigned NOT NULL auto_increment, `groupname` varchar(32) default NULL, `title` varchar(255) default NULL, `body` text, `publishdate` datetime default NULL, `expiredate` datetime default NULL, `contentactive` char(1) default 'Y', `teaser` text, `orderid` int(10) NOT NULL default '0', `authorid` int(11) default '1', `updatedate` datetime default NULL, `subgroupname` varchar(32) default NULL, `imagealign` char(1) default NULL, `image` varchar(255) default NULL, `headervisible` char(1) default 'Y', `authorvisible` char(1) default 'Y', `updatedatevisible` char(1) default 'Y', `headerimage` varchar(255) default NULL, `imagedetails` varchar(255) default NULL, `imagedetailsalign` char(1) default 'L', `leftright` char(1) default 'L', `contentname` varchar(32) default NULL, `language` char(2) default NULL, `canrate` char(1) default NULL, `cancomment` char(1) default NULL, `ratingtotal` int(11) NOT NULL default '0', `ratingvotes` int(11) NOT NULL default '0', `cbody` text, `cteaser` text, `printerfriendly` char(1) default 'N', PRIMARY KEY (`contentid`), UNIQUE KEY `contentref` (`contentname`,`language`), KEY `parentref` (`groupname`,`subgroupname`,`leftright`,`language`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`contents` -- /*!40000 ALTER TABLE `contents` DISABLE KEYS */; INSERT INTO `contents` (`contentid`,`groupname`,`title`,`body`,`publishdate`,`expiredate`,`contentactive`,`teaser`,`orderid`,`authorid`,`updatedate`,`subgroupname`,`imagealign`,`image`,`headervisible`,`authorvisible`,`updatedatevisible`,`headerimage`,`imagedetails`,`imagedetailsalign`,`leftright`,`contentname`,`language`,`canrate`,`cancomment`,`ratingtotal`,`ratingvotes`,`cbody`,`cteaser`,`printerfriendly`) VALUES (1,'Welcome','Congratulations','You have successfully installed ezContents CMS Version 2.0.0','2003-03-11 00:00:00','2009-03-11 00:00:00','1','',1,1,'2006-01-29 19:12:30','','L','','Y','','','','','L','L','Welcome','en','','',0,0,'You have successfully installed ezContents CMS Version 2.0.0','',''), (2,'Welcome','Lorem ipsum dolor sit amet','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in et iusto odio dignissim iriure qui blandit.','2003-03-11 00:00:00','2010-03-11 00:00:00','1','',1,1,'2006-01-29 19:12:12','','L','','Y','','','','','L','L','Lipsum','en','','',0,0,'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in et iusto odio dignissim iriure qui blandit.','',''); /*!40000 ALTER TABLE `contents` ENABLE KEYS */; -- -- Table structure for table `website`.`continents` -- DROP TABLE IF EXISTS `continents`; CREATE TABLE `continents` ( `continentcode` varchar(4) NOT NULL default '', `continentname` varchar(32) NOT NULL default '', PRIMARY KEY (`continentcode`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`continents` -- /*!40000 ALTER TABLE `continents` DISABLE KEYS */; INSERT INTO `continents` (`continentcode`,`continentname`) VALUES ('01','Africa'), ('0101','Eastern Africa'), ('0102','Middle Africa'), ('0103','Northern Africa'), ('0104','Southern Africa'), ('0105','Western Africa'), ('02','Americas'), ('0201','Caribbean'), ('0202','Central America'), ('0203','South America'), ('0204','Northern America'), ('03','Asia'), ('0301','Eastern Asia'), ('0302','South-central Asia'), ('0304','South-eastern Asia'), ('0305','Western Asia'), ('04','Europe'), ('0401','Eastern Europe'), ('0402','Northern Europe'), ('0403','Southern Europe'), ('0404','Western Europe'), ('05','Oceania'), ('0501','Australia and New Zealand'), ('0502','Melanesia'), ('0503','Micronesia'), ('0504','Polynesia'), ('06','Antartica'); /*!40000 ALTER TABLE `continents` ENABLE KEYS */; -- -- Table structure for table `website`.`countries` -- DROP TABLE IF EXISTS `countries`; CREATE TABLE `countries` ( `countrycode` char(2) NOT NULL default '', `countryname` varchar(48) NOT NULL default '', `continent` varchar(4) NOT NULL default '', `flag` varchar(32) default NULL, PRIMARY KEY (`countrycode`), KEY `countryname` (`countryname`), KEY `continent` (`continent`,`countrycode`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`countries` -- /*!40000 ALTER TABLE `countries` DISABLE KEYS */; INSERT INTO `countries` (`countrycode`,`countryname`,`continent`,`flag`) VALUES ('af','Afghanistan','0302',NULL), ('al','Albania','0403',NULL), ('dz','Algeria','0103',NULL), ('as','American Samoa','0504',NULL), ('ad','Andorra','0403',NULL), ('ao','Angola','0104',NULL), ('ai','Anguilla','0201',NULL), ('aq','Antarctica','06',NULL), ('ag','Antigua & Barbuda','0201',NULL), ('ar','Argentina','0203',NULL), ('am','Armenia','0305',NULL), ('aw','Aruba','0201',NULL), ('au','Australia','0501',NULL), ('at','Austria','0404',NULL), ('az','Azerbaijan','0305',NULL), ('bs','Bahamas','0201',NULL), ('bh','Bahrain','0305',NULL), ('bd','Bangladesh','0302',NULL), ('bb','Barbados','0201',NULL), ('by','Belarus','0401',NULL), ('be','Belgium','0404',NULL), ('bz','Belize','0202',NULL), ('bj','Benin','0105',NULL), ('bm','Bermuda','0204',NULL), ('bt','Bhutan','0302',NULL), ('bo','Bolivia','0203',NULL), ('ba','Bosnia and Herzegovina','0403',NULL), ('bw','Botswana','0104',NULL), ('bv','Bouvet Island','0104',NULL), ('br','Brazil','0203',NULL); INSERT INTO `countries` (`countrycode`,`countryname`,`continent`,`flag`) VALUES ('io','British Indian Ocean Territory','0302',NULL), ('bn','Brunei Darussalam','0304',NULL), ('bg','Bulgaria','0401',NULL), ('bf','Burkina Faso','0105',NULL), ('bi','Burundi','0101',NULL), ('kh','Cambodia','0304',NULL), ('cm','Cameroon','0102',NULL), ('ca','Canada','0204',NULL), ('cv','Cape Verde','0105',NULL), ('ky','Cayman Islands','0201',NULL), ('cf','Central African Republic','0102',NULL), ('td','Chad','0102',NULL), ('cl','Chile','0203',NULL), ('cn','China','0301',NULL), ('cx','Christmas Island','0304',NULL), ('cc','Cocos (Keeling) Island','0304',NULL), ('co','Columbia','0203',NULL), ('km','Comoros','0101',NULL), ('ck','Cook Islands','0504',NULL), ('cr','Costa Rica','0202',NULL), ('ci','Cote d\'Ivoire','0105',NULL), ('hr','Croatia','0403',NULL), ('cu','Cuba','0201',NULL), ('cy','Cyprus','0305',NULL), ('cz','Czech Republic','0401',NULL), ('cg','Democratic Republic of Congo','0102',NULL), ('dk','Denmark','0402',NULL); INSERT INTO `countries` (`countrycode`,`countryname`,`continent`,`flag`) VALUES ('dj','Djibouti','0101',NULL), ('dm','Dominica','0201',NULL), ('do','Dominican Republic','0201',NULL), ('tp','East Timor','0304',NULL), ('ec','Ecuador','0203',NULL), ('eg','Egypt','0103',NULL), ('sv','El Salvador','0202',NULL), ('gq','Equatorial Guinea','0102',NULL), ('er','Eritrea','0101',NULL), ('ee','Estonia','0402',NULL), ('et','Ethiopia','0101',NULL), ('fk','Falkland Islands','0203',NULL), ('fo','Faroe Islands','0402',NULL), ('fm','Federated States of Micronesia','0503',NULL), ('fj','Fiji','0502',NULL), ('fi','Finland','0402',NULL), ('fr','France','0404',NULL), ('fx','France, Metropolitan','0404',NULL), ('gf','French Guiana','0203',NULL), ('pf','French Polynesia','0504',NULL), ('tf','French Southern Territories','0104',NULL), ('ga','Gabon','0102',NULL), ('gm','Gambia','0105',NULL), ('ge','Georgia','0305',NULL), ('de','Germany','0404',NULL), ('gh','Ghana','0105',NULL), ('gi','Gibraltar','0403',NULL), ('gr','Greece','0403',NULL); INSERT INTO `countries` (`countrycode`,`countryname`,`continent`,`flag`) VALUES ('gl','Greenland','0204',NULL), ('gd','Grenada','0201',NULL), ('gp','Guadeloupe','0201',NULL), ('gt','Guatemala','0202',NULL), ('gn','Guinea','0105',NULL), ('gw','Guinea Bissau','0105',NULL), ('gy','Guyana','0203',NULL), ('ht','Haiti','0201',NULL), ('hm','Heard & McDonald Isles','0104',NULL), ('hn','Honduras','0202',NULL), ('hk','Hong Kong','0301',NULL), ('hu','Hungary','0401',NULL), ('is','Iceland','0402',NULL), ('in','India','0302',NULL), ('id','Indonesia','0304',NULL), ('ir','Iran','0302',NULL), ('iq','Iraq','0305',NULL), ('ie','Ireland','0402',NULL), ('il','Israel','0305',NULL), ('it','Italy','0403',NULL), ('jm','Jamaica','0201',NULL), ('jp','Japan','0301',NULL), ('jo','Jordan','0305',NULL), ('kz','Kazakhstan','0302',NULL), ('ke','Kenya','0101',NULL), ('ki','Kiribati','0503',NULL), ('kp','Korea (Democratic People\'s Republic)','0301',NULL), ('kr','Korea (Republic of)','0301',NULL), ('kw','Kuwait','0305',NULL); INSERT INTO `countries` (`countrycode`,`countryname`,`continent`,`flag`) VALUES ('kg','Kyrgyzstan','0302',NULL), ('la','Laos','0304',NULL), ('lv','Latvia','0402',NULL), ('lb','Lebanon','0305',NULL), ('ls','Lesotho','0104',NULL), ('lr','Liberia','0105',NULL), ('ly','Libya','0103',NULL), ('li','Liechtenstein','0404',NULL), ('lt','Lithuania','0402',NULL), ('lu','Luxembourg','0404',NULL), ('mo','Macao','0301',NULL), ('mk','Macedonia','0403',NULL), ('mg','Madagascar','0101',NULL), ('mw','Malawi','0101',NULL), ('my','Malaysia','0304',NULL), ('mv','Maldives','0302',NULL), ('ml','Mali','0105',NULL), ('mt','Malta','0403',NULL), ('mh','Marshall Islands','0503',NULL), ('mq','Martinique','0201',NULL), ('mr','Mauritania','0105',NULL), ('mu','Mauritius','0101',NULL), ('mx','Mexico','0202',NULL), ('md','Moldova','0401',NULL), ('mc','Monaco','0404',NULL), ('mn','Mongolia','0301',NULL), ('ms','Montserrat','0201',NULL), ('ma','Morocco','0103',NULL), ('mz','Mozambique','0101',NULL), ('mm','Myanmar','0304',NULL); INSERT INTO `countries` (`countrycode`,`countryname`,`continent`,`flag`) VALUES ('na','Namibia','0104',NULL), ('nr','Nauru','0503',NULL), ('np','Nepal','0302',NULL), ('nl','Netherlands','0404',NULL), ('an','Netherlands Antilles','0201',NULL), ('nc','New Caledonia','0502',NULL), ('nz','New Zealand','0501',NULL), ('ni','Nicaragua','0202',NULL), ('ne','Niger','0105',NULL), ('ng','Nigeria','0105',NULL), ('nu','Niue','0504',NULL), ('nf','Norfolk Island','0501',NULL), ('mp','Northern Mariana Islands','0503',NULL), ('no','Norway','0402',NULL), ('om','Oman','0305',NULL), ('pk','Pakistan','0302',NULL), ('pw','Palau','0503',NULL), ('pa','Panama','0202',NULL), ('pg','Papua New Guinea','0502',NULL), ('py','Paraguay','0203',NULL), ('pe','Peru','0203',NULL), ('ph','Philippines','0304',NULL), ('pn','Pitcairn','0504',NULL), ('pl','Poland','0401',NULL), ('pt','Portugal','0403',NULL), ('pr','Puerto Rico','0201',NULL), ('qa','Qatar','0305',NULL), ('re','Reunion','0101',NULL), ('ro','Romania','0401',NULL); INSERT INTO `countries` (`countrycode`,`countryname`,`continent`,`flag`) VALUES ('ru','Russian Federation','0401',NULL), ('rw','Rwanda','0101',NULL), ('kn','Saint Kitts & Nevis','0201',NULL), ('lc','Saint Lucia','0201',NULL), ('vc','Saint Vincent & the Grenadines','0201',NULL), ('sm','San Marino','0403',NULL), ('st','Sao Tome e Principe','0102',NULL), ('sa','Saudi Arabia','0305',NULL), ('sn','Senegal','0105',NULL), ('sc','Seychelles','0101',NULL), ('sl','Sierra Leone','0105',NULL), ('sg','Singapore','0304',NULL), ('sk','Slovakia','0401',NULL), ('si','Slovenia','0403',NULL), ('sb','Solomon Islands','0502',NULL), ('so','Somalia','0101',NULL), ('za','South Africa','0104',NULL), ('es','Spain','0403',NULL), ('lk','Sri Lanka','0302',NULL), ('sh','St. Helena','0104',NULL), ('pm','St. Pierre and Miquelon','0204',NULL), ('sd','Sudan','0103',NULL), ('sr','Suriname','0203',NULL), ('sj','Svalbard and Jan Mayen Islands','0402',NULL), ('sz','Swaziland','0104',NULL), ('se','Sweden','0402',NULL), ('ch','Switzerland','0404',NULL); INSERT INTO `countries` (`countrycode`,`countryname`,`continent`,`flag`) VALUES ('sy','Syria','0305',NULL), ('tw','Taiwan','0301',NULL), ('tj','Tajikistan','0302',NULL), ('tz','Tanzania','0101',NULL), ('th','Thailand','0304',NULL), ('tg','Togo','0105',NULL), ('tk','Tokelau','0504',NULL), ('to','Tonga','0504',NULL), ('tt','Trinidad & Tobago','0201',NULL), ('tn','Tunisia','0103',NULL), ('tr','Turkey','0305',NULL), ('tm','Turkmenistan','0302',NULL), ('tc','Turks and Caicos Islands','0201',NULL), ('tv','Tuvala','0504',NULL), ('ug','Uganda','0101',NULL), ('ua','Ukraine','0401',NULL), ('ae','United Arab Emirates','0305',NULL), ('uk','United Kingdom','0402',NULL), ('us','USA','0204',NULL), ('uy','Uruguay','0203',NULL), ('uz','Uzbekistan','0302',NULL), ('vu','Vanuatu','0502',NULL), ('va','Vatican City State','0403',NULL), ('ve','Venezuela','0203',NULL), ('vn','Vietnam','0304',NULL), ('vg','Virgin Islands (British)','0201',NULL), ('vi','Virgin Islands (US)','0201',NULL), ('wf','Wallis and Fortuna Islands','0504',NULL); INSERT INTO `countries` (`countrycode`,`countryname`,`continent`,`flag`) VALUES ('ws','Western Samoa','0504',NULL), ('eh','Western Sahara','0103',NULL), ('ye','Yemen','0305',NULL), ('yu','Yugoslavia','0403',NULL), ('zr','Zaire','0102',NULL), ('zm','Zambia','0101',NULL), ('zw','Zimbabwe','0101',NULL); /*!40000 ALTER TABLE `countries` ENABLE KEYS */; -- -- Table structure for table `website`.`diary` -- DROP TABLE IF EXISTS `diary`; CREATE TABLE `diary` ( `diaryid` int(11) unsigned NOT NULL auto_increment, `eventname` varchar(255) default NULL, `publishdate` datetime default NULL, `startdate` datetime default NULL, `enddate` datetime default NULL, `contactname` varchar(255) default NULL, `contactemail` varchar(255) default NULL, `web_page` varchar(255) default NULL, `comment` text, `location` varchar(255) default NULL, `countrycode` char(2) default NULL, `activeentry` char(1) default NULL, `authorid` int(11) default NULL, `updatedate` datetime default NULL, `catid` varchar(16) default NULL, PRIMARY KEY (`diaryid`), KEY `dates` (`startdate`,`enddate`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`diary` -- /*!40000 ALTER TABLE `diary` DISABLE KEYS */; /*!40000 ALTER TABLE `diary` ENABLE KEYS */; -- -- Table structure for table `website`.`diarycategories` -- DROP TABLE IF EXISTS `diarycategories`; CREATE TABLE `diarycategories` ( `catid` int(11) unsigned NOT NULL auto_increment, `catname` varchar(32) NOT NULL default '', `catref` varchar(32) default NULL, `hiddencat` char(1) default '0', PRIMARY KEY (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`diarycategories` -- /*!40000 ALTER TABLE `diarycategories` DISABLE KEYS */; /*!40000 ALTER TABLE `diarycategories` ENABLE KEYS */; -- -- Table structure for table `website`.`filetypes` -- DROP TABLE IF EXISTS `filetypes`; CREATE TABLE `filetypes` ( `filetypeid` int(11) NOT NULL auto_increment, `filetype` varchar(8) NOT NULL default '', `mimetype` varchar(255) NOT NULL default '', `authorid` int(11) NOT NULL default '1', `filecat` varchar(12) NOT NULL default '', `fileicon` varchar(255) default NULL, PRIMARY KEY (`filetypeid`), UNIQUE KEY `fileref` (`filecat`,`filetype`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`filetypes` -- /*!40000 ALTER TABLE `filetypes` DISABLE KEYS */; INSERT INTO `filetypes` (`filetypeid`,`filetype`,`mimetype`,`authorid`,`filecat`,`fileicon`) VALUES (1,'gif','image/gif',1,'Image',''), (2,'jpg','image/jpeg;image/pjpeg',1,'Image',''), (3,'jpeg','image/jpeg;image/pjpeg',1,'Image',''), (4,'png','image/x-png',1,'Image',''), (5,'swf','application/x-shockwave-flash',1,'Image',''), (6,'zip','application/x-zip-compressed',1,'Download','icons/filetypes/zip.gif'), (7,'gz','application/x-gzip-compressed',1,'Download','icons/filetypes/zip.gif'), (8,'txt','text/plain',1,'Download','icons/filetypes/text.gif'), (9,'pdf','application/pdf',1,'Download','icons/filetypes/pdf.gif'), (10,'doc','application/msword',1,'Download','icons/filetypes/doc.gif'), (11,'xls','application/msexcel;application/vnd.ms-excel',1,'Download','icons/filetypes/xls.gif'), (12,'ppt','application/mspowerpoint',1,'Download','icons/filetypes/ppt.gif'), (13,'gz','application/x-gzip-compressed',1,'Backup','icons/filetypes/zip.gif'), (14,'sql','text/plain',1,'Backup','icons/filetypes/text.gif'), (15,'php','application/octet-stream',1,'Script','icons/filetypes/php.gif'); INSERT INTO `filetypes` (`filetypeid`,`filetype`,`mimetype`,`authorid`,`filecat`,`fileicon`) VALUES (16,'php3','application/octet-stream',1,'Script','icons/filetypes/php.gif'), (17,'js','text/html',1,'Script',''); /*!40000 ALTER TABLE `filetypes` ENABLE KEYS */; -- -- Table structure for table `website`.`functiongroups` -- DROP TABLE IF EXISTS `functiongroups`; CREATE TABLE `functiongroups` ( `groupname` varchar(32) NOT NULL default '', `grouporderid` int(4) NOT NULL default '0', `controlvar` varchar(32) default NULL, `controltype` char(2) default NULL, `controlvalue` varchar(16) default NULL, PRIMARY KEY (`groupname`,`grouporderid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`functiongroups` -- /*!40000 ALTER TABLE `functiongroups` DISABLE KEYS */; INSERT INTO `functiongroups` (`groupname`,`grouporderid`,`controlvar`,`controltype`,`controlvalue`) VALUES ('access',1,NULL,'',''), ('menus',2,NULL,'',''), ('templates',3,NULL,'',''), ('contents',4,NULL,'',''), ('languages',5,'gsMultiLanguage','==','Y'), ('styles',6,NULL,'',''), ('statistics',7,'gsVisitorStats','==','Y'), ('banners',8,'gsShowBanners','!=','N'); /*!40000 ALTER TABLE `functiongroups` ENABLE KEYS */; -- -- Table structure for table `website`.`functions` -- DROP TABLE IF EXISTS `functions`; CREATE TABLE `functions` ( `functionname` varchar(32) NOT NULL default '', `groupname` varchar(32) NOT NULL default '', `functionorderid` int(4) NOT NULL default '0', `controlvar` varchar(32) default NULL, `controltype` char(2) default NULL, `controlvalue` varchar(16) default NULL, PRIMARY KEY (`groupname`,`functionorderid`,`functionname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`functions` -- /*!40000 ALTER TABLE `functions` DISABLE KEYS */; INSERT INTO `functions` (`functionname`,`groupname`,`functionorderid`,`controlvar`,`controltype`,`controlvalue`) VALUES ('privileges','access',1,'',NULL,NULL), ('authors','access',2,'',NULL,NULL), ('setregister','access',3,'',NULL,NULL), ('backup','access',4,'',NULL,NULL), ('sites','access',5,'gsMultiSite','==','Y'), ('filetypes','access',6,'',NULL,NULL), ('menusettings','menus',1,'',NULL,NULL), ('topgroups','menus',2,'gsShowTopMenu','==','Y'), ('groups','menus',3,'',NULL,NULL), ('subgroups','menus',4,'',NULL,NULL), ('tags','templates',1,'',NULL,NULL), ('sidebars','templates',2,'',NULL,NULL), ('imageformats','templates',3,'',NULL,NULL), ('ratings','contents',1,'',NULL,NULL), ('content','contents',2,'',NULL,NULL), ('subcontent','contents',3,'',NULL,NULL), ('images','contents',4,'',NULL,NULL), ('scripts','contents',5,'',NULL,NULL), ('downloads','contents',6,'',NULL,NULL), ('languages','languages',1,'gsMultiLanguage','==','Y'), ('tusergroups','languages',2,'gsMultiLanguage','==','Y'), ('ttagcategories','languages',3,'gsMultiLanguage','==','Y'); INSERT INTO `functions` (`functionname`,`groupname`,`functionorderid`,`controlvar`,`controltype`,`controlvalue`) VALUES ('serversettings','styles',1,NULL,NULL,NULL), ('sitesettings','styles',2,'',NULL,NULL), ('themes','styles',3,'gsMultiTheme','==','Y'), ('colorsform','styles',4,'',NULL,NULL), ('setgraphics','styles',5,'',NULL,NULL), ('userdata','styles',6,'gsUserdataFrame','!=','N'), ('viewstatistics','statistics',1,'gsVisitorStats','==','Y'), ('prunestatistics','statistics',2,'gsVisitorStats','==','Y'), ('banners','banners',1,'gsShowBanners','!=','N'); /*!40000 ALTER TABLE `functions` ENABLE KEYS */; -- -- Table structure for table `website`.`gallery` -- DROP TABLE IF EXISTS `gallery`; CREATE TABLE `gallery` ( `galleryid` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) default NULL, `filename` varchar(255) default NULL, `artist` varchar(255) default NULL, `publishdate` datetime default NULL, `contactname` varchar(255) default NULL, `contactemail` varchar(255) default NULL, `web_page` varchar(255) default NULL, `caption` text, `activeentry` char(1) default NULL, `authorid` int(11) default NULL, `updatedate` datetime default NULL, `catid` varchar(16) default NULL, PRIMARY KEY (`galleryid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`gallery` -- /*!40000 ALTER TABLE `gallery` DISABLE KEYS */; /*!40000 ALTER TABLE `gallery` ENABLE KEYS */; -- -- Table structure for table `website`.`gallerycategories` -- DROP TABLE IF EXISTS `gallerycategories`; CREATE TABLE `gallerycategories` ( `catid` int(11) unsigned NOT NULL auto_increment, `catname` varchar(32) NOT NULL default '', `catref` varchar(32) default NULL, `hiddencat` char(1) default '0', PRIMARY KEY (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`gallerycategories` -- /*!40000 ALTER TABLE `gallerycategories` DISABLE KEYS */; /*!40000 ALTER TABLE `gallerycategories` ENABLE KEYS */; -- -- Table structure for table `website`.`groups` -- DROP TABLE IF EXISTS `groups`; CREATE TABLE `groups` ( `groupid` int(11) unsigned NOT NULL auto_increment, `groupdesc` varchar(100) default NULL, `grouplink` varchar(255) default NULL, `grouporderid` int(10) NOT NULL default '0', `menuimage1` varchar(255) default NULL, `menuimage2` varchar(255) default NULL, `menuvisible` char(1) default 'Y', `menuorderby` char(1) default '1', `menuorderdir` char(1) default 'A', `hovertitle` varchar(255) default NULL, `openinpage` char(1) default NULL, `topgroupname` varchar(32) default NULL, `loginreq` char(1) default NULL, `usergroups` varchar(255) default NULL, `groupname` varchar(32) default NULL, `language` char(2) NOT NULL default '', `menuimage3` varchar(255) default NULL, `menuimage4` varchar(255) default NULL, `authorid` int(11) NOT NULL default '0', `subgroupcount` int(11) NOT NULL default '0', PRIMARY KEY (`groupid`), UNIQUE KEY `groupref` (`groupname`,`language`), KEY `parentref` (`topgroupname`,`language`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`groups` -- /*!40000 ALTER TABLE `groups` DISABLE KEYS */; INSERT INTO `groups` (`groupid`,`groupdesc`,`grouplink`,`grouporderid`,`menuimage1`,`menuimage2`,`menuvisible`,`menuorderby`,`menuorderdir`,`hovertitle`,`openinpage`,`topgroupname`,`loginreq`,`usergroups`,`groupname`,`language`,`menuimage3`,`menuimage4`,`authorid`,`subgroupcount`) VALUES (1,'Welcome','',1,'','','Y','1','A','Welcome to ezContents','','','','','Welcome','en','','',1,0); /*!40000 ALTER TABLE `groups` ENABLE KEYS */; -- -- Table structure for table `website`.`guestbook` -- DROP TABLE IF EXISTS `guestbook`; CREATE TABLE `guestbook` ( `guestbookid` int(11) unsigned NOT NULL auto_increment, `publishdate` datetime default NULL, `contactname` varchar(255) default NULL, `contactemail` varchar(255) default NULL, `web_page` varchar(255) default NULL, `comment` text, `activeentry` char(1) default NULL, `authorid` int(11) default NULL, `catid` varchar(16) default NULL, PRIMARY KEY (`guestbookid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`guestbook` -- /*!40000 ALTER TABLE `guestbook` DISABLE KEYS */; /*!40000 ALTER TABLE `guestbook` ENABLE KEYS */; -- -- Table structure for table `website`.`guestbookcategories` -- DROP TABLE IF EXISTS `guestbookcategories`; CREATE TABLE `guestbookcategories` ( `catid` int(11) unsigned NOT NULL auto_increment, `catname` varchar(32) NOT NULL default '', `catref` varchar(32) default NULL, `hiddencat` char(1) default '0', PRIMARY KEY (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`guestbookcategories` -- /*!40000 ALTER TABLE `guestbookcategories` DISABLE KEYS */; /*!40000 ALTER TABLE `guestbookcategories` ENABLE KEYS */; -- -- Table structure for table `website`.`imageformattemplates` -- DROP TABLE IF EXISTS `imageformattemplates`; CREATE TABLE `imageformattemplates` ( `imageformatid` int(11) NOT NULL auto_increment, `imageformatname` varchar(255) NOT NULL default '', `ifalign` char(1) default 'L', `ifborder` int(2) default '1', `ifbgcolor` varchar(255) default NULL, `authorid` int(11) NOT NULL default '0', PRIMARY KEY (`imageformatid`), UNIQUE KEY `imageformatname` (`imageformatname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`imageformattemplates` -- /*!40000 ALTER TABLE `imageformattemplates` DISABLE KEYS */; INSERT INTO `imageformattemplates` (`imageformatid`,`imageformatname`,`ifalign`,`ifborder`,`ifbgcolor`,`authorid`) VALUES (1,'centreborder','C',2,'White',1), (2,'leftborder','L',2,'White',1), (3,'rightborder','R',2,'White',1), (4,'centrenoborder','C',0,'Black',1), (5,'leftnoborder','L',0,'Black',1), (6,'rightnoborder','R',0,'Black',1); /*!40000 ALTER TABLE `imageformattemplates` ENABLE KEYS */; -- -- Table structure for table `website`.`languages` -- DROP TABLE IF EXISTS `languages`; CREATE TABLE `languages` ( `languagecode` char(2) NOT NULL default '', `languagename` varchar(24) NOT NULL default '', `charset` varchar(32) default NULL, `enabled` char(1) default 'N', `direction` varchar(3) default 'ltr', `translationby` varchar(255) default NULL, PRIMARY KEY (`languagecode`), KEY `languagecode` (`enabled`,`languagecode`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`languages` -- /*!40000 ALTER TABLE `languages` DISABLE KEYS */; INSERT INTO `languages` (`languagecode`,`languagename`,`charset`,`enabled`,`direction`,`translationby`) VALUES ('nl','Nederlands','iso-8859-1, windows-1252','Y','ltr','Marek Lyczba, Jan Hof, Rody Dubbeldam, Maarten Schraven, Gerrit Jan Timmermans, Bert Deelman'), ('en','English','iso-8859-1, windows-1252','Y','ltr','Mark Baker'), ('fr','Français','iso-8859-1, windows-1252','Y','ltr','Diablo, David Baron'), ('de','Deutsch','iso-8859-1, windows-1252','Y','ltr','Sascha Zindel, fixmara'), ('es','Español','iso-8859-1, windows-1252','N','ltr','root-axis'), ('aa','Afar','','N','ltr',NULL), ('ab','Abkhazian','','N','ltr',NULL), ('af','Afrikaans','iso-8859-1, windows-1252','N','ltr',NULL), ('am','Amharic','','N','ltr',NULL), ('ar','Arabic','iso-8859-6','N','rtl',NULL), ('as','Assamese','','N','ltr',NULL), ('ay','Aymara','','N','ltr',NULL), ('az','Azerbaijani','','N','ltr',NULL), ('ba','Bashkir','','N','ltr',NULL), ('be','Byelorussian','iso-8859-5','N','ltr',NULL), ('bg','Bulgarian','iso-8859-5','N','ltr',NULL); INSERT INTO `languages` (`languagecode`,`languagename`,`charset`,`enabled`,`direction`,`translationby`) VALUES ('bh','Bihari','','N','ltr',NULL), ('bi','Bislama','','N','ltr',NULL), ('bn','Bengali; Bangla','','N','ltr',NULL), ('bo','Tibetan','','N','ltr',NULL), ('br','Breton','','N','ltr',NULL), ('ca','Catalan','iso-8859-1, windows-1252','N','ltr',NULL), ('co','Corsican','','N','ltr',NULL), ('cs','Czech','iso-8859-2','N','ltr',NULL), ('cy','Welsh','','N','ltr',NULL), ('da','Dansk','iso-8859-1, windows-1252','Y','ltr','Mogens Petersen (Petsen)'), ('dz','Bhutani','','N','ltr',NULL), ('el','Greek','iso-8859-7','N','ltr',NULL), ('eo','Esperanto','iso-8859-3','N','ltr',NULL), ('et','Estonian','iso-8859-15','N','ltr',NULL), ('eu','Basque','iso-8859-1, windows-1252','N','ltr',NULL), ('fa','Persian','','N','ltr',NULL), ('fi','Suomi','iso-8859-1, windows-1252','N','ltr',NULL), ('fj','Fiji','','N','ltr',NULL), ('fo','Faeroese','iso-8859-1, windows-1252','N','ltr',NULL), ('fy','Frisian','','N','ltr',NULL), ('ga','Irish','iso-8859-1, windows-1252','N','ltr',NULL); INSERT INTO `languages` (`languagecode`,`languagename`,`charset`,`enabled`,`direction`,`translationby`) VALUES ('gd','Scots Gaelic','iso-8859-1, windows-1252','N','ltr',NULL), ('gl','Galician','iso-8859-1, windows-1252','N','ltr',NULL), ('gn','Guarani','','N','ltr',NULL), ('gu','Gujarati','','N','ltr',NULL), ('ha','Hausa','','N','ltr',NULL), ('hi','Hindi','','N','ltr',NULL), ('hr','Croatian','iso-8859-2, windows-1250','N','ltr',NULL), ('hu','Hungarian','iso-8859-2','N','ltr','Moshu'), ('hy','Armenian','','N','ltr',NULL), ('ia','Interlingua','','N','ltr',NULL), ('ie','Interlingue','','N','ltr',NULL), ('ik','Inupiak','','N','ltr',NULL), ('in','Indonesian','','N','ltr',NULL), ('is','Icelandic','iso-8859-1, windows-1252','N','ltr',NULL), ('it','Italiano','iso-8859-1, windows-1252','N','ltr',NULL), ('iw','Hebrew','iso-8859-8','N','ltr',NULL), ('ja','Japanese','shift_jis, iso-2022-jp, euc-jp','N','ltr',NULL), ('ji','Yiddish','','N','ltr',NULL), ('jw','Javanese','','N','ltr',NULL), ('ka','Georgian','','N','ltr',NULL); INSERT INTO `languages` (`languagecode`,`languagename`,`charset`,`enabled`,`direction`,`translationby`) VALUES ('kk','Kazakh','','N','ltr',NULL), ('kl','Greenlandic','','N','ltr',NULL), ('km','Cambodian','','N','ltr',NULL), ('kn','Kannada','','N','ltr',NULL), ('ko','Korean','','N','ltr',NULL), ('ks','Kashmiri','','N','ltr',NULL), ('ku','Kurdish','','N','ltr',NULL), ('ky','Kirghiz','','N','ltr',NULL), ('la','Latin','','N','ltr',NULL), ('ln','Lingala','','N','ltr',NULL), ('lo','Laothian','','N','ltr',NULL), ('lt','Lithuanian','iso-8859-13, windows-1257','N','ltr',NULL), ('lv','Latvian, Lettish','iso-8859-13, windows-1257','N','ltr',NULL), ('mg','Malagasy','','N','ltr',NULL), ('mi','Maori','','N','ltr',NULL), ('mk','Macedonian','iso-8859-5, windows-1251','N','ltr',NULL), ('ml','Malayalam','','N','ltr',NULL), ('mn','Mongolian','','N','ltr',NULL), ('mo','Moldavian','','N','ltr',NULL), ('mr','Marathi','','N','ltr',NULL), ('ms','Malay','','N','ltr',NULL), ('mt','Maltese','iso-8859-3','N','ltr',NULL), ('my','Burmese','','N','ltr',NULL); INSERT INTO `languages` (`languagecode`,`languagename`,`charset`,`enabled`,`direction`,`translationby`) VALUES ('na','Nauru','','N','ltr',NULL), ('ne','Nepali','','N','ltr',NULL), ('no','Norwegian','iso-8859-1, windows-1252','N','ltr',NULL), ('oc','Occitan','','N','ltr',NULL), ('om','(Afan) Oromo','','N','ltr',NULL), ('or','Oriya','','N','ltr',NULL), ('pa','Punjabi','','N','ltr',NULL), ('pl','Polish','iso-8859-2','Y','ltr','Jaroslaw Gilewski'), ('ps','Pashto, Pushto','','N','ltr',NULL), ('pt','Portuguese','iso-8859-1, windows-1252','N','ltr','Marcelo Yoshiro'), ('qu','Quechua','','N','ltr',NULL), ('rm','Rhaeto-Romance','','N','ltr',NULL), ('rn','Kirundi','','N','ltr',NULL), ('ro','Romanian','iso-8859-2','N','ltr',NULL), ('ru','Russian','koi8-r, iso-8859-5','Y','ltr','Nick Stankevich'), ('rw','Kinyarwanda','','N','ltr',NULL), ('sa','Sanskrit','','N','ltr',NULL), ('sd','Sindhi','','N','ltr',NULL), ('sg','Sangro','','N','ltr',NULL), ('sh','Serbo-Croatian','','N','ltr',NULL), ('si','Singhalese','','N','ltr',NULL); INSERT INTO `languages` (`languagecode`,`languagename`,`charset`,`enabled`,`direction`,`translationby`) VALUES ('sk','Slovak','iso-8859-2','N','ltr',NULL), ('sl','Slovenian','iso-8859-2, windows-1250','N','ltr',NULL), ('sm','Samoan','','N','ltr',NULL), ('sn','Shona','','N','ltr',NULL), ('so','Somali','','N','ltr',NULL), ('sq','Albanian','iso-8859-1, windows-1252','N','ltr',NULL), ('sr','Serbian','iso-8859-2, windows-1250','N','ltr',NULL), ('ss','Siswati','','N','ltr',NULL), ('st','Sesotho','','N','ltr',NULL), ('su','Sudanese','','N','ltr',NULL), ('sv','Svenska','iso-8859-1, windows-1252','N','ltr',NULL), ('sw','Swahili','','N','ltr',NULL), ('ta','Tamil','','N','ltr',NULL), ('te','Telugu','','N','ltr',NULL), ('tg','Tajik','','N','ltr',NULL), ('th','Thai','','N','ltr',NULL), ('ti','Tigrinya','','N','ltr',NULL), ('tk','Turkmen','','N','ltr',NULL), ('tl','Tagalog','','N','ltr',NULL), ('tn','Setswana','','N','ltr',NULL), ('to','Tonga','','N','ltr',NULL), ('tr','Turkish','iso-8859-9, windows-1254','N','ltr',NULL), ('ts','Tsonga','','N','ltr',NULL); INSERT INTO `languages` (`languagecode`,`languagename`,`charset`,`enabled`,`direction`,`translationby`) VALUES ('tt','Tatar','','N','ltr',NULL), ('tw','Twi','','N','ltr',NULL), ('uk','Ukrainian','iso-8859-5','N','ltr',NULL), ('ur','Urdu','','N','ltr',NULL), ('uz','Uzbek','','N','ltr',NULL), ('vi','Vietnamese','','N','ltr',NULL), ('vo','Volapuk','','N','ltr',NULL), ('wo','Wolof','','N','ltr',NULL), ('xh','Xhosa','','N','ltr',NULL), ('yo','Yoruba','','N','ltr',NULL), ('zh','Chinese (b5)','big5','Y','ltr','Steven Wu'), ('zu','Zulu','','N','ltr',NULL); /*!40000 ALTER TABLE `languages` ENABLE KEYS */; -- -- Table structure for table `website`.`links` -- DROP TABLE IF EXISTS `links`; CREATE TABLE `links` ( `linksid` int(11) NOT NULL auto_increment, `publishdate` datetime default NULL, `linkurl` varchar(255) default NULL, `linkdescr` text, `activeentry` char(1) default NULL, `authorid` int(11) default NULL, `updatedate` datetime default NULL, `catid` varchar(16) default NULL, PRIMARY KEY (`linksid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`links` -- /*!40000 ALTER TABLE `links` DISABLE KEYS */; /*!40000 ALTER TABLE `links` ENABLE KEYS */; -- -- Table structure for table `website`.`linkscategories` -- DROP TABLE IF EXISTS `linkscategories`; CREATE TABLE `linkscategories` ( `catid` int(11) unsigned NOT NULL auto_increment, `catname` varchar(32) NOT NULL default '', `catref` varchar(32) default NULL, `hiddencat` char(1) default '0', PRIMARY KEY (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`linkscategories` -- /*!40000 ALTER TABLE `linkscategories` DISABLE KEYS */; /*!40000 ALTER TABLE `linkscategories` ENABLE KEYS */; -- -- Table structure for table `website`.`modules` -- DROP TABLE IF EXISTS `modules`; CREATE TABLE `modules` ( `moduleid` int(11) NOT NULL auto_increment, `modulename` varchar(32) NOT NULL default '', `extin` char(1) NOT NULL default 'E', `moduledirectory` varchar(255) NOT NULL default '', `modulescript` varchar(255) NOT NULL default '', `modulesubmit` char(1) default 'N', PRIMARY KEY (`moduleid`), UNIQUE KEY `module` (`extin`,`modulename`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`modules` -- /*!40000 ALTER TABLE `modules` DISABLE KEYS */; INSERT INTO `modules` (`moduleid`,`modulename`,`extin`,`moduledirectory`,`modulescript`,`modulesubmit`) VALUES (1,'Calendar','E','calendar','calendar.php','N'), (2,'Event Diary','E','diary','showdiary.php','Y'), (3,'Event List','E','diary','showeventlist.php','Y'), (4,'Inline Event List','I','diary','inlineeventlist.php','N'), (5,'Image Gallery','E','gallery','showgallery.php','Y'), (6,'Guestbook','E','guestbook','showguestbook.php','Y'), (7,'Links','E','links','showlinks.php','Y'), (8,'News','E','news','shownews.php','Y'), (9,'Archived News','E','news','archivednews.php','N'), (10,'Inline News','I','news','inlinenews.php','N'), (11,'Poll','E','poll','showpoll.php','N'), (12,'Inline Poll','I','poll','inlinepoll.php','N'), (13,'Reviews','E','reviews','showreviews.php','Y'), (14,'Search','E','search','search.php','N'), (15,'Site Map','E','sitemap','sitemap.php','N'), (16,'Top Ten Articles','E','toprated','toprated.php','N'), (17,'What\'s New','E','whatsnew','whatsnew.php','N'); /*!40000 ALTER TABLE `modules` ENABLE KEYS */; -- -- Table structure for table `website`.`modulesettings` -- DROP TABLE IF EXISTS `modulesettings`; CREATE TABLE `modulesettings` ( `modulename` varchar(32) NOT NULL default '', `settingname` varchar(50) NOT NULL default '', `settingvalue` text, PRIMARY KEY (`modulename`,`settingname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`modulesettings` -- /*!40000 ALTER TABLE `modulesettings` DISABLE KEYS */; INSERT INTO `modulesettings` (`modulename`,`settingname`,`settingvalue`) VALUES ('calendar','version','2.0.0'), ('calendar','author','The ezContents Development Team'), ('diary','version','2.0.0'), ('diary','author','The ezContents Development Team'), ('diary','todaydatecolour','OrangeRed'), ('diary','todaycellbackground','DarkGray'), ('diary','todaycellhoverbackground','MediumSlateBlue'), ('diary','datecolour','Gold'), ('diary','weekenddatecolour','White'), ('diary','cellbackground','DarkSlateBlue'), ('diary','cellhoverbackground','MediumSlateBlue'), ('gallery','version','2.0.0'), ('gallery','author','The ezContents Development Team'), ('guestbook','version','2.0.0'), ('guestbook','author','The ezContents Development Team'), ('links','version','2.0.0'), ('links','author','The ezContents Development Team'), ('news','version','2.0.0'), ('news','author','The ezContents Development Team'), ('poll','version','2.0.0'), ('poll','author','The ezContents Development Team'), ('poll','MainScreenWidthMultiplier','3'); INSERT INTO `modulesettings` (`modulename`,`settingname`,`settingvalue`) VALUES ('poll','InlineScreenWidthMultiplier','1'), ('reviews','version','2.0.0'), ('reviews','author','The ezContents Development Team'), ('search','version','2.0.0'), ('search','author','The ezContents Development Team'), ('search','addterms','any'), ('sitemap','version','2.0.0'), ('sitemap','author','The ezContents Development Team'), ('toprated','version','2.0.0'), ('toprated','author','The ezContents Development Team'), ('toprated','countlimit','10'), ('whatsnew','version','2.0.0'), ('whatsnew','author','The ezContents Development Team'); /*!40000 ALTER TABLE `modulesettings` ENABLE KEYS */; -- -- Table structure for table `website`.`news` -- DROP TABLE IF EXISTS `news`; CREATE TABLE `news` ( `newsid` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) default NULL, `publishdate` datetime default NULL, `expiredate` datetime default NULL, `contactname` varchar(255) default NULL, `contactemail` varchar(255) default NULL, `web_page` varchar(255) default NULL, `teaser` text, `body` text, `activeentry` char(1) default NULL, `authorid` int(11) default NULL, `updatedate` datetime default NULL, `catid` varchar(16) default NULL, PRIMARY KEY (`newsid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`news` -- /*!40000 ALTER TABLE `news` DISABLE KEYS */; /*!40000 ALTER TABLE `news` ENABLE KEYS */; -- -- Table structure for table `website`.`newscategories` -- DROP TABLE IF EXISTS `newscategories`; CREATE TABLE `newscategories` ( `catid` int(11) unsigned NOT NULL auto_increment, `catname` varchar(32) NOT NULL default '', `catref` varchar(32) default NULL, `hiddencat` char(1) default '0', PRIMARY KEY (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`newscategories` -- /*!40000 ALTER TABLE `newscategories` DISABLE KEYS */; /*!40000 ALTER TABLE `newscategories` ENABLE KEYS */; -- -- Table structure for table `website`.`poll` -- DROP TABLE IF EXISTS `poll`; CREATE TABLE `poll` ( `pollid` int(11) NOT NULL auto_increment, `publishdate` datetime default NULL, `expiredate` datetime default NULL, `question` varchar(255) default NULL, `activeentry` char(1) default NULL, `authorid` int(11) default NULL, `catid` varchar(16) default NULL, `polltype` char(1) default 'S', `pollvotes` int(11) default '0', PRIMARY KEY (`pollid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`poll` -- /*!40000 ALTER TABLE `poll` DISABLE KEYS */; /*!40000 ALTER TABLE `poll` ENABLE KEYS */; -- -- Table structure for table `website`.`pollcategories` -- DROP TABLE IF EXISTS `pollcategories`; CREATE TABLE `pollcategories` ( `catid` int(11) unsigned NOT NULL auto_increment, `catname` varchar(32) NOT NULL default '', `catref` varchar(32) default NULL, `hiddencat` char(1) default '0', PRIMARY KEY (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`pollcategories` -- /*!40000 ALTER TABLE `pollcategories` DISABLE KEYS */; /*!40000 ALTER TABLE `pollcategories` ENABLE KEYS */; -- -- Table structure for table `website`.`polloptions` -- DROP TABLE IF EXISTS `polloptions`; CREATE TABLE `polloptions` ( `polloptionid` int(11) NOT NULL auto_increment, `pollid` int(11) NOT NULL, `polloption` varchar(255) default NULL, `optioncount` int(11) default '0', PRIMARY KEY (`polloptionid`), KEY `optionref` (`pollid`,`polloptionid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`polloptions` -- /*!40000 ALTER TABLE `polloptions` DISABLE KEYS */; /*!40000 ALTER TABLE `polloptions` ENABLE KEYS */; -- -- Table structure for table `website`.`pollresults` -- DROP TABLE IF EXISTS `pollresults`; CREATE TABLE `pollresults` ( `resultid` int(11) NOT NULL auto_increment, `userid` varchar(32) NOT NULL default '', `pollid` int(11) NOT NULL default '0', `pollresult` int(11) NOT NULL default '0', PRIMARY KEY (`resultid`), UNIQUE KEY `rated` (`pollid`,`userid`,`pollresult`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`pollresults` -- /*!40000 ALTER TABLE `pollresults` DISABLE KEYS */; /*!40000 ALTER TABLE `pollresults` ENABLE KEYS */; -- -- Table structure for table `website`.`ratings` -- DROP TABLE IF EXISTS `ratings`; CREATE TABLE `ratings` ( `ratingid` int(11) NOT NULL auto_increment, `authorid` varchar(32) NOT NULL default '', `contentname` varchar(32) NOT NULL default '', `rating` int(2) NOT NULL default '99', `comments` text, PRIMARY KEY (`ratingid`), UNIQUE KEY `rated` (`authorid`,`contentname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`ratings` -- /*!40000 ALTER TABLE `ratings` DISABLE KEYS */; /*!40000 ALTER TABLE `ratings` ENABLE KEYS */; -- -- Table structure for table `website`.`reviews` -- DROP TABLE IF EXISTS `reviews`; CREATE TABLE `reviews` ( `reviewsid` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) default NULL, `author` varchar(255) default NULL, `publisher` varchar(255) default NULL, `publishdate` datetime default NULL, `contactname` varchar(255) default NULL, `contactemail` varchar(255) default NULL, `web_page` varchar(255) default NULL, `teaser` text, `body` text, `rating` int(2) NOT NULL default '99', `activeentry` char(1) default NULL, `authorid` int(11) default NULL, `updatedate` datetime default NULL, `catid` varchar(16) default NULL, PRIMARY KEY (`reviewsid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`reviews` -- /*!40000 ALTER TABLE `reviews` DISABLE KEYS */; /*!40000 ALTER TABLE `reviews` ENABLE KEYS */; -- -- Table structure for table `website`.`reviewscategories` -- DROP TABLE IF EXISTS `reviewscategories`; CREATE TABLE `reviewscategories` ( `catid` int(11) unsigned NOT NULL auto_increment, `catname` varchar(32) NOT NULL default '', `catref` varchar(32) default NULL, `hiddencat` char(1) default '0', PRIMARY KEY (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`reviewscategories` -- /*!40000 ALTER TABLE `reviewscategories` DISABLE KEYS */; /*!40000 ALTER TABLE `reviewscategories` ENABLE KEYS */; -- -- Table structure for table `website`.`sessions` -- DROP TABLE IF EXISTS `sessions`; CREATE TABLE `sessions` ( `SID` varchar(32) NOT NULL default '', `expiration` int(11) NOT NULL default '0', `sessvalue` text NOT NULL, PRIMARY KEY (`SID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`sessions` -- /*!40000 ALTER TABLE `sessions` DISABLE KEYS */; INSERT INTO `sessions` (`SID`,`expiration`,`sessvalue`) VALUES ('43f8e4428e2848478800fa7ae6df5947',1138560256,'a:15:{s:11:\"LoginCookie\";s:5:\"admin\";s:14:\"PasswordCookie\";s:32:\"b367eb25047b0e3868e434e3e0f03485\";s:15:\"noframesbrowser\";i:0;s:6:\"UserID\";s:1:\"1\";s:8:\"UserName\";s:24:\"ezContents Administrator\";s:9:\"UserGroup\";s:13:\"administrator\";s:8:\"Language\";s:2:\"en\";s:7:\"Country\";s:2:\"nl\";s:4:\"Site\";s:0:\"\";s:5:\"Theme\";s:0:\"\";s:7:\"Browser\";s:27:\"Microsoft Internet Explorer\";s:7:\"WYSIWYG\";s:1:\"Y\";s:14:\"BrowserVersion\";s:3:\"6.0\";s:8:\"Platform\";s:5:\"Win32\";s:15:\"WYSIWYG_Version\";s:1:\"2\";}'), ('e005e559230ad02a2e2c021bb7767e94',1138559622,'a:15:{s:11:\"LoginCookie\";s:5:\"admin\";s:14:\"PasswordCookie\";s:32:\"5ce3bd448bf3cef938337494b0d98036\";s:15:\"noframesbrowser\";i:0;s:6:\"UserID\";s:1:\"1\";s:8:\"UserName\";s:24:\"ezContents Administrator\";s:9:\"UserGroup\";s:13:\"administrator\";s:8:\"Language\";s:0:\"\";s:7:\"Country\";s:0:\"\";s:4:\"Site\";s:0:\"\";s:5:\"Theme\";s:0:\"\";s:7:\"Browser\";s:27:\"Microsoft Internet Explorer\";s:7:\"WYSIWYG\";s:1:\"Y\";s:14:\"BrowserVersion\";s:3:\"6.0\";s:8:\"Platform\";s:5:\"Win32\";s:15:\"WYSIWYG_Version\";s:1:\"2\";}'), ('127e69141d04df6f1b026f8cd823ab7c',1138560658,'a:15:{s:11:\"LoginCookie\";s:0:\"\";s:14:\"PasswordCookie\";s:0:\"\";s:15:\"noframesbrowser\";i:0;s:6:\"UserID\";i:0;s:8:\"UserName\";s:0:\"\";s:9:\"UserGroup\";s:0:\"\";s:8:\"Language\";s:2:\"en\";s:7:\"Country\";s:2:\"nl\";s:4:\"Site\";s:0:\"\";s:5:\"Theme\";s:0:\"\";s:7:\"Browser\";s:27:\"Microsoft Internet Explorer\";s:7:\"WYSIWYG\";s:1:\"Y\";s:14:\"BrowserVersion\";s:3:\"6.0\";s:8:\"Platform\";s:5:\"Win32\";s:15:\"WYSIWYG_Version\";s:1:\"2\";}'); INSERT INTO `sessions` (`SID`,`expiration`,`sessvalue`) VALUES ('67153646c71e4b681e643d2eb26899b4',1138562124,'a:15:{s:11:\"LoginCookie\";s:5:\"admin\";s:14:\"PasswordCookie\";s:32:\"21232f297a57a5a743894a0e4a801fc3\";s:15:\"noframesbrowser\";i:0;s:6:\"UserID\";s:1:\"1\";s:8:\"UserName\";s:24:\"ezContents Administrator\";s:9:\"UserGroup\";s:13:\"administrator\";s:8:\"Language\";s:2:\"en\";s:7:\"Country\";s:2:\"nl\";s:4:\"Site\";s:0:\"\";s:5:\"Theme\";s:0:\"\";s:7:\"Browser\";s:27:\"Microsoft Internet Explorer\";s:7:\"WYSIWYG\";s:1:\"Y\";s:14:\"BrowserVersion\";s:3:\"6.0\";s:8:\"Platform\";s:5:\"Win32\";s:15:\"WYSIWYG_Version\";s:1:\"2\";}'); /*!40000 ALTER TABLE `sessions` ENABLE KEYS */; -- -- Table structure for table `website`.`settings` -- DROP TABLE IF EXISTS `settings`; CREATE TABLE `settings` ( `settingname` varchar(50) NOT NULL default '', `cssentry` char(1) default NULL, `settingvalue` text, PRIMARY KEY (`settingname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`settings` -- /*!40000 ALTER TABLE `settings` DISABLE KEYS */; INSERT INTO `settings` (`settingname`,`cssentry`,`settingvalue`) VALUES ('version','','2.0.1'), ('bgcolor_main','Y','White'), ('bgcolor_cnttbl','Y','White'), ('bgcolor_headercnt','Y','White'), ('bgcolor_header','Y','Black'), ('bgcolor_footer','Y','Black'), ('bgcolor_menu','Y','White'), ('color_header','Y','Black'), ('color_ahref','Y','Red'), ('color_ahref_hover','Y','Green'), ('color_ahref_visited','Y','Red'), ('menu_color_ahref','Y','Red'), ('menu_color_ahref_hover','Y','Green'), ('menu_color_ahref_visited','Y','Red'), ('topmenu_color_ahref','Y','Red'), ('topmenu_color_ahref_hover','Y','Green'), ('topmenu_color_ahref_visited','Y','Red'), ('color_ahref_small','Y','Red'), ('color_ahref_small_hover','Y','Green'), ('color_ahref_small_visited','Y','Red'), ('color_td','Y','Black'), ('color_h1','Y','FFFFFF'), ('homepagelogo','','bgtop.jpg'), ('headerbg','Y',''), ('menubg','Y',''), ('topbg','Y',''), ('mainbg','Y',''), ('topmenuborder','','0'), ('topmenualign','','L'), ('topmenuseparator','','[ ? | ? ]'); INSERT INTO `settings` (`settingname`,`cssentry`,`settingvalue`) VALUES ('menuborder','','0'), ('menudistance1','','8'), ('menudistance2','','8'), ('menudistance3','','4'), ('menudistance4','','12'), ('privatemenus','','L'), ('useframes','','Y'), ('font1','Y','Verdana'), ('fontsize1','Y','12px'), ('fontsize2','Y','24px'), ('sitetitle','','Visual Shapers - Developers Resource'), ('sitedesc','','ezContents is an easy website content management system. You can maintain menus and submenus, add authors and maintain the entire contents of a website.'), ('sitekeywords','','CMS, ezcontents, content management system, php, mysql, apache'), ('headerbgrep','Y',''), ('menubgrep','Y',''), ('topbgrep','Y',''), ('mainbgrep','Y',''), ('fontsize3','Y','11px'), ('fontstyle1','Y','None'), ('fontstyle3','Y','None'), ('topframe_height','','120'), ('leftframe_width','','180'), ('expandmenus','','Y'), ('showbanners','','N'), ('use_compression','','N'), ('timegen_display','','N'), ('default_language','','en'), ('timezone','',''); INSERT INTO `settings` (`settingname`,`cssentry`,`settingvalue`) VALUES ('tophtml','',''), ('showtopmenu','','N'), ('topmenuframe_height','','46'), ('bgcolor_topmenu','Y','LightBlue'), ('topmenu_fontsize','Y','13px'), ('topmenu_fontstyle','Y','None'), ('userdataframe','','T'), ('userdataframewidth','','350'), ('hoverdisplay','','Y'), ('lrcontentframe','','Y'), ('rightcolumnwidth','','250'), ('imagecolumnbreak','','column_separator.gif'), ('bgcolor_tsrtbl','Y','White'), ('bgcolor_headertsr','Y','White'), ('color_tsrheader','Y','Black'), ('color_tsrtd','Y','Black'), ('smallfontsize','Y','9px'), ('bottomframe','','Y'), ('bottomframe_height','','32'), ('footer','','
ezContents CMS Version 2.0.0
'), ('homepagetopgroup','',''), ('visitorstats','','Y'), ('secureserver','',''), ('topmenurows','','3'), ('menuframealign','','L'), ('allowratings','','Y'), ('allowcomments','','Y'), ('ratingmin','','1'), ('ratingmax','','5'), ('ratingimage1','','icons/star.gif'); INSERT INTO `settings` (`settingname`,`cssentry`,`settingvalue`) VALUES ('ratingimage2','','icons/nostar.gif'), ('vetcomments','','Y'), ('dateformat','','%A %B %d, %Y'), ('ratingicon','','icons/rateicon.gif'), ('printicon','','icons/printer.gif'), ('commenticon','','icons/commenticon2.gif'), ('secureicon','','icons/private.gif'), ('homepagegroup','','Welcome'), ('privdefault','','probationer'), ('printerfriendly','','Y'), ('rcol_color_ahref','Y','Red'), ('rcolfontsize','Y','10px'), ('rcol_color_ahref_hover','Y','Green'), ('rcol_color_ahref_visited','Y','Red'), ('rcol_headerfontsize','Y','18px'), ('rcol_fontstyle','Y','Underline'), ('rcol_bgcolor_headercnt','Y','LightBlue'), ('rcol_bgcolor_cnttbl','Y','White'), ('rcol_color_header','Y','Black'), ('rcol_color_td','Y','Black'), ('serveruseremail','','basketball.west@inter.nl.net'), ('phone_status','','N'), ('fax_status','','N'), ('address_status','','N'), ('city_status','','N'), ('state_status','','N'), ('zip_status','','N'), ('website_status','','O'); INSERT INTO `settings` (`settingname`,`cssentry`,`settingvalue`) VALUES ('comments_status','','N'), ('errform_font_color','Y','blue'), ('newsletter_status','','N'), ('show_helptexts','','Y'), ('country_status','','O'), ('topmenu_bgimage','',''), ('sendconfirmationmail','','Y'), ('helptext_fontsize','Y','10px'), ('language_status','','O'), ('helptext_color','Y','Gray'), ('firstpageicon','','first_button.gif'), ('prevpageicon','','prev_button.gif'), ('nextpageicon','','next_button.gif'), ('lastpageicon','','last_button.gif'), ('sectionsecurity','','N'), ('sitewidth','','800'), ('siteheight','','600'), ('adminprivgroup','','administrator'), ('collapsemenus','','Y'), ('expandicon','','icons/plus.gif'), ('collapseicon','','icons/minus.gif'), ('noexpandicon','','icons/blank.gif'), ('multisite','','N'), ('multilanguage','','Y'), ('multisiteauthors','','N'), ('multitheme','','N'), ('teaserwithdetails','','Y'), ('breadcrumb','','Y'), ('breadcrumbseparator','',' > '), ('bookmark','','Y'); INSERT INTO `settings` (`settingname`,`cssentry`,`settingvalue`) VALUES ('mainbgfix','Y',''), ('menubgfix','Y',''), ('topbgfix','Y',''), ('topmenubg','Y',''), ('topmenubgrep','Y',''), ('topmenubgfix','Y',''), ('footerbg','Y',''), ('footerbgrep','Y',''), ('footerbgfix','Y',''), ('registration_hash','','23ba851805e7f2b0cb31c94051c8ed60'), ('registration_details','','<-- BEGIN REGISTRATION BLOCK -->\nezContents CMS Version 2.0.0\nPublic Beta Release\nBeta Test License\nhttp://www.ezcontents.org/\n<-- END REGISTRATION BLOCK -->'), ('registration_date','','2004-01-01'), ('WYSIWYG_Version','','3 Beta'), ('WYSIWYG_TableManager','','N'), ('WYSIWYG_SpellChecker','','N'), ('PoweredByEZC','','M'), ('favicon','',''); /*!40000 ALTER TABLE `settings` ENABLE KEYS */; -- -- Table structure for table `website`.`sidebartemplates` -- DROP TABLE IF EXISTS `sidebartemplates`; CREATE TABLE `sidebartemplates` ( `sidebarid` int(11) NOT NULL auto_increment, `sidebarname` varchar(255) NOT NULL default '', `sbalign` char(1) default 'L', `sbborder` int(2) default '1', `sbbgcolor` varchar(255) default NULL, `sbwidth` varchar(4) NOT NULL default '50%', `authorid` int(11) NOT NULL default '0', PRIMARY KEY (`sidebarid`), UNIQUE KEY `sidebarname` (`sidebarname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`sidebartemplates` -- /*!40000 ALTER TABLE `sidebartemplates` DISABLE KEYS */; INSERT INTO `sidebartemplates` (`sidebarid`,`sidebarname`,`sbalign`,`sbborder`,`sbbgcolor`,`sbwidth`,`authorid`) VALUES (1,'sbcentre50','C',2,'White','50%',1), (2,'sbleft50','L',2,'White','50%',1), (3,'sbright50','R',2,'White','50%',1), (4,'sb100','L',2,'White','100%',1); /*!40000 ALTER TABLE `sidebartemplates` ENABLE KEYS */; -- -- Table structure for table `website`.`sites` -- DROP TABLE IF EXISTS `sites`; CREATE TABLE `sites` ( `sitecode` varchar(16) NOT NULL default '', `sitename` varchar(64) NOT NULL default '', `sitedescription` text, `siteenabled` char(1) default NULL, PRIMARY KEY (`sitecode`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`sites` -- /*!40000 ALTER TABLE `sites` DISABLE KEYS */; /*!40000 ALTER TABLE `sites` ENABLE KEYS */; -- -- Table structure for table `website`.`specialcontents` -- DROP TABLE IF EXISTS `specialcontents`; CREATE TABLE `specialcontents` ( `scid` int(11) NOT NULL auto_increment, `scname` varchar(32) NOT NULL default '', `sctitle` varchar(255) NOT NULL default '', `scdb` varchar(32) NOT NULL default '', `screg` char(1) default 'Y', `scvalid` char(1) default 'Y', `stextdisplay` char(1) default 'Y', `stext` varchar(255) default NULL, `sgraphicdisplay` char(1) default 'Y', `sgraphic` varchar(255) default NULL, `usergroups` varchar(255) default NULL, `scuseprefix` char(1) default 'N', `scusecategories` char(1) default 'N', `orderby` char(1) default 'D', `showpostedby` char(1) default 'N', `showposteddate` char(1) default 'N', `perpage` int(4) default '1', PRIMARY KEY (`scid`), UNIQUE KEY `scname` (`scname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`specialcontents` -- /*!40000 ALTER TABLE `specialcontents` DISABLE KEYS */; INSERT INTO `specialcontents` (`scid`,`scname`,`sctitle`,`scdb`,`screg`,`scvalid`,`stextdisplay`,`stext`,`sgraphicdisplay`,`sgraphic`,`usergroups`,`scuseprefix`,`scusecategories`,`orderby`,`showpostedby`,`showposteddate`,`perpage`) VALUES (1,'diary','Dates for your diary','diary','','Y','Y','','Y','icons/star.gif','','N','','D','','',8), (2,'gallery','Image Gallery','gallery','Y','Y','Y','Submit Image to Gallery','','','','N','N','C','','Y',20), (3,'guestbook','Guestbook','guestbook','','','Y','','Y','','','N','','D','Y','Y',6), (4,'links','Links','links','Y','Y','Y','Submit Link','','','','N','N','D','','Y',8), (5,'news','This week\'s breaking news stories','news','Y','Y','Y','Submit News Story','','','','N','N','C','','Y',5), (6,'poll','Poll','poll','Y','Y','','','','','','N','N','D','','Y',1), (7,'reviews','Book, Film and Game Reviews','reviews','Y','Y','Y','Submit Review','','','','N','N','C','','Y',8); /*!40000 ALTER TABLE `specialcontents` ENABLE KEYS */; -- -- Table structure for table `website`.`subgroups` -- DROP TABLE IF EXISTS `subgroups`; CREATE TABLE `subgroups` ( `subgroupid` int(11) unsigned NOT NULL auto_increment, `groupname` varchar(32) NOT NULL default '', `subgroupdesc` varchar(100) default NULL, `subgrouplink` varchar(255) default NULL, `subgrouporderid` int(10) NOT NULL default '0', `submenuimage1` varchar(255) default NULL, `submenuimage2` varchar(255) default NULL, `submenuvisible` char(1) default 'Y', `submenuorderby` char(1) default '1', `submenuorderdir` char(1) default 'A', `hovertitle` varchar(255) default NULL, `openinpage` char(1) default NULL, `loginreq` char(1) default NULL, `usergroups` varchar(255) default NULL, `subgroupname` varchar(32) default NULL, `language` char(2) NOT NULL default '', `submenuimage3` varchar(255) default NULL, `submenuimage4` varchar(255) default NULL, `authorid` int(11) NOT NULL default '0', PRIMARY KEY (`subgroupid`), UNIQUE KEY `subgroupref` (`language`,`subgroupname`), KEY `parentref` (`groupname`,`language`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`subgroups` -- /*!40000 ALTER TABLE `subgroups` DISABLE KEYS */; /*!40000 ALTER TABLE `subgroups` ENABLE KEYS */; -- -- Table structure for table `website`.`tagcategories` -- DROP TABLE IF EXISTS `tagcategories`; CREATE TABLE `tagcategories` ( `catid` int(11) unsigned NOT NULL auto_increment, `catdesc` varchar(48) NOT NULL default '', `catname` varchar(32) NOT NULL default '', `language` char(2) NOT NULL default '', `authorid` int(11) NOT NULL default '1', PRIMARY KEY (`catid`), UNIQUE KEY `catref` (`language`,`catname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`tagcategories` -- /*!40000 ALTER TABLE `tagcategories` DISABLE KEYS */; INSERT INTO `tagcategories` (`catid`,`catdesc`,`catname`,`language`,`authorid`) VALUES (1,'Table','table','da',1), (2,'Titles','title','da',1), (3,'List','list','da',1), (4,'Text Formatting','text','da',1), (5,'Miscellaneous','other','da',1), (6,'Table','table','de',1), (7,'Titles','title','de',1), (8,'List','list','de',1), (9,'Text Formatting','text','de',1), (10,'Miscellaneous','other','de',1), (11,'Table','table','en',1), (12,'Titles','title','en',1), (13,'List','list','en',1), (14,'Text Formatting','text','en',1), (15,'Miscellaneous','other','en',1), (16,'Table','table','fr',1), (17,'Titles','title','fr',1), (18,'List','list','fr',1), (19,'Text Formatting','text','fr',1), (20,'Miscellaneous','other','fr',1), (21,'Table','table','nl',1), (22,'Titles','title','nl',1), (23,'List','list','nl',1), (24,'Text Formatting','text','nl',1), (25,'Miscellaneous','other','nl',1), (26,'Table','table','pl',1), (27,'Titles','title','pl',1), (28,'List','list','pl',1), (29,'Text Formatting','text','pl',1), (30,'Miscellaneous','other','pl',1); INSERT INTO `tagcategories` (`catid`,`catdesc`,`catname`,`language`,`authorid`) VALUES (31,'Table','table','ru',1), (32,'Titles','title','ru',1), (33,'List','list','ru',1), (34,'Text Formatting','text','ru',1), (35,'Miscellaneous','other','ru',1), (36,'Table','table','zh',1), (37,'Titles','title','zh',1), (38,'List','list','zh',1), (39,'Text Formatting','text','zh',1), (40,'Miscellaneous','other','zh',1); /*!40000 ALTER TABLE `tagcategories` ENABLE KEYS */; -- -- Table structure for table `website`.`tags` -- DROP TABLE IF EXISTS `tags`; CREATE TABLE `tags` ( `tagid` int(11) NOT NULL auto_increment, `tag` varchar(32) NOT NULL default '', `canedit` char(1) default NULL, `candelete` char(1) default NULL, `translation` text NOT NULL, `authorid` int(11) NOT NULL default '1', `cat` varchar(32) NOT NULL default '', PRIMARY KEY (`tagid`), UNIQUE KEY `tagref` (`cat`,`tag`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`tags` -- /*!40000 ALTER TABLE `tags` DISABLE KEYS */; INSERT INTO `tags` (`tagid`,`tag`,`canedit`,`candelete`,`translation`,`authorid`,`cat`) VALUES (1,'line','Y',NULL,'
',1,'other'), (2,'b',NULL,NULL,'',1,'text'), (3,'/b',NULL,NULL,'',1,'text'), (4,'/i',NULL,NULL,'',1,'text'), (5,'i',NULL,NULL,'',1,'text'), (6,'u',NULL,NULL,'',1,'text'), (7,'/u',NULL,NULL,'',1,'text'), (8,'ul',NULL,NULL,'',1,'list'), (10,'/ol',NULL,NULL,'',1,'list'), (11,'ol',NULL,NULL,'
    ',1,'list'), (12,'li',NULL,NULL,'
  1. ',1,'list'), (13,'/li',NULL,NULL,'
  2. ',1,'list'), (14,'h2',NULL,NULL,'

    ',1,'title'), (15,'/h2',NULL,NULL,'

    ',1,'title'), (16,'/h3',NULL,NULL,'',1,'title'), (17,'h3',NULL,NULL,'

    ',1,'title'), (18,'h4',NULL,NULL,'

    ',1,'title'), (19,'/h4',NULL,NULL,'

    ',1,'title'), (20,'/table','Y','Y','',1,'table'), (21,'row','Y','Y','',1,'table'), (22,'/row','Y','Y','',1,'table'), (23,'cell_lt','Y','Y','',1,'table'), (24,'cell_ct','Y','Y','',1,'table'); INSERT INTO `tags` (`tagid`,`tag`,`canedit`,`candelete`,`translation`,`authorid`,`cat`) VALUES (25,'cell_rt','Y','Y','',1,'table'), (26,'cell_lc','Y','Y','',1,'table'), (27,'cell_cc','Y','Y','',1,'table'), (28,'cell_rc','Y','Y','',1,'table'), (29,'cell_lb','Y','Y','',1,'table'), (30,'cell_cb','Y','Y','',1,'table'), (31,'cell_rb','Y','Y','',1,'table'), (32,'/cell','Y','Y','',1,'table'), (33,'dot','Y','Y','•',1,'other'), (34,'table','Y','Y','',1,'table'), (35,'top','Y','Y','Top of page',1,'other'); /*!40000 ALTER TABLE `tags` ENABLE KEYS */; -- -- Table structure for table `website`.`themes` -- DROP TABLE IF EXISTS `themes`; CREATE TABLE `themes` ( `themecode` varchar(16) NOT NULL default '', `themename` varchar(64) NOT NULL default '', `themedescription` text, `themeenabled` char(1) default NULL, PRIMARY KEY (`themecode`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`themes` -- /*!40000 ALTER TABLE `themes` DISABLE KEYS */; /*!40000 ALTER TABLE `themes` ENABLE KEYS */; -- -- Table structure for table `website`.`topgroups` -- DROP TABLE IF EXISTS `topgroups`; CREATE TABLE `topgroups` ( `topgroupid` int(11) unsigned NOT NULL auto_increment, `topgroupdesc` varchar(100) default NULL, `topgrouplink` varchar(255) default NULL, `topgrouporderid` int(10) NOT NULL default '0', `topmenuimage1` varchar(255) default NULL, `topmenuimage2` varchar(255) default NULL, `tophovertitle` varchar(255) default NULL, `topmenuvisible` char(1) default 'Y', `topmenuorderby` char(1) default '1', `topmenuorderdir` char(1) default 'A', `topopeninpage` char(1) default NULL, `loginreq` char(1) default NULL, `usergroups` varchar(255) default NULL, `topgroupname` varchar(32) default NULL, `language` char(2) NOT NULL default '', `topmenuimage3` varchar(255) default NULL, `topmenuimage4` varchar(255) default NULL, `authorid` int(11) NOT NULL default '0', PRIMARY KEY (`topgroupid`), UNIQUE KEY `topgroupref` (`language`,`topgroupname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`topgroups` -- /*!40000 ALTER TABLE `topgroups` DISABLE KEYS */; /*!40000 ALTER TABLE `topgroups` ENABLE KEYS */; -- -- Table structure for table `website`.`userdata` -- DROP TABLE IF EXISTS `userdata`; CREATE TABLE `userdata` ( `userdataname` varchar(32) NOT NULL default '', `userdataenabled` char(1) default NULL, `userdataorderid` int(2) NOT NULL default '0', `userdatavar` varchar(32) NOT NULL default '', `userdatatype` char(2) NOT NULL default '', `userdatavalue` varchar(16) NOT NULL default '', PRIMARY KEY (`userdataname`), KEY `userdataorderid` (`userdataorderid`,`userdataname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`userdata` -- /*!40000 ALTER TABLE `userdata` DISABLE KEYS */; INSERT INTO `userdata` (`userdataname`,`userdataenabled`,`userdataorderid`,`userdatavar`,`userdatatype`,`userdatavalue`) VALUES ('loginmessage','1',1,'','',''), ('loginlogout','1',2,'','',''), ('adminfunctions','1',3,'','',''), ('preferences','1',4,'','',''), ('memberlist','1',5,'','',''), ('language','0',6,'gsMultiLanguage','==','Y'), ('selectlanguage','1',7,'gsMultiLanguage','==','Y'), ('selectsite','0',9,'gsMultiSite','==','Y'), ('site','0',8,'gsMultiSite','==','Y'), ('selecttheme','1',11,'gsMultiSite','==','Y'), ('theme','0',10,'gsMultiTheme','==','Y'), ('homesite','0',12,'gsMultiSite','==','Y'); /*!40000 ALTER TABLE `userdata` ENABLE KEYS */; -- -- Table structure for table `website`.`usergroups` -- DROP TABLE IF EXISTS `usergroups`; CREATE TABLE `usergroups` ( `usergroupid` int(11) unsigned NOT NULL auto_increment, `usergroupdesc` varchar(48) NOT NULL default '', `usergroupname` varchar(32) NOT NULL default '', `language` char(2) NOT NULL default '', `authorid` int(11) NOT NULL default '1', PRIMARY KEY (`usergroupid`), UNIQUE KEY `usergroupref` (`language`,`usergroupname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`usergroups` -- /*!40000 ALTER TABLE `usergroups` DISABLE KEYS */; INSERT INTO `usergroups` (`usergroupid`,`usergroupdesc`,`usergroupname`,`language`,`authorid`) VALUES (1,'Administrators','administrator','da',1), (2,'Contributors','contributor','da',1), (3,'Translators','translator','da',1), (4,'Members','member','da',1), (5,'Probationary Members','probationer','da',1), (6,'Administrators','administrator','de',1), (7,'Contributors','contributor','de',1), (8,'Translators','translator','de',1), (9,'Members','member','de',1), (10,'Probationary Members','probationer','de',1), (11,'Administrators','administrator','en',1), (12,'Contributors','contributor','en',1), (13,'Translators','translator','en',1), (14,'Members','member','en',1), (15,'Probationary Members','probationer','en',1), (16,'Administrators','administrator','fr',1), (17,'Contributors','contributor','fr',1), (18,'Translators','translator','fr',1), (19,'Members','member','fr',1), (20,'Probationary Members','probationer','fr',1), (21,'Administrators','administrator','nl',1), (22,'Contributors','contributor','nl',1); INSERT INTO `usergroups` (`usergroupid`,`usergroupdesc`,`usergroupname`,`language`,`authorid`) VALUES (23,'Translators','translator','nl',1), (24,'Members','member','nl',1), (25,'Probationary Members','probationer','nl',1), (26,'Administrators','administrator','pl',1), (27,'Contributors','contributor','pl',1), (28,'Translators','translator','pl',1), (29,'Members','member','pl',1), (30,'Probationary Members','probationer','pl',1), (31,'Administrators','administrator','ru',1), (32,'Contributors','contributor','ru',1), (33,'Translators','translator','ru',1), (34,'Members','member','ru',1), (35,'Probationary Members','probationer','ru',1), (36,'Administrators','administrator','zh',1), (37,'Contributors','contributor','zh',1), (38,'Translators','translator','zh',1), (39,'Members','member','zh',1), (40,'Probationary Members','probationer','zh',1); /*!40000 ALTER TABLE `usergroups` ENABLE KEYS */; -- -- Table structure for table `website`.`userprivileges` -- DROP TABLE IF EXISTS `userprivileges`; CREATE TABLE `userprivileges` ( `refid` int(11) unsigned NOT NULL auto_increment, `usergroupname` varchar(32) NOT NULL default '', `functionname` varchar(32) NOT NULL default '', `accessview` char(1) default NULL, `accessedit` char(1) default NULL, `accessadd` char(1) default NULL, `accessdelete` char(1) default NULL, `accesstranslate` char(1) default NULL, PRIMARY KEY (`refid`), UNIQUE KEY `privilege` (`usergroupname`,`functionname`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`userprivileges` -- /*!40000 ALTER TABLE `userprivileges` DISABLE KEYS */; INSERT INTO `userprivileges` (`refid`,`usergroupname`,`functionname`,`accessview`,`accessedit`,`accessadd`,`accessdelete`,`accesstranslate`) VALUES (1,'administrator','privileges','Y','Y','Y','Y','X'), (2,'administrator','authors','Y','Y','Y','Y','X'), (3,'administrator','setregister','Y','Y','X','X','X'), (4,'administrator','backup','Y','X','Y','Y','X'), (5,'administrator','sites','Y','Y','Y','Y','X'), (6,'administrator','filetypes','Y','Y','Y','Y','X'), (7,'administrator','menusettings','Y','Y','X','X','X'), (8,'administrator','topgroups','Y','Y','Y','Y','Y'), (9,'administrator','groups','Y','Y','Y','Y','Y'), (10,'administrator','subgroups','Y','Y','Y','Y','Y'), (11,'administrator','tags','Y','Y','Y','Y','X'), (12,'administrator','sidebars','Y','Y','Y','Y','X'), (13,'administrator','imageformats','Y','Y','Y','Y','X'), (14,'administrator','ratings','Y','Y','X','X','X'), (15,'administrator','content','Y','Y','Y','Y','Y'), (16,'administrator','subcontent','Y','Y','Y','Y','X'), (17,'administrator','images','Y','X','Y','Y','X'); INSERT INTO `userprivileges` (`refid`,`usergroupname`,`functionname`,`accessview`,`accessedit`,`accessadd`,`accessdelete`,`accesstranslate`) VALUES (18,'administrator','scripts','Y','X','Y','Y','X'), (19,'administrator','downloads','Y','X','Y','Y','X'), (20,'administrator','languages','Y','Y','Y','X','X'), (21,'administrator','tusergroups','Y','Y','X','X','X'), (22,'administrator','ttagcategories','Y','Y','X','X','X'), (23,'administrator','serversettings','Y','Y','X','X','X'), (24,'administrator','sitesettings','Y','Y','X','X','X'), (25,'administrator','themes','Y','Y','Y','Y','X'), (26,'administrator','colorsform','Y','Y','X','X','X'), (27,'administrator','setgraphics','Y','Y','X','X','X'), (28,'administrator','userdata','Y','Y','X','X','X'), (29,'administrator','viewstatistics','Y','X','X','X','X'), (30,'administrator','prunestatistics','X','Y','X','X','X'), (31,'administrator','banners','Y','Y','Y','Y','X'), (32,'contributor','privileges','','','','','X'), (33,'contributor','authors','','','','','X'), (34,'contributor','setregister','','','X','X','X'); INSERT INTO `userprivileges` (`refid`,`usergroupname`,`functionname`,`accessview`,`accessedit`,`accessadd`,`accessdelete`,`accesstranslate`) VALUES (35,'contributor','backup','','X','','','X'), (36,'contributor','sites','','','','','X'), (37,'contributor','filetypes','','','','','X'), (38,'contributor','menusettings','','','X','X','X'), (39,'contributor','topgroups','Y','','','',''), (40,'contributor','groups','Y','','Y','',''), (41,'contributor','subgroups','Y','','Y','',''), (42,'contributor','tags','Y','','Y','','X'), (43,'contributor','sidebars','Y','','','','X'), (44,'contributor','imageformats','Y','','','','X'), (45,'contributor','ratings','','','X','X','X'), (46,'contributor','content','Y','','Y','','Y'), (47,'contributor','subcontent','','','','','X'), (48,'contributor','images','Y','X','Y','','X'), (49,'contributor','scripts','Y','X','Y','','X'), (50,'contributor','downloads','Y','X','Y','','X'), (51,'contributor','languages','Y','','','X','X'), (52,'contributor','tusergroups','','','X','X','X'), (53,'contributor','ttagcategories','','','X','X','X'); INSERT INTO `userprivileges` (`refid`,`usergroupname`,`functionname`,`accessview`,`accessedit`,`accessadd`,`accessdelete`,`accesstranslate`) VALUES (54,'contributor','serversettings','','','X','X','X'), (55,'contributor','sitesettings','','','X','X','X'), (56,'contributor','themes','','','','','X'), (57,'contributor','colorsform','','','X','X','X'), (58,'contributor','setgraphics','','','X','X','X'), (59,'contributor','userdata','','','X','X','X'), (60,'contributor','viewstatistics','Y','X','X','X','X'), (61,'contributor','prunestatistics','X','','X','X','X'), (62,'contributor','banners','','','','','X'), (63,'translator','privileges','','','','','X'), (64,'translator','authors','','','','','X'), (65,'translator','setregister','','','X','X','X'), (66,'translator','backup','','X','','','X'), (67,'translator','sites','','','','','X'), (68,'translator','filetypes','','','','','X'), (69,'translator','menusettings','','','X','X','X'), (70,'translator','topgroups','Y','','','','Y'), (71,'translator','groups','Y','','','','Y'); INSERT INTO `userprivileges` (`refid`,`usergroupname`,`functionname`,`accessview`,`accessedit`,`accessadd`,`accessdelete`,`accesstranslate`) VALUES (72,'translator','subgroups','Y','','','','Y'), (73,'translator','tags','Y','','Y','','X'), (74,'translator','sidebars','Y','','','','X'), (75,'translator','imageformats','Y','','','','X'), (76,'translator','ratings','','','X','X','X'), (77,'translator','content','Y','','','','Y'), (78,'translator','subcontent','','','','','X'), (79,'translator','images','Y','X','Y','','X'), (80,'translator','scripts','Y','X','Y','','X'), (81,'translator','downloads','Y','X','Y','','X'), (82,'translator','languages','Y','Y','Y','X','X'), (83,'translator','tusergroups','','','X','X','X'), (84,'translator','ttagcategories','Y','Y','X','X','X'), (85,'translator','serversettings','','','X','X','X'), (86,'translator','sitesettings','','','X','X','X'), (87,'translator','themes','','','','','X'), (88,'translator','colorsform','','','X','X','X'), (89,'translator','setgraphics','','','X','X','X'); INSERT INTO `userprivileges` (`refid`,`usergroupname`,`functionname`,`accessview`,`accessedit`,`accessadd`,`accessdelete`,`accesstranslate`) VALUES (90,'translator','userdata','','','X','X','X'), (91,'translator','viewstatistics','','X','X','X','X'), (92,'translator','prunestatistics','X','','X','X','X'), (93,'translator','banners','','','','','X'), (94,'member','privileges','','','','','X'), (95,'member','authors','','','','','X'), (96,'member','setregister','','','X','X','X'), (97,'member','backup','','X','','','X'), (98,'member','sites','','','','','X'), (99,'member','filetypes','','','','','X'), (100,'member','menusettings','','','X','X','X'), (101,'member','topgroups','','','','',''), (102,'member','groups','','','','',''), (103,'member','subgroups','','','','',''), (104,'member','tags','','','','','X'), (105,'member','sidebars','','','','','X'), (106,'member','imageformats','','','','','X'), (107,'member','ratings','','','X','X','X'), (108,'member','content','','','','',''), (109,'member','subcontent','','','','','X'); INSERT INTO `userprivileges` (`refid`,`usergroupname`,`functionname`,`accessview`,`accessedit`,`accessadd`,`accessdelete`,`accesstranslate`) VALUES (110,'member','images','','X','','','X'), (111,'member','scripts','','X','','','X'), (112,'member','downloads','','X','','','X'), (113,'member','languages','','','','X','X'), (114,'member','tusergroups','','','X','X','X'), (115,'member','ttagcategories','','','X','X','X'), (116,'member','serversettings','','','X','X','X'), (117,'member','sitesettings','','','X','X','X'), (118,'member','themes','','','','','X'), (119,'member','colorsform','','','X','X','X'), (120,'member','setgraphics','','','X','X','X'), (121,'member','userdata','','','X','X','X'), (122,'member','viewstatistics','Y','X','X','X','X'), (123,'member','prunestatistics','X','','X','X','X'), (124,'member','banners','','','','','X'), (125,'probationer','privileges','','','','','X'), (126,'probationer','authors','','','','','X'), (127,'probationer','setregister','','','X','X','X'), (128,'probationer','backup','','X','','','X'); INSERT INTO `userprivileges` (`refid`,`usergroupname`,`functionname`,`accessview`,`accessedit`,`accessadd`,`accessdelete`,`accesstranslate`) VALUES (129,'probationer','sites','','','','','X'), (130,'probationer','filetypes','','','','','X'), (131,'probationer','menusettings','','','X','X','X'), (132,'probationer','topgroups','','','','',''), (133,'probationer','groups','','','','',''), (134,'probationer','subgroups','','','','',''), (135,'probationer','tags','','','','','X'), (136,'probationer','sidebars','','','','','X'), (137,'probationer','imageformats','','','','','X'), (138,'probationer','ratings','','','X','X','X'), (139,'probationer','content','','','','',''), (140,'probationer','subcontent','','','','','X'), (141,'probationer','images','','X','','','X'), (142,'probationer','scripts','','X','','','X'), (143,'probationer','downloads','','X','','','X'), (144,'probationer','languages','','','','X','X'), (145,'probationer','tusergroups','','','X','X','X'), (146,'probationer','ttagcategories','','','X','X','X'), (147,'probationer','serversettings','','','X','X','X'); INSERT INTO `userprivileges` (`refid`,`usergroupname`,`functionname`,`accessview`,`accessedit`,`accessadd`,`accessdelete`,`accesstranslate`) VALUES (148,'probationer','sitesettings','','','X','X','X'), (149,'probationer','themes','','','','','X'), (150,'probationer','colorsform','','','X','X','X'), (151,'probationer','setgraphics','','','X','X','X'), (152,'probationer','userdata','','','X','X','X'), (153,'probationer','viewstatistics','','X','X','X','X'), (154,'probationer','prunestatistics','X','','X','X','X'), (155,'probationer','banners','','','','','X'); /*!40000 ALTER TABLE `userprivileges` ENABLE KEYS */; -- -- Table structure for table `website`.`visitorstats` -- DROP TABLE IF EXISTS `visitorstats`; CREATE TABLE `visitorstats` ( `statid` int(11) unsigned NOT NULL auto_increment, `site` varchar(16) NOT NULL default 'ALL', `visitdate` datetime NOT NULL default '2000-02-01 00:00:00', `visitorip` varchar(16) default NULL, `visitoragent` varchar(128) default NULL, `visitoros` varchar(32) default NULL, `visitorbrowser` varchar(32) default NULL, `visitorreferrer` varchar(128) default NULL, `country` varchar(32) default NULL, `countnumber` int(11) unsigned NOT NULL default '1', PRIMARY KEY (`statid`), KEY `site` (`site`,`visitdate`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `website`.`visitorstats` -- /*!40000 ALTER TABLE `visitorstats` DISABLE KEYS */; /*!40000 ALTER TABLE `visitorstats` ENABLE KEYS */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;