Zaggyzigzig
plx itens menz
My website keeps reseting the news.cache every 20 minutes, Can't seem to figure out why!, It keeps going back to nothing and clears it blank, Any ideas why it would? Using Znote!
I deleted it and i cant seem to get znote.news back ;/
CREATE TABLE IF NOT EXISTS `znote_news` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(30) NOT NULL,
`text` text NOT NULL,
`date` int(11) NOT NULL,
`pid` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;